Access the database used for functional enrichment analyses
Source:R/AllGenerics.R
enrichmentDatabase.Rd
This function accesses the database
slot of a
FunctionalEnrichment
object and returns
a the name of the database used by the enrichGenes()
function to perform
the enrichment analysis.
Arguments
- object
An object of class
FunctionalEnrichment
containing enrichment results
Author
Jacopo Ronchi, jacopo.ronchi@unimib.it
Examples
# load example FunctionalEnrichment object
obj <- loadExamples("FunctionalEnrichment")
# see the database
enrichmentDatabase(obj)
#> [1] "KEGG (category: pathway)"