getSpeciesInfo: Extract speciesInfo data.table from equationlist

View source: R/SBML-Export.R

getSpeciesInfoR Documentation

Extract speciesInfo data.table from equationlist

Description

Extract speciesInfo data.table from equationlist

Usage

getSpeciesInfo(equationList)

Arguments

el

equationList

Value

data.table(speciesName, compName, initialAmount)

Author(s)

Daniel Lill (daniel.lill@physik.uni-freiburg.de)

See Also

Other SBML export: eqnlist_addDefaultCompartment(), getCompartmentInfo(), getParInfo(), getReactionInfo(), getUnitInfo(), sbml_addOneCompartment(), 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()

Examples

library(dMod)
example(eqnlist)
getSpeciesInfo(f)

dlill/petab documentation built on Oct. 9, 2022, 3:07 p.m.