Learn R Programming

enviGCMS (version 0.7.1)

getimputation: Impute the peaks list data

Description

Impute the peaks list data

Usage

getimputation(list, method = "l")

Value

list with imputed peaks

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'.

See Also

getdata2,getdata, getmzrt,getdoe, getmr

Examples

Run this code
data(list)
getimputation(list)

Run the code above in your browser using DataLab