copyCel {affxparser} | R Documentation |
Copies a CEL file.
The file must be a valid CEL file, if not an exception is thrown.
copyCel(from, to, overwrite=FALSE, ...)
from |
The filename of the CEL file to be copied. |
to |
The filename of destination file. |
overwrite |
If |
... |
Not used. |
Return TRUE
if file was successfully copied, otherwise FALSE
.
Henrik Bengtsson
isCelFile
().