convert.AffymetrixCdfFile: Converts a CDF into the same CDF but with another format

convert.AffymetrixCdfFileR Documentation

Converts a CDF into the same CDF but with another format

Description

Converts a CDF into the same CDF but with another format.

Usage

## S3 method for class 'AffymetrixCdfFile'
convert(this, chipType=getChipType(this), suffix=NULL, sep="-", path="cdf", ...,
  verbose=FALSE)

Arguments

chipType

The chip type of the new CDF.

suffix

A suffix added to the chip type of the new CDF.

sep

A string separating the chip type and the suffix string.

path

The path where to store the new CDF file.

...

Additional arguments passed to convertCdf.

verbose

A logical or Verbose.

Value

Returns the new CDF as an AffymetrixCdfFile object.

See Also

To compare two CDFs, use equals(). Internally convertCdf is used. For more information see AffymetrixCdfFile.


HenrikBengtsson/aroma.affymetrix documentation built on Feb. 20, 2024, 9:07 p.m.