jcrozum / pystablemotifs

Python library for attractor identification and control in Boolean networks
MIT License
28 stars 7 forks source link

Add option to hide update rules in summary of unreduced network. #9

Closed jcrozum closed 4 years ago

jcrozum commented 4 years ago

To clarify: I'm talking about when we run SuccessionDiagram.summary(), the MotifReduction corresponding to the original network should hide its update rules (optionally) because they are just the rules of the original system.

jcrozum commented 4 years ago

There is now an option to hide the rules. They are shown by default, but are no longer called "reduced" in the summary text.