RbioRXN (version 1.3.1)

get.unipathway.all: Download current Unipathway

Description

Download Unipathway in OBO, then parse and generate data.frame() object

Usage

get.unipathway.all(oboPath = "")

Arguments

oboPath
Unipathway in OBO from http://www.grenoble.prabi.fr/obiwarehouse/unipathway. If you don't provide the file, the function tries to download from web

Value

  • R list object. The list() contains two data.frame() objects (reaction and compound) where data fields of each data.frame() include, reaction includes
  • idUnipathway ID
  • enzNameIt usually indicates substrate and product in the reaction
  • equationReaction equation with compound standard name
  • KEGGCross-link to KEGG
  • RHEACross-link to Rhea
  • METACYCCross-link to MetaCyc
  • ECEC number each reaction assigned
  • GOGO term
  • UNIPROTCross-link to UniProt
  • compoundIdCompound ID of each reaction participant
  • compoundNameCompound standard name of each reaction participant
  • compound includes
  • idUnipathway ID
  • typeCompound type
  • nameCompound name
  • KEGGCross-link to KEGG
  • CHEBICross-link to ChEBI
  • formulaMolecular formula
  • inchiInChI code
  • synonym.keggSynonyms to KEGG

References

UniPathway: http://www.grenoble.prabi.fr/obiwarehouse/unipathway

Examples

Run this code
# Not run:

##  unipathway = get.unipathway.all()
##  dim(unipathway)                   # The number of downloaded reaction entries

Run the code above in your browser using DataLab