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

Filter 11 & 12 Are not Advisable in Most Cases #7

Open
cbird808 opened this issue Nov 6, 2019 · 0 comments
Open

Filter 11 & 12 Are not Advisable in Most Cases #7

cbird808 opened this issue Nov 6, 2019 · 0 comments

Comments

@cbird808
Copy link
Contributor

cbird808 commented Nov 6, 2019

Filter 11 effectively throws out snps with too few alternate alleles, leaving SNPs with high amounts of alternate alleles. Filter 12 does the opposite.

It is based on QUAL/DP. QUAL is the phred scaled prob of an alternate allele, and is based only on alternate reads. DP is the number of reads, both alternate and ref. Thus explaining the behavior of this filter.

I believe a better approach is to compare QUAL to DPalts

@cbird808 cbird808 changed the title Filter 11 Is not Advisable Filter 11 Is not Advisable in Most Cases Nov 6, 2019
@cbird808 cbird808 changed the title Filter 11 Is not Advisable in Most Cases Filter 11 & 12 Are not Advisable in Most Cases Nov 6, 2019
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

No branches or pull requests

1 participant