Last chance! 50% off unlimited learning
Sale ends in
## Not run:
# # neqc normalization for data which include control probes
# x <- read.ilmn(files="sample probe profile.txt", ctrlfiles="control probe profile.txt")
# y <- neqc(x)
# fit <- lmFit(y,design)
#
# # Same thing but in separate steps:
# x.b <- nec(x)
# y <- normalizeBetweenArrays(x.b,method="quantile")
# y <- y[y$genes$Status=="regular",]
#
# # neqc normalization for data which do not include control probes
# xr <- read.ilmn(files="sample probe profile.txt")
# yr <- neqc(xr)
# ## End(Not run)
Run the code above in your browser using DataLab