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

Calculate alignment similarity #6

Open
cmorganl opened this issue Mar 20, 2020 · 1 comment
Open

Calculate alignment similarity #6

cmorganl opened this issue Mar 20, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@cmorganl
Copy link
Contributor

It would be nice to have the option of filtering read alignments by percent similarity, and potentially even reporting summary values if a user desired. For example, a separate output table with the mean and/or median percent similarity of the reads used to calculate the abundance metrics for a contig.

Heng Li described three different alignment similarity equations on his blog. I am personally leaning towards the one he favours, gap-compressed identity, over the BLAST and gapless versions.

The similarity between a read and the mapped reference sequence can be calculated directly from the CIGAR string and should be done in the C++ extension to keep this as quick as possible.

@cmorganl cmorganl added the enhancement New feature or request label Mar 20, 2020
@RyloByte
Copy link
Collaborator

I agree with you here, this would be a really great feature!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants