SysBioChalmers / GECKO

Toolbox for including enzyme constraints on a genome-scale model.
http://sysbiochalmers.github.io/GECKO/
MIT License
67 stars 50 forks source link

enzyme usage unit #376

Closed HossFir closed 4 months ago

HossFir commented 4 months ago

https://github.com/SysBioChalmers/GECKO/blob/afa233429fe17f0a341f2ec8886fd6364fa94094/src/geckomat/utilities/enzymeUsage.m#L5

For consistency with the proteomics data, the absolute usage should be expressed in mg/gDW, as the proteomics data has this unit. The absolute usage is then multiplied by kcat/mw to convert the unit to mmol/gDW/hr!

edkerk commented 4 months ago

The enzymeUsage function is directly reporting the flux value from the enzyme usage reactions, so in mg/gDCW. The function documentation is just incorrect, while change that line to mention mg/gDCW instead.