normalize.contrasts {affy} | R Documentation |
Scale chip objects in an AffyBatch-class
.
normalize.AffyBatch.contrasts(abatch,span=2/3, choose.subset=TRUE, subset.size=5000, verbose=TRUE, family="symmetric", type=c("together","pmonly","mmonly","separate"))
abatch |
an AffyBatch-class object. |
span |
parameter to be passed to the function
loess . |
choose.subset |
|
subset.size |
|
verbose |
verbosity flag. |
family |
parameter to be passed to the function
loess . |
type |
a string specifying how the normalization should be applied. |
An object of the same class as the one passed.