Nothing
CallRegions<-function(position,jointPP,cutoff=0.5,maxGap=500)
{
obj<-.C("callRegions",
as.integer(position),
as.integer(length(position)),
as.double(maxGap),
as.double(jointPP),
as.double(cutoff),
regions=as.integer(rep(0,length(position))),
package="BAC")
obj$regions
}
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.