Description Usage Arguments Value Examples
View source: R/lib_enrichment.R
summary.term_enrichment
1 2 |
object |
data frame returned by term_enrichment() |
... |
Further arguments are passed on to head() |
the data.frame of top enrichment results
1 2 3 | require(RITANdata)
e <- term_enrichment( vac1.day0vs31.de.genes, "MSigDB_Hallmarks" )
summary(e, n=3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.