Description Usage Arguments Value See Also
View source: R/plotClinicalEnrichment.R
Plots results from clinicalEnrichment analysis
1 2 3 4 5 6 7 8 9 | plotEnrichmentResults(
enrich_res,
pVal = 0.05,
cols = NULL,
annoFontSize = 0.8,
geneFontSize = 0.8,
legendFontSize = 0.8,
showTitle = TRUE
)
|
enrich_res |
results from |
pVal |
Default 0.05 |
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 |
returns nothing.
clinicalEnrichment
signatureEnrichment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.