getEnrichmentTable-GreatJob-method | R Documentation |
Get a single enrichment table from GREAT web server
## S4 method for signature 'GreatJob'
getEnrichmentTable(object, ontology, ...)
object |
A |
ontology |
A single ontology names. Valid values are in |
... |
All pass to |
A data frame of the enrichment results for a single ontology.
job = readRDS(system.file("extdata", "GreatJob.rds", package = "rGREAT"))
tb = getEnrichmentTable(job, ontology = "GO Molecular Function")
head(tb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.