Generates an APD read map file from an Affymetrix CDF file.
# S3 method for default
cdfToApdMap(filename, mapType=NULL, mapFile=NULL, mapPath=NULL, ..., verbose=FALSE)
Returns (invisibly) a list
structure with elements:
The pathname of the CDF file.
A character
string naming the type of the map.
If NULL
, the chip type will be used.
The filename of the resulting APD map file. If NULL
,
the map type with filename extension apm
will be used.
An optional path where to the map file will be stored.
Additional arguments passed to
readCdfUnitsWriteMap
, e.g. units
.
A Verbose
object.
Henrik Bengtsson
To read an APD map file, see readApdMap
().