This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Variant Sites Not Listed In Vcf

hi all hope someone can help. The .vcf file generated after SNP calling contains variants with genotypes of 0/1 or 1/0 or 1/1.

does this mean that variants not detected in the vcf are homozygous wildtype.

is there a way to extract all such variants from the bam file an generate a file that has the QC score?

thanks in advance. ashwin

variant vcf

1 answer

use samtools mpileup to call all position in your BAM -> http://samtools.sourceforge.net/samtools.shtml

Log in to answer this question.