RbioRXN (version 1.3.1)

get.rhea.all: Download current Rhea in data.frame() object

Description

Download current Rhea in BioPAX level 2 and parse to generate data.frame() object

Usage

get.rhea.all()

Arguments

Value

  • data.frame() object where data fields include
  • rheaIdRhea ID
  • reactionTypeBiochemicalReaction or transportReaction
  • equationWithCommonNameTextual reaction equation (compound standard names)
  • sameParticipantReactions with the same reactants and products, but different directionalities
  • mapped
  • formuled
  • polymerization
  • chemicallyBalanced
  • status
  • transport
  • direction
  • classOfReactionsAt least one reaction participant is class compound described in ChEBI
  • equationWithChebiReaction equation with ChEBI
  • equationParticipant
  • crossLinksIf reaction has cross-link to other databases, new columns are generated such as "MetaCyc", "KEGG" etc

References

Rhea database: http://www.ebi.ac.uk/rhea/home.xhtml

Examples

Run this code
# Not run: it takes about 20 minutes

##  rhea = get.rhea.all()
##  dim(rhea)              # The number of downloaded reactions
##  head(rhea)

Run the code above in your browser using DataLab