hi,
I am trying to call the genotypes with the mpileup output using bcftools. I found very weird for one SNP, I actually have heterozygous and the DP4 field also indicate so, but the ALT. column output as ".". See example below -
chr10.fa 128479589 . T . 12.3 . DP=147300;AF1=0.496;CI95=0.5,0.5;DP4=60853,1,79189,2;MQ=59;FQ=-9.5;PV4=1,0,0,0.19 PL 18
has anybody have the same problem and know a reason for this? thanks!
- lynn
###########################
The command I am generating the .vcf is
samtools mpileup -ugf hg19.fasta -C50 -d 10000000 test.bam | bcftools view -cg - > test.vcf
samtools and bcftools come from samtools-0.1.14
I am trying to call the genotypes with the mpileup output using bcftools. I found very weird for one SNP, I actually have heterozygous and the DP4 field also indicate so, but the ALT. column output as ".". See example below -
chr10.fa 128479589 . T . 12.3 . DP=147300;AF1=0.496;CI95=0.5,0.5;DP4=60853,1,79189,2;MQ=59;FQ=-9.5;PV4=1,0,0,0.19 PL 18
has anybody have the same problem and know a reason for this? thanks!
- lynn
###########################
The command I am generating the .vcf is
samtools mpileup -ugf hg19.fasta -C50 -d 10000000 test.bam | bcftools view -cg - > test.vcf
samtools and bcftools come from samtools-0.1.14
Comment