ChipEffectFile$fromDataFile | R Documentation |
Retrieve an existing CEL file, or create from CDF template if missing.
## Static method (use this):
## ChipEffectFile$fromDataFile(df=NULL, filename=sprintf("%s,chipEffects.CEL",
## getFullName(df)), path, name=getName(df), cdf=NULL, ..., verbose=FALSE)
## Don't use the below:
## S3 method for class 'ChipEffectFile'
fromDataFile(static, df=NULL, filename=sprintf("%s,chipEffects.CEL", getFullName(df)),
path, name=getName(df), cdf=NULL, ..., verbose=FALSE)
static |
|
df |
|
filename |
The filename of the CEL file. |
path |
The path to the directory where to find/create the CEL file. |
name |
The name of the array to be stored in the CEL header. |
cdf |
The template |
... |
Passed to |
verbose |
See |
Returns a ChipEffectFile
.
Henrik Bengtsson
allocateFromCdf()
of AffymetrixCelFile
.
For more information see ChipEffectFile
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.