RemoveMissingPercent: Data processing: remove variables with missing values

View source: R/general_proc_utils.R

RemoveMissingPercentR Documentation

Data processing: remove variables with missing values

Description

Remove variables based upon a user-defined percentage cut-off of missing values. If a user specifies a threshold of 20 in at least 20

Usage

RemoveMissingPercent(mSetObj, percent)

Arguments

mSetObj

Input the name of the created mSetObj (see InitDataObjects)

percent

Input the percentage cut-off you wish to use. For instance, 50 percent is represented by percent=0.5.

Author(s)

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


xia-lab/MetaboAnalystR documentation built on April 20, 2024, 8:13 p.m.