Skip to content

Commit b41b527

Browse files
committed
add information about direct simulation of CRN using bioscrape
1 parent 89a7811 commit b41b527

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

biocrnpyler/core/chemical_reaction_network.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ class ChemicalReactionNetwork(object):
8181
Once created, species and reactions cannot be removed, only added. This
8282
ensures CRN validity is maintained throughout its lifetime.
8383
84+
Chemical reaction networks can be simulated by writing the output
85+
as SMBL using `write_sbml_file` and then loading into an external
86+
simulator, or by using the bioscrape package, which can be called
87+
directly using `simulate_with_bioscrape_via_sbml`.
88+
8489
Examples
8590
--------
8691
Create a simple CRN manually:

0 commit comments

Comments
 (0)