normalize: Normalize an object

Description Usage Arguments Value See Also Examples

Description

A generic function which normalizes an object containing microarray data or other data. Normalization is intended to remove from the intensity measures any systematic trends which arise from the microarray technology rather than from differences between the probes or between the target RNA samples hybridized to the arrays.

Usage

1
normalize(object, ...)

Arguments

object

A data object, typically containing microarray data.

...

Additional arguments, for use in specific methods.

Value

An object containing the normalized data.

See Also

Examples

1
2
3
4
5
6
normalize
showMethods("normalize")

library(affy)
showMethods("normalize")
selectMethod("normalize", "AffyBatch")

nturaga/BiocGenerics documentation built on May 7, 2019, 11:15 a.m.