Metabolites {MetChem} | R Documentation |
Metabolomic Dataset
Description
This dataset consists of a list of the metabolites as returned by the function readMet
and concentration value of each metabolites.
Usage
data(Metabolites)
Value
A list with the following elements in the variable Metabolites
:
concentration |
A matrix containing the concentration of each metabolites. |
name |
A vector of metabolite's names. |
SMILES |
A vector of SMILES represenation of each metabolite. |
HMDB |
A vector containing HMDB IDs of each metabolite. |
readMet |
A list of metabolites information produced by |
Examples
data(Metabolites)
[Package MetChem version 0.4 Index]