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

Description Usage Value Author(s) References Examples

View source: R/get.rhea.all.R

Description

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

Usage

1

Value

data.frame() object where data fields include

rheaId

Rhea ID

reactionType

BiochemicalReaction or transportReaction

equationWithCommonName

Textual reaction equation (compound standard names)

sameParticipant

Reactions with the same reactants and products, but different directionalities

mapped
formuled
polymerization
chemicallyBalanced
status
transport
direction
classOfReactions

At least one reaction participant is class compound described in ChEBI

equationWithChebi

Reaction equation with ChEBI

equationParticipant
crossLinks

If reaction has cross-link to other databases, new columns are generated such as "MetaCyc", "KEGG" etc

Author(s)

Byoungnam Min <mbnmbn00@gmail.com>, Byeonghyuk Park, Kyoung Heon Kim and In-Geol Choi

References

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

Examples

1
2
3
4
5
# Not run: it takes about 20 minutes

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

RbioRXN documentation built on May 29, 2017, 10:56 a.m.