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

zero coverage genotyping #57

Closed
hcdenbakker opened this issue Apr 20, 2017 · 2 comments
Closed

zero coverage genotyping #57

hcdenbakker opened this issue Apr 20, 2017 · 2 comments

Comments

@hcdenbakker
Copy link

I was looking into vcf-genotyping and introduced a zero coverage locus:

CP006053.1 4399342 . A C . PASS BUBBLE=204;K33 K33R:K33A .:. 0:0

only to find it was called as the alternative allele when genotyped:

CP006053.1 4399342 . A C . PASS BUBBLE=204;K33 GT:K33R:K33A:GQ ./.:.:.:. 1/1:0:0:0

I used this command:

./mccortex63 vcfgeno --out out.vcf.gz --kcov 30 --ploidy 2 myvcf.cov.vcf

@iqbal-lab
Copy link

Hey Henk

  1. in your first line you seem to have two samples, one with .:. and one with 0:0 - what does this mean? What is .:. in this line, I thought it was coverage?

  2. The entry which genotypes the sample as 1/1 also has a zero for GQ - so there is no confidence in that genotype.

@hcdenbakker
Copy link
Author

hcdenbakker commented Apr 20, 2017 via email

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

2 participants