Nothing
"norm2c" <-
function(control.logratio,txt.logratio,control.logintensity,txt.logintensity,span=0.6)
{
lRbar<-apply(txt.logratio,1,mean)-apply(control.logratio,1,mean)
lIbar<-apply(cbind(txt.logintensity,control.logintensity),1,mean)
lRbar-loess(lRbar~lIbar,span=span)$fitted
}
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.