Number of forward and reverse reads that support REF and ALT alleles (SB)
Category Variant Annotations
Overview
Number of forward and reverse reads that support REF and ALT allelesStrand bias is a type of sequencing bias in which one DNA strand is favored over the other, which can result in incorrect evaluation of the amount of evidence observed for one allele vs. the other. The StrandBiasBySample annotation produces read counts per allele and per strand that are used by other annotation modules (FisherStrand and StrandOddsRatio) to estimate strand bias using statistical approaches.
This annotation produces 4 values, corresponding to the number of reads that support the following (in that order):
- the reference allele on the forward strand
- the reference allele on the reverse strand
- the alternate allele on the forward strand
- the alternate allele on the reverse strand
Example
GT:AD:GQ:PL:SB 0/1:53,51:99:1758,0,1835:23,30,33,18
In this example, the reference allele is supported by 23 forward reads and 30 reverse reads, the alternate allele is supported by 33 forward reads and 18 reverse reads.
Caveats
- This annotation can only be generated by HaplotypeCaller (it will not work when called from VariantAnnotator).
Related annotations
- FisherStrand uses Fisher's Exact Test to evaluate strand bias.
- StrandOddsRatio is an updated form of FisherStrand that uses a symmetric odds ratio calculation.
GATK version 4.1.6.0-SNAPSHOT built at Thu, 2 Apr 2020 14:54:17 -0400.
0 comments
Please sign in to leave a comment.