availableCategories-GreatJob-method {rGREAT}R Documentation

Available ontology categories

Description

Available ontology categories

Usage

## 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

job = readRDS(system.file("extdata", "job.rds", package = "rGREAT"))
availableCategories(job)


[Package rGREAT version 1.12.1 Index]