Nothing
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="")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.