View source: R/sbtab_to_vfgen.R
sbtab_to_vfgen | R Documentation |
This function interprets the SBtab content and exports it to three possible formats: (1) vfgen's ‘vf' format (xml); (2) NEURON’s mod file; (3) SBML if the libSBML package can be loaded.
sbtab_to_vfgen(SBtab, cla = TRUE)
SBtab |
a list as returned from any of the import functions [sbtab_from_tsv()] or [sbtab_from_ods()] |
cla |
a logical value that determines whether conservation law analysis should be performed. If this is TRUE (default) the resulting ODE model will be reduced to a state variable sub-set that is independent (in the sense of linear algebraic relationships). |
if conservation law analysis is turned on, this function returns the results, otherwise NA; if the model cannot be reduced, this also returns NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.