View source: R/edata_transform.R
edata_transform | R Documentation |
This function applies a transformation to the e_data element of ftmsData
edata_transform(ftmsObj, data_scale)
ftmsObj |
an object of the class 'peakData' or 'compoundData' , usually created by |
data_scale |
a character string indicating the type of transformation to be applied to the data. Valid values are: 'log2', 'log', 'log10', 'pres', or 'abundance'. A value of 'abundance' indicates the data has previously undergone one of the log transformations and should be transformed back to raw values with no transformation applied. A value of 'pres' indicates the data should be transformed to presence/absence data. |
This function is intended to be used before analysis of the data begins. Data are typically analyzed on a log or presence/absence scale.
data object of the same class as ftmsObj
Allison Thompson, Kelly Stratton
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.