AffymetrixCelFile$allocateFromCdf | R Documentation |
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 class 'AffymetrixCelFile'
allocateFromCdf(static, cdf, name, tags=NULL, path=".", suffix=".CEL", ...,
overwrite=FALSE, verbose=FALSE)
cdf |
A |
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 |
overwrite |
If |
verbose |
See |
Returns an AffymetrixCelFile
.
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.