################################################### ### chunk number 1: ################################################### #line 37 "vignettes/affyPLM/inst/doc/ThreeStep.Rnw" library(affyPLM) ################################################### ### chunk number 2: eval=FALSE ################################################### ## #line 45 "vignettes/affyPLM/inst/doc/ThreeStep.Rnw" ## require(affydata) ## data(Dilution) ## ##FIXME: remove the next line ## Dilution = updateObject(Dilution) ## eset <- threestep(Dilution) ################################################### ### chunk number 3: eval=FALSE ################################################### ## #line 55 "vignettes/affyPLM/inst/doc/ThreeStep.Rnw" ## eset <- threestep(Dilution, background.method = "MASIM", ## normalize.method="quantile",summary.method="tukey.biweight") ################################################### ### chunk number 4: eval=FALSE ################################################### ## #line 63 "vignettes/affyPLM/inst/doc/ThreeStep.Rnw" ## eset <- threestep(Dilution, background.method = "IdealMM", ## normalize="quantile",summary.method="log.2nd.largest")