Access the method used for functional enrichment analyses
Source:R/AllGenerics.R
      enrichmentMethod.RdThis function accesses the method slot of a
FunctionalEnrichment object and returns
a the name of the enrichment strategy used by the enrichGenes() function
to perform the enrichment analysis.
Arguments
- object
- An object of class - FunctionalEnrichmentcontaining enrichment results
Author
Jacopo Ronchi, jacopo.ronchi@unimib.it
Examples
# load example FunctionalEnrichment object
obj <- loadExamples("FunctionalEnrichment")
# see the method
enrichmentMethod(obj)
#> [1] "Gene-Set Enrichment Analysis (GSEA)"