CASCI-lab / CANA

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

Incorporate partial LUTs in BooleanNetwork object using BooleanNode.from_partial_lut() #48

Open srikanth-iyer opened 2 months ago

srikanth-iyer commented 2 months ago

currently, partial LUTs are only usable in BooleanNode, with which we can examine incomplete LUTs and generate a full table either randomly or on criteria of required bias and effective connectivity.

Incorporating this onto the BooleanNetwork will help us look at network characteristics of the generated LUTs. #47