This function accesses the geneSet
slot of a
FunctionalEnrichment
object and returns
a list
with the collection of genes used for the enrichment.
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")
# extract the gene-sets
gs <- geneSet(obj)