inst/tests/normalize.methods.R

## 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")
}

Try the affy package in your browser

Any scripts or data that you put into this service are public.

affy documentation built on Nov. 8, 2020, 8:18 p.m.