In a VCF file, which specific field and flag combination indicates that a variant call is statistically supported by a high number of reads but likely represents a mapping error rather than a true biological variant?
In a VCF file, a variant call that is supported by many reads but likely represents a mapping error is identified by a high DP field value combined with the MQ0 flag. The DP field, which stands for Depth, represents the total number of reads covering a specific position in the genome. When this n....
Community Answers
Sign in to open profiles and full community answers.
Abdullah Mohammed Aljohani
“High DP (read depth) with FILTER=MAPQ.”
5.0%