availableCategories-GreatJob-method {rGREAT} | R Documentation |
Available ontology categories
## S4 method for signature 'GreatJob' availableCategories(job)
job |
a |
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.
The returned value is a vector of categories.
Zuguang gu <z.gu@dkfz.de>
# note the `job` was generated from GREAT 3.0.0 job = readRDS(system.file("extdata", "job.rds", package = "rGREAT")) availableCategories(job)