R/utils.R

Defines functions getOrganism getDataEnv

getDataEnv <- function(name, lib) {
    get(paste(lib, name, sep=""))
}

## here getAnnMap is NOT returning a bimap.
## It's also not really accessing one.
getOrganism <- function(chip){
    paste("ORGANISM:", getAnnMap("ORGANISM", chip), sep="")
}

Try the Category package in your browser

Any scripts or data that you put into this service are public.

Category documentation built on Nov. 8, 2020, 10:58 p.m.