rsethi21 / genericInteractionNetwork

Code to create pathway object from a json file.
1 stars 0 forks source link

Convert substrate and interaction list to dictionaries #10

Closed rsethi21 closed 1 year ago

rsethi21 commented 1 year ago

This will enable me to simplify logic and make the code more readable in the dense logic checks. The keys will be the names and the values will be the objects. Useful in fitting algorithm and dynamic module.

rsethi21 commented 1 year ago

Done