Creates a CEL file using another as a template.
# S3 method for AffymetrixCelFile
createFrom(this, filename, path=NULL, overwrite=FALSE, skip=!overwrite,
version=c("4", "3"), methods=c("copy", "create"), clear=FALSE, defValue=0, ...,
verbose=FALSE)Returns a AffymetrixCelFile reference to the new CEL file.
The filename and path of to the CEL file to be created.
The file-format version of the CEL file to be created.
If "copy", the new file is created as a copy of the
template file. If "create", the new file is created from
scratch from the template file.
If TRUE, the fields of the CEL file are cleared (zeroed),
otherwise they contain the same information as the source file.
A numeric value that cleared/allocated elements have.
Not used.
See "R.utils::Verbose".
Henrik Bengtsson
For more information see AffymetrixCelFile.