Nothing
setClass("CpGannotated",
slots = c(ranges="GRanges"),
prototype = list(ranges=GRanges()))
setClass("DMResults",
slots = c(coord="character", no.cpgs="integer", min_smoothed_fdr="numeric", Stouffer="numeric",
HMFDR="numeric", Fisher="numeric", maxdiff="numeric", meandiff="numeric"),
prototype = list(coord=character(), no.cpgs=integer(), min_smoothed_fdr=numeric(), Stouffer=numeric(),
HMFDR=numeric(), Fisher=numeric(), maxdiff=numeric(), meandiff=numeric()))
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.