View source: R/firevat_strand_bias.R
PerformStrandBiasAnalysis | R Documentation |
Performs strand bias analysis
PerformStrandBiasAnalysis( vcf.obj, ref.forward.strand.var, ref.reverse.strand.var, alt.forward.strand.var, alt.reverse.strand.var, perform.fdr.correction = TRUE, fdr.correction.method = "BH" )
vcf.obj |
|
ref.forward.strand.var |
A string value. |
ref.reverse.strand.var |
A string value. |
alt.forward.strand.var |
A string value. |
alt.reverse.strand.var |
A string value. |
perform.fdr.correction |
If TRUE, then performs false discovery rate correction |
fdr.correction.method |
A string value. FDR correction method (Refer to p.adjust() function) |
An updated vcf.obj
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.