Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Difference between Rawhash and Rawalign #2

Open
xianyu0623 opened this issue Mar 27, 2024 · 1 comment
Open

Difference between Rawhash and Rawalign #2

xianyu0623 opened this issue Mar 27, 2024 · 1 comment
Labels
question Further information is requested

Comments

@xianyu0623
Copy link

Hello!

I am currently exploring the fantastic algorithms developed by your team. However, I have a question regarding the difference between Rawhash and Rawalign. From my understanding, both Rawhash and Rawhash 2 are focused on read-wise alignment by using hash-based method, whereas Rawalign is capable of achieving base-wise alignment by additional DTW. Is my understanding correct?

@joellindegger
Copy link
Collaborator

Hi

RawHash proposed the hash-based seeding method that was reused in RawAlign, and RawAlign indeed adds base-wise (or event-wise) alignment using DTW.
RawAlign can use DTW to improve mapping accuracy and/or put this event-wise alignment in the resulting .paf file.

The latest version of RawHash (RawHash2) includes RawAlign's DTW implementation. Due to changes in the seeding and chaining algorithms in RawHash2 compared to RawHash, currently RawAlign is slightly more accurate than the overall combination of RawHash2 with DTW. However, we expect to soon achieve the same or higher accuracy with RawHash2 and DTW by optimizing the DTW implementation and parameters.

@joellindegger joellindegger added the question Further information is requested label Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants