Nothing
## routine tests for the normalization methods
library(affy)
library(affydata)
data(Dilution)
n.meth <- normalize.methods(Dilution)
## remove qspline
##n.meth <- n.meth[ ! (n.meth %in% c("qspline"))]
for (m in n.meth) {
cat("-->method=", m, "...")
Dilution.n <- normalize(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.