sbml_reactions: Obtains the list of reactions from a SBML file.

Description Usage Arguments Value Examples

Description

Obtains the list of reactions from a SBML file.

Usage

1
sbml_reactions(sbml_file, progress = TRUE)

Arguments

sbml_file

A SBML file. This can be a file on the disk or the location to an online resource.

progress

Whether a progress indication should be shown.

Value

A list with additional class "reactions" describing the reactions in the model. RDF annotations, notes and flux bounds are saved along with the reactions

Examples

1
2
3
# requires internet connection
m_url <- "http://www.ebi.ac.uk/compneur-srv/biomodels-main/download?mid=MODEL1103210001"
sbml_reactions(m_url)

cdiener/dycone documentation built on May 13, 2019, 2:41 p.m.