GeomScale / dingo

A python library for metabolic networks sampling and analysis
GNU Lesser General Public License v3.0
41 stars 27 forks source link

Knock out a reaction flux #13

Closed TolisChal closed 3 years ago

TolisChal commented 3 years ago

This PR implements a member function in MetabolicNetwork class to provide the option to the user to set a reaction flux equal to zero.

The PR is based on https://github.com/GeomScale/dingo/pull/12