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

Manage the three possible genotypes in vcf #130

Closed
tdelhomme opened this issue Jun 23, 2016 · 0 comments
Closed

Manage the three possible genotypes in vcf #130

tdelhomme opened this issue Jun 23, 2016 · 0 comments
Assignees
Milestone

Comments

@tdelhomme
Copy link
Member

Instead of only consider variant (0/1) or not (0/0) in term of genotype, now manage the three possible genotypes:
0/0 for not being a variant
0/1 for being a heterozygous variant
1/1 for being a homozygous variant
For that, consider a variant (QVAL>threshold) as homozygous if and only if its allelic fraction exceeds 0.75.

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