Learn R Programming

rGREAT (version 1.4.2)

availableOntologies-GreatJob-method: All available ontology names

Description

All available ontology names

Usage

## S3 method for class 'GreatJob':
availableOntologies(job, category = NULL)

Arguments

job
a GreatJob-class instance
category
one or multiple categories. All available categories can be get by availableCategories

Value

  • The returned values is a vector of ontologies.

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.

Examples

Run this code
job = readRDS(system.file("extdata", "job.rds", package = "rGREAT"))
availableOntologies(job)
availableOntologies(job, category = "Pathway Data")

Run the code above in your browser using DataLab