mutFilterSB | R Documentation |
Filter variants based on strand bias.
mutFilterSB(maf, method = "SOR", SBscore = 3)
maf |
An MAF object, generated by |
method |
Method will be used to detect strand bias, including 'SOR' and 'Fisher'. Default: 'SOR'. SOR: StrandOddsRatio (https://gatk.broadinstitute.org/hc/en-us/articles/360041849111- StrandOddsRatio) Fisher's Exat Test: Switch to Phred socre (https://gatk.broadinstitute.org/hc/en-us/articles/360035532152-Fisher- s-Exact-Test) |
SBscore |
Cutoff strand bias score used to filter variants. Default: 3 |
An MAF data frame where some variants have S tag in CaTag column for strand bias filtration
maf <- vcfToMAF(system.file("extdata",
"WES_EA_T_1_mutect2.vep.vcf", package="CaMutQC"))
mafF <- mutFilterSB(maf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.