Skip to contents

This function returns a pmart filter that has imputed missing values by "em" method

Usage

imputation(omicsData)

Arguments

omicsData

an object of the class 'pepData', 'proData', 'metabData', 'lipidData', or 'nmrData', usually created by as.pepData, as.proData, as.metabData, as.lipidData, or as.nmrData, respectively.

Value

object of class imputeData and dataframe with the imputated e_data

Author

Evan Martin, Damon Leach

Examples

library(malbacR)
data("pmart_amide")
library(pmartR)
pmart_amide <- edata_transform(pmart_amide,"log2")
impFilt <- imputation(pmart_amide)