cdfGetGroups {affxparser} | R Documentation |
Gets a subset of groups in a CDF structure.
This function
is design to be used with applyCdfGroups
()
on an Affymetrix Mapping (SNP) CDF list
structure.
cdfGetGroups(groups, which, ...)
groups |
A list of groups. |
which |
An integer or character vector of groups be returned. |
... |
Not used. |
Returns a list
structure of groups.
Henrik Bengtsson (http://www.braju.com/R/)