fromDataFile.ChipEffectFile {aroma.affymetrix} | R Documentation |
Retrive an existing CEL file, or create from CDF template if missing.
ChipEffectFile$fromDataFile(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 AffymetrixCdfFile used for creating
a CEL file from scratch. |
... |
Passed to createCel . |
verbose |
See Verbose . |
Returns a ChipEffectFile
.
Henrik Bengtsson (http://www.braju.com/R/)
allocateFromCdf()
of AffymetrixCelFile
.
For more information see ChipEffectFile
.