Description Usage Arguments Value Examples
Obtains the list of reactions from a SBML file.
1 | sbml_reactions(sbml_file, progress = TRUE)
|
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. |
A list with additional class "reactions" describing the reactions in the model. RDF annotations, notes and flux bounds are saved along with the reactions
1 2 3 | # requires internet connection
m_url <- "http://www.ebi.ac.uk/compneur-srv/biomodels-main/download?mid=MODEL1103210001"
sbml_reactions(m_url)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.