availableCategories-GreatJob-method.Rd
Available ontology categories of the GREAT job
# S4 method for GreatJob
availableCategories(object)
A GreatJob-class
object returned by submitGreatJob
.
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.
job = readRDS(system.file("extdata", "GreatJob.rds", package = "rGREAT"))
availableCategories(job)
#> [1] "GO" "Phenotype" "Genes"