View source: R/plottingFunctions.R
plotOntologyEnrichmentResults | R Documentation |
Cluster and plot significant ontologies by FDR-adjusted pVal
plotOntologyEnrichmentResults(
ontologiesSig,
pVal = "FDR",
textSize = 8,
sigCutoff = 0.05,
interactive = FALSE,
db = RaMP()
)
ontologiesSig |
output of FilterFishersResults |
pVal |
Which p value to plot, choose from Raw, FDR or Holm-adjusted |
textSize |
Scales all text in figure (Default=16) |
sigCutoff |
Aesthetic, shows pvalue cutoff for significant ontologies |
interactive |
If TRUE, return interactive plotly object instead of ggplot object |
db |
a RaMP database object |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.