View source: R/plotClinicalEnrichment.R
plotEnrichmentResults | R Documentation |
Plots results from clinicalEnrichment analysis
plotEnrichmentResults(
enrich_res,
pVal = 0.05,
ORthr = 1,
featureLvls = NULL,
cols = NULL,
annoFontSize = 0.8,
geneFontSize = 0.8,
legendFontSize = 0.8,
showTitle = TRUE,
ylims = c(-1, 1)
)
enrich_res |
results from |
pVal |
Default 0.05 |
ORthr |
Default 1. Odds ratio threshold. >1 indicates positive enrichment in the group of interest. |
featureLvls |
Plot results from the selected levels. Default NULL, plots all. |
cols |
named vector of colors for factor in a clinical feature. Default NULL |
annoFontSize |
cex for annotation font size. Default 0.8 |
geneFontSize |
cex for gene font size. Default 0.8 |
legendFontSize |
cex for legend font size. Default 0.8 |
showTitle |
Default TRUE |
ylims |
Default c(-1, 1) |
returns nothing.
clinicalEnrichment
signatureEnrichment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.