summary.term_enrichment: summary.term_enrichment

Description Usage Arguments Value Examples

View source: R/lib_enrichment.R

Description

summary.term_enrichment

Usage

1
2
## 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

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

MTZimmer/RITAN documentation built on Feb. 21, 2020, 7:09 a.m.