convertFieldNames.GenePixData: Convert field names that contains patterns

Description Usage Arguments Value Author(s) See Also Examples

Description

Convert field names that contains patterns.

Usage

1
2
## S3 method for class 'GenePixData'
convertFieldNames(this, patterns, channels=NULL, channelNames=NULL, ...)

Arguments

patterns

A vector of character strings containing field names with patterns to be converted.

channels

An integer vector.

channelNames

A character vector.

...

Not used.

Value

Returns the vector of character string of the converted field names.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see GenePixData.

Examples

1
  print(GenePixData$convertFieldNames(c("area", "F<channel[1]> Mean")));

HenrikBengtsson/aroma documentation built on May 7, 2019, 12:56 a.m.