getimputation | R Documentation |
Impute the peaks list data
getimputation(list, method = "l")
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'. |
list with imputed peaks
getdata2
,getdata
, getmzrt
,getdoe
, getmr
data(list) getimputation(list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.