Learn R Programming

MetaboAnalystR (version 2.0.0)

SanityCheckIndData: Sanity check of individual datasets for meta-analysis

Description

Performs a sanity check on each-uploaded dataset for meta-analysis. Briefly, this function will exclude empty rows, check class labels, ensure only 2 groups are being compared within the dataset, ensure sample names are unique, remove low quality samples/features, and replace missing values.

Usage

SanityCheckIndData(mSetObj = NA, dataName)

Arguments

mSetObj

Input name of the created mSet Object

dataName

Input name of the dataset to perform the sanity check.