You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Documentation:
Clarifications and fixes in protocol.m (solves #279, #287).
Protein concentrations (in model.ec.concs and proteomics data) are in mg/gDCW.
Fix:
Correct calculation of new protein pool if constrained with proteomics, by considering the total amount of measured protein.
getStandardKcat can use data/pseudoRxns.tsv as input of reactions to ignore, it overwrites previous standard Kcat definitions, and specifies model.ec.source{i} = 'standard' if a standard kcat is assigned to a zero-kcat reaction (solves #280, #286)
Various bugfixes in fuzzyKcatMatching (solves #277), readDLKcatOutput (solves #278), getECfromDatabase (solves #281), sensitivityTuning (solves #285), & applyCustomKcats (solves #291).