bgAdjustRma.AffymetrixCelFile {aroma.affymetrix} | R Documentation |
Applies normExp background correction to a CEL file.
Calls bg.adjust
from the affy package.
## S3 method for class 'AffymetrixCelFile': bgAdjustRma(this, path=NULL, pmonly=TRUE, addJitter=FALSE, jitterSd=0.2, overwrite=FALSE, skip=!overwrite, ..., verbose=FALSE, .deprecated=TRUE)
path |
The path where to save the adjusted data files. |
overwrite |
If TRUE , already adjusted arrays are overwritten,
unless skipped, otherwise an error is thrown. |
skip |
If TRUE , the array is not normalized if it already exists. |
verbose |
See Verbose . |
... |
Not used. |
.deprecated |
Internal argument. |
Returns the background adjusted AffymetrixCelFile
object.
Ken Simpson (ksimpson[at]wehi.edu.au).
bg.adjust
For more information see AffymetrixCelFile
.