Defines an AffymetrixCdfFile object from a CDF file.
## Static method (use this):
## AffymetrixCdfFile$fromFile(filename, path=NULL, ...)## Don't use the below:
# S3 method for AffymetrixCdfFile
fromFile(static, filename, path=NULL, ...)
Returns an instance of AffymetrixCdfFile
or its subclasses.
If the file is not found or if it is of the wrong file format, an
error is thrown.
The filename of to the file.
The path to the file.
Not used.
For more information see AffymetrixCdfFile
.