data(example_rccSet)
pcnorm_example_rccSet <- posCtrlNorm(example_rccSet)
bg <- getBackground(pcnorm_example_rccSet)
bgcorr_example_rccSet <- subtractBackground(pcnorm_example_rccSet, bg)
gmnorm_example_rccSet <- contentNorm(bgcorr_example_rccSet, method="global",
inputMatrix="exprs")
hknorm_example_rccSet <- contentNorm(bgcorr_example_rccSet, method="housekeeping",
summaryFunction="mean")
Run the code above in your browser using DataLab