Skip to contents

This function accesses the data slot of a FunctionalEnrichment object and returns a data.frame with enrichment results.

Usage

enrichmentResults(object)

Arguments

object

An object of class FunctionalEnrichment containing enrichment results

Value

A data.frame object containing the results of functional enrichment analyses, as returned by the enrichGenes() function.

Author

Jacopo Ronchi, jacopo.ronchi@unimib.it

Examples

# load example FunctionalEnrichment object
obj <- loadExamples("FunctionalEnrichment")

# extract results
de_df <- enrichmentResults(obj)