Learn R Programming

NormalizeMets (version 0.25)

alldatacheck: Check all data

Description

Some preliminary checks of the data formats for the NormalizeMets package

Usage

alldatacheck(featuredata, sampledata = NULL, metabolitedata = NULL)

Arguments

featuredata

featuredata A data frame in the featuredata format. This is a dataframe with metabolites in columns and samples in rows. Unique sample names should be provided as row names. See NormalizeMets Vignette for details.

sampledata

A dataframe that contains sample specific information. Unique sample names should be provided as row names.

metabolitedata

A dataframe that contains metabolite specific information.