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="")
}
Bioconductor/Category documentation built on May 4, 2024, 4:38 p.m.