Learn R Programming

MetChem (version 0.5)

nameMet: Name of metabolites

Description

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

Usage

nameMet(doc)

Value

A data frame contains the names of each metabolite.

Arguments

doc

A list of metabolites information produced by readMet function.

See Also

readMet

Examples

Run this code

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

Run the code above in your browser using DataLab