Description Usage Arguments Value Examples
Obtains the list of parameters from a SBML model
1 | sbml_params(sbml_file)
|
sbml_file |
A SBML file. This can be a file on the disk or the location to an online resource. |
A data frame containing the obtained data. Some entries might be NA.
1 2 3 | # requires internet connection
m_url <- "http://www.ebi.ac.uk/compneur-srv/biomodels-main/download?mid=MODEL1103210001"
sbml_params(m_url)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.