cdfToApdMap {aroma.apd} | R Documentation |
Generates an APD read map file from an Affymetrix CDF file
Description
Generates an APD read map file from an Affymetrix CDF file.
Usage
## Default S3 method:
cdfToApdMap(filename, mapType=NULL, mapFile=NULL, mapPath=NULL, ..., verbose=FALSE)
Arguments
filename |
The pathname of the CDF file. |
mapType |
A |
mapFile |
The filename of the resulting APD map file. If |
mapPath |
An optional path where to the map file will be stored. |
... |
Additional arguments passed to
|
verbose |
A |
Value
Returns (invisibly) a list
structure with elements:
pathname |
The pathname of the generated APD map file. |
mapType |
The map type |
chipType |
The chip type |
readMap |
Author(s)
Henrik Bengtsson
See Also
To read an APD map file, see readApdMap
().
[Package aroma.apd version 0.7.0 Index]