cdfOrderBy {affxparser} | R Documentation |
Orders the fields according to the value of another field in the same CDF group.
This function
is design to be used with applyCdfGroups
()
on an Affymetrix Mapping (SNP) CDF list
structure.
cdfOrderBy(groups, field, ...)
groups |
A list of groups. |
field |
The field whose values are used to order the other fields. |
... |
Optional arguments passed order (). |
Returns a list
structure of groups.
Henrik Bengtsson (http://www.braju.com/R/)
cdfOrderColumnsBy
().
applyCdfGroups
().