availableOntologies-GreatJob-method: All available ontology names

Description Usage Arguments Details Value Author(s) Examples

Description

All available ontology names

Usage

1
2
## S4 method for signature 'GreatJob'
availableOntologies(job, category = NULL)

Arguments

job

a GreatJob-class instance

category

one or multiple categories. All available categories can be get by availableCategories

Details

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.

Value

The returned values is a vector of ontologies.

Author(s)

Zuguang gu <z.gu@dkfz.de>

Examples

1
2
3
job = readRDS(system.file("extdata", "job.rds", package = "rGREAT"))
availableOntologies(job)
availableOntologies(job, category = "Pathway Data")

eilslabs/rGREAT documentation built on May 16, 2019, 1:25 a.m.