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 Oct. 29, 2023, 4:15 p.m.