GeomScale / dingo

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

loopless sampling #86

Open hariszaf opened 4 months ago

hariszaf commented 4 months ago

Thermodynamics constraints are rather important in metabolic modeling. If not considered, they would lead to thermodynamically infeasible/implausible flux loops within flux sample.

Loopless space though is a non-convex one. Approaches such as the LooplessFluxSampler could be used for more valid sampling from the biological point of view.

Further literature:

vikasgrewal16 commented 3 months ago

I want to contribute to this issue but i am having a difficulty to understand this. Can you please tell me how can I do this @hariszaf