RbioRXN (version 1.3.1)

get.rhea.byId: Download Rhea by Rhea ID

Description

Download and parse Rhea with given Rhea ID

Usage

get.rhea.byId(rheaId)

Arguments

rheaId
Single Rhea ID or multiple Rhea IDs in vector

Value

  • data.frame() object where data fields include
  • rheaIdRhea ID
  • reactionTypeBiochemicalReaction or transportReaction
  • equationWithCommonNameTextual reaction equation (compound standard names)
  • sameParticipantReactions with same reactants and products, but different directionalities
  • mapped
  • formuled
  • polymerization
  • chemicallyBalanced
  • status
  • transport
  • direction
  • classOfReactionsAt least one participant is class compounds described in ChEBI
  • equationWithChebiReaction equation with ChEBI
  • equationParticipant
  • crossLinksIf the 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:

##  get.rhea.byId(c('10000', '10377'))

Run the code above in your browser using DataLab