an object of the class 'pepData', 'proData', 'metabData',
'lipidData', or 'nmrData', created by
as.pepData
, as.proData
,
as.metabData
, as.lipidData
, or
as.nmrData
, respectively.
a character string indicating the type of transformation to
be applied to the data. Valid values for 'pepData', 'proData', 'metabData',
'lipidData', or 'nmrData': 'log2', 'log', 'log10', 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.
Valid values for 'seqData': 'upper', 'median',
'lcpm'. For 'seqData', 'lcpm' transforms by log2 counts per million,
'upper' transforms by the upper quartile of non-zero counts, and 'median'
transforms by the median of non-zero counts.