Nothing
`BioCpack2EntrezIDS` <-
function (anotPkg, na.rm=TRUE)
{
stopifnot(require(anotPkg, character.only=TRUE, quietly=TRUE, warn.conflicts=FALSE))
envENTREZID<-paste(anotPkg, "ENTREZID",sep="")
envENTREZID <- eval(parse(text = envENTREZID))
gLL<-as.list(envENTREZID)
gLL<-as.character(unlist(gLL))
if (na.rm)
gLL<-gLL[!is.na(gLL)]
return(gLL)
}
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.