Entering edit mode
9.9 years ago
VineethVenumadhavan
▴
50
Hello World,
Curious to know if any simple way is there to get base quality of a reported variant in VCF. To be exact I am not looking for phred score of variant which is directly available in VCF but the base quality phred score. I am using bcftools and alignment using samtools.
Multiple bases above a threshold are required to support a variant, no? You might have to look at extracting the base quality scores of all reads involved.
Thank You RamRS. Lets say we have the confident variant(mainly SNP) with us. Thus from that filtered vcf I require basecall phred score. I can get it with scripting, but luking for any easy option btw.
In other words, you want the phred scores of the bases underlying a variant call, yes?
Exactly Devon Ryan. I need the base quality of variant rather than phred quality of variant which is there in vcf row for a variant