Nothing
library("focalCall")
# Load data
data(BierkensCNA)
print(CGHset)
stopifnot(inherits(CGHset, "cghCall"))
print(CNVset)
stopifnot(inherits(CNVset, "data.frame"))
ExampleRun<-focalCall(CGHset, CNVset, focalSize=3, minFreq=2)
print(ExampleRun)
stopifnot(inherits(ExampleRun, "cghCall"))
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.