summary.term_enrichment {RITAN} | R Documentation |
summary.term_enrichment
## S3 method for class 'term_enrichment' summary(object, ...)
object |
data frame returned by term_enrichment() |
... |
Further arguments are passed on to head() |
the data.frame of top enrichment results
require(RITANdata) e <- term_enrichment( vac1.day0vs31.de.genes, "MSigDB_Hallmarks" ) summary(e, n=3)