Learn R Programming

affxparser (version 1.44.0)

applyCdfGroupFields: Applies a function to a list of fields of each group in a CDF structure

Description

Applies a function to a list of fields of each group in a CDF structure.

Usage

applyCdfGroupFields(cdf, fcn, ...)

Arguments

cdf
A CDF list structure.
fcn
A function that takes a list structure of fields and returns an updated list of fields.
...
Arguments passed to the fcn function.

Value

Returns an updated CDF list structure.

See Also

applyCdfGroups().