Nothing
makeSeqinfo = function(genome="hg19") {
if (!(genome=="hg19")) stop("only supporting hg19 at present")
data(hg19.si.df)
do.call(Seqinfo, hg19.si.df)
}
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.