Nothing
chrp <-
function(hg){
hg<-as.character(hg)
HG<-unlist(strsplit(hg,split=":"))
n<-length(hg)
i<-seq(n)
k1<-i*2-1
k2<-i*2
chr<-HG[k1]
posit<-as.numeric(HG[k2])
CHR<-unlist(strsplit(chr,split="chr"))
chrn<-as.numeric(CHR[k2])
return(cbind(chrn,posit))
}
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.