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

Summary after filtering VCF #20

Open
alexjironkin opened this issue Jul 15, 2016 · 0 comments
Open

Summary after filtering VCF #20

alexjironkin opened this issue Jul 15, 2016 · 0 comments
Assignees

Comments

@alexjironkin
Copy link

Once a VCF is filtered it would be useful to know some summary statistics about the filtered in/out positions.

For example: Number of positions failing different filters, that as a percentage of all positions.

filter,total_positions,percentage
mq_score:30,2000,0.002
min_depth:5,100000,0.1
min_depth:5,mq_score:30,500000,0.5

translating to 2000 positions failed mq_score:30 alone, 0.2% of the genome. 100000 failed min_depth alone, 10% of the genome, and 500000 bases failed both min_depth and mq_score, 50% of the genome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant