readCdfIsPm {affxparser} | R Documentation |
Checks if cells in a CDF file are perfect-match probes or not.
readCdfIsPm(filename, units=NULL, verbose=0)
filename |
The filename of the CDF file. |
units |
An integer vector of unit indices
specifying which units to be read. If NULL , all units are read. |
verbose |
An integer specifying the verbose level. If 0, the
file is parsed quietly. The higher numbers, the more details. |
A named list
of named logical
vectors. The name of the list elements
are unit names and the names of the logical vector are group names.
Henrik Bengtsson (http://www.braju.com/R/)