availableOntologies-GreatJob-method {rGREAT} | R Documentation |
All available ontology names
## S4 method for signature 'GreatJob' availableOntologies(job, category = NULL)
job |
a |
category |
one or multiple categories. All available categories can be get 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", "job.rds", package = "rGREAT")) availableOntologies(job) availableOntologies(job, category = "Pathway Data")