`haveEntrezID` <-
function (probeslist, anotPkg)
{
stopifnot(require(anotPkg, character.only=TRUE, quietly=TRUE))
myenvirENTREZID<-eval(parse(text = paste(anotPkg,"ENTREZID",sep="")))
return(sapply(mget(probeslist, myenvirENTREZID, ifnotfound=NA),
function(x) if (length(x) == 1 && is.na(x)) FALSE else TRUE))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.