Nothing
cpgcount <-
function(data2, data3, cpg2, cpg3, datalength, cpglength, count=rep(0,cpglength))
{
bintags<-.C("cpgcount", as.integer(data2),as.integer(data3),as.integer(cpg2),as.integer(cpg3),
as.integer(datalength),as.integer(cpglength),as.integer(count))
return(bintags[[7]])
}
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.