Nothing
library(affy)
library(affydata)
data(Dilution)
meth <- bgcorrect.methods()
cat("background correction:\n")
for (m in meth) {
cat(m,"...")
abatch.bgc <- bg.correct(Dilution, method=m)
cat("done.\n")
}
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.