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

Pileup mappability #19

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Pileup mappability #19

merged 1 commit into from
Dec 12, 2023

Conversation

zjnolen
Copy link
Owner

@zjnolen zjnolen commented Dec 8, 2023

The previous mappability filter was a bit rough in how it addressed mappability, as it only really addressed if a read could uniquely map when starting at a given position. This doesn't really tell about how all the potential reads that can cross a position can map to it. Now the filter uses pileup mappability (see reference below), which averages the mappability of all possible k-mers overlapping a position. This should be more appropriate for telling how well a position can be mapped to with short read data. Setting K to a value close to historical DNA fragment sizes will hopefully make sure that modern and historical samples are getting fairly compared.

Fast Computation and Applications of Genome Mappability - Scientific Figure on ResearchGate. Available from: https://www.researchgate.net/figure/Pileup-mappability-The-number-of-all-possible-k-mers-covering-a-particular-position-of_fig4_221776385 [accessed 8 Dec, 2023]

@zjnolen zjnolen changed the base branch from master to develop December 12, 2023 16:07
@zjnolen zjnolen merged commit 296990b into develop Dec 12, 2023
4 checks passed
@zjnolen zjnolen deleted the pileup-mappability branch December 12, 2023 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant