bgCorrQn: Background correction and quantile normalization

Description Usage Arguments Value Author(s) Examples

Description

Function to perform background correction and quantile normalization of tiling arrays

Usage

1
bgCorrQn(object, useMapFilter=NULL)

Arguments

object

object of class WaveTilingFeatureSet

useMapFilter

NULL or object of class mapFilterProbe indicating the probes to use for background correction and quantile normalization

Value

object of class WaveTilingFeatureSet containing the background-corrected and quantile-normalized intensity signals

Author(s)

Kristof De Beuf <kristof.debeuf@ugent.be>

Examples

1
2
3
4
5
6
7
## Not run: 
  data(leafdev)
  leafdev <- as(leafdev,"WaveTilingFeatureSet")
  data(leafdevMapAndFilterTAIR9)
  leafdevBQ <- bgCorrQn(leafdev,useMapFilter=leafdevMapAndFilterTAIR9)

## End(Not run)

waveTiling documentation built on Oct. 31, 2019, 9:23 a.m.