allocateFromCdf.AffymetrixCelFile {aroma.affymetrix} | R Documentation |
Creates an empty CEL file from a template CDF.
AffymetrixCelFile$allocateFromCdf(cdf, name, tags=NULL, path=".", suffix=".CEL", ..., overwrite=FALSE, verbose=FALSE)
cdf |
A AffymetrixCdfFile to be used as a template. |
name, tags |
The name and the tags of the file created. |
path |
The directory where the file is created. |
suffix |
Filename suffix. |
... |
Arguments passed to createCel . |
overwrite |
If FALSE and the file already exists, then an
error is thrown. |
verbose |
See Verbose . |
Returns an AffymetrixCelFile
.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see AffymetrixCelFile
.