summary.term_enrichment {RITAN}R Documentation

summary.term_enrichment

Description

summary.term_enrichment

Usage

## S3 method for class 'term_enrichment'
summary(object, ...)

Arguments

object

data frame returned by term_enrichment()

...

Further arguments are passed on to head()

Value

the data.frame of top enrichment results

Examples

require(RITANdata)
e <- term_enrichment( vac1.day0vs31.de.genes, "MSigDB_Hallmarks" )
summary(e, n=3)


[Package RITAN version 1.16.0 Index]