## First load data and estimate the iGSDBs
## (see dyebias.estimate.iGSDBs)
### choose the estimators and which spots to correct:
estimator.subset <- dyebias.umcu.proper.estimators(maInfo(maGnames(data.norm)))
### choose which genes to dye bias correct. Typically, this is based
### both on flagged spots and intensity
application.subset <- maW(data.norm) == 1 &
dyebias.application.subset(data.raw=data.raw, use.background=TRUE)
summary(application.subset)
Run the code above in your browser using DataLab