Nothing
naten <-
function (mn, un, fudge=100, ret2=FALSE ,...) {
mnn <- normalizeQuantiles(mn)
unn <- normalizeQuantiles(un)
beta <- mnn/(mnn + unn + fudge)
if (ret2) return (list(methylated=mnn,unmethylated=unn,beta=beta))
beta
}
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.