RbioRXN (version 1.3.1)

get.chebi.all: Download and parse current ChEBI

Description

Download all ChEBI in BioPAX level 2 (ftp://ftp.ebi.ac.uk/pub/databases/chebi/ontology/chebi.owl) and parse to generate data.frame() object

Usage

get.chebi.all()

Arguments

Value

  • data.frame() object where data fields include
  • ChEBIUnique ChEBI identifier
  • nameChemical standard name
  • synonymsIf entity has multiple synonyms, they are separated by "///"
  • smilesSMILES representation of chemical structure
  • inchiInChI representation of chemical structure
  • keggCross-link to KEGG COMPOUND database
  • parentParent compound if available
  • formulaChemical formula

References

ChEBI web address: http://www.ebi.ac.uk/chebi/ \ BioPAX.org: http://www.biopax.org

Examples

Run this code
# Not run: it will take several minutes (5-7 mins)

##  chebi = get.chebi.all()
##  head(chebi)

Run the code above in your browser using DataLab