nameMet {MetChem}R Documentation

Name of metabolites

Description

This function extracts the metabolite's names from the list generated by readMet function.

Usage

nameMet(doc)

Arguments

doc

A list of metabolites information produced by readMet function.

Value

A data frame contains the names of each metabolite.

See Also

readMet

Examples


data(Metabolites)
nam=nameMet(Metabolites$readMet)


[Package MetChem version 0.4 Index]