calculateGeneralEnrichment | R Documentation |
GRN
This function runs an enrichment analysis for the genes in the filtered network.
calculateGeneralEnrichment( GRN, ontology = c("GO_BP", "GO_MF"), algorithm = "weight01", statistic = "fisher", background = "neighborhood", pAdjustMethod = "BH", forceRerun = FALSE )
GRN |
Object of class |
ontology |
Character vector of ontologies. Default |
algorithm |
Character. Default |
statistic |
Character. Default |
background |
Character. Default |
pAdjustMethod |
Character. Default |
forceRerun |
|
The same GRN
object, with the enrichment results stored in the stats$Enrichment$general
slot.
plotGeneralEnrichment
calculateCommunitiesEnrichment
plotCommunitiesEnrichment
# See the Workflow vignette on the GRaNIE website for examples GRN = loadExampleObject() GRN = calculateGeneralEnrichment(GRN, ontology = "GO_BP", forceRerun = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.