Description Usage Arguments Value Author(s) See Also Examples
Convert field names that contains patterns.
1 2 | ## S3 method for class 'GenePixData'
convertFieldNames(this, patterns, channels=NULL, channelNames=NULL, ...)
|
patterns |
A |
channels |
An |
channelNames |
A |
... |
Not used. |
Returns the vector
of character
string of the converted field names.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see GenePixData
.
1 | print(GenePixData$convertFieldNames(c("area", "F<channel[1]> Mean")));
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.