Nothing
getBackground <-
function(type="gene_miRNA"){
if(!exists("k2ri")) k2ri<-initializeK2ri()
if(type=="gene"||type=="gene_miRNA"){
geneBackground<-GetK2riData("BGGene")
newBackground<-geneBackground
}
if(type=="miRNA"||type=="gene_miRNA"){
miRNABackground<-GetK2riData("BGMiRNA")
newBackground<-miRNABackground
}
if(type=="gene_miRNA"){
newBackground<-union(geneBackground,miRNABackground)
}
return(newBackground)
}
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.