sbml_species: Obtains the list of species from a SBML model

Description Usage Arguments Value Examples

Description

Obtains the list of species from a SBML model

Usage

1
sbml_species(sbml_file)

Arguments

sbml_file

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

Value

A data frame containing the obtained data. Some entries might be NA.

Examples

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

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