read.cdf.complete {affxparser} | R Documentation |
This function parses a CDF file using the Affymetrix Fusion SDK.
read.cdf.complete(fname, verbose = 0)
fname |
name of the CDF file. |
verbose |
how verbose should the output be. 0 means no output, with higher numbers being more verbose. |
A list with one component for each unit. Every component is again a list with three components
groups |
This is again a list with one component for each group
(also called block). The information on each group is a list with 5
components, x , y , pbase , tbase ,
expos . |
type |
type of the unit. |
direction |
direction of the unit. |
James Bullard, bullard@stat.berkeley.edu and Kasper Daniel Hansen, khansen@stat.berkeley.edu
affxparserInfo
for general information about the
package/Fusion SDK and read.cdf.header
for getting the
header of a CDF file.
## Not run: read.cdf.complete("test.CDF") ## End(Not run)