getEnrichmentTable-GreatObject-method | R Documentation |
Get enrichment table
## S4 method for signature 'GreatObject'
getEnrichmentTable(object, min_region_hits = 5)
object |
A |
min_region_hits |
Minimal number of input regions overlapping to the geneset associated regions. |
Note: adjusted p-values are re-calculated based on min_region_hits
.
A data frame of enrichment results
obj = readRDS(system.file("extdata", "GreatObject.rds", package = "rGREAT"))
getEnrichmentTable(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.