You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The network graph represents species as blue nodes and reactions as orange dots. Black arrows from species to reactions indicate substrates, and are labelled with their respective stoichiometries. Similarly, black arrows from reactions to species indicate products (also labelled with their respective stoichiometries). If there are any reactions where a species affect the rate, but does not participate as a reactant, this is displayed with a dashed red arrow. This can be seen in the following [Repressilator model](@ref basic_CRN_library_repressilator):
50
53
```@example visualisation_graphs
51
54
repressilator = @reaction_network begin
@@ -55,17 +58,20 @@ repressilator = @reaction_network begin
Finally, a [network's reaction complexes](@ref network_analysis_reaction_complexes) (and the reactions in between these) can be displayed using the `complexgraph(brusselator)` function:
68
72
```@example visualisation_graphs
69
73
complexgraph(brusselator)
74
+
nothing # hide
70
75
```
71
-
Here, reaction complexes are displayed as blue nodes, and reactions in between these as black arrows.
0 commit comments