Nothing
MethyDiff_Set <- function(chromDictMeth, regions){
apply(regions, 1, function(x){
MethylDiff(chromDictMeth, x[[1]], as.numeric(x[[2]]), as.numeric(x[[3]]))
}) -> regions$mean_methylDiff
return(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.