ar.getcmp {Rarmec}R Documentation

Retrieve ARMeC compound information

Description

Download and parse information related to a compound on the ARMeC server. Query the following URL:

http://www.armec.org/MetaboliteLibrary/servlet/MetaboliteSummary?metaboliteID=XXX

Usage

ar.getcmp(cmpid)

Arguments

cmpid ARMeC compound id

Value

Return a list comprising:

Molecular formula
Molecular weight
KEGG identifier if available
TAIR identifier if available
Metabolic pathway(s) if available

Author(s)

David Enot dle@aber.ac.uk>

See Also

ar.getone

Examples


### get information related to compound 896 available at:
### metaboliteID=896

ar.getcmp(896)


[Package Rarmec version 1.0 Index]