substituentsMet {MetChem}R Documentation

Metabolite substituents

Description

This function finds the metabolite related substituents.

Usage

substituentsMet(doc)

Arguments

doc

A list of metabolites information produced by readMet function

.

Value

A data frame contains the substituents of each metabolite.

See Also

readMet, nameMet, propertiesMet

Examples


data(Metabolites)
sub=substituentsMet(Metabolites$readMet)


[Package MetChem version 0.4 Index]