CASCI-lab / CANA

CANAlization: Control & Redundancy in Boolean Networks
https://casci-lab.github.io/CANA/
MIT License
22 stars 15 forks source link

BooleanNode.from_partial_lut with bias and effective connectivity criteria #46

Closed srikanth-iyer closed 2 months ago

srikanth-iyer commented 2 months ago

created a function under BooleanNode to generate a node from partial LUT. a added fill missing values randomly option added required bias option added required effective connectivity option

also, did some code clean up on some old code using ruff linter.

NOTE: Need to add some tests. Will do this in next iteration.