jcrozum / pystablemotifs

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

Implement doi #65

Closed kyuhyongpark closed 3 years ago

kyuhyongpark commented 3 years ago

55

Added new function domain_of_influence in the DomainOfInfluence folder. It takes primes and fixed set as parameters and returns:

Added DomainOfInfluenceTesting.py in the Testing folder. For a given set of Boolean rules, it can find:

kyuhyongpark commented 3 years ago

I tried manually resolving the conflicts.