imputeMinDiv2: imputeMinDiv2()

View source: R/04_Manage_Missing.R

imputeMinDiv2R Documentation

imputeMinDiv2()

Description

Imputes the data layer of the romics_object using the minimum value of the table divided by 2. this function will work if the data only contains positive values.

Usage

imputeMinDiv2(romics_object)

Arguments

romics_object

has to be an romics_object created using romicsCreateObject()

Details

This function will use the minimum value of the data table divided by 2 to impute the missing values of the data layer

Value

The function will return a modified romics_object that will have imputed data, however the missingdata layer will conserve the location of the missingness, the missingness can subsequently be restored using the function romicsRestoreMissing().

Author(s)

Geremy Clair


PNNL-Comp-Mass-Spec/RomicsProcessor documentation built on March 18, 2023, 5:14 a.m.