Description Usage Arguments Value Examples
View source: R/lib_enrichment.R
summary.term_enrichment_by_subset
| 1 2 | 
| object | data frame returned by term_enrichment_by_subset() | 
| verbose | if TRUE (default), print a header describing the data type | 
| ... | Further arguments are passed on to head() | 
the data.frame of top enrichment results
| 1 2 3 4 5 | require(RITANdata)
vac1.de.genes <- list(vac1.day0vs31.de.genes, vac1.day0vs56.de.genes)
names(vac1.de.genes) <- c("Day0vs31", "Day0vs56")
e <- term_enrichment_by_subset(vac1.de.genes, "MSigDB_Hallmarks", q_value_threshold = 0.1 )
summary(e)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.