View source: R/mod_plot_rainforest.R
| plotforest | R Documentation |
plotforest: Wraps around maftools::forestPlot to more explicitly handle pval VS fdr option and allow both to be passed while onl using the value set by bool 'threshold_on_fdr'
plotforest(
mafCompareRes,
pVal = 0.05,
fdr = 0.05,
threshold_on_fdr,
color = NULL,
geneFontSize = 1.2,
lineWidth = 2.2,
titleSize = 1.2
)
mafCompareRes |
results from |
pVal |
p-value threshold. Default 0.05. |
fdr |
fdr threshold. Default NULL. If provided uses adjusted pvalues (fdr). |
threshold_on_fdr |
should we threshold on FDR (TRUE) or on pValue (false) (flag) |
color |
vector of two colors for the lines. Default 'maroon' and 'royalblue' |
geneFontSize |
Font size for gene symbols. Default 0.8 |
lineWidth |
line width for CI bars. Default 1 |
titleSize |
font size for titles. Default 1.2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.