Nothing
getSymbolFromGene <-
function(geneList){
if(!exists("k2ri")) k2ri<-initializeK2ri()
geneList <- as.character(geneList)
gene2symbol <- GetK2riData("gene2symbol")
symbolList <- unique(as.character(gene2symbol[gene2symbol[,1] %in% geneList,2]))
return(symbolList)
}
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.