sbml_addOneCompartment | R Documentation |
Add compartment
sbml_addOneCompartment(model, compName, compSize)
model |
the sbml model |
compName |
string, e.g. "cytoplasm" |
compsize |
called for side-effect
Daniel Lill (daniel.lill@physik.uni-freiburg.de)
Daniel Lill (daniel.lill@physik.uni-freiburg.de)
Other SBML export:
eqnlist_addDefaultCompartment()
,
getCompartmentInfo()
,
getParInfo()
,
getReactionInfo()
,
getSpeciesInfo()
,
getUnitInfo()
,
sbml_addOneEvent()
,
sbml_addOneParameter()
,
sbml_addOneReaction()
,
sbml_addOneSpecies()
,
sbml_addOneUnit()
,
sbml_exportEquationList()
,
sbml_initialize()
,
sbml_kineticLawAddParameters()
,
sbml_reactionAddKineticLaw()
,
sbml_reactionAddModifiers()
,
sbml_reactionAddProducts()
,
sbml_reactionAddReactants()
,
sbml_validateSBML()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.