PyBNF documentation¶
PyBNF is a tool for parameter fitting of dynamical systems biology models specified using the BioNetGen rule-based modeling language (BNGL) or the Systems Biology Markup Language (SBML). It currently runs on most Linux and macOS workstations as well as distributed computing systems using the SLURM queueing manager.
Contents:
PyBNF Module Reference¶
Detailed documentation of the PyBNF code base for advanced users
Contents:
- PyBNF Module References
- PyBNF entry point (
pybnf.pybnf) - PyBNF algorithms (
pybnf.algorithms) - PyBNF cluster setup (
pybnf.cluster) - PyBNF configuration (
pybnf.config) - PyBNF constraint specification (
pybnf.constraint) - PyBNF data container (
pybnf.data) - PyBNF objective functions (
pybnf.objective) - PyBNF configuration parsing (
pybnf.parse) - PyBNF printing functions (
pybnf.printing) - PyBNF model and parameter containers (
pybnf.pset)
- PyBNF entry point (