CleanData: Perform data cleaning

Description Usage Arguments Author(s)

View source: R/general_misc_utils.R

Description

Cleans data and removes -Inf, Inf, NA, negative and 0s.

Usage

1
CleanData(bdata, removeNA = T, removeNeg = T, removeConst = T)

Arguments

bdata

Input data to clean

removeNA

Logical, T to remove NAs, F to not.

removeNeg

Logical, T to remove negative numbers, F to not.

removeConst

Logical, T to remove samples/features with 0s, F to not.

Author(s)

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


xia-lab/MetaboAnalystR3.0 documentation built on May 6, 2020, 11:03 p.m.