jcrozum / pystablemotifs

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

Random Boolean network generator #23

Closed jgtz closed 3 years ago

jgtz commented 4 years ago

We want to be able to generate random Boolean networks (RBN). In particular, we want Kauffman NK RBNs, threshold RBNs, and canalyzing RBNs.

A new branch I created generates Kauffman NK RBNs.

https://github.com/jcrozum/StableMotifs/tree/random_boolean_networks

jcrozum commented 3 years ago

This has been merged into the main branch for quite some time. I simply forgot to close the issue.