Description Usage Arguments Details Value
This function calculates variant strand bias as defined by Guo et. al. (SB-Guo).
1 | calc_SB_Guo(a, b, e, d)
|
a |
Number of reads supporting the reference allele mapping to the forward strand. |
b |
Number of reads supporting the alternate allele mapping to the forward strand. |
e |
Number of reads supporting the reference allele mapping to the forward strand. |
d |
Number of reads supporting the alternate allele mapping to the reverse strand. |
This strand bias value was defined in The effect of strand bias in Illumina short-read sequencing data. It can be accessed here: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3532123/. It ranges from 0 to infinity.
Numeric element with the SB-Guo value of the variant.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.