ReplaceMin: Replace missing or zero values

View source: R/general_proc_utils.R

ReplaceMinR Documentation

Replace missing or zero values

Description

This function will replace zero/missing values by half of the smallest positive value in the original dataset. This method will be called after all missing value imputations are conducted. Also, it directly modifies the mSet$dataSet$proc if executed after normalization, or the mSet$dataSet$norm if before normalization.

Usage

ReplaceMin(mSetObj=NA)

Arguments

mSetObj

Input the name of the created mSetObj (see InitDataObjects)

Author(s)

Jeff Xia jeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)


xia-lab/MetaboAnalystR documentation built on Dec. 23, 2024, 3:44 p.m.