Defines an AffymetrixPgfFile object from a PGF file.
## Static method (use this):
## AffymetrixPgfFile$fromFile(filename, path=NULL, ...)## Don't use the below:
# S3 method for AffymetrixPgfFile
fromFile(static, filename, path=NULL, ...)
Returns an instance of AffymetrixPgfFile
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 AffymetrixPgfFile
.