jcrozum / pystablemotifs

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

Add explicit display option for motif history permutations #16

Closed jcrozum closed 4 years ago

jcrozum commented 4 years ago

Merged stable motif histories currently display as a list of indices. We should add the option to display the corresponding motifs in a reordered list, rather than just each motif's index in the motif_history list for the network reduction.

jcrozum commented 4 years ago

Added to master. Use the show_explicit_permutations=True in summary functions. Default is False (show index only).