How to check the mass_balance when BiGG metabolites have multiple formulas #1045
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hmm, I had actually not noticed this before and it's certainly not SBML compliant. This will also present a problem for memote.io which just looks at the formula directly. The only thing I can immediately think of, is to pre-process metabolite formulas and pick one of them. You could also get fancy and let OpenBabel/RDKit/ChemAxon give you a formula at specific pH but that seems like overkill. |
Beta Was this translation helpful? Give feedback.
-
I think this is a bug in CarveME. @cdanielmachado is that intentional? |
Beta Was this translation helpful? Give feedback.
Hmm, I had actually not noticed this before and it's certainly not SBML compliant. This will also present a problem for memote.io which just looks at the formula directly. The only thing I can immediately think of, is to pre-process metabolite formulas and pick one of them. You could also get fancy and let OpenBabel/RDKit/ChemAxon give you a formula at specific pH but that seems like overkill.