getimputation {enviGCMS} | R Documentation |
Impute the peaks list data
Description
Impute the peaks list data
Usage
getimputation(list, method = "l")
Arguments
list |
list with data as peaks list, mz, rt and group information |
method |
'r' means remove, 'l' means use half the minimum of the values across the peaks list, 'mean' means mean of the values across the samples, 'median' means median of the values across the samples, '0' means 0, '1' means 1. Default 'l'. |
Value
list with imputed peaks
See Also
getdata2
,getdata
, getmzrt
,getdoe
, getmr
Examples
data(list)
getimputation(list)
[Package enviGCMS version 0.7.1 Index]