Converts a CDF into the same CDF but with another format.
# S3 method for AffymetrixCdfFile
convert(this, chipType=getChipType(this), suffix=NULL, sep="-", path="cdf", ...,
verbose=FALSE)
Returns the new CDF as an AffymetrixCdfFile
object.
The chip type of the new CDF.
A suffix added to the chip type of the new CDF.
A string separating the chip type and the suffix string.
The path where to store the new CDF file.
Additional arguments passed to convertCdf
.
A logical
or Verbose
.
To compare two CDFs, use equals()
.
Internally convertCdf
is used.
For more information see AffymetrixCdfFile
.