availableCategories-GreatJob-method: Available ontology categories

Description Usage Arguments Details Value Author(s) Examples

Description

Available ontology categories

Usage

1
2
## S4 method for signature 'GreatJob'
availableCategories(job)

Arguments

job

a GreatJob-class instance

Details

The values of the supported categories sometime change. You should run the function to get the real-time values. The meaning of categories returned is quite self-explained by the name.

Value

The returned value is a vector of categories.

Author(s)

Zuguang gu <z.gu@dkfz.de>

Examples

1
2
3
# note the `job` was generated from GREAT 3.0.0
job = readRDS(system.file("extdata", "job.rds", package = "rGREAT"))
availableCategories(job)

rGREAT documentation built on Nov. 8, 2020, 5:39 p.m.