plotGeneralEnrichment | R Documentation |
This function plots the results of the general enrichment analysis for every specified ontology.
plotGeneralEnrichment( GRN, outputFolder = NULL, basenameOutput = NULL, ontology = NULL, topn_pvalue = 30, p = 0.05, display_pAdj = FALSE, plotAsPDF = TRUE, pdf_width = 12, pdf_height = 12, pages = NULL, forceRerun = FALSE )
GRN |
Object of class |
outputFolder |
Character or |
basenameOutput |
|
ontology |
Character. |
topn_pvalue |
Numeric. Default 30. Maximum number of ontology terms that meet the p-value significance threshold to display in the enrichment dot plot |
p |
Numeric. Default 0.05. p-value threshold to determine significance. |
display_pAdj |
|
plotAsPDF |
|
pdf_width |
Number. Default 12. Width of the PDF, in cm. |
pdf_height |
Number. Default 12. Height of the PDF, in cm. |
pages |
Integer vector or |
forceRerun |
|
The same GRN
object, without modifications. A single PDF file is produced with the results.
# See the Workflow vignette on the GRaNIE website for examples GRN = loadExampleObject() GRN = plotGeneralEnrichment(GRN, plotAsPDF = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.