availableOntologies-GreatJob-method | R Documentation |
All available ontology names of the GREAT job
## S4 method for signature 'GreatJob'
availableOntologies(object, category = NULL)
object |
A |
category |
one or multiple categories. All available categories can be got by |
The values of the supported ontologies sometime change. You should run the function to get the real-time values. The meaning of ontology returned is quite self-explained by the name.
The returned values is a vector of ontologies.
Zuguang gu <z.gu@dkfz.de>
job = readRDS(system.file("extdata", "GreatJob.rds", package = "rGREAT"))
availableOntologies(job)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.