reactions {rhea} R Documentation

Load reaction models from rhea rdf database file

Description

Usage

reactions(rhea);

Arguments

rhea

[as RheaRDF]

Details

Authors

annotationKit

Value

this function returns data object of type Reaction[].

clr value class

Examples

 imports "rhea" from "annotationKit";
 
 # wget https://ftp.expasy.org/databases/rhea/rdf/rhea.rdf.gz
 # gunzip -k rhea.rdf.gz

 let rhea = rhea::open.rdf("./rhea.rdf");
 rhea = rheareactions(rhea);

[Package rhea version 1.0.0.0 Index]