Nothing
lmpart = function(df){
cont = attr(df,"neutral")
df=df[df$weight>0,]
mod = coRNAi:::moMatrix(df)
mod = mod[,!colnames(mod)%in%cont]
lmmain2 = lm(df$value~mod-1)
names(lmmain2$coefficient)= sapply(strsplit(names(coef(lmmain2)),"mod"),"[[",2)
lmmain2
}
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.