bgCorrQn {waveTiling} | R Documentation |
Function to perform background correction and quantile normalization of tiling arrays
bgCorrQn(object, useMapFilter=NULL)
object |
object of class |
useMapFilter |
NULL or object of class |
object of class WaveTilingFeatureSet
containing the background-corrected and quantile-normalized intensity signals
Kristof De Beuf <kristof.debeuf@ugent.be>
## Not run: data(leafdev) leafdev <- as(leafdev,"WaveTilingFeatureSet") data(leafdevMapAndFilterTAIR9) leafdevBQ <- bgCorrQn(leafdev,useMapFilter=leafdevMapAndFilterTAIR9) ## End(Not run)