createFrom.AffymetrixCelFile | R Documentation |
Creates a CEL file using another as a template.
## S3 method for class 'AffymetrixCelFile'
createFrom(this, filename, path=NULL, overwrite=FALSE, skip=!overwrite,
version=c("4", "3"), methods=c("copy", "create"), clear=FALSE, defValue=0, ...,
verbose=FALSE)
filename , path |
The filename and path of to the CEL file to be created. |
version |
The file-format version of the CEL file to be created. |
methods |
If |
clear |
If |
defValue |
A |
... |
Not used. |
verbose |
See "R.utils::Verbose". |
Returns a AffymetrixCelFile
reference to the new CEL file.
Henrik Bengtsson
For more information see AffymetrixCelFile
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.