Learn R Programming

PAPi (version 1.12.0)

metabolomicsData: An example of metabolomics data set used by addKeggCodes.

Description

metabolomicsData is an example of a typical metabolomics data set, where it has a list of identified metabolites in the first column and their respective abundances in the different samples in the following columns. The first row of metabolomicsData, Replicates, defines to which experimental condition each sample belongs.

Usage

data(metabolomicsData)

Arguments

Format

A data frame containing the names of identified metabolites in the first column and their respective abundances in the different samples in the following columns.
Names
list of identified metabolites
Sample1
the abundance of each metabolite in Sample 1
Sample2
the abundance of each metabolite in Sample 2
Sample3
the abundance of each metabolite in Sample 3
Sample4
the abundance of each metabolite in Sample 4
Sample5
the abundance of each metabolite in Sample 5
Sample6
the abundance of each metabolite in Sample 6

Examples

Run this code
data(metabolomicsData)
print(metabolomicsData)

Run the code above in your browser using DataLab