RbioRXN (version 1.3.1)

get.kegg.byId: Download given KEGG REACTION entry using KEGGREST package

Description

By implementing KEGGREST package in Bioconductor (http://www.bioconductor.org/packages/release/bioc/html/KEGGREST.html), retrieve given KEGG REACTION in data.frame() object.

Usage

get.kegg.byId(keggId)

Arguments

keggId
single KEGG REACTION ID (R number) or multiple IDs in vector

Value

  • data.frame() object where data fields include,
  • ENTRYKEGG ID
  • NAMEEnzyme name
  • DEFINITIONReaction equation with standard compound name
  • EQUATIONReaction equation with KEGG ID
  • ENZYMEE.C number
  • COMMENTComment
  • RPAIRKEGG RPAIR is a collection of substrate-product pairs (reactant pairs) defined for each reaction in KEGG REACTION
  • PATHWAYKEGG PATHWAY that this reaction participates
  • ORTHOLOGYCross-link to KEGG ORTHOLOGY database
  • REMARKUsually this column indicates glycan reaction-chemical reaction pair
  • REFERENCEPublication with PMID, title, and journal name

References

KEGGREST package: http://www.bioconductor.org/packages/release/bioc/html/KEGGREST.html KEGG API: http://www.kegg.jp/kegg/docs/keggapi.html

See Also

get.kegg.all

Examples

Run this code
# Not run:

##  get.kegg.byId("R00001")                                  # single KEGG ID
##  get.kegg.byId(c("R00001", "R00002", "R00005", "R00006")) # mutiple KEGG IDs

Run the code above in your browser using DataLab