Creates an empty CEL file from a template CDF.
## Static method (use this):
## AffymetrixCelFile$allocateFromCdf(cdf, name, tags=NULL, path=".", suffix=".CEL", ...,
##   overwrite=FALSE, verbose=FALSE)## Don't use the below:
# S3 method for AffymetrixCelFile
allocateFromCdf(static, cdf, name, tags=NULL, path=".", suffix=".CEL", ...,
  overwrite=FALSE, verbose=FALSE)
Returns an AffymetrixCelFile.
A AffymetrixCdfFile to be used as a template.
The name and the tags of the file created.
The directory where the file is created.
Filename suffix.
Arguments passed to createCel.
If FALSE and the file already exists, then an
     error is thrown.
See Verbose.
Henrik Bengtsson
For more information see AffymetrixCelFile.