9. Loopless FBA

The goal of this procedure is identification of a thermodynamically consistent flux state without loops, as implied by the name. You can find a more detailed description in the method section at the end of the notebook.

[1]:
%matplotlib inline
import plot_helper

from cobra.io import load_model
from cobra import Reaction, Metabolite, Model
from cobra.flux_analysis.loopless import add_loopless, loopless_solution
from cobra.flux_analysis import pfba

9.1. Loopless solution

Classical loopless approaches as described below are computationally expensive to solve due to the added mixed-integer constraints. A much faster, and pragmatic approach is instead to post-process flux distributions to simply set fluxes to zero wherever they can be zero without changing the fluxes of any exchange reactions in the model. CycleFreeFlux is an algorithm that can be used to achieve this and in cobrapy it is implemented in the cobra.flux_analysis.loopless_solution function. loopless_solution will identify the closest flux distribution (using only loopless elementary flux modes) to the original one. Note that this will not remove loops which you explicitly requested, for instance by forcing a loop reaction to carry non-zero flux.

Using a larger model than the simple example above, this can be demonstrated as follows

[2]:
salmonella = load_model('salmonella')
nominal = salmonella.optimize()
loopless = loopless_solution(salmonella)
Model does not contain SBML fbc package information.
SBML package 'layout' not supported by cobrapy, information is not parsed
SBML package 'render' not supported by cobrapy, information is not parsed
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dcaACP_c "Decanoyl-ACP-n-C100ACP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dcaACP_c "Decanoyl-ACP-n-C100ACP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2aobut_c "L-2-Amino-3-oxobutanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2aobut_c "L-2-Amino-3-oxobutanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2pglyc_c "2-Phosphoglycolate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2pglyc_c "2-Phosphoglycolate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_eig3p_c "D-erythro-1-Imidazol-4-yl-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_eig3p_c "D-erythro-1-Imidazol-4-yl-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2ahbut_c "S-2-Aceto-2-hydroxybutanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2ahbut_c "S-2-Aceto-2-hydroxybutanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feoxam_p "ferroxamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feoxam_p "ferroxamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pyr_c "Pyruvate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pyr_c "Pyruvate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pyr_e "Pyruvate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pyr_e "Pyruvate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pyr_p "Pyruvate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pyr_p "Pyruvate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tdecoa_c "Tetradecenoyl-CoA-n-C141CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tdecoa_c "Tetradecenoyl-CoA-n-C141CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_apg161_c "acyl-phosphatidylglycerol-n-C161">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_apg161_c "acyl-phosphatidylglycerol-n-C161">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_met__L_p "L-Methionine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_met__L_p "L-Methionine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_xtsn_e "Xanthosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_xtsn_e "Xanthosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ala__L_e "L-Alanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ala__L_e "L-Alanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ala__L_c "L-Alanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ala__L_c "L-Alanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_octa_c "octanoate-n-C80">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_octa_c "octanoate-n-C80">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_met__L_e "L-Methionine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_met__L_e "L-Methionine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3hmrsACP_c "R-3-Hydroxytetradecanoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3hmrsACP_c "R-3-Hydroxytetradecanoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_met__L_c "L-Methionine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_met__L_c "L-Methionine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_octa_p "octanoate-n-C80">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_octa_p "octanoate-n-C80">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ala__L_p "L-Alanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ala__L_p "L-Alanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ala__B_p "beta-Alanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ala__B_p "beta-Alanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ala__B_e "beta-Alanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ala__B_e "beta-Alanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pnto__R_e "R-Pantothenate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pnto__R_e "R-Pantothenate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ala__B_c "beta-Alanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ala__B_c "beta-Alanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_8aonn_c "8-Amino-7-oxononanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_8aonn_c "8-Amino-7-oxononanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dmso_e "Dimethyl-sulfoxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dmso_e "Dimethyl-sulfoxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pnto__R_c "R-Pantothenate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pnto__R_c "R-Pantothenate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpe180_p "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C180">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpe180_p "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C180">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_5dglcn_e "5-Dehydro-D-gluconate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_5dglcn_e "5-Dehydro-D-gluconate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dmso_p "Dimethyl-sulfoxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dmso_p "Dimethyl-sulfoxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ps141_c "phosphatidylserine-ditetradec-7-enoyl-n-C141">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ps141_c "phosphatidylserine-ditetradec-7-enoyl-n-C141">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_arbt6p_c "Arbutin-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_arbt6p_c "Arbutin-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpe180_c "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C180">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpe180_c "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C180">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_uamag_c "UDP-N-acetylmuramoyl-L-alanyl-D-glutamate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_uamag_c "UDP-N-acetylmuramoyl-L-alanyl-D-glutamate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pmcoa_c "Pimeloyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pmcoa_c "Pimeloyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_anhgm_p "N-Acetyl-D-glucosamine-anhydrous-N-Acetylmuramic-acid">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_anhgm_p "N-Acetyl-D-glucosamine-anhydrous-N-Acetylmuramic-acid">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_atp_c "ATP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_atp_c "ATP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ump_e "UMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ump_e "UMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_anhgm_e "N-Acetyl-D-glucosamine-anhydrous-N-Acetylmuramic-acid">
Scaling...
 A: min|aij| =  1.000e+00  max|aij| =  1.000e+00  ratio =  1.000e+00
Problem data seem to be well scaled
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_anhgm_e "N-Acetyl-D-glucosamine-anhydrous-N-Acetylmuramic-acid">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ump_p "UMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ump_p "UMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_coa_c "Coenzyme-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_coa_c "Coenzyme-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_anhgm_c "N-Acetyl-D-glucosamine-anhydrous-N-Acetylmuramic-acid">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_anhgm_c "N-Acetyl-D-glucosamine-anhydrous-N-Acetylmuramic-acid">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_LalaDglu_c "L-alanine-D-glutamate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_LalaDglu_c "L-alanine-D-glutamate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_din_p "Deoxyinosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_din_p "Deoxyinosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3hbcoa_c "S-3-Hydroxybutanoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3hbcoa_c "S-3-Hydroxybutanoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dutp_c "dUTP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dutp_c "dUTP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_din_c "Deoxyinosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_din_c "Deoxyinosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_crnDcoa_c "D-carnitinyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_crnDcoa_c "D-carnitinyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_din_e "Deoxyinosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_din_e "Deoxyinosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glcur1p_e "D-Glucuronate-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glcur1p_e "D-Glucuronate-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2ohph_c "2-Octaprenyl-6-hydroxyphenol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2ohph_c "2-Octaprenyl-6-hydroxyphenol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gtp_p "GTP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gtp_p "GTP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_amob_c "S-Adenosyl-4-methylthio-2-oxobutanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_amob_c "S-Adenosyl-4-methylthio-2-oxobutanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcdp3Oag_p "Undecaprenyl-diphosphate-O-antigene-3x">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcdp3Oag_p "Undecaprenyl-diphosphate-O-antigene-3x">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gtp_e "GTP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gtp_e "GTP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gtp_c "GTP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gtp_c "GTP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cyst__L_c "L-Cystathionine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cyst__L_c "L-Cystathionine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_adn_p "Adenosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_adn_p "Adenosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3mop_c "S-3-Methyl-2-oxopentanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3mop_c "S-3-Methyl-2-oxopentanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cbl1_p "Cob-I-alamin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cbl1_p "Cob-I-alamin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_valtrna_c "L-Valyl-tRNA-Val">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_valtrna_c "L-Valyl-tRNA-Val">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_no2_p "Nitrite">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_no2_p "Nitrite">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe3dhbzs3_p "fe3dhbzs3_p">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cbl1_c "Cob-I-alamin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cbl1_c "Cob-I-alamin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cbl1_e "Cob-I-alamin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cbl1_e "Cob-I-alamin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_no2_e "Nitrite">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_no2_e "Nitrite">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe3dhbzs3_e "fe3dhbzs3_e">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe3dhbzs3_c "fe3dhbzs3_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_no2_c "Nitrite">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_no2_c "Nitrite">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2mecdp_c "2-C-methyl-D-erythritol-2-4-cyclodiphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2mecdp_c "2-C-methyl-D-erythritol-2-4-cyclodiphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ncam_c "Nicotinamide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ncam_c "Nicotinamide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lipa_p "KDO-2-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lipa_p "KDO-2-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2ombzl_c "2-Octaprenyl-6-methoxy-1-4-benzoquinol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2ombzl_c "2-Octaprenyl-6-methoxy-1-4-benzoquinol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lipa_e "KDO-2-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lipa_e "KDO-2-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ascb6p_c "L-ascorbate-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ascb6p_c "L-ascorbate-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lipa_c "KDO-2-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lipa_c "KDO-2-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cbp_c "Carbamoyl-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cbp_c "Carbamoyl-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_arbtn_e "aerobactin-minus-Fe3">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_arbtn_e "aerobactin-minus-Fe3">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_asn__L_c "L-Asparagine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_asn__L_c "L-Asparagine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_asn__L_e "L-Asparagine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_asn__L_e "L-Asparagine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_alaala_p "D-Alanyl-D-alanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_alaala_p "D-Alanyl-D-alanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_arbtn_c "aerobactin-minus-Fe3">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_arbtn_c "aerobactin-minus-Fe3">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_alaala_e "D-Alanyl-D-alanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_alaala_e "D-Alanyl-D-alanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_asn__L_p "L-Asparagine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_asn__L_p "L-Asparagine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2omph_c "2-Octaprenyl-6-methoxyphenol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2omph_c "2-Octaprenyl-6-methoxyphenol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_arbtn_p "aerobactin-minus-Fe3">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_arbtn_p "aerobactin-minus-Fe3">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_alaala_c "D-Alanyl-D-alanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_alaala_c "D-Alanyl-D-alanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_h2o2_p "Hydrogen-peroxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_h2o2_p "Hydrogen-peroxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_5aizc_c "5-amino-1-5-phospho-D-ribosyl-imidazole-4-carboxylate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_5aizc_c "5-amino-1-5-phospho-D-ribosyl-imidazole-4-carboxylate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_codscl7_c "Cobalt-precorrin-7">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_codscl7_c "Cobalt-precorrin-7">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_h2o2_c "Hydrogen-peroxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_h2o2_c "Hydrogen-peroxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_nflgln_c "N-Formimino-L-glutamate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_nflgln_c "N-Formimino-L-glutamate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_h2o2_e "Hydrogen-peroxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_h2o2_e "Hydrogen-peroxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3hddecACP_c "R-3-Hydroxydodecanoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3hddecACP_c "R-3-Hydroxydodecanoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23dhba_c "2-3-Dihydroxybenzoyl-adenylate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_23dhba_c "2-3-Dihydroxybenzoyl-adenylate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_octa_e "octanoate-n-C80">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_octa_e "octanoate-n-C80">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acglu_c "N-Acetyl-L-glutamate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acglu_c "N-Acetyl-L-glutamate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ttdca_p "tetradecanoate-n-C140">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ttdca_p "tetradecanoate-n-C140">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_codscl3_c "Cobalt-precorrin-3">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_codscl3_c "Cobalt-precorrin-3">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cddec5eACP_c "cis-dodec-5-enoyl-acyl-carrier-protein-n-C121">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cddec5eACP_c "cis-dodec-5-enoyl-acyl-carrier-protein-n-C121">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ttdca_e "tetradecanoate-n-C140">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ttdca_e "tetradecanoate-n-C140">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ttdca_c "tetradecanoate-n-C140">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ttdca_c "tetradecanoate-n-C140">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ura_c "Uracil">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ura_c "Uracil">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyc_e "Glycerol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyc_e "Glycerol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyc_c "Glycerol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyc_c "Glycerol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ura_e "Uracil">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ura_e "Uracil">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acmum_p "N-Acetylmuramate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acmum_p "N-Acetylmuramate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_au_c "Gold-Au">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ura_p "Uracil">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ura_p "Uracil">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_kdo2lipid4p_c "KDO-2-lipid-IV-A-with-palmitoleoyl">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_kdo2lipid4p_c "KDO-2-lipid-IV-A-with-palmitoleoyl">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyc_p "Glycerol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyc_p "Glycerol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_chit6p_c "chit6p_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tre_p "Trehalose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tre_p "Trehalose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tre_c "Trehalose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tre_c "Trehalose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cdpglc_c "CDP-glucose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cdpglc_c "CDP-glucose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tre_e "Trehalose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tre_e "Trehalose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ps2_ST_p "ps2_ST_p">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ser__L_p "L-Serine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ser__L_p "L-Serine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ac_p "Acetate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ac_p "Acetate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ser__L_c "L-Serine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ser__L_c "L-Serine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ser__L_e "L-Serine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ser__L_e "L-Serine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4ahmmp_c "4-Amino-5-hydroxymethyl-2-methylpyrimidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4ahmmp_c "4-Amino-5-hydroxymethyl-2-methylpyrimidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23dhmb_c "R-2-3-Dihydroxy-3-methylbutanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_23dhmb_c "R-2-3-Dihydroxy-3-methylbutanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ac_c "Acetate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ac_c "Acetate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ac_e "Acetate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ac_e "Acetate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2odecg3p_c "2-octadecanoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2odecg3p_c "2-octadecanoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tcynt_p "Thiocyanate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tcynt_p "Thiocyanate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2dmmql8_c "2-Demethylmenaquinol-8">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2dmmql8_c "2-Demethylmenaquinol-8">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_sbzcoa_c "O-Succinylbenzoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_sbzcoa_c "O-Succinylbenzoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tcynt_e "Thiocyanate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tcynt_e "Thiocyanate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tcynt_c "Thiocyanate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tcynt_c "Thiocyanate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cbi_p "Cobinamide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cbi_p "Cobinamide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_anhgm3p_p "N-Acetyl-D-glucosamine-anhydrous-N-Acetylmuramyl-tripeptide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_anhgm3p_p "N-Acetyl-D-glucosamine-anhydrous-N-Acetylmuramyl-tripeptide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acald_c "Acetaldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acald_c "Acetaldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_colipa_p "core-oligosaccharide-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_colipa_p "core-oligosaccharide-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_12dgr141_c "1-2-Diacyl-sn-glycerol-ditetradec-7-enoyl-n-C141">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_12dgr141_c "1-2-Diacyl-sn-glycerol-ditetradec-7-enoyl-n-C141">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acald_e "Acetaldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acald_e "Acetaldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cbi_c "Cobinamide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cbi_c "Cobinamide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cbi_e "Cobinamide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cbi_e "Cobinamide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_colipa_c "core-oligosaccharide-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_colipa_c "core-oligosaccharide-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acald_p "Acetaldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acald_p "Acetaldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_colipa_e "core-oligosaccharide-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_colipa_e "core-oligosaccharide-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_12dgr141_p "1-2-Diacyl-sn-glycerol-ditetradec-7-enoyl-n-C141">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_12dgr141_p "1-2-Diacyl-sn-glycerol-ditetradec-7-enoyl-n-C141">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_xmp_c "Xanthosine-5-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_xmp_c "Xanthosine-5-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_xmp_e "Xanthosine-5-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_xmp_e "Xanthosine-5-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mg2_p "magnesium">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mg2_p "magnesium">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_xmp_p "Xanthosine-5-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_xmp_p "Xanthosine-5-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acmalt_c "Acetyl-maltose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acmalt_c "Acetyl-maltose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dhpmp_c "Dihydroneopterin-monophosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dhpmp_c "Dihydroneopterin-monophosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mg2_e "magnesium">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mg2_e "magnesium">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mg2_c "magnesium">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mg2_c "magnesium">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3dhq_c "3-Dehydroquinate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3dhq_c "3-Dehydroquinate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dhptd_c "4-5-dihydroxy-2-3-pentanedione">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dhptd_c "4-5-dihydroxy-2-3-pentanedione">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_uLa4n_p "undecaprenyl-phosphate-4-amino-4-deoxy-L-arabinose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_uLa4n_p "undecaprenyl-phosphate-4-amino-4-deoxy-L-arabinose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_minohp_p "myo-Inositol-hexakisphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_minohp_p "myo-Inositol-hexakisphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_nh4_p "Ammonium">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_nh4_p "Ammonium">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ins_e "Inosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ins_e "Inosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_uLa4n_c "undecaprenyl-phosphate-4-amino-4-deoxy-L-arabinose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_uLa4n_c "undecaprenyl-phosphate-4-amino-4-deoxy-L-arabinose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_nh4_e "Ammonium">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_nh4_e "Ammonium">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_nh4_c "Ammonium">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_nh4_c "Ammonium">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_minohp_e "myo-Inositol-hexakisphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_minohp_e "myo-Inositol-hexakisphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_5mdru1p_c "5-Methylthio-5-deoxy-D-ribulose-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_5mdru1p_c "5-Methylthio-5-deoxy-D-ribulose-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_salchs2_e "salchs2_e">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_salchs2_c "salchs2_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2dr5p_c "2-Deoxy-D-ribose-5-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2dr5p_c "2-Deoxy-D-ribose-5-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_salchs2_p "salchs2_p">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pe160_p "phosphatidylethanolamine-dihexadecanoyl-n-C160">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pe160_p "phosphatidylethanolamine-dihexadecanoyl-n-C160">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_murein5p5p_p "two-linked-disacharide-pentapeptide-murein-units-uncrosslinked-middle-of-chain">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_murein5p5p_p "two-linked-disacharide-pentapeptide-murein-units-uncrosslinked-middle-of-chain">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pe160_c "phosphatidylethanolamine-dihexadecanoyl-n-C160">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pe160_c "phosphatidylethanolamine-dihexadecanoyl-n-C160">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gdp_e "GDP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gdp_e "GDP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gdp_c "GDP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gdp_c "GDP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tre6p_c "alpha-alpha-Trehalose-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tre6p_c "alpha-alpha-Trehalose-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_5aop_c "5-Amino-4-oxopentanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_5aop_c "5-Amino-4-oxopentanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gdp_p "GDP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gdp_p "GDP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_5mta_c "5-Methylthioadenosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_5mta_c "5-Methylthioadenosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1tdecg3p_c "1-tetradecanoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1tdecg3p_c "1-tetradecanoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_5dglcn_c "5-Dehydro-D-gluconate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_5dglcn_c "5-Dehydro-D-gluconate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3c3hmp_c "3-Carboxy-3-hydroxy-4-methylpentanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3c3hmp_c "3-Carboxy-3-hydroxy-4-methylpentanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ddcacoa_c "Dodecanoyl-CoA-n-C120CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ddcacoa_c "Dodecanoyl-CoA-n-C120CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_12ppd__S_e "S-Propane-1-2-diol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_12ppd__S_e "S-Propane-1-2-diol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_12ppd__S_c "S-Propane-1-2-diol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_12ppd__S_c "S-Propane-1-2-diol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1tdecg3p_p "1-tetradecanoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1tdecg3p_p "1-tetradecanoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hmfurn_c "4-hydroxy-5-methyl-3-2H-furanone">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hmfurn_c "4-hydroxy-5-methyl-3-2H-furanone">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_12ppd__S_p "S-Propane-1-2-diol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_12ppd__S_p "S-Propane-1-2-diol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcdp12Oag_p "Undecaprenyl-diphosphate-O-antigene-12x">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcdp12Oag_p "Undecaprenyl-diphosphate-O-antigene-12x">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_murein5p4p_p "two-linked-disacharide-pentapeptide-and-tetrapeptide-murein-units-uncrosslinked-middle-of-chain">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_murein5p4p_p "two-linked-disacharide-pentapeptide-and-tetrapeptide-murein-units-uncrosslinked-middle-of-chain">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trnaarg_c "tRNA-Arg">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trnaarg_c "tRNA-Arg">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4pasp_c "4-Phospho-L-aspartate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4pasp_c "4-Phospho-L-aspartate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_LalaDgluMdapDala_c "L-alanine-D-glutamate-meso-2-6-diaminoheptanedioate-D-alanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_LalaDgluMdapDala_c "L-alanine-D-glutamate-meso-2-6-diaminoheptanedioate-D-alanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_LalaDgluMdapDala_e "L-alanine-D-glutamate-meso-2-6-diaminoheptanedioate-D-alanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_LalaDgluMdapDala_e "L-alanine-D-glutamate-meso-2-6-diaminoheptanedioate-D-alanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_csn_p "Cytosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_csn_p "Cytosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_5dglcn_p "5-Dehydro-D-gluconate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_5dglcn_p "5-Dehydro-D-gluconate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcdp15Oag_p "Undecaprenyl-diphosphate-O-antigene-15x">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcdp15Oag_p "Undecaprenyl-diphosphate-O-antigene-15x">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gam1p_c "D-Glucosamine-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gam1p_c "D-Glucosamine-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_csn_c "Cytosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_csn_c "Cytosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_csn_e "Cytosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_csn_e "Cytosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gal1p_p "alpha-D-Galactose-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gal1p_p "alpha-D-Galactose-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dtbt_c "Dethiobiotin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dtbt_c "Dethiobiotin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3mob_c "3-Methyl-2-oxobutanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3mob_c "3-Methyl-2-oxobutanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gal1p_e "alpha-D-Galactose-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gal1p_e "alpha-D-Galactose-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_25drapp_c "2-5-Diamino-6-ribosylamino-4-3H-pyrimidinone-5-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_25drapp_c "2-5-Diamino-6-ribosylamino-4-3H-pyrimidinone-5-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gal1p_c "alpha-D-Galactose-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gal1p_c "alpha-D-Galactose-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ump_c "UMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ump_c "UMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1agpg160_p "1-Acyl-sn-glycero-3-phosphoglycerol-n-C160">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1agpg160_p "1-Acyl-sn-glycero-3-phosphoglycerol-n-C160">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_xdp_c "XDP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_xdp_c "XDP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trnagly_c "tRNA-Gly">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trnagly_c "tRNA-Gly">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_xan_e "Xanthine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_xan_e "Xanthine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4h2kpi_c "4-Hydroxy-2-ketopimelate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4h2kpi_c "4-Hydroxy-2-ketopimelate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_xan_c "Xanthine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_xan_c "Xanthine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pheme_p "Protoheme">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pheme_p "Protoheme">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_salchsx_p "Salmochelin-SX">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_salchsx_p "Salmochelin-SX">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_6hmhpt_c "6-hydroxymethyl-dihydropterin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_6hmhpt_c "6-hydroxymethyl-dihydropterin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_xan_p "Xanthine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_xan_p "Xanthine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acmum6p_c "N-acetylmuramate-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acmum6p_c "N-acetylmuramate-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_iasp_c "Iminoaspartate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_iasp_c "Iminoaspartate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_didp_c "dIDP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_didp_c "dIDP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpg161_c "2-Acyl-sn-glycero-3-phosphoglycerol-n-C161">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpg161_c "2-Acyl-sn-glycero-3-phosphoglycerol-n-C161">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hxan_e "Hypoxanthine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hxan_e "Hypoxanthine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hxan_c "Hypoxanthine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hxan_c "Hypoxanthine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_salchs4_p "Salmochelin-S4">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_salchs4_p "Salmochelin-S4">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpg161_p "2-Acyl-sn-glycero-3-phosphoglycerol-n-C161">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpg161_p "2-Acyl-sn-glycero-3-phosphoglycerol-n-C161">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hxan_p "Hypoxanthine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hxan_p "Hypoxanthine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ppa_p "Propionate-n-C30">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ppa_p "Propionate-n-C30">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_spmd_c "Spermidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_spmd_c "Spermidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_spmd_e "Spermidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_spmd_e "Spermidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_murein3px3p_p "two-disacharide-linked-murein-units-tripeptide-crosslinked-tripeptide-A2pm-A2pm--middle-of-chain">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_murein3px3p_p "two-disacharide-linked-murein-units-tripeptide-crosslinked-tripeptide-A2pm-A2pm--middle-of-chain">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_spmd_p "Spermidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_spmd_p "Spermidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ppa_c "Propionate-n-C30">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ppa_c "Propionate-n-C30">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ppa_e "Propionate-n-C30">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ppa_e "Propionate-n-C30">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dsbgrd_p "periplasmic-disulfide-isomerasethiol-disulphide-oxidase-reduced">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dsbgrd_p "periplasmic-disulfide-isomerasethiol-disulphide-oxidase-reduced">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hexACP_c "Hexanoyl-ACP-n-C60ACP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hexACP_c "Hexanoyl-ACP-n-C60ACP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dcmp_c "dCMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dcmp_c "dCMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gal__bD_e "beta-D-Galactose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gal__bD_e "beta-D-Galactose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dcmp_e "dCMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dcmp_e "dCMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpg120_p "2-Acyl-sn-glycero-3-phosphoglycerol-n-C120">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpg120_p "2-Acyl-sn-glycero-3-phosphoglycerol-n-C120">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dcmp_p "dCMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dcmp_p "dCMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpg120_c "2-Acyl-sn-glycero-3-phosphoglycerol-n-C120">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpg120_c "2-Acyl-sn-glycero-3-phosphoglycerol-n-C120">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fuc__L_c "L-Fucose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fuc__L_c "L-Fucose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fuc__L_e "L-Fucose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fuc__L_e "L-Fucose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3ocpalm9eACP_c "3-oxo-cis-palm-9-eoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3ocpalm9eACP_c "3-oxo-cis-palm-9-eoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ppi_c "Diphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ppi_c "Diphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_oxam_c "Oxamate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_oxam_c "Oxamate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_malACP_c "Malonyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_malACP_c "Malonyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fuc__L_p "L-Fucose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fuc__L_p "L-Fucose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_uaagmda_c "Undecaprenyl-diphospho-N-acetylmuramoyl-N-acetylglucosamine-L-ala-D-glu-meso-2-6-diaminopimeloyl-D-ala-D-ala">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_uaagmda_c "Undecaprenyl-diphospho-N-acetylmuramoyl-N-acetylglucosamine-L-ala-D-glu-meso-2-6-diaminopimeloyl-D-ala-D-ala">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_5apru_c "5-Amino-6-5-phosphoribosylamino-uracil">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_5apru_c "5-Amino-6-5-phosphoribosylamino-uracil">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gua_p "Guanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gua_p "Guanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fprica_c "5-Formamido-1-5-phospho-D-ribosyl-imidazole-4-carboxamide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fprica_c "5-Formamido-1-5-phospho-D-ribosyl-imidazole-4-carboxamide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glu5sa_c "L-Glutamate-5-semialdehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glu5sa_c "L-Glutamate-5-semialdehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mmet_p "S-Methyl-L-methionine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mmet_p "S-Methyl-L-methionine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gal_c "D-Galactose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gal_c "D-Galactose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gal_e "D-Galactose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gal_e "D-Galactose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mmet_e "S-Methyl-L-methionine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mmet_e "S-Methyl-L-methionine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gal_p "D-Galactose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gal_p "D-Galactose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gar_c "N1-5-Phospho-D-ribosyl-glycinamide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gar_c "N1-5-Phospho-D-ribosyl-glycinamide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glcur1p_p "D-Glucuronate-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glcur1p_p "D-Glucuronate-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_salchs4fe_e "Salmochelin-S4-Fe-III">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_salchs4fe_e "Salmochelin-S4-Fe-III">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cytd_p "Cytidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cytd_p "Cytidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_salchs4fe_c "Salmochelin-S4-Fe-III">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_salchs4fe_c "Salmochelin-S4-Fe-III">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cytd_c "Cytidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cytd_c "Cytidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcpp_p "Undecaprenyl-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcpp_p "Undecaprenyl-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_salchs4fe_p "Salmochelin-S4-Fe-III">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_salchs4fe_p "Salmochelin-S4-Fe-III">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cytd_e "Cytidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cytd_e "Cytidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2tpr3dpcoa_c "2--5--triphosphoribosyl-3-dephospho-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2tpr3dpcoa_c "2--5--triphosphoribosyl-3-dephospho-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pg180_c "Phosphatidylglycerol-dioctadecanoyl-n-C180">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pg180_c "Phosphatidylglycerol-dioctadecanoyl-n-C180">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_clpn120_p "cardiolipin-tetradodecanoyl-n-C120">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_clpn120_p "cardiolipin-tetradodecanoyl-n-C120">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feroxEfe_p "Ferrioxamine-E-fe">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feroxEfe_p "Ferrioxamine-E-fe">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gua_c "Guanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gua_c "Guanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dsbaox_p "periplasmic-protein-disulfide-isomerase-I-oxidized">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dsbaox_p "periplasmic-protein-disulfide-isomerase-I-oxidized">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feroxEfe_c "Ferrioxamine-E-fe">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feroxEfe_c "Ferrioxamine-E-fe">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gua_e "Guanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gua_e "Guanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feroxEfe_e "Ferrioxamine-E-fe">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feroxEfe_e "Ferrioxamine-E-fe">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_eca4colipa_e "enterobacterial-common-antigen-x4-core-oligosaccharide-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_eca4colipa_e "enterobacterial-common-antigen-x4-core-oligosaccharide-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dtdp4d6dg_c "dTDP-4-dehydro-6-deoxy-D-glucose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dtdp4d6dg_c "dTDP-4-dehydro-6-deoxy-D-glucose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_halipa_e "hepta-acylated-KDO-2-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_halipa_e "hepta-acylated-KDO-2-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cdpabeq_c "CDP-abequose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cdpabeq_c "CDP-abequose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_psd5p_c "psd5p_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_eca4colipa_p "enterobacterial-common-antigen-x4-core-oligosaccharide-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_eca4colipa_p "enterobacterial-common-antigen-x4-core-oligosaccharide-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cpgn__un_c "coprogen-unloaded-no-Fe-III-">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cpgn__un_c "coprogen-unloaded-no-Fe-III-">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cpgn__un_e "coprogen-unloaded-no-Fe-III-">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cpgn__un_e "coprogen-unloaded-no-Fe-III-">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trdox_c "Oxidized-thioredoxin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trdox_c "Oxidized-thioredoxin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cpgn__un_p "coprogen-unloaded-no-Fe-III-">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cpgn__un_p "coprogen-unloaded-no-Fe-III-">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pa140_c "1-2-ditetradecanoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pa140_c "1-2-ditetradecanoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1hdecg3p_p "1-hexadecanoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1hdecg3p_p "1-hexadecanoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_adpglc_c "ADPglucose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_adpglc_c "ADPglucose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acg5sa_c "N-Acetyl-L-glutamate-5-semialdehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acg5sa_c "N-Acetyl-L-glutamate-5-semialdehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pa140_p "1-2-ditetradecanoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pa140_p "1-2-ditetradecanoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2me4p_c "2-C-methyl-D-erythritol-4-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2me4p_c "2-C-methyl-D-erythritol-4-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_malt6p_c "Maltose-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_malt6p_c "Maltose-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gthrd_c "Reduced-glutathione">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gthrd_c "Reduced-glutathione">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_murein4p4p_p "two-linked-disacharide-tetrapeptide-murein-units-uncrosslinked-middle-of-chain">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_murein4p4p_p "two-linked-disacharide-tetrapeptide-murein-units-uncrosslinked-middle-of-chain">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_arbtn__fe3_p "Aerobactin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_arbtn__fe3_p "Aerobactin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_5prdmbz_c "N1-5-Phospho-alpha-D-ribosyl-5-6-dimethylbenzimidazole">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_5prdmbz_c "N1-5-Phospho-alpha-D-ribosyl-5-6-dimethylbenzimidazole">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_skm_e "Shikimate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_skm_e "Shikimate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_adn_c "Adenosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_adn_c "Adenosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_arbtn__fe3_c "Aerobactin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_arbtn__fe3_c "Aerobactin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_arbtn__fe3_e "Aerobactin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_arbtn__fe3_e "Aerobactin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_enter_c "Enterochelin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_enter_c "Enterochelin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_entermg_c "entermg_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pnto__R_p "R-Pantothenate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pnto__R_p "R-Pantothenate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feroxE_p "Ferrioxamine-E">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feroxE_p "Ferrioxamine-E">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_h_p "H">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_h_p "H">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ppt_e "Phosphonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ppt_e "Phosphonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_15dap_p "1-5-Diaminopentane">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_15dap_p "1-5-Diaminopentane">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lcts_e "Lactose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lcts_e "Lactose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_h_e "H">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_h_e "H">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_h_c "H">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_h_c "H">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_15dap_c "1-5-Diaminopentane">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_15dap_c "1-5-Diaminopentane">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2amsa_c "2-Aminomalonate-semialdehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2amsa_c "2-Aminomalonate-semialdehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_salchs4_e "Salmochelin-S4">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_salchs4_e "Salmochelin-S4">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lcts_p "Lactose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lcts_p "Lactose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ppt_p "Phosphonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ppt_p "Phosphonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_15dap_e "1-5-Diaminopentane">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_15dap_e "1-5-Diaminopentane">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe3dcit_e "Fe-III-dicitrate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fe3dcit_e "Fe-III-dicitrate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_malcoa_c "Malonyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_malcoa_c "Malonyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fldrd_c "flavodoxin-reduced">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fldrd_c "flavodoxin-reduced">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2ins_c "2ins_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gthox_p "Oxidized-glutathione">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gthox_p "Oxidized-glutathione">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dtdp4d6dm_c "dTDP-4-dehydro-6-deoxy-L-mannose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dtdp4d6dm_c "dTDP-4-dehydro-6-deoxy-L-mannose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_adp_c "ADP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_adp_c "ADP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gthox_e "Oxidized-glutathione">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gthox_e "Oxidized-glutathione">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ugmd_c "UDP-N-acetylmuramoyl-L-alanyl-D-gamma-glutamyl-meso-2-6-diaminopimelate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ugmd_c "UDP-N-acetylmuramoyl-L-alanyl-D-gamma-glutamyl-meso-2-6-diaminopimelate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_zn2_e "Zinc">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_zn2_e "Zinc">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mal__D_c "D-Malate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mal__D_c "D-Malate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mal__D_e "D-Malate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mal__D_e "D-Malate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcpo5_e "udcpo5_e">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpe141_p "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C141">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpe141_p "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C141">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pheme_e "Protoheme">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pheme_e "Protoheme">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tdeACP_c "cis-tetradec-7-enoyl-acyl-carrier-protein-n-C141">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tdeACP_c "cis-tetradec-7-enoyl-acyl-carrier-protein-n-C141">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcdp4Oag_p "Undecaprenyl-diphosphate-O-antigene-4x">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcdp4Oag_p "Undecaprenyl-diphosphate-O-antigene-4x">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pheme_c "Protoheme">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pheme_c "Protoheme">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mal__D_p "D-Malate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mal__D_p "D-Malate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1agpe120_p "1-Acyl-sn-glycero-3-phosphoethanolamine-n-C120">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1agpe120_p "1-Acyl-sn-glycero-3-phosphoethanolamine-n-C120">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpe141_c "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C141">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpe141_c "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C141">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3psme_c "5-O-1-Carboxyvinyl-3-phosphoshikimate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3psme_c "5-O-1-Carboxyvinyl-3-phosphoshikimate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_codscl5b_c "Cobalt-precorrin-5b">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_codscl5b_c "Cobalt-precorrin-5b">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fum_c "Fumarate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fum_c "Fumarate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_adphep__DD_c "ADP-D-glycero-D-manno-heptose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_adphep__DD_c "ADP-D-glycero-D-manno-heptose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fum_e "Fumarate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fum_e "Fumarate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_5caiz_c "5-phosphoribosyl-5-carboxyaminoimidazole">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_5caiz_c "5-phosphoribosyl-5-carboxyaminoimidazole">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_r5p_p "alpha-D-Ribose-5-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_r5p_p "alpha-D-Ribose-5-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23cgmp_e "2-3-Cyclic-GMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_23cgmp_e "2-3-Cyclic-GMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fum_p "Fumarate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fum_p "Fumarate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcdpgalrmn_c "Undecaprenyl-diphosphate-galactose-rhamnose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcdpgalrmn_c "Undecaprenyl-diphosphate-galactose-rhamnose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23cgmp_p "2-3-Cyclic-GMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_23cgmp_p "2-3-Cyclic-GMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_r5p_c "alpha-D-Ribose-5-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_r5p_c "alpha-D-Ribose-5-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_r5p_e "alpha-D-Ribose-5-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_r5p_e "alpha-D-Ribose-5-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trnalys_c "tRNA-Lys">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trnalys_c "tRNA-Lys">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pgp160_p "Phosphatidylglycerophosphate-dihexadecanoyl-n-C160">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pgp160_p "Phosphatidylglycerophosphate-dihexadecanoyl-n-C160">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_enter_p "Enterochelin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_enter_p "Enterochelin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pgp160_c "Phosphatidylglycerophosphate-dihexadecanoyl-n-C160">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pgp160_c "Phosphatidylglycerophosphate-dihexadecanoyl-n-C160">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tet_p "Tetrathionate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tet_p "Tetrathionate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_apoACP_c "apoprotein-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_apoACP_c "apoprotein-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dmpp_c "Dimethylallyl-diphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dmpp_c "Dimethylallyl-diphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_enter_e "Enterochelin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_enter_e "Enterochelin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_xtp_c "XTP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_xtp_c "XTP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ade_c "Adenine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ade_c "Adenine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ade_e "Adenine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ade_e "Adenine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_salchs4_c "Salmochelin-S4">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_salchs4_c "Salmochelin-S4">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_galt_p "Galactitol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_galt_p "Galactitol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cpg160_c "cyclopropane-phosphatidylglycerol-dihexadec-9-10-cyclo-anoyl-n-C160-cyclo">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cpg160_c "cyclopropane-phosphatidylglycerol-dihexadec-9-10-cyclo-anoyl-n-C160-cyclo">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ade_p "Adenine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ade_p "Adenine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_galt_e "Galactitol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_galt_e "Galactitol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_odecoa_c "Octadecenoyl-CoA-n-C181CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_odecoa_c "Octadecenoyl-CoA-n-C181CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2odecg3p_p "2-octadecanoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2odecg3p_p "2-octadecanoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4hthr_e "4hthr_e">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_app_c "R-1-Amino-2-propanol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_app_c "R-1-Amino-2-propanol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23dappa_p "2-3-diaminopropionate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_23dappa_p "2-3-diaminopropionate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4hthr_c "4-Hydroxy-L-threonine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4hthr_c "4-Hydroxy-L-threonine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ppp9_c "Protoporphyrin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ppp9_c "Protoporphyrin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23dappa_e "2-3-diaminopropionate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_23dappa_e "2-3-diaminopropionate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2dh3dgal6p_c "2-Dehydro-3-deoxy-D-galactonate-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2dh3dgal6p_c "2-Dehydro-3-deoxy-D-galactonate-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4hthr_p "4hthr_p">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23dappa_c "2-3-diaminopropionate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_23dappa_c "2-3-diaminopropionate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_urdglyc_c "--Ureidoglycolate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_urdglyc_c "--Ureidoglycolate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ocdca_p "octadecanoate-n-C180">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ocdca_p "octadecanoate-n-C180">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ile__L_c "L-Isoleucine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ile__L_c "L-Isoleucine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_chitob_e "Chitobiose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_chitob_e "Chitobiose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cobn_c "Cobyrinate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cobn_c "Cobyrinate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_uacmam_c "UDP-N-acetyl-D-mannosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_uacmam_c "UDP-N-acetyl-D-mannosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ile__L_e "L-Isoleucine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ile__L_e "L-Isoleucine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gthrd_p "Reduced-glutathione">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gthrd_p "Reduced-glutathione">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ocdca_e "octadecanoate-n-C180">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ocdca_e "octadecanoate-n-C180">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ocdca_c "octadecanoate-n-C180">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ocdca_c "octadecanoate-n-C180">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_urocan_c "Urocanate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_urocan_c "Urocanate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gthrd_e "Reduced-glutathione">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gthrd_e "Reduced-glutathione">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ile__L_p "L-Isoleucine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ile__L_p "L-Isoleucine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_chitob_p "chitob_p">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lac__D_p "D-Lactate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lac__D_p "D-Lactate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_codscl8x_c "Cobalt-precorrin-8x">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_codscl8x_c "Cobalt-precorrin-8x">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_so2_c "sulfur-dioxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_so2_c "sulfur-dioxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cpppg3_c "Coproporphyrinogen-III">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cpppg3_c "Coproporphyrinogen-III">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_selnp_c "Selenophosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_selnp_c "Selenophosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lac__D_e "D-Lactate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lac__D_e "D-Lactate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lac__D_c "D-Lactate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lac__D_c "D-Lactate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_so2_p "sulfur-dioxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_so2_p "sulfur-dioxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3ophb_c "3-Octaprenyl-4-hydroxybenzoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3ophb_c "3-Octaprenyl-4-hydroxybenzoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_anhm3p_c "1-6-anhydrous-N-Acetylmuramyl-tripeptide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_anhm3p_c "1-6-anhydrous-N-Acetylmuramyl-tripeptide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_guln__L_e "guln__L_e">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ascb__L_p "L-Ascorbate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ascb__L_p "L-Ascorbate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_guln__L_c "guln__L_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_phpyr_c "Phenylpyruvate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_phpyr_c "Phenylpyruvate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_5mthf_c "5-Methyltetrahydrofolate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_5mthf_c "5-Methyltetrahydrofolate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_5cm2hmu_c "5-Carboxymethyl-2-hydroxymuconate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_5cm2hmu_c "5-Carboxymethyl-2-hydroxymuconate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_guln__L_p "guln__L_p">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ascb__L_e "L-Ascorbate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ascb__L_e "L-Ascorbate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_melib_p "Melibiose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_melib_p "Melibiose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ptrc_p "Putrescine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ptrc_p "Putrescine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mnl1p_c "D-Mannitol-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mnl1p_c "D-Mannitol-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ptrc_c "Putrescine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ptrc_c "Putrescine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_melib_c "Melibiose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_melib_c "Melibiose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_uama_c "UDP-N-acetylmuramoyl-L-alanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_uama_c "UDP-N-acetylmuramoyl-L-alanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ptrc_e "Putrescine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ptrc_e "Putrescine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glu__L_c "L-Glutamate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glu__L_c "L-Glutamate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glu__L_e "L-Glutamate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glu__L_e "L-Glutamate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trnatrp_c "tRNA-Trp">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trnatrp_c "tRNA-Trp">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glu__L_p "L-Glutamate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glu__L_p "L-Glutamate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tartr__L_c "L-tartrate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tartr__L_c "L-tartrate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tartr__L_e "L-tartrate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tartr__L_e "L-tartrate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tartr__L_p "L-tartrate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tartr__L_p "L-tartrate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pe180_c "phosphatidylethanolamine-dioctadecanoyl-n-C180">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pe180_c "phosphatidylethanolamine-dioctadecanoyl-n-C180">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_13dpg_c "3-Phospho-D-glyceroyl-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_13dpg_c "3-Phospho-D-glyceroyl-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glu1sa_c "L-Glutamate-1-semialdehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glu1sa_c "L-Glutamate-1-semialdehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thmmp_c "Thiamin-monophosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thmmp_c "Thiamin-monophosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ag_e "silver">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ag_e "silver">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tag6p__D_c "D-Tagatose-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tag6p__D_c "D-Tagatose-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcdp19Oag_p "Undecaprenyl-diphosphate-O-antigene-19x">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcdp19Oag_p "Undecaprenyl-diphosphate-O-antigene-19x">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cdp_c "CDP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cdp_c "CDP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mso3_e "methanesulfonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mso3_e "methanesulfonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pg140_p "Phosphatidylglycerol-ditetradecanoyl-n-C140">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pg140_p "Phosphatidylglycerol-ditetradecanoyl-n-C140">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g3ps_e "Glycerophosphoserine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g3ps_e "Glycerophosphoserine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g3ps_c "Glycerophosphoserine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g3ps_c "Glycerophosphoserine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_arg__L_p "L-Arginine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_arg__L_p "L-Arginine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tsul_p "Thiosulfate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tsul_p "Thiosulfate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pg140_c "Phosphatidylglycerol-ditetradecanoyl-n-C140">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pg140_c "Phosphatidylglycerol-ditetradecanoyl-n-C140">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_arg__L_e "L-Arginine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_arg__L_e "L-Arginine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pep_p "Phosphoenolpyruvate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pep_p "Phosphoenolpyruvate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_arg__L_c "L-Arginine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_arg__L_c "L-Arginine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trdrd_c "Reduced-thioredoxin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trdrd_c "Reduced-thioredoxin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g3ps_p "Glycerophosphoserine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g3ps_p "Glycerophosphoserine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tsul_e "Thiosulfate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tsul_e "Thiosulfate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tsul_c "Thiosulfate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tsul_c "Thiosulfate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dudp_c "dUDP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dudp_c "dUDP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_msa_c "msa_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glcr_e "D-Glucarate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glcr_e "D-Glucarate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pydxn_c "Pyridoxine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pydxn_c "Pyridoxine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_12dgr2_ST_p "12dgr2_ST_p">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cit_e "Citrate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cit_e "Citrate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cdpdodecg_c "CDP-1-2-dioctadecanoylglycerol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cdpdodecg_c "CDP-1-2-dioctadecanoylglycerol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cit_c "Citrate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cit_c "Citrate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glcr_p "D-Glucarate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glcr_p "D-Glucarate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cit_p "Citrate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cit_p "Citrate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fdp_c "D-Fructose-1-6-bisphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fdp_c "D-Fructose-1-6-bisphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_isetac_e "Isethionic-acid">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_isetac_e "Isethionic-acid">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pg181_p "Phosphatidylglycerol-dioctadec-11-enoyl-n-C181">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pg181_p "Phosphatidylglycerol-dioctadec-11-enoyl-n-C181">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_aacoa_c "Acetoacetyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_aacoa_c "Acetoacetyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_isetac_p "Isethionic-acid">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_isetac_p "Isethionic-acid">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pg181_c "Phosphatidylglycerol-dioctadec-11-enoyl-n-C181">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pg181_c "Phosphatidylglycerol-dioctadec-11-enoyl-n-C181">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_t3c11vaceACP_c "trans-3-cis-11-vacceoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_t3c11vaceACP_c "trans-3-cis-11-vacceoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1odec11eg3p_p "1-octadec-11-enoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1odec11eg3p_p "1-octadec-11-enoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4ampm_c "4-Amino-2-methyl-5-phosphomethylpyrimidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4ampm_c "4-Amino-2-methyl-5-phosphomethylpyrimidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1odec11eg3p_c "1-octadec-11-enoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1odec11eg3p_c "1-octadec-11-enoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cpe180_c "cyclopropane-phosphatidylethanolamine-dioctadec-11-12-cyclo-anoyl-n-C180-cyclo">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cpe180_c "cyclopropane-phosphatidylethanolamine-dioctadec-11-12-cyclo-anoyl-n-C180-cyclo">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4adcho_c "4-amino-4-deoxychorismate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4adcho_c "4-amino-4-deoxychorismate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3hpalmACP_c "R-3-hydroxypalmitoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3hpalmACP_c "R-3-hydroxypalmitoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hdcea_p "Hexadecenoate-n-C161">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hdcea_p "Hexadecenoate-n-C161">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pgp180_c "Phosphatidylglycerophosphate-dioctadecanoyl-n-C180">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pgp180_c "Phosphatidylglycerophosphate-dioctadecanoyl-n-C180">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_galur_p "D-Galacturonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_galur_p "D-Galacturonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hdcea_c "Hexadecenoate-n-C161">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hdcea_c "Hexadecenoate-n-C161">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pphn_c "Prephenate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pphn_c "Prephenate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hdcea_e "Hexadecenoate-n-C161">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hdcea_e "Hexadecenoate-n-C161">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_galur_e "D-Galacturonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_galur_e "D-Galacturonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_galur_c "D-Galacturonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_galur_c "D-Galacturonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pgp180_p "Phosphatidylglycerophosphate-dioctadecanoyl-n-C180">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pgp180_p "Phosphatidylglycerophosphate-dioctadecanoyl-n-C180">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acon__C_c "cis-Aconitate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acon__C_c "cis-Aconitate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lyx__L_c "L-Lyxose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lyx__L_c "L-Lyxose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_12dgr181_c "1-2-Diacyl-sn-glycerol-dioctadec-11-enoyl-n-C181">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_12dgr181_c "1-2-Diacyl-sn-glycerol-dioctadec-11-enoyl-n-C181">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acon__C_p "cis-Aconitate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acon__C_p "cis-Aconitate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_rml1p_c "L-Rhamnulose-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_rml1p_c "L-Rhamnulose-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lyx__L_p "L-Lyxose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lyx__L_p "L-Lyxose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_12dgr181_p "1-2-Diacyl-sn-glycerol-dioctadec-11-enoyl-n-C181">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_12dgr181_p "1-2-Diacyl-sn-glycerol-dioctadec-11-enoyl-n-C181">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_psclys_e "psicoselysine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_psclys_e "psicoselysine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acon__T_c "trans-Aconitate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acon__T_c "trans-Aconitate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_urate_c "Urate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_urate_c "Urate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_psclys_p "psicoselysine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_psclys_p "psicoselysine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gdpofuc_c "GDP-4-oxo-L-fucose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gdpofuc_c "GDP-4-oxo-L-fucose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g3pi_p "sn-Glycero-3-phospho-1-inositol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g3pi_p "sn-Glycero-3-phospho-1-inositol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g3pi_c "sn-Glycero-3-phospho-1-inositol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g3pi_c "sn-Glycero-3-phospho-1-inositol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g3pi_e "sn-Glycero-3-phospho-1-inositol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g3pi_e "sn-Glycero-3-phospho-1-inositol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcdp18Oag_p "Undecaprenyl-diphosphate-O-antigene-18x">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcdp18Oag_p "Undecaprenyl-diphosphate-O-antigene-18x">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_OA_ST_p "OA_ST_p">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_slcys_c "slcys_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_apg141_c "acyl-phosphatidylglycerol-n-C141">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_apg141_c "acyl-phosphatidylglycerol-n-C141">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_etoh_e "Ethanol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_etoh_e "Ethanol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_etoh_c "Ethanol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_etoh_c "Ethanol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pydx_p "pydx_p">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pydx_e "Pyridoxal">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pydx_e "Pyridoxal">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pydx_c "Pyridoxal">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pydx_c "Pyridoxal">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glcur_e "D-Glucuronate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glcur_e "D-Glucuronate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glcur_c "D-Glucuronate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glcur_c "D-Glucuronate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hisp_c "L-Histidinol-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hisp_c "L-Histidinol-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acg5p_c "N-Acetyl-L-glutamyl-5-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acg5p_c "N-Acetyl-L-glutamyl-5-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tag1p__D_c "D-Tagatose-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tag1p__D_c "D-Tagatose-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_sectrna_c "L-Selenocysteinyl-tRNA-Sec">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_sectrna_c "L-Selenocysteinyl-tRNA-Sec">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glcur_p "D-Glucuronate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glcur_p "D-Glucuronate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_amet_c "S-Adenosyl-L-methionine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_amet_c "S-Adenosyl-L-methionine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acglc__D_c "6-Acetyl-D-glucose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acglc__D_c "6-Acetyl-D-glucose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mlthf_c "5-10-Methylenetetrahydrofolate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mlthf_c "5-10-Methylenetetrahydrofolate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_u23ga_c "UDP-2-3-bis-3-hydroxytetradecanoyl-glucosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_u23ga_c "UDP-2-3-bis-3-hydroxytetradecanoyl-glucosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2oh3d_c "2oh3d_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyc__R_p "R-Glycerate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyc__R_p "R-Glycerate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyc__R_e "R-Glycerate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyc__R_e "R-Glycerate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyc__R_c "R-Glycerate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyc__R_c "R-Glycerate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_clpn181_p "cardiolipin-tetraoctadec-11-enoyl-n-C181">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_clpn181_p "cardiolipin-tetraoctadec-11-enoyl-n-C181">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3c4mop_c "3-Carboxy-4-methyl-2-oxopentanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3c4mop_c "3-Carboxy-4-methyl-2-oxopentanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gmhep1p_c "D-Glycero-D-manno-heptose-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gmhep1p_c "D-Glycero-D-manno-heptose-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2shchc_c "2-Succinyl-6-hydroxy-2-4-cyclohexadiene-1-carboxylate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2shchc_c "2-Succinyl-6-hydroxy-2-4-cyclohexadiene-1-carboxylate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cmp_e "CMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cmp_e "CMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cmp_c "CMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cmp_c "CMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dscl_c "dihydrosirohydrochlorin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dscl_c "dihydrosirohydrochlorin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_clpn161_p "cardiolipin-tetrahexadec-9-enoyl-n-C161">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_clpn161_p "cardiolipin-tetrahexadec-9-enoyl-n-C161">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cmp_p "CMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cmp_p "CMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_kdo_c "3-Deoxy-D-manno-2-octulosonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_kdo_c "3-Deoxy-D-manno-2-octulosonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_itp_c "ITP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_itp_c "ITP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_apg180_c "acyl-phosphatidylglycerol-n-C180">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_apg180_c "acyl-phosphatidylglycerol-n-C180">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fruur_p "D-Fructuronate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fruur_p "D-Fructuronate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fruur_e "D-Fructuronate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fruur_e "D-Fructuronate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fruur_c "D-Fructuronate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fruur_c "D-Fructuronate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pppi_c "Inorganic-triphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pppi_c "Inorganic-triphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_man1p_c "D-Mannose-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_man1p_c "D-Mannose-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ps120_c "phosphatidylserine-didodecanoyl-n-C120">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ps120_c "phosphatidylserine-didodecanoyl-n-C120">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trnaleu_c "tRNA-Leu">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trnaleu_c "tRNA-Leu">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feroxB_e "Ferrioxamine-B">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feroxB_e "Ferrioxamine-B">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mettrna_c "L-Methionyl-tRNA-Met">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mettrna_c "L-Methionyl-tRNA-Met">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feroxB_c "Ferrioxamine-B">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feroxB_c "Ferrioxamine-B">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_camp_c "cAMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_camp_c "cAMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feroxB_p "Ferrioxamine-B">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feroxB_p "Ferrioxamine-B">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tton_e "tton_e">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_remnant1_p "residual-atoms-of-reaction-DMBZIDSYN">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_remnant1_p "residual-atoms-of-reaction-DMBZIDSYN">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pdx5p_c "Pyridoxine-5-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pdx5p_c "Pyridoxine-5-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_remnant1_e "residual-atoms-of-reaction-DMBZIDSYN">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_remnant1_e "residual-atoms-of-reaction-DMBZIDSYN">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_remnant1_c "residual-atoms-of-reaction-DMBZIDSYN">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_remnant1_c "residual-atoms-of-reaction-DMBZIDSYN">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23dhb_c "2-3-Dihydroxybenzoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_23dhb_c "2-3-Dihydroxybenzoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcdpgal_c "Undecaprenyl-diphosphate-galactose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcdpgal_c "Undecaprenyl-diphosphate-galactose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1hdec9eg3p_p "1-hexadec-9-enoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1hdec9eg3p_p "1-hexadec-9-enoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3ump_p "3-UMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3ump_p "3-UMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lipa__cold_p "cold-adapted-KDO-2-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lipa__cold_p "cold-adapted-KDO-2-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1hdec9eg3p_c "1-hexadec-9-enoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1hdec9eg3p_c "1-hexadec-9-enoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lipa__cold_e "cold-adapted-KDO-2-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lipa__cold_e "cold-adapted-KDO-2-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3ump_e "3-UMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3ump_e "3-UMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fldox_c "flavodoxin-oxidized">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fldox_c "flavodoxin-oxidized">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lipa__cold_c "cold-adapted-KDO-2-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lipa__cold_c "cold-adapted-KDO-2-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ocdcea_c "octadecenoate-n-C181">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ocdcea_c "octadecenoate-n-C181">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ocdcea_e "octadecenoate-n-C181">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ocdcea_e "octadecenoate-n-C181">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_melib_e "Melibiose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_melib_e "Melibiose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ocdcea_p "octadecenoate-n-C181">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ocdcea_p "octadecenoate-n-C181">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fmn_c "FMN">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fmn_c "FMN">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cdp4dh6doglc_c "CDP-4-dehydro-6-deoxy-D-glucose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cdp4dh6doglc_c "CDP-4-dehydro-6-deoxy-D-glucose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_phom_c "O-Phospho-L-homoserine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_phom_c "O-Phospho-L-homoserine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_12dgr161_p "1-2-Diacyl-sn-glycerol-dihexadec-9-enoyl-n-C161">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_12dgr161_p "1-2-Diacyl-sn-glycerol-dihexadec-9-enoyl-n-C161">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe3_p "Fe3">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fe3_p "Fe3">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_octdp_c "all-trans-Octaprenyl-diphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_octdp_c "all-trans-Octaprenyl-diphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_icolipa_c "inner-core-oligosaccharide-lipid-A-E-coli">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_icolipa_c "inner-core-oligosaccharide-lipid-A-E-coli">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cynt_p "Cyanate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cynt_p "Cyanate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pa2_ST_p "pa2_ST_p">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe3_c "Fe3">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fe3_c "Fe3">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_12dgr161_c "1-2-Diacyl-sn-glycerol-dihexadec-9-enoyl-n-C161">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_12dgr161_c "1-2-Diacyl-sn-glycerol-dihexadec-9-enoyl-n-C161">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe3_e "Fe3">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fe3_e "Fe3">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcdp2Oag_p "Undecaprenyl-diphosphate-O-antigene-2x">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcdp2Oag_p "Undecaprenyl-diphosphate-O-antigene-2x">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cynt_e "Cyanate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cynt_e "Cyanate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_26dap__M_e "meso-2-6-Diaminoheptanedioate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_26dap__M_e "meso-2-6-Diaminoheptanedioate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glcn_p "D-Gluconate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glcn_p "D-Gluconate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_26dap__M_c "meso-2-6-Diaminoheptanedioate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_26dap__M_c "meso-2-6-Diaminoheptanedioate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23dhbzs3_p "23dhbzs3_p">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcpo4_c "udcpo4_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcpo4_e "udcpo4_e">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glcn_c "D-Gluconate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glcn_c "D-Gluconate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acgam_p "N-Acetyl-D-glucosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acgam_p "N-Acetyl-D-glucosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glcn_e "D-Gluconate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glcn_e "D-Gluconate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_26dap__M_p "meso-2-6-Diaminoheptanedioate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_26dap__M_p "meso-2-6-Diaminoheptanedioate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcpo4_p "udcpo4_p">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23dhbzs3_c "23dhbzs3_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23dhbzs3_e "23dhbzs3_e">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trnaala_c "tRNA-Ala">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trnaala_c "tRNA-Ala">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_crncoa_c "L-Carnitinyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_crncoa_c "L-Carnitinyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_indole_p "Indole">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_indole_p "Indole">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3ocvac11eACP_c "3-oxo-cis-vacc-11-enoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3ocvac11eACP_c "3-oxo-cis-vacc-11-enoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_apolpp_p "apolpp_p">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3oodcoa_c "3-Oxooctadecanoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3oodcoa_c "3-Oxooctadecanoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_indole_e "Indole">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_indole_e "Indole">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23doguln_c "2-3-Dioxo-L-gulonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_23doguln_c "2-3-Dioxo-L-gulonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_indole_c "Indole">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_indole_c "Indole">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cl_c "Chloride">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cl_c "Chloride">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_sucglu_c "N2-Succinyl-L-glutamate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_sucglu_c "N2-Succinyl-L-glutamate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3hoctaACP_c "R-3-Hydroxyoctadecanoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3hoctaACP_c "R-3-Hydroxyoctadecanoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_his__L_c "L-Histidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_his__L_c "L-Histidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2mahmp_c "2-Methyl-4-amino-5-hydroxymethylpyrimidine-diphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2mahmp_c "2-Methyl-4-amino-5-hydroxymethylpyrimidine-diphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_imp_p "IMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_imp_p "IMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dsbard_p "periplasmic-protein-disulfide-isomerase-I-reduced">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dsbard_p "periplasmic-protein-disulfide-isomerase-I-reduced">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_phphhlipa_c "phospho-heptosyl-phospho-heptosyl-heptosyl-kdo2-lipidA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_phphhlipa_c "phospho-heptosyl-phospho-heptosyl-heptosyl-kdo2-lipidA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_f1p_c "D-Fructose-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_f1p_c "D-Fructose-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dhna_c "1-4-Dihydroxy-2-naphthoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dhna_c "1-4-Dihydroxy-2-naphthoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_imp_c "IMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_imp_c "IMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lys__L_c "L-Lysine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lys__L_c "L-Lysine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gsn_e "Guanosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gsn_e "Guanosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feoxam_c "ferroxamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feoxam_c "ferroxamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1agpe181_p "1-Acyl-sn-glycero-3-phosphoethanolamine-n-C181">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1agpe181_p "1-Acyl-sn-glycero-3-phosphoethanolamine-n-C181">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feoxam_e "ferroxamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feoxam_e "ferroxamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gsn_c "Guanosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gsn_c "Guanosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_u3hga_c "UDP-3-O-3-hydroxytetradecanoyl-D-glucosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_u3hga_c "UDP-3-O-3-hydroxytetradecanoyl-D-glucosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gsn_p "Guanosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gsn_p "Guanosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_t3c5ddeceACP_c "trans-3-cis-5-dodecenoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_t3c5ddeceACP_c "trans-3-cis-5-dodecenoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3hoctACP_c "R-3-Hydroxyoctanoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3hoctACP_c "R-3-Hydroxyoctanoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pram_c "5-Phospho-beta-D-ribosylamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pram_c "5-Phospho-beta-D-ribosylamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_nmn_e "NMN">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_nmn_e "NMN">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_nmn_c "NMN">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_nmn_c "NMN">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_34dhpacet_c "3-4-Dihydroxyphenylacetate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_34dhpacet_c "3-4-Dihydroxyphenylacetate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcpp_c "Undecaprenyl-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcpp_c "Undecaprenyl-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_nmn_p "NMN">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_nmn_p "NMN">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_anth_c "Anthranilate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_anth_c "Anthranilate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tag__D_p "D-Tagatose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tag__D_p "D-Tagatose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_uacmamu_c "UDP-N-acetyl-D-mannosaminouronate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_uacmamu_c "UDP-N-acetyl-D-mannosaminouronate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tma_p "trimethylamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tma_p "trimethylamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pyam5p_c "Pyridoxamine-5-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pyam5p_c "Pyridoxamine-5-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_suchms_c "O-Succinyl-L-homoserine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_suchms_c "O-Succinyl-L-homoserine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_prpp_c "5-Phospho-alpha-D-ribose-1-diphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_prpp_c "5-Phospho-alpha-D-ribose-1-diphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tag__D_e "D-Tagatose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tag__D_e "D-Tagatose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tma_e "trimethylamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tma_e "trimethylamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_adphep__LD_c "ADP-L-glycero-D-manno-heptose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_adphep__LD_c "ADP-L-glycero-D-manno-heptose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trnathr_c "tRNA-Thr">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trnathr_c "tRNA-Thr">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3ig3p_c "C--3-Indolyl-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3ig3p_c "C--3-Indolyl-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mobd_e "Molybdate-MoO4">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3ooctdACP_c "3-Oxooctadecanoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3ooctdACP_c "3-Oxooctadecanoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_xu5p__L_c "L-Xylulose-5-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_xu5p__L_c "L-Xylulose-5-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mobd_c "Molybdate-MoO4">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pa180_c "1-2-dioctadecanoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pa180_c "1-2-dioctadecanoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cys__D_p "D-Cysteine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cys__D_p "D-Cysteine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2obut_c "2-Oxobutanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2obut_c "2-Oxobutanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hdca_p "Hexadecanoate-n-C160">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hdca_p "Hexadecanoate-n-C160">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pa180_p "1-2-dioctadecanoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pa180_p "1-2-dioctadecanoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mobd_p "Molybdate-MoO4">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hdca_e "Hexadecanoate-n-C160">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hdca_e "Hexadecanoate-n-C160">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hdca_c "Hexadecanoate-n-C160">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hdca_c "Hexadecanoate-n-C160">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_metsox__R__L_c "L-methionine-R-sulfoxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_metsox__R__L_c "L-methionine-R-sulfoxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cys__D_e "D-Cysteine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cys__D_e "D-Cysteine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4per_c "4-Phospho-D-erythronate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4per_c "4-Phospho-D-erythronate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pa161_p "1-2-dihexadec-9-enoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pa161_p "1-2-dihexadec-9-enoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udpLa4n_c "uridine-5--diphospho-beta-4-deoxy-4-amino-L-arabinose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udpLa4n_c "uridine-5--diphospho-beta-4-deoxy-4-amino-L-arabinose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_all__D_p "D-Allose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_all__D_p "D-Allose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_metsox__R__L_e "L-methionine-R-sulfoxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_metsox__R__L_e "L-methionine-R-sulfoxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tmao_p "Trimethylamine-N-oxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tmao_p "Trimethylamine-N-oxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pa161_c "1-2-dihexadec-9-enoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pa161_c "1-2-dihexadec-9-enoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_nad_c "Nicotinamide-adenine-dinucleotide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_nad_c "Nicotinamide-adenine-dinucleotide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_all__D_e "D-Allose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_all__D_e "D-Allose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tmao_e "Trimethylamine-N-oxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tmao_e "Trimethylamine-N-oxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fecrm__un_e "Ferrichrome-minus-Fe-III">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fecrm__un_e "Ferrichrome-minus-Fe-III">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fecrm__un_c "Ferrichrome-minus-Fe-III">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fecrm__un_c "Ferrichrome-minus-Fe-III">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mmcoa__S_c "S-Methylmalonyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mmcoa__S_c "S-Methylmalonyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_maltpt_p "Maltopentaose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_maltpt_p "Maltopentaose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_au_p "Gold-Au">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fecrm__un_p "Ferrichrome-minus-Fe-III">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fecrm__un_p "Ferrichrome-minus-Fe-III">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_maltpt_c "Maltopentaose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_maltpt_c "Maltopentaose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_maltpt_e "Maltopentaose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_maltpt_e "Maltopentaose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_12ppd__R_p "R-Propane-1-2-diol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_12ppd__R_p "R-Propane-1-2-diol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1agpe140_p "1-Acyl-sn-glycero-3-phosphoethanolamine-n-C140">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1agpe140_p "1-Acyl-sn-glycero-3-phosphoethanolamine-n-C140">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gam6p_c "D-Glucosamine-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gam6p_c "D-Glucosamine-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feroxE_e "Ferrioxamine-E">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feroxE_e "Ferrioxamine-E">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gam6p_e "D-Glucosamine-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gam6p_e "D-Glucosamine-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feroxE_c "Ferrioxamine-E">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feroxE_c "Ferrioxamine-E">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_b2coa_c "Crotonoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_b2coa_c "Crotonoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gam6p_p "D-Glucosamine-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gam6p_p "D-Glucosamine-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_chor_c "chorismate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_chor_c "chorismate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4abz_e "4-Aminobenzoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4abz_e "4-Aminobenzoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4abz_c "4-Aminobenzoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4abz_c "4-Aminobenzoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_adocblp_c "Adenosylcobalamin-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_adocblp_c "Adenosylcobalamin-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_td2coa_c "trans-Tetradec-2-enoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_td2coa_c "trans-Tetradec-2-enoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dsbcrd_p "protein-disulfide-isomerase-II-reduced">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dsbcrd_p "protein-disulfide-isomerase-II-reduced">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3omrsACP_c "3-Oxotetradecanoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3omrsACP_c "3-Oxotetradecanoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pe140_c "phosphatidylethanolamine-ditetradecanoyl-n-C140">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pe140_c "phosphatidylethanolamine-ditetradecanoyl-n-C140">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acmana_c "N-Acetyl-D-mannosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acmana_c "N-Acetyl-D-mannosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acmana_e "N-Acetyl-D-mannosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acmana_e "N-Acetyl-D-mannosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mmcoa__R_c "R-Methylmalonyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mmcoa__R_c "R-Methylmalonyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pe140_p "phosphatidylethanolamine-ditetradecanoyl-n-C140">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pe140_p "phosphatidylethanolamine-ditetradecanoyl-n-C140">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1agpg141_p "1-Acyl-sn-glycero-3-phosphoglycerol-n-C141">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1agpg141_p "1-Acyl-sn-glycero-3-phosphoglycerol-n-C141">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acmana_p "N-Acetyl-D-mannosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acmana_p "N-Acetyl-D-mannosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_frulys_e "fructoselysine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_frulys_e "fructoselysine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_aspsa_c "L-Aspartate-4-semialdehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_aspsa_c "L-Aspartate-4-semialdehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcdp17Oag_p "Undecaprenyl-diphosphate-O-antigene-17x">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcdp17Oag_p "Undecaprenyl-diphosphate-O-antigene-17x">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_Sfglutth_c "S-Formylglutathione">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_Sfglutth_c "S-Formylglutathione">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1tdec7eg3p_c "1-tetradec-7-enoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1tdec7eg3p_c "1-tetradec-7-enoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1tdec7eg3p_p "1-tetradec-7-enoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1tdec7eg3p_p "1-tetradec-7-enoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pydxn_p "pydxn_p">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pe180_p "phosphatidylethanolamine-dioctadecanoyl-n-C180">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pe180_p "phosphatidylethanolamine-dioctadecanoyl-n-C180">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pydxn_e "Pyridoxine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pydxn_e "Pyridoxine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_chol_p "Choline">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_chol_p "Choline">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3odecACP_c "3-Oxodecanoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3odecACP_c "3-Oxodecanoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udpLa4o_c "UDP-4-keto-pyranose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udpLa4o_c "UDP-4-keto-pyranose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_na1_c "Sodium">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_na1_c "Sodium">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_na1_e "Sodium">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_na1_e "Sodium">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_aact_c "Aminoacetone">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_aact_c "Aminoacetone">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_chol_c "Choline">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_chol_c "Choline">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_chol_e "Choline">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_chol_e "Choline">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_na1_p "Sodium">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_na1_p "Sodium">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ugmda_c "UDP-N-acetylmuramoyl-L-alanyl-D-glutamyl-meso-2-6-diaminopimeloyl-D-alanyl-D-alanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ugmda_c "UDP-N-acetylmuramoyl-L-alanyl-D-glutamyl-meso-2-6-diaminopimeloyl-D-alanyl-D-alanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dnad_c "Deamino-NAD">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dnad_c "Deamino-NAD">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dtmp_c "dTMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dtmp_c "dTMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dtmp_e "dTMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dtmp_e "dTMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dd2coa_c "trans-Dodec-2-enoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dd2coa_c "trans-Dodec-2-enoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_drib_e "2-Deoxy-D-ribose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_drib_e "2-Deoxy-D-ribose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_drib_c "2-Deoxy-D-ribose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_drib_c "2-Deoxy-D-ribose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dtmp_p "dTMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dtmp_p "dTMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dadp_c "dADP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dadp_c "dADP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_murein3px4p_p "two-disacharide-linked-murein-units-tripeptide-crosslinked-tetrapeptide-A2pm-D-ala--middle-of-chain">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_murein3px4p_p "two-disacharide-linked-murein-units-tripeptide-crosslinked-tetrapeptide-A2pm-D-ala--middle-of-chain">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_drib_p "2-Deoxy-D-ribose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_drib_p "2-Deoxy-D-ribose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_agm_p "Agmatine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_agm_p "Agmatine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3opalmACP_c "3-Oxohexadecanoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3opalmACP_c "3-Oxohexadecanoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_agm_c "Agmatine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_agm_c "Agmatine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_agm_e "Agmatine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_agm_e "Agmatine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hlipa_c "heptosyl-kdo2-lipidA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hlipa_c "heptosyl-kdo2-lipidA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_xylu__L_p "L-Xylulose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_xylu__L_p "L-Xylulose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pa181_p "1-2-dioctadec-11-enoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pa181_p "1-2-dioctadec-11-enoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_xylu__L_c "L-Xylulose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_xylu__L_c "L-Xylulose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_xylu__L_e "L-Xylulose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_xylu__L_e "L-Xylulose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pa181_c "1-2-dioctadec-11-enoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pa181_c "1-2-dioctadec-11-enoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cpgn_e "coprogen">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cpgn_e "coprogen">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ipdp_c "Isopentenyl-diphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ipdp_c "Isopentenyl-diphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_frulys_p "fructoselysine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_frulys_p "fructoselysine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tyrtrna_c "L-Tyrosyl-tRNA-Tyr">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tyrtrna_c "L-Tyrosyl-tRNA-Tyr">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_val__L_p "L-Valine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_val__L_p "L-Valine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dsbdox_c "fused-thioldisulfide-interchange-protein-oxidized">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dsbdox_c "fused-thioldisulfide-interchange-protein-oxidized">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_e4p_c "D-Erythrose-4-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_e4p_c "D-Erythrose-4-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3oddecACP_c "3-Oxododecanoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3oddecACP_c "3-Oxododecanoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_val__L_e "L-Valine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_val__L_e "L-Valine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_adn_e "Adenosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_adn_e "Adenosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_val__L_c "L-Valine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_val__L_c "L-Valine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cpgn_c "coprogen">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cpgn_c "coprogen">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ditp_c "dITP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ditp_c "dITP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3otdcoa_c "3-Oxotetradecanoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3otdcoa_c "3-Oxotetradecanoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_26dap__LL_c "LL-2-6-Diaminoheptanedioate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_26dap__LL_c "LL-2-6-Diaminoheptanedioate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_galctn__L_e "L-Galactonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_galctn__L_e "L-Galactonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_micit_c "methylisocitrate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_micit_c "methylisocitrate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_accoa_c "Acetyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_accoa_c "Acetyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_galctn__L_p "L-Galactonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_galctn__L_p "L-Galactonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hco3_c "Bicarbonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hco3_c "Bicarbonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_o2s_p "Superoxide-anion">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_o2s_p "Superoxide-anion">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ctbt_p "crotonobetaine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ctbt_p "crotonobetaine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_d5kgp_c "d5kgp_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3php_c "3-Phosphohydroxypyruvate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3php_c "3-Phosphohydroxypyruvate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_o2s_c "Superoxide-anion">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_o2s_c "Superoxide-anion">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ctbt_c "crotonobetaine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ctbt_c "crotonobetaine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_sucorn_c "N2-Succinyl-L-ornithine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_sucorn_c "N2-Succinyl-L-ornithine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cdpdhdecg_c "CDP-1-2-dihexadecanoylglycerol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cdpdhdecg_c "CDP-1-2-dihexadecanoylglycerol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_rml_c "L-Rhamnulose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_rml_c "L-Rhamnulose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpg140_p "2-Acyl-sn-glycero-3-phosphoglycerol-n-C140">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpg140_p "2-Acyl-sn-glycero-3-phosphoglycerol-n-C140">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2tdecg3p_c "2-tetradecanoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2tdecg3p_c "2-tetradecanoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cdpdhdec9eg_c "CDP-1-2-dihexadec-9-enoylglycerol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cdpdhdec9eg_c "CDP-1-2-dihexadec-9-enoylglycerol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpg140_c "2-Acyl-sn-glycero-3-phosphoglycerol-n-C140">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpg140_c "2-Acyl-sn-glycero-3-phosphoglycerol-n-C140">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hmgth_c "hydroxymethylglutathione">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hmgth_c "hydroxymethylglutathione">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acnam_p "N-Acetylneuraminate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acnam_p "N-Acetylneuraminate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_butso3_e "butanesulfonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_butso3_e "butanesulfonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fadh2_c "Flavin-adenine-dinucleotide-reduced">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fadh2_c "Flavin-adenine-dinucleotide-reduced">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acnam_e "N-Acetylneuraminate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acnam_e "N-Acetylneuraminate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hpyr_c "Hydroxypyruvate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hpyr_c "Hydroxypyruvate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_butso3_p "butanesulfonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_butso3_p "butanesulfonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cd2_e "Cadmium">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cd2_e "Cadmium">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fmettrna_c "N-Formylmethionyl-tRNA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fmettrna_c "N-Formylmethionyl-tRNA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cd2_c "Cadmium">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cd2_c "Cadmium">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cob2nda_c "Cob-II-yrinate-a-c-diamide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cob2nda_c "Cob-II-yrinate-a-c-diamide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpg180_p "2-Acyl-sn-glycero-3-phosphoglycerol-n-C180">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpg180_p "2-Acyl-sn-glycero-3-phosphoglycerol-n-C180">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cd2_p "Cadmium">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cd2_p "Cadmium">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_paps_c "3-Phosphoadenylyl-sulfate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_paps_c "3-Phosphoadenylyl-sulfate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cpg180_c "cyclopropane-phosphatidylglycerol-dioctadec-11-12-cyclo-anoyl-n-C180-cyclo">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cpg180_c "cyclopropane-phosphatidylglycerol-dioctadec-11-12-cyclo-anoyl-n-C180-cyclo">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpg180_c "2-Acyl-sn-glycero-3-phosphoglycerol-n-C180">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpg180_c "2-Acyl-sn-glycero-3-phosphoglycerol-n-C180">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2hdec9eg3p_c "2-hexadec-9-enoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2hdec9eg3p_c "2-hexadec-9-enoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_murein3p3p_p "two-linked-disacharide-tripeptide-murein-units-uncrosslinked-middle-of-chain">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_murein3p3p_p "two-linked-disacharide-tripeptide-murein-units-uncrosslinked-middle-of-chain">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_uppg3_c "Uroporphyrinogen-III">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_uppg3_c "Uroporphyrinogen-III">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_adocbi_c "Adenosyl-cobinamide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_adocbi_c "Adenosyl-cobinamide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2hdec9eg3p_p "2-hexadec-9-enoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2hdec9eg3p_p "2-hexadec-9-enoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gtspmd_c "Glutathionylspermidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gtspmd_c "Glutathionylspermidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cpe160_c "cyclopropane-phosphatidylethanolamine-dihexadec-9-10-cyclo-anoyl-n-C160-cyclo">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cpe160_c "cyclopropane-phosphatidylethanolamine-dihexadec-9-10-cyclo-anoyl-n-C160-cyclo">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acetol_c "Acetol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acetol_c "Acetol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gcald_c "Glycolaldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gcald_c "Glycolaldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mso3_p "methanesulfonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mso3_p "methanesulfonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trnaasn_c "tRNA-Asn">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trnaasn_c "tRNA-Asn">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tton_p "tton_p">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pe141_p "phosphatidylethanolamine-ditetradec-7-enoyl-n-C141">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pe141_p "phosphatidylethanolamine-ditetradec-7-enoyl-n-C141">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpe161_c "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C161">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpe161_c "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C161">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_phetrna_c "L-Phenylalanyl-tRNA-Phe">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_phetrna_c "L-Phenylalanyl-tRNA-Phe">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpe161_p "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C161">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpe161_p "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C161">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pe141_c "phosphatidylethanolamine-ditetradec-7-enoyl-n-C141">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pe141_c "phosphatidylethanolamine-ditetradec-7-enoyl-n-C141">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dcacoa_c "Decanoyl-CoA-n-C100CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dcacoa_c "Decanoyl-CoA-n-C100CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_his__L_p "L-Histidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_his__L_p "L-Histidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gdpddman_c "GDP-4-dehydro-6-deoxy-D-mannose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gdpddman_c "GDP-4-dehydro-6-deoxy-D-mannose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_5mtr_c "5-Methylthio-D-ribose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_5mtr_c "5-Methylthio-D-ribose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4hba_c "4-Hydroxy-benzyl-alcohol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4hba_c "4-Hydroxy-benzyl-alcohol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2ippm_c "2-Isopropylmaleate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2ippm_c "2-Isopropylmaleate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_xylu__D_c "D-Xylulose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_xylu__D_c "D-Xylulose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trnaasp_c "tRNA-Asp">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trnaasp_c "tRNA-Asp">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcdp6Oag_p "Undecaprenyl-diphosphate-O-antigene-6x">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcdp6Oag_p "Undecaprenyl-diphosphate-O-antigene-6x">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_h2_e "H2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_h2_e "H2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcpgr_c "udcpgr_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_h2_c "H2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_h2_c "H2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glcr_c "D-Glucarate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glcr_c "D-Glucarate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thrtrna_c "L-Threonyl-tRNA-Thr">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thrtrna_c "L-Threonyl-tRNA-Thr">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_maltttr_e "Maltotetraose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_maltttr_e "Maltotetraose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ps160_c "phosphatidylserine-dihexadecanoyl-n-C160">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ps160_c "phosphatidylserine-dihexadecanoyl-n-C160">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_zn2_p "Zinc">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_zn2_p "Zinc">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_maltttr_c "Maltotetraose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_maltttr_c "Maltotetraose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcdp11Oag_p "Undecaprenyl-diphosphate-O-antigene-11x">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcdp11Oag_p "Undecaprenyl-diphosphate-O-antigene-11x">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_h2_p "H2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_h2_p "H2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_o2s_e "Superoxide-anion">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_o2s_e "Superoxide-anion">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_maltttr_p "Maltotetraose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_maltttr_p "Maltotetraose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_zn2_c "Zinc">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_zn2_c "Zinc">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cys__L_c "L-Cysteine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cys__L_c "L-Cysteine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_eca2und_p "enterobacterial-common-antigen-x2-undecaprenyl-diphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_eca2und_p "enterobacterial-common-antigen-x2-undecaprenyl-diphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gmhep17bp_c "D-Glycero-D-manno-heptose-1-7-bisphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gmhep17bp_c "D-Glycero-D-manno-heptose-1-7-bisphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tungs_e "tungstate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tungs_e "tungstate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thr__L_p "L-Threonine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thr__L_p "L-Threonine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3hpppn_e "3-3-hydroxy-phenyl-propionate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3hpppn_e "3-3-hydroxy-phenyl-propionate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tungs_c "tungstate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tungs_c "tungstate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mthgxl_c "Methylglyoxal">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mthgxl_c "Methylglyoxal">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcpgrm_c "udcpgrm_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thr__L_c "L-Threonine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thr__L_c "L-Threonine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thr__L_e "L-Threonine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thr__L_e "L-Threonine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tungs_p "tungstate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tungs_p "tungstate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3hpppn_p "3-3-hydroxy-phenyl-propionate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3hpppn_p "3-3-hydroxy-phenyl-propionate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4abut_e "4-Aminobutanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4abut_e "4-Aminobutanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4abut_c "4-Aminobutanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4abut_c "4-Aminobutanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_25dkglcn_c "2-5-diketo-D-gluconate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_25dkglcn_c "2-5-diketo-D-gluconate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpe120_c "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C120">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpe120_c "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C120">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gln__L_p "L-Glutamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gln__L_p "L-Glutamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4abut_p "4-Aminobutanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4abut_p "4-Aminobutanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_murein5p3p_p "two-linked-disacharide-pentapeptide-and-tripeptide-murein-units-uncrosslinked-middle-of-chain">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_murein5p3p_p "two-linked-disacharide-pentapeptide-and-tripeptide-murein-units-uncrosslinked-middle-of-chain">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gln__L_e "L-Glutamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gln__L_e "L-Glutamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_imacp_c "3-Imidazol-4-yl-2-oxopropyl-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_imacp_c "3-Imidazol-4-yl-2-oxopropyl-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gln__L_c "L-Glutamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gln__L_c "L-Glutamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pgp161_c "Phosphatidylglycerophosphate-dihexadec-9-enoyl-n-C161">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pgp161_c "Phosphatidylglycerophosphate-dihexadec-9-enoyl-n-C161">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23ddhb_c "2-3-Dihydro-2-3-dihydroxybenzoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_23ddhb_c "2-3-Dihydro-2-3-dihydroxybenzoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udpg_p "UDPglucose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udpg_p "UDPglucose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dcamp_c "N6-1-2-Dicarboxyethyl-AMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dcamp_c "N6-1-2-Dicarboxyethyl-AMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udpg_e "UDPglucose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udpg_e "UDPglucose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udpg_c "UDPglucose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udpg_c "UDPglucose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_co2_p "CO2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_co2_p "CO2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lipidX_c "2-3-Bis-3-hydroxytetradecanoyl-beta-D-glucosaminyl-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lipidX_c "2-3-Bis-3-hydroxytetradecanoyl-beta-D-glucosaminyl-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcdp16Oag_p "Undecaprenyl-diphosphate-O-antigene-16x">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcdp16Oag_p "Undecaprenyl-diphosphate-O-antigene-16x">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_co2_c "CO2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_co2_c "CO2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_co2_e "CO2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_co2_e "CO2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mql8_c "Menaquinol-8">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mql8_c "Menaquinol-8">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_amp_p "AMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_amp_p "AMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3ohcoa_c "3-Oxohexanoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3ohcoa_c "3-Oxohexanoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2dhglcn_c "2-Dehydro-D-gluconate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2dhglcn_c "2-Dehydro-D-gluconate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glx_c "Glyoxylate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glx_c "Glyoxylate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2hh24dd_c "2-Hydroxyhepta-2-4-dienedioate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2hh24dd_c "2-Hydroxyhepta-2-4-dienedioate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2tdecg3p_p "2-tetradecanoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2tdecg3p_p "2-tetradecanoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_crn_c "L-Carnitine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_crn_c "L-Carnitine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3amp_e "3-AMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3amp_e "3-AMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_crn_e "L-Carnitine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_crn_e "L-Carnitine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_kdolipid4_c "KDO-lipid-IV-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_kdolipid4_c "KDO-lipid-IV-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pgp140_c "Phosphatidylglycerophosphate-ditetradecanoyl-n-C140">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pgp140_c "Phosphatidylglycerophosphate-ditetradecanoyl-n-C140">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3amp_p "3-AMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3amp_p "3-AMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_crn_p "L-Carnitine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_crn_p "L-Carnitine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pgp140_p "Phosphatidylglycerophosphate-ditetradecanoyl-n-C140">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pgp140_p "Phosphatidylglycerophosphate-ditetradecanoyl-n-C140">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dmbzid_c "5-6-Dimethylbenzimidazole">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dmbzid_c "5-6-Dimethylbenzimidazole">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_grxrd_c "glutaredoxin-reduced">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_grxrd_c "glutaredoxin-reduced">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_amp_e "AMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_amp_e "AMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g3pc_c "sn-Glycero-3-phosphocholine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g3pc_c "sn-Glycero-3-phosphocholine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_prfp_c "1-5-Phosphoribosyl-5-5-phosphoribosylamino-methylideneaminoimidazole-4-carboxamide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_prfp_c "1-5-Phosphoribosyl-5-5-phosphoribosylamino-methylideneaminoimidazole-4-carboxamide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_crn__D_p "D-Carnitine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_crn__D_p "D-Carnitine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyc2p_e "Glycerol-2-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyc2p_e "Glycerol-2-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_oxur_c "Oxalureate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_oxur_c "Oxalureate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_crn__D_c "D-Carnitine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_crn__D_c "D-Carnitine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2cpr5p_c "1-2-Carboxyphenylamino-1-deoxy-D-ribulose-5-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2cpr5p_c "1-2-Carboxyphenylamino-1-deoxy-D-ribulose-5-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_succ_p "Succinate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_succ_p "Succinate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pgp141_p "Phosphatidylglycerophosphate-ditetradec-7-enoyl-n-C141">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pgp141_p "Phosphatidylglycerophosphate-ditetradec-7-enoyl-n-C141">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_diglyceride_prolpp_c "diglyceride_prolpp_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thym_e "Thymine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thym_e "Thymine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dump_c "dUMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dump_c "dUMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pgp141_c "Phosphatidylglycerophosphate-ditetradec-7-enoyl-n-C141">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pgp141_c "Phosphatidylglycerophosphate-ditetradec-7-enoyl-n-C141">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_succ_c "Succinate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_succ_c "Succinate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_succ_e "Succinate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_succ_e "Succinate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trnagln_c "tRNA-Gln">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trnagln_c "tRNA-Gln">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ahcys_c "S-Adenosyl-L-homocysteine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ahcys_c "S-Adenosyl-L-homocysteine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dump_p "dUMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dump_p "dUMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3oocoa_c "3-Oxooctanoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3oocoa_c "3-Oxooctanoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acnam_c "N-Acetylneuraminate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acnam_c "N-Acetylneuraminate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_man_e "D-Mannose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_man_e "D-Mannose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_histrna_c "L-Histidyl-tRNA-His">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_histrna_c "L-Histidyl-tRNA-His">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_man_c "D-Mannose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_man_c "D-Mannose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_man_p "D-Mannose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_man_p "D-Mannose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_rbl__L_c "L-Ribulose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_rbl__L_c "L-Ribulose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ps180_c "phosphatidylserine-dioctadecanoyl-n-C180">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ps180_c "phosphatidylserine-dioctadecanoyl-n-C180">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_od2coa_c "trans-Octadec-2-enoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_od2coa_c "trans-Octadec-2-enoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_nadph_c "Nicotinamide-adenine-dinucleotide-phosphate--reduced">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_nadph_c "Nicotinamide-adenine-dinucleotide-phosphate--reduced">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3hhdcoa_c "S-3-Hydroxyhexadecanoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3hhdcoa_c "S-3-Hydroxyhexadecanoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_k_p "potassium">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_k_p "potassium">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4hoxpacd_p "4-Hydroxyphenylacetaldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4hoxpacd_p "4-Hydroxyphenylacetaldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hxcoa_c "Hexanoyl-CoA-n-C60CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hxcoa_c "Hexanoyl-CoA-n-C60CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_k_c "potassium">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_k_c "potassium">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_k_e "potassium">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_k_e "potassium">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_prolpp_c "prolpp_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4hoxpacd_e "4-Hydroxyphenylacetaldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4hoxpacd_e "4-Hydroxyphenylacetaldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dad__5_c "5-Deoxyadenosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dad__5_c "5-Deoxyadenosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_colipaOA_e "colipaOA_e">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_no3_c "Nitrate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_no3_c "Nitrate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_aicar_c "5-Amino-1-5-Phospho-D-ribosyl-imidazole-4-carboxamide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_aicar_c "5-Amino-1-5-Phospho-D-ribosyl-imidazole-4-carboxamide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dms_e "Dimethyl-sulfide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dms_e "Dimethyl-sulfide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_no3_p "Nitrate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_no3_p "Nitrate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dms_p "Dimethyl-sulfide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dms_p "Dimethyl-sulfide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trnaval_c "tRNA-Val">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trnaval_c "tRNA-Val">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3htdcoa_c "S-3-Hydroxytetradecanoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3htdcoa_c "S-3-Hydroxytetradecanoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2h5cmmusa_c "2-Hydroxy-5-carboxymethylmuconate-Semialdehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2h5cmmusa_c "2-Hydroxy-5-carboxymethylmuconate-Semialdehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3pg_e "3-Phospho-D-glycerate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3pg_e "3-Phospho-D-glycerate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3pg_c "3-Phospho-D-glycerate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3pg_c "3-Phospho-D-glycerate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23cump_e "2-3-Cyclic-UMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_23cump_e "2-3-Cyclic-UMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3pg_p "3-Phospho-D-glycerate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3pg_p "3-Phospho-D-glycerate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ap5a_c "P1-P5-Bis-5-adenosyl-pentaphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ap5a_c "P1-P5-Bis-5-adenosyl-pentaphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23cump_p "2-3-Cyclic-UMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_23cump_p "2-3-Cyclic-UMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dttp_c "dTTP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dttp_c "dTTP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hhlipa_c "heptosyl-heptosyl-kdo2-lipidA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hhlipa_c "heptosyl-heptosyl-kdo2-lipidA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_alac__S_c "S-2-Acetolactate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_alac__S_c "S-2-Acetolactate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_sertrna_c "L-Seryl-tRNA-Ser">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_sertrna_c "L-Seryl-tRNA-Ser">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_argsuc_c "N-omega--L-Arginino-succinate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_argsuc_c "N-omega--L-Arginino-succinate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dhpt_c "Dihydropteroate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dhpt_c "Dihydropteroate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pg2_ST_p "pg2_ST_p">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_unaga_c "Undecaprenyl-diphospho-N-acetyl-glucosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_unaga_c "Undecaprenyl-diphospho-N-acetyl-glucosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trnaile_c "tRNA-Ile">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trnaile_c "tRNA-Ile">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_but_e "Butyrate-n-C40">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_but_e "Butyrate-n-C40">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udpLa4fn_c "uridine-5--diphospho-beta-4-deoxy-4-formamido-L-arabinose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udpLa4fn_c "uridine-5--diphospho-beta-4-deoxy-4-formamido-L-arabinose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_uri_p "Uridine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_uri_p "Uridine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glu__D_c "D-Glutamate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glu__D_c "D-Glutamate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_codscl4_c "Cobalt-precorrin-4">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_codscl4_c "Cobalt-precorrin-4">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_uri_c "Uridine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_uri_c "Uridine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_but_p "Butyrate-n-C40">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_but_p "Butyrate-n-C40">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lac__L_c "L-Lactate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lac__L_c "L-Lactate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_uri_e "Uridine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_uri_e "Uridine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_codscl2_c "Cobalt-precorrin-2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_codscl2_c "Cobalt-precorrin-2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_clpn141_p "cardiolipin-tetratetradec-7-enoyl-n-C141">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_clpn141_p "cardiolipin-tetratetradec-7-enoyl-n-C141">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_34hpp_c "3-4-Hydroxyphenyl-pyruvate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_34hpp_c "3-4-Hydroxyphenyl-pyruvate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_5aprbu_c "5-Amino-6-5-phosphoribitylamino-uracil">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_5aprbu_c "5-Amino-6-5-phosphoribitylamino-uracil">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3ohexACP_c "3-Oxohexanoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3ohexACP_c "3-Oxohexanoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_uacgam_c "UDP-N-acetyl-D-glucosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_uacgam_c "UDP-N-acetyl-D-glucosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cu2_c "Cu2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cu2_c "Cu2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3hcinnm_p "3-hydroxycinnamic-acid">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3hcinnm_p "3-hydroxycinnamic-acid">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_uacgam_e "UDP-N-acetyl-D-glucosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_uacgam_e "UDP-N-acetyl-D-glucosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cu2_e "Cu2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cu2_e "Cu2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fc1p_c "L-Fuculose-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fc1p_c "L-Fuculose-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cyan_p "Hydrogen-cyanide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cyan_p "Hydrogen-cyanide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_q8_c "Ubiquinone-8">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_q8_c "Ubiquinone-8">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cu2_p "Cu2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cu2_p "Cu2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_uacgam_p "UDP-N-acetyl-D-glucosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_uacgam_p "UDP-N-acetyl-D-glucosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_rhcys_c "S-Ribosyl-L-homocysteine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_rhcys_c "S-Ribosyl-L-homocysteine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_anhgm3p_c "N-Acetyl-D-glucosamine-anhydrous-N-Acetylmuramyl-tripeptide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_anhgm3p_c "N-Acetyl-D-glucosamine-anhydrous-N-Acetylmuramyl-tripeptide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cyan_e "Hydrogen-cyanide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cyan_e "Hydrogen-cyanide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_grdp_c "Geranyl-diphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_grdp_c "Geranyl-diphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cyan_c "Hydrogen-cyanide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cyan_c "Hydrogen-cyanide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pg161_p "Phosphatidylglycerol-dihexadec-9-enoyl-n-C161">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pg161_p "Phosphatidylglycerol-dihexadec-9-enoyl-n-C161">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dpcoa_c "Dephospho-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dpcoa_c "Dephospho-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dtdp_c "dTDP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dtdp_c "dTDP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pg161_c "Phosphatidylglycerol-dihexadec-9-enoyl-n-C161">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pg161_c "Phosphatidylglycerol-dihexadec-9-enoyl-n-C161">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_palmACP_c "Palmitoyl-ACP-n-C160ACP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_palmACP_c "Palmitoyl-ACP-n-C160ACP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ins_p "Inosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ins_p "Inosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcdp7Oag_p "Undecaprenyl-diphosphate-O-antigene-7x">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcdp7Oag_p "Undecaprenyl-diphosphate-O-antigene-7x">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_nicrnt_c "Nicotinate-D-ribonucleotide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_nicrnt_c "Nicotinate-D-ribonucleotide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3hcinnm_e "3-hydroxycinnamic-acid">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3hcinnm_e "3-hydroxycinnamic-acid">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_salchsx_c "Salmochelin-SX">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_salchsx_c "Salmochelin-SX">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_salchsx_e "Salmochelin-SX">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_salchsx_e "Salmochelin-SX">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lyx__L_e "L-Lyxose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lyx__L_e "L-Lyxose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acon__C_e "cis-Aconitate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acon__C_e "cis-Aconitate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ala__D_p "D-Alanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ala__D_p "D-Alanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mercppyr_c "Mercaptopyruvate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mercppyr_c "Mercaptopyruvate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_kdo2lipid4L_c "KDO-2-lipid-IV-A-with-laurate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_kdo2lipid4L_c "KDO-2-lipid-IV-A-with-laurate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ala__D_e "D-Alanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ala__D_e "D-Alanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ala__D_c "D-Alanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ala__D_c "D-Alanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_asntrna_c "L-Asparaginyl-tRNA-Asn">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_asntrna_c "L-Asparaginyl-tRNA-Asn">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hxa_p "Hexanoate-n-C60">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hxa_p "Hexanoate-n-C60">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udpgal_p "UDPgalactose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udpgal_p "UDPgalactose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pap_c "Adenosine-3-5-bisphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pap_c "Adenosine-3-5-bisphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ins_c "Inosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ins_c "Inosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lipidAds_c "Lipid-A-Disaccharide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lipidAds_c "Lipid-A-Disaccharide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udpgal_c "UDPgalactose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udpgal_c "UDPgalactose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hxa_c "Hexanoate-n-C60">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hxa_c "Hexanoate-n-C60">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hxa_e "Hexanoate-n-C60">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hxa_e "Hexanoate-n-C60">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udpgal_e "UDPgalactose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udpgal_e "UDPgalactose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acac_p "Acetoacetate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acac_p "Acetoacetate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_adprib_c "ADPribose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_adprib_c "ADPribose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_t3c7mrseACP_c "trans-3-cis-7-myristoleoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_t3c7mrseACP_c "trans-3-cis-7-myristoleoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_adcobn_c "Adenosylcobyric-acid">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_adcobn_c "Adenosylcobyric-acid">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acac_e "Acetoacetate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acac_e "Acetoacetate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lipidA_c "2-3-2-3-Tetrakis-beta-hydroxymyristoyl-D-glucosaminyl-1-6-beta-D-glucosamine-1-4-bisphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lipidA_c "2-3-2-3-Tetrakis-beta-hydroxymyristoyl-D-glucosaminyl-1-6-beta-D-glucosamine-1-4-bisphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acser_c "O-Acetyl-L-serine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acser_c "O-Acetyl-L-serine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pg120_p "Phosphatidylglycerol-didodecanoyl-n-C120">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pg120_p "Phosphatidylglycerol-didodecanoyl-n-C120">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acser_e "O-Acetyl-L-serine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acser_e "O-Acetyl-L-serine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_galct__D_p "D-Galactarate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_galct__D_p "D-Galactarate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pep_c "Phosphoenolpyruvate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pep_c "Phosphoenolpyruvate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pep_e "Phosphoenolpyruvate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pep_e "Phosphoenolpyruvate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pg120_c "Phosphatidylglycerol-didodecanoyl-n-C120">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pg120_c "Phosphatidylglycerol-didodecanoyl-n-C120">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3hcpalm9eACP_c "R-3-hydroxy-cis-palm-9-eoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3hcpalm9eACP_c "R-3-hydroxy-cis-palm-9-eoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_galct__D_e "D-Galactarate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_galct__D_e "D-Galactarate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_galct__D_c "D-Galactarate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_galct__D_c "D-Galactarate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ppgpp_c "Guanosine-3-5-bis-diphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ppgpp_c "Guanosine-3-5-bis-diphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trnacys_c "tRNA-Cys">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trnacys_c "tRNA-Cys">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_salchs1_c "salchs1_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_so2_e "sulfur-dioxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_so2_e "sulfur-dioxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hdcoa_c "Hexadecenoyl-CoA-n-C161CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hdcoa_c "Hexadecenoyl-CoA-n-C161CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_malt_p "Maltose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_malt_p "Maltose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyald_e "D-Glyceraldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyald_e "D-Glyceraldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyald_c "D-Glyceraldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyald_c "D-Glyceraldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_malt_c "Maltose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_malt_c "Maltose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_malt_e "Maltose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_malt_e "Maltose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyald_p "D-Glyceraldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyald_p "D-Glyceraldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cystrna_c "L-Cysteinyl-tRNA-Cys">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cystrna_c "L-Cysteinyl-tRNA-Cys">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcpg_c "udcpg_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_taur_e "Taurine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_taur_e "Taurine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_peamn_p "Phenethylamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_peamn_p "Phenethylamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tartr__D_p "D-tartrate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tartr__D_p "D-tartrate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dxyl5p_c "1-deoxy-D-xylulose-5-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dxyl5p_c "1-deoxy-D-xylulose-5-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_s7p_c "Sedoheptulose-7-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_s7p_c "Sedoheptulose-7-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_peamn_e "Phenethylamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_peamn_e "Phenethylamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_taur_p "Taurine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_taur_p "Taurine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lys__L_e "L-Lysine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lys__L_e "L-Lysine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2odec11eg3p_p "2-octadec-11-enoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2odec11eg3p_p "2-octadec-11-enoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_metsox__R__L_p "L-methionine-R-sulfoxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_metsox__R__L_p "L-methionine-R-sulfoxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_apg160_c "acyl-phosphatidylglycerol-n-C160">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_apg160_c "acyl-phosphatidylglycerol-n-C160">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_inost_p "myo-Inositol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_inost_p "myo-Inositol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lys__L_p "L-Lysine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lys__L_p "L-Lysine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_inost_e "myo-Inositol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_inost_e "myo-Inositol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_inost_c "myo-Inositol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_inost_c "myo-Inositol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thdp_c "2-3-4-5-Tetrahydrodipicolinate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thdp_c "2-3-4-5-Tetrahydrodipicolinate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcdpgalrmnmanabe_c "Undecaprenyl-diphosphate-galactose-rhamnose-mannose-abequose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcdpgalrmnmanabe_c "Undecaprenyl-diphosphate-galactose-rhamnose-mannose-abequose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4abutn_c "4-Aminobutanal">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4abutn_c "4-Aminobutanal">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udpglcur_e "UDP-D-glucuronate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udpglcur_e "UDP-D-glucuronate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udpglcur_c "UDP-D-glucuronate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udpglcur_c "UDP-D-glucuronate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acanth_c "N-Acetylanthranilate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acanth_c "N-Acetylanthranilate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_12ppd__R_e "R-Propane-1-2-diol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_12ppd__R_e "R-Propane-1-2-diol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_12ppd__R_c "R-Propane-1-2-diol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_12ppd__R_c "R-Propane-1-2-diol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2p4c2me_c "2-phospho-4-cytidine-5-diphospho-2-C-methyl-D-erythritol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2p4c2me_c "2-phospho-4-cytidine-5-diphospho-2-C-methyl-D-erythritol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udpglcur_p "UDP-D-glucuronate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udpglcur_p "UDP-D-glucuronate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpe181_c "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C181">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpe181_c "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C181">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_progly_e "L-Prolinylglycine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_progly_e "L-Prolinylglycine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2dda7p_c "2-Dehydro-3-deoxy-D-arabino-heptonate-7-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2dda7p_c "2-Dehydro-3-deoxy-D-arabino-heptonate-7-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_h2mb4p_c "1-hydroxy-2-methyl-2-E-butenyl-4-diphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_h2mb4p_c "1-hydroxy-2-methyl-2-E-butenyl-4-diphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_progly_c "L-Prolinylglycine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_progly_c "L-Prolinylglycine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23dhmp_c "R-2-3-Dihydroxy-3-methylpentanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_23dhmp_c "R-2-3-Dihydroxy-3-methylpentanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gdpfuc_c "GDP-L-fucose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gdpfuc_c "GDP-L-fucose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpe181_p "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C181">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpe181_p "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C181">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_phhlipa_c "phospho-heptosyl-heptosyl-kdo2-lipidA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_phhlipa_c "phospho-heptosyl-heptosyl-kdo2-lipidA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_progly_p "L-Prolinylglycine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_progly_p "L-Prolinylglycine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_for_p "Formate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_for_p "Formate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_duri_e "Deoxyuridine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_duri_e "Deoxyuridine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tmrs2eACP_c "trans-Tetradec-2-enoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tmrs2eACP_c "trans-Tetradec-2-enoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23dhbzs_c "2-3-dihydroxybenzoylserine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_23dhbzs_c "2-3-dihydroxybenzoylserine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_duri_c "Deoxyuridine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_duri_c "Deoxyuridine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tyrp_e "Phosphotyrosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tyrp_e "Phosphotyrosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_for_e "Formate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_for_e "Formate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_for_c "Formate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_for_c "Formate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_duri_p "Deoxyuridine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_duri_p "Deoxyuridine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udpacgal_p "UDP-N-acetyl-D-galactosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udpacgal_p "UDP-N-acetyl-D-galactosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_airs_c "Aminoimidazole-riboside">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_airs_c "Aminoimidazole-riboside">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_airs_e "Aminoimidazole-riboside">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_airs_e "Aminoimidazole-riboside">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udpacgal_e "UDP-N-acetyl-D-galactosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udpacgal_e "UDP-N-acetyl-D-galactosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gmhep7p_c "D-Glycero-D-manno-heptose-7-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gmhep7p_c "D-Glycero-D-manno-heptose-7-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_alatrna_c "L-Alanyl-tRNA-Ala">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_alatrna_c "L-Alanyl-tRNA-Ala">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_airs_p "Aminoimidazole-riboside">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_airs_p "Aminoimidazole-riboside">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cob1nda_c "Cob-I-yrinate-a-c-diamide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cob1nda_c "Cob-I-yrinate-a-c-diamide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_nadp_c "Nicotinamide-adenine-dinucleotide-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_nadp_c "Nicotinamide-adenine-dinucleotide-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_uLa4fn_c "undecaprenyl-phosphate-4-amino-4-formyl-L-arabinose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_uLa4fn_c "undecaprenyl-phosphate-4-amino-4-formyl-L-arabinose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_sucarg_c "N2-Succinyl-L-arginine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_sucarg_c "N2-Succinyl-L-arginine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cysi__L_c "L-Cystine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cysi__L_c "L-Cystine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dgmp_e "dGMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dgmp_e "dGMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dmlz_c "6-7-Dimethyl-8-1-D-ribityl-lumazine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dmlz_c "6-7-Dimethyl-8-1-D-ribityl-lumazine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dgmp_c "dGMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dgmp_c "dGMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cysi__L_e "L-Cystine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cysi__L_e "L-Cystine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyc2p_p "Glycerol-2-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyc2p_p "Glycerol-2-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thmpp_c "Thiamine-diphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thmpp_c "Thiamine-diphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cysi__L_p "L-Cystine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cysi__L_p "L-Cystine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dhor__S_c "S-Dihydroorotate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dhor__S_c "S-Dihydroorotate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dgmp_p "dGMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dgmp_p "dGMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_foam_p "Formamide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_foam_p "Formamide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_kdo8p_c "3-Deoxy-D-manno-octulosonate-8-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_kdo8p_c "3-Deoxy-D-manno-octulosonate-8-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hom__L_p "L-Homoserine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hom__L_p "L-Homoserine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_f6p_c "D-Fructose-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_f6p_c "D-Fructose-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hom__L_c "L-Homoserine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hom__L_c "L-Homoserine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_um4p_c "UDP-N-acetylmuramoyl-L-alanyl-D-gamma-glutamyl-meso-2-6-diaminopimelate-D-alanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_um4p_c "UDP-N-acetylmuramoyl-L-alanyl-D-gamma-glutamyl-meso-2-6-diaminopimelate-D-alanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_foam_c "Formamide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_foam_c "Formamide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_f6p_p "D-Fructose-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_f6p_p "D-Fructose-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_foam_e "Formamide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_foam_e "Formamide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hom__L_e "L-Homoserine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hom__L_e "L-Homoserine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_nadh_c "Nicotinamide-adenine-dinucleotide--reduced">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_nadh_c "Nicotinamide-adenine-dinucleotide--reduced">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ocACP_c "Octanoyl-ACP-n-C80ACP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ocACP_c "Octanoyl-ACP-n-C80ACP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mi1p__D_c "1D-myo-Inositol-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mi1p__D_c "1D-myo-Inositol-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_12dgr140_p "1-2-Diacyl-sn-glycerol-ditetradecanoyl-n-C140">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_12dgr140_p "1-2-Diacyl-sn-glycerol-ditetradecanoyl-n-C140">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trnaglu_c "tRNA-Glu">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trnaglu_c "tRNA-Glu">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_12dgr140_c "1-2-Diacyl-sn-glycerol-ditetradecanoyl-n-C140">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_12dgr140_c "1-2-Diacyl-sn-glycerol-ditetradecanoyl-n-C140">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pant__R_c "R-Pantoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pant__R_c "R-Pantoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dopa_e "Dopamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dopa_e "Dopamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1ddecg3p_p "1-dodecanoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1ddecg3p_p "1-dodecanoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_oaa_p "Oxaloacetate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_oaa_p "Oxaloacetate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_orot_e "Orotate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_orot_e "Orotate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_toctd2eACP_c "trans-octadec-2-enoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_toctd2eACP_c "trans-octadec-2-enoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pro__L_c "L-Proline">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pro__L_c "L-Proline">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pro__L_e "L-Proline">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pro__L_e "L-Proline">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_orot_c "Orotate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_orot_c "Orotate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_oaa_e "Oxaloacetate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_oaa_e "Oxaloacetate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1ddecg3p_c "1-dodecanoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1ddecg3p_c "1-dodecanoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dopa_p "Dopamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dopa_p "Dopamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_oaa_c "Oxaloacetate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_oaa_c "Oxaloacetate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pro__L_p "L-Proline">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pro__L_p "L-Proline">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_orot_p "Orotate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_orot_p "Orotate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ohpb_c "2-Oxo-3-hydroxy-4-phosphobutanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ohpb_c "2-Oxo-3-hydroxy-4-phosphobutanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_arab__L_p "L-Arabinose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_arab__L_p "L-Arabinose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_etoh_p "Ethanol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_etoh_p "Ethanol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_arab__L_e "L-Arabinose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_arab__L_e "L-Arabinose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_arab__L_c "L-Arabinose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_arab__L_c "L-Arabinose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1agpe161_p "1-Acyl-sn-glycero-3-phosphoethanolamine-n-C161">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1agpe161_p "1-Acyl-sn-glycero-3-phosphoethanolamine-n-C161">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe3hox_p "Fe-III-hydroxamate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fe3hox_p "Fe-III-hydroxamate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_d5kg_c "d5kg_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_skm5p_c "Shikimate-5-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_skm5p_c "Shikimate-5-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcdp13Oag_p "Undecaprenyl-diphosphate-O-antigene-13x">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcdp13Oag_p "Undecaprenyl-diphosphate-O-antigene-13x">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acACP_c "Acetyl-ACP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acACP_c "Acetyl-ACP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyb_e "Glycine-betaine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyb_e "Glycine-betaine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyb_c "Glycine-betaine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyb_c "Glycine-betaine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cdpdddecg_c "CDP-1-2-didodecanoylglycerol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cdpdddecg_c "CDP-1-2-didodecanoylglycerol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe3hox_e "Fe-III-hydroxamate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fe3hox_e "Fe-III-hydroxamate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_citr__L_c "L-Citrulline">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_citr__L_c "L-Citrulline">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyb_p "Glycine-betaine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyb_p "Glycine-betaine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gggagicolipa_c "glucosyl-glucosyl-galactosyl-glucosyl-inner-core-oligosaccharide-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gggagicolipa_c "glucosyl-glucosyl-galactosyl-glucosyl-inner-core-oligosaccharide-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1agpe160_p "1-Acyl-sn-glycero-3-phosphoethanolamine-n-C160">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1agpe160_p "1-Acyl-sn-glycero-3-phosphoethanolamine-n-C160">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cdpdodec11eg_c "CDP-1-2-dioctadec-11-enoylglycerol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cdpdodec11eg_c "CDP-1-2-dioctadec-11-enoylglycerol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_actACP_c "Acetoacetyl-ACP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_actACP_c "Acetoacetyl-ACP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gicolipa_c "glucosyl-inner-core-oligosaccharide-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gicolipa_c "glucosyl-inner-core-oligosaccharide-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_bbtcoa_c "gamma-butyrobetainyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_bbtcoa_c "gamma-butyrobetainyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fru_e "D-Fructose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fru_e "D-Fructose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3gmp_e "3-GMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3gmp_e "3-GMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_methf_c "5-10-Methenyltetrahydrofolate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_methf_c "5-10-Methenyltetrahydrofolate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fru_c "D-Fructose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fru_c "D-Fructose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_agdpcbi_c "Adenosine-GDP-cobinamide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_agdpcbi_c "Adenosine-GDP-cobinamide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pa141_p "1-2-ditetradec-7-enoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pa141_p "1-2-ditetradec-7-enoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_eca4und_p "enterobacterial-common-antigen-x4-undecaprenyl-diphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_eca4und_p "enterobacterial-common-antigen-x4-undecaprenyl-diphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fru_p "D-Fructose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fru_p "D-Fructose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3gmp_p "3-GMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3gmp_p "3-GMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_codscl6a_c "Cobalt-precorrin-6a">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_codscl6a_c "Cobalt-precorrin-6a">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ara5p_c "D-Arabinose-5-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ara5p_c "D-Arabinose-5-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pa141_c "1-2-ditetradec-7-enoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pa141_c "1-2-ditetradec-7-enoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cobalt2_e "Co2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cobalt2_e "Co2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cobalt2_c "Co2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cobalt2_c "Co2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dkdi_c "dkdi_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pmtcoa_c "Palmitoyl-CoA-n-C160CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pmtcoa_c "Palmitoyl-CoA-n-C160CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3hodcoa_c "S-3-Hydroxyoctadecanoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3hodcoa_c "S-3-Hydroxyoctadecanoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cobalt2_p "Co2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cobalt2_p "Co2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lpp_sp_p "lpp_sp_p">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hphhlipa_c "heptosyl-phospho-heptosyl-heptosyl-kdo2-lipidA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hphhlipa_c "heptosyl-phospho-heptosyl-heptosyl-kdo2-lipidA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ser__D_p "D-Serine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ser__D_p "D-Serine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cgly_p "Cys-Gly">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cgly_p "Cys-Gly">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pan4p_c "Pantetheine-4-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pan4p_c "Pantetheine-4-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cgly_e "Cys-Gly">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cgly_e "Cys-Gly">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ser__D_c "D-Serine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ser__D_c "D-Serine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ser__D_e "D-Serine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ser__D_e "D-Serine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cgly_c "Cys-Gly">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cgly_c "Cys-Gly">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_phthr_c "O-Phospho-4-hydroxy-L-threonine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_phthr_c "O-Phospho-4-hydroxy-L-threonine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_adcob1nda_c "Adenosyl-cobyrinate-a-c-diamide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_adcob1nda_c "Adenosyl-cobyrinate-a-c-diamide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2dr1p_c "2-Deoxy-D-ribose-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2dr1p_c "2-Deoxy-D-ribose-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tagur_c "D-Tagaturonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tagur_c "D-Tagaturonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_sbt__D_e "D-Sorbitol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_sbt__D_e "D-Sorbitol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_codscl5a_c "Cobalt-precorrin-5a">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_codscl5a_c "Cobalt-precorrin-5a">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_urea_c "Urea">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_urea_c "Urea">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pi_p "Phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pi_p "Phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gdpmann_c "GDP-D-mannose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gdpmann_c "GDP-D-mannose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_protrna_c "L-Prolyl-tRNA-Pro">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_protrna_c "L-Prolyl-tRNA-Pro">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_murein4px4px4p_p "three-disacharide-linked-murein-units-tetrapeptide-crosslinked-tetrapeptide-A2pm-D-ala--tetrapeptide-corsslinked-tetrapeptide-A2pm-D-ala--middle-of-chain">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_murein4px4px4p_p "three-disacharide-linked-murein-units-tetrapeptide-crosslinked-tetrapeptide-A2pm-D-ala--tetrapeptide-corsslinked-tetrapeptide-A2pm-D-ala--middle-of-chain">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_sbt__D_p "D-Sorbitol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_sbt__D_p "D-Sorbitol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pi_c "Phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pi_c "Phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pi_e "Phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pi_e "Phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1agpg120_p "1-Acyl-sn-glycero-3-phosphoglycerol-n-C120">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1agpg120_p "1-Acyl-sn-glycero-3-phosphoglycerol-n-C120">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pe161_p "phosphatidylethanolamine-dihexadec-9enoyl-n-C161">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pe161_p "phosphatidylethanolamine-dihexadec-9enoyl-n-C161">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hcys__L_c "L-Homocysteine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hcys__L_c "L-Homocysteine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pe161_c "phosphatidylethanolamine-dihexadec-9enoyl-n-C161">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pe161_c "phosphatidylethanolamine-dihexadec-9enoyl-n-C161">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2h3oppan_c "2-Hydroxy-3-oxopropanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2h3oppan_c "2-Hydroxy-3-oxopropanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ctp_c "CTP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ctp_c "CTP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pe120_c "phosphatidylethanolamine-didodecanoyl-n-C120">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pe120_c "phosphatidylethanolamine-didodecanoyl-n-C120">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pppg9_c "Protoporphyrinogen-IX">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pppg9_c "Protoporphyrinogen-IX">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe3hox_c "Fe-III-hydroxamate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fe3hox_c "Fe-III-hydroxamate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pe120_p "phosphatidylethanolamine-didodecanoyl-n-C120">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pe120_p "phosphatidylethanolamine-didodecanoyl-n-C120">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ru5p__D_c "D-Ribulose-5-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ru5p__D_c "D-Ribulose-5-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3odcoa_c "3-Oxodecanoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3odcoa_c "3-Oxodecanoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4r5au_c "4-1-D-Ribitylamino-5-aminouracil">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4r5au_c "4-1-D-Ribitylamino-5-aminouracil">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ru5p__L_c "L-Ribulose-5-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ru5p__L_c "L-Ribulose-5-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2tdec7eg3p_c "2-tetradec-7-enoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2tdec7eg3p_c "2-tetradec-7-enoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2tdec7eg3p_p "2-tetradec-7-enoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2tdec7eg3p_p "2-tetradec-7-enoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_34dhpac_p "3-4-Dihydroxyphenylacetaldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_34dhpac_p "3-4-Dihydroxyphenylacetaldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mqn8_c "Menaquinone-8">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mqn8_c "Menaquinone-8">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_oc2coa_c "trans-Oct-2-enoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_oc2coa_c "trans-Oct-2-enoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_34dhpac_e "3-4-Dihydroxyphenylacetaldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_34dhpac_e "3-4-Dihydroxyphenylacetaldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tcb_c "tricarballylate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tcb_c "tricarballylate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dann_c "7-8-Diaminononanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dann_c "7-8-Diaminononanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tcb_e "tricarballylate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tcb_e "tricarballylate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thex2eACP_c "trans-Hex-2-enoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thex2eACP_c "trans-Hex-2-enoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tddec2eACP_c "trans-Dodec-2-enoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tddec2eACP_c "trans-Dodec-2-enoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_5drib_c "5-deoxyribose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_5drib_c "5-deoxyribose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cbasp_c "N-Carbamoyl-L-aspartate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cbasp_c "N-Carbamoyl-L-aspartate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tcb_p "tricarballylate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tcb_p "tricarballylate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_seramp_c "L-seryl-AMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_seramp_c "L-seryl-AMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_N1aspmd_c "N1-Acetylspermidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_N1aspmd_c "N1-Acetylspermidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1agpg161_p "1-Acyl-sn-glycero-3-phosphoglycerol-n-C161">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1agpg161_p "1-Acyl-sn-glycero-3-phosphoglycerol-n-C161">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_damp_p "dAMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_damp_p "dAMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dhnpt_c "Dihydroneopterin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dhnpt_c "Dihydroneopterin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_r1p_c "alpha-D-Ribose-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_r1p_c "alpha-D-Ribose-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_damp_c "dAMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_damp_c "dAMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_damp_e "dAMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_damp_e "dAMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glytrna_c "Glycyl-tRNA-Gly">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glytrna_c "Glycyl-tRNA-Gly">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_LalaDgluMdapDala_p "L-alanine-D-glutamate-meso-2-6-diaminoheptanedioate-D-alanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_LalaDgluMdapDala_p "L-alanine-D-glutamate-meso-2-6-diaminoheptanedioate-D-alanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glc__D_p "D-Glucose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glc__D_p "D-Glucose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_idp_c "IDP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_idp_c "IDP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lystrna_c "L-Lysine-tRNA-Lys">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lystrna_c "L-Lysine-tRNA-Lys">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glc__D_c "D-Glucose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glc__D_c "D-Glucose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glc__D_e "D-Glucose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glc__D_e "D-Glucose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpg160_c "2-Acyl-sn-glycero-3-phosphoglycerol-n-C160">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpg160_c "2-Acyl-sn-glycero-3-phosphoglycerol-n-C160">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_sulfac_p "sulfoacetate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_sulfac_p "sulfoacetate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_frdp_c "Farnesyl-diphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_frdp_c "Farnesyl-diphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3ocddec5eACP_c "3-oxo-cis-dodec-5-enoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3ocddec5eACP_c "3-oxo-cis-dodec-5-enoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpg160_p "2-Acyl-sn-glycero-3-phosphoglycerol-n-C160">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpg160_p "2-Acyl-sn-glycero-3-phosphoglycerol-n-C160">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_sulfac_e "sulfoacetate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_sulfac_e "sulfoacetate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2dh3dgal_c "2-Dehydro-3-deoxy-D-galactonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2dh3dgal_c "2-Dehydro-3-deoxy-D-galactonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_leutrna_c "L-Leucyl-tRNA-Leu">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_leutrna_c "L-Leucyl-tRNA-Leu">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_seln_c "Selenide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_seln_c "Selenide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_actp_c "Acetyl-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_actp_c "Acetyl-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ppal_p "Propanal">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ppal_p "Propanal">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pe2_ST_p "pe2_ST_p">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ppal_c "Propanal">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ppal_c "Propanal">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ppal_e "Propanal">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ppal_e "Propanal">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4ppan_c "D-4-Phosphopantothenate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4ppan_c "D-4-Phosphopantothenate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feroxGfe_p "Ferrioxamine-G-fe">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feroxGfe_p "Ferrioxamine-G-fe">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_xtsn_c "Xanthosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_xtsn_c "Xanthosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ppap_c "Propanoyl-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ppap_c "Propanoyl-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3ocmrs7eACP_c "3-oxo-cis-myristol-7-eoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3ocmrs7eACP_c "3-oxo-cis-myristol-7-eoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_db4p_c "3-4-dihydroxy-2-butanone-4-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_db4p_c "3-4-dihydroxy-2-butanone-4-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2dhguln_c "2-Dehydro-L-gulonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2dhguln_c "2-Dehydro-L-gulonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pg141_c "Phosphatidylglycerol-ditetradec-7-enoyl-n-C141">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pg141_c "Phosphatidylglycerol-ditetradec-7-enoyl-n-C141">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lac__L_e "L-Lactate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lac__L_e "L-Lactate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fpram_c "2-Formamido-N1-5-phospho-D-ribosyl-acetamidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fpram_c "2-Formamido-N1-5-phospho-D-ribosyl-acetamidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_murein5px3p_p "two-disacharide-linked-murein-units-pentapeptide-corsslinked-tripeptide-A2pm-A2pm--middle-of-chain">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_murein5px3p_p "two-disacharide-linked-murein-units-pentapeptide-corsslinked-tripeptide-A2pm-A2pm--middle-of-chain">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_stcoa_c "Stearoyl-CoA-n-C180CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_stcoa_c "Stearoyl-CoA-n-C180CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcdp20Oag_p "Undecaprenyl-diphosphate-O-antigene-20x">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcdp20Oag_p "Undecaprenyl-diphosphate-O-antigene-20x">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpe120_p "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C120">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpe120_p "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C120">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pg141_p "Phosphatidylglycerol-ditetradec-7-enoyl-n-C141">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pg141_p "Phosphatidylglycerol-ditetradec-7-enoyl-n-C141">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lac__L_p "L-Lactate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lac__L_p "L-Lactate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_etha_e "Ethanolamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_etha_e "Ethanolamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feroxGfe_e "Ferrioxamine-G-fe">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feroxGfe_e "Ferrioxamine-G-fe">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_eca3und_p "enterobacterial-common-antigen-x3-undecaprenyl-diphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_eca3und_p "enterobacterial-common-antigen-x3-undecaprenyl-diphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gam_e "D-Glucosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gam_e "D-Glucosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1hdecg3p_c "1-hexadecanoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1hdecg3p_c "1-hexadecanoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_etha_c "Ethanolamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_etha_c "Ethanolamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g6p_p "D-Glucose-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g6p_p "D-Glucose-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_icit_c "Isocitrate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_icit_c "Isocitrate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_icit_e "Isocitrate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_icit_e "Isocitrate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gam_p "D-Glucosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gam_p "D-Glucosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_prbamp_c "1-5-Phosphoribosyl-AMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_prbamp_c "1-5-Phosphoribosyl-AMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_etha_p "Ethanolamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_etha_p "Ethanolamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pg180_p "Phosphatidylglycerol-dioctadecanoyl-n-C180">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pg180_p "Phosphatidylglycerol-dioctadecanoyl-n-C180">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_icit_p "Isocitrate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_icit_p "Isocitrate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g6p_c "D-Glucose-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g6p_c "D-Glucose-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g6p_e "D-Glucose-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g6p_e "D-Glucose-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gagicolipa_c "galactosyl-glucosyl-inner-core-oligosaccharide-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gagicolipa_c "galactosyl-glucosyl-inner-core-oligosaccharide-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feroxGfe_c "Ferrioxamine-G-fe">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feroxGfe_c "Ferrioxamine-G-fe">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g1p_e "D-Glucose-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g1p_e "D-Glucose-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g1p_c "D-Glucose-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g1p_c "D-Glucose-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mal__L_c "L-Malate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mal__L_c "L-Malate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ACP_c "acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ACP_c "acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mal__L_e "L-Malate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mal__L_e "L-Malate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g1p_p "D-Glucose-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g1p_p "D-Glucose-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mal__L_p "L-Malate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mal__L_p "L-Malate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_aso3_p "arsenite">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_aso3_p "arsenite">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2ommbl_c "2-Octaprenyl-3-methyl-6-methoxy-1-4-benzoquinol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2ommbl_c "2-Octaprenyl-3-methyl-6-methoxy-1-4-benzoquinol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_murein4px4p4p_p "three-disacharide-linked-murein-units-tetrapeptide-crosslinked-tetrapeptide-A2pm-D-ala--one-uncrosslinked-tetrapaptide--middle-of-chain">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_murein4px4p4p_p "three-disacharide-linked-murein-units-tetrapeptide-crosslinked-tetrapeptide-A2pm-D-ala--one-uncrosslinked-tetrapaptide--middle-of-chain">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tpalm2eACP_c "trans-Hexadec-2-enoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tpalm2eACP_c "trans-Hexadec-2-enoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_aso3_e "arsenite">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_aso3_e "arsenite">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_murein5px4px4p_p "three-disacharide-linked-murein-units-pentapeptide-crosslinked-tetrapeptide-A2pm-D-ala-tetrapeptide-corsslinked-tetrapeptide-A2pm-D-ala--middle-of-chain">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_murein5px4px4p_p "three-disacharide-linked-murein-units-pentapeptide-crosslinked-tetrapeptide-A2pm-D-ala-tetrapeptide-corsslinked-tetrapeptide-A2pm-D-ala--middle-of-chain">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_btcoa_c "Butanoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_btcoa_c "Butanoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_LalaLglu_c "L-alanine-L-glutamate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_LalaLglu_c "L-alanine-L-glutamate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23ccmp_e "2-3-Cyclic-CMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_23ccmp_e "2-3-Cyclic-CMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_argtrna_c "L-Arginyl-tRNA-Arg">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_argtrna_c "L-Arginyl-tRNA-Arg">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23ccmp_p "2-3-Cyclic-CMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_23ccmp_p "2-3-Cyclic-CMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_occoa_c "Octanoyl-CoA-n-C80CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_occoa_c "Octanoyl-CoA-n-C80CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gmp_c "GMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gmp_c "GMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pacald_p "Phenylacetaldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pacald_p "Phenylacetaldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gmp_e "GMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gmp_e "GMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gmp_p "GMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gmp_p "GMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pacald_e "Phenylacetaldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pacald_e "Phenylacetaldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dtdp4aaddg_c "dTDP-4-acetamido-4-6-dideoxy-D-galactose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dtdp4aaddg_c "dTDP-4-acetamido-4-6-dideoxy-D-galactose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pacald_c "Phenylacetaldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pacald_c "Phenylacetaldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_btn_c "Biotin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_btn_c "Biotin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4iz5pp_c "4-Imidazolone-5-propanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4iz5pp_c "4-Imidazolone-5-propanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_n2o_p "Nitrous-oxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_n2o_p "Nitrous-oxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4c2me_c "4-cytidine-5-diphospho-2-C-methyl-D-erythritol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4c2me_c "4-cytidine-5-diphospho-2-C-methyl-D-erythritol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_n2o_c "Nitrous-oxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_n2o_c "Nitrous-oxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_n2o_e "Nitrous-oxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_n2o_e "Nitrous-oxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tdec2eACP_c "trans-Dec-2-enoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tdec2eACP_c "trans-Dec-2-enoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_uamr_c "UDP-N-acetylmuramate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_uamr_c "UDP-N-acetylmuramate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_24dhhed_c "24dhhed_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_air_c "5-amino-1-5-phospho-D-ribosyl-imidazole">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_air_c "5-amino-1-5-phospho-D-ribosyl-imidazole">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_athr__L_c "L-Allo-threonine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_athr__L_c "L-Allo-threonine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_Pald_c "Phosphonoacetaldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_Pald_c "Phosphonoacetaldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_phe__L_e "L-Phenylalanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_phe__L_e "L-Phenylalanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ca2_e "Calcium">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ca2_e "Calcium">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tyr__L_p "L-Tyrosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tyr__L_p "L-Tyrosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ca2_c "Calcium">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ca2_c "Calcium">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dsbcox_p "protein-disulfide-isomerase-II-oxidized">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dsbcox_p "protein-disulfide-isomerase-II-oxidized">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_phe__L_c "L-Phenylalanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_phe__L_c "L-Phenylalanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpe140_c "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C140">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpe140_c "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C140">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fmnh2_c "Reduced-FMN">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fmnh2_c "Reduced-FMN">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tyr__L_e "L-Tyrosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tyr__L_e "L-Tyrosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_phe__L_p "L-Phenylalanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_phe__L_p "L-Phenylalanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_5mdr1p_c "5-Methylthio-5-deoxy-D-ribose-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_5mdr1p_c "5-Methylthio-5-deoxy-D-ribose-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ca2_p "Calcium">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ca2_p "Calcium">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tyr__L_c "L-Tyrosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tyr__L_c "L-Tyrosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpe140_p "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C140">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpe140_p "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C140">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2hdecg3p_c "2-hexadecanoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2hdecg3p_c "2-hexadecanoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tym_e "Tyramine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tym_e "Tyramine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ahdt_c "2-Amino-4-hydroxy-6-erythro-1-2-3-trihydroxypropyl-dihydropteridine-triphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ahdt_c "2-Amino-4-hydroxy-6-erythro-1-2-3-trihydroxypropyl-dihydropteridine-triphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_murein4p3p_p "two-linked-disacharide-tetrapeptide-and-tripeptide-murein-units-uncrosslinked-middle-of-chain">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_murein4p3p_p "two-linked-disacharide-tetrapeptide-and-tripeptide-murein-units-uncrosslinked-middle-of-chain">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3ohdcoa_c "3-Oxohexadecanoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3ohdcoa_c "3-Oxohexadecanoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_f6p_e "D-Fructose-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_f6p_e "D-Fructose-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2hdecg3p_p "2-hexadecanoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2hdecg3p_p "2-hexadecanoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tym_p "Tyramine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tym_p "Tyramine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pser__L_c "O-Phospho-L-serine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pser__L_c "O-Phospho-L-serine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pser__L_e "O-Phospho-L-serine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pser__L_e "O-Phospho-L-serine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ethso3_e "ethanesulfonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ethso3_e "ethanesulfonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trp__L_p "L-Tryptophan">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trp__L_p "L-Tryptophan">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acgam1p_p "N-Acetyl-D-glucosamine-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acgam1p_p "N-Acetyl-D-glucosamine-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pser__L_p "O-Phospho-L-serine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pser__L_p "O-Phospho-L-serine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trp__L_e "L-Tryptophan">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trp__L_e "L-Tryptophan">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acgam1p_e "N-Acetyl-D-glucosamine-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acgam1p_e "N-Acetyl-D-glucosamine-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acgam1p_c "N-Acetyl-D-glucosamine-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acgam1p_c "N-Acetyl-D-glucosamine-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trp__L_c "L-Tryptophan">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trp__L_c "L-Tryptophan">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ethso3_p "ethanesulfonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ethso3_p "ethanesulfonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_rmn_c "L-Rhamnose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_rmn_c "L-Rhamnose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g3pe_e "sn-Glycero-3-phosphoethanolamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g3pe_e "sn-Glycero-3-phosphoethanolamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g3pg_p "Glycerophosphoglycerol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g3pg_p "Glycerophosphoglycerol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dc2coa_c "trans-Dec-2-enoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dc2coa_c "trans-Dec-2-enoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_rmn_e "L-Rhamnose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_rmn_e "L-Rhamnose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g3pe_c "sn-Glycero-3-phosphoethanolamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g3pe_c "sn-Glycero-3-phosphoethanolamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pgp161_p "Phosphatidylglycerophosphate-dihexadec-9-enoyl-n-C161">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pgp161_p "Phosphatidylglycerophosphate-dihexadec-9-enoyl-n-C161">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_clpn160_p "cardiolipin-tetrahexadecanoyl-n-C160">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_clpn160_p "cardiolipin-tetrahexadecanoyl-n-C160">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acgal1p_p "N-Acetyl-D-galactosamine-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acgal1p_p "N-Acetyl-D-galactosamine-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_xyl__D_p "D-Xylose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_xyl__D_p "D-Xylose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g3pg_c "Glycerophosphoglycerol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g3pg_c "Glycerophosphoglycerol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_rmn_p "L-Rhamnose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_rmn_p "L-Rhamnose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g3pe_p "sn-Glycero-3-phosphoethanolamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g3pe_p "sn-Glycero-3-phosphoethanolamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g3pg_e "Glycerophosphoglycerol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g3pg_e "Glycerophosphoglycerol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_xyl__D_e "D-Xylose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_xyl__D_e "D-Xylose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_xyl__D_c "D-Xylose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_xyl__D_c "D-Xylose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acgal1p_e "N-Acetyl-D-galactosamine-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acgal1p_e "N-Acetyl-D-galactosamine-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dhf_c "7-8-Dihydrofolate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dhf_c "7-8-Dihydrofolate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g3pc_p "sn-Glycero-3-phosphocholine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g3pc_p "sn-Glycero-3-phosphocholine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_orn_p "Ornithine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_orn_p "Ornithine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_alltn_p "Allantoin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_alltn_p "Allantoin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pgp120_c "Phosphatidylglycerophosphate-didodecanoyl-n-C120">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pgp120_c "Phosphatidylglycerophosphate-didodecanoyl-n-C120">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_orn_e "Ornithine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_orn_e "Ornithine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g3pc_e "sn-Glycero-3-phosphocholine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g3pc_e "sn-Glycero-3-phosphocholine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_orn_c "Ornithine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_orn_c "Ornithine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_amp_c "AMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_amp_c "AMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_alltn_e "Allantoin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_alltn_e "Allantoin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ocdcaACP_c "Octadecanoyl-ACP-n-C180ACP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ocdcaACP_c "Octadecanoyl-ACP-n-C180ACP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pgp120_p "Phosphatidylglycerophosphate-didodecanoyl-n-C120">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pgp120_p "Phosphatidylglycerophosphate-didodecanoyl-n-C120">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_alltn_c "Allantoin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_alltn_c "Allantoin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_alltt_c "Allantoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_alltt_c "Allantoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dcyt_p "Deoxycytidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dcyt_p "Deoxycytidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_aps_c "Adenosine-5-phosphosulfate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_aps_c "Adenosine-5-phosphosulfate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mnl_e "D-Mannitol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mnl_e "D-Mannitol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23camp_p "2-3-Cyclic-AMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_23camp_p "2-3-Cyclic-AMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dcyt_c "Deoxycytidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dcyt_c "Deoxycytidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dcyt_e "Deoxycytidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dcyt_e "Deoxycytidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23camp_e "2-3-Cyclic-AMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_23camp_e "2-3-Cyclic-AMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mnl_p "D-Mannitol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mnl_p "D-Mannitol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_rnam_p "rnam_p">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ap4a_c "P1-P4-Bis-5-adenosyl-tetraphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ap4a_c "P1-P4-Bis-5-adenosyl-tetraphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_rnam_c "rnam_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_rnam_e "rnam_e">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_so3_c "Sulfite">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_so3_c "Sulfite">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_so3_e "Sulfite">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_so3_e "Sulfite">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dha_e "Dihydroxyacetone">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dha_e "Dihydroxyacetone">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dha_c "Dihydroxyacetone">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dha_c "Dihydroxyacetone">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_peptido_ST_p "peptido_ST_p">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_so3_p "Sulfite">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_so3_p "Sulfite">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3oddcoa_c "3-Oxododecanoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3oddcoa_c "3-Oxododecanoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dha_p "Dihydroxyacetone">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dha_p "Dihydroxyacetone">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dkmpp_c "2-3-diketo-5-methylthio-1-phosphopentane">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dkmpp_c "2-3-diketo-5-methylthio-1-phosphopentane">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tyrp_p "Phosphotyrosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tyrp_p "Phosphotyrosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fald_e "Formaldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fald_e "Formaldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fald_c "Formaldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fald_c "Formaldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_nac_p "Nicotinate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_nac_p "Nicotinate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_murein_lpp_p "murein_lpp_p">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tartr__D_c "D-tartrate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tartr__D_c "D-tartrate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fald_p "Formaldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fald_p "Formaldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tartr__D_e "D-tartrate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tartr__D_e "D-tartrate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_man6p_p "D-Mannose-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_man6p_p "D-Mannose-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_Nmtrp_c "N-Methyltryptophan">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_Nmtrp_c "N-Methyltryptophan">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trnapro_c "tRNA-Pro">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trnapro_c "tRNA-Pro">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fecrm_e "Ferrichrome">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fecrm_e "Ferrichrome">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fecrm_c "Ferrichrome">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fecrm_c "Ferrichrome">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_man6p_c "D-Mannose-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_man6p_c "D-Mannose-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_man6p_e "D-Mannose-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_man6p_e "D-Mannose-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gdptp_c "Guanosine-3-diphosphate-5-triphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gdptp_c "Guanosine-3-diphosphate-5-triphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fad_c "Flavin-adenine-dinucleotide-oxidized">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fad_c "Flavin-adenine-dinucleotide-oxidized">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fecrm_p "Ferrichrome">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fecrm_p "Ferrichrome">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_12dgr160_p "1-2-Diacyl-sn-glycerol-dihexadecanoyl-n-C160">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_12dgr160_p "1-2-Diacyl-sn-glycerol-dihexadecanoyl-n-C160">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ni2_e "nickel">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ni2_e "nickel">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ni2_c "nickel">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ni2_c "nickel">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_12dgr160_c "1-2-Diacyl-sn-glycerol-dihexadecanoyl-n-C160">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_12dgr160_c "1-2-Diacyl-sn-glycerol-dihexadecanoyl-n-C160">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ni2_p "nickel">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ni2_p "nickel">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_so4_p "Sulfate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_so4_p "Sulfate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_urea_p "Urea">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_urea_p "Urea">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ckdo_c "CMP-3-deoxy-D-manno-octulosonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ckdo_c "CMP-3-deoxy-D-manno-octulosonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mn2_c "Mn2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mn2_c "Mn2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mn2_e "Mn2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mn2_e "Mn2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acgal_e "N-Acetyl-D-galactosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acgal_e "N-Acetyl-D-galactosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_so4_c "Sulfate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_so4_c "Sulfate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23dhbzs2_c "23dhbzs2_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hmbil_c "Hydroxymethylbilane">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hmbil_c "Hydroxymethylbilane">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_so4_e "Sulfate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_so4_e "Sulfate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_murein5p5p5p_p "three-linked-disacharide-pentapeptide-murein-units-uncrosslinked-middle-of-chain">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_murein5p5p5p_p "three-linked-disacharide-pentapeptide-murein-units-uncrosslinked-middle-of-chain">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mn2_p "Mn2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mn2_p "Mn2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acgal_p "N-Acetyl-D-galactosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acgal_p "N-Acetyl-D-galactosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glucys_c "gamma-L-Glutamyl-L-cysteine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glucys_c "gamma-L-Glutamyl-L-cysteine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3hdcoa_c "S-3-Hydroxydecanoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3hdcoa_c "S-3-Hydroxydecanoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_urea_e "Urea">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_urea_e "Urea">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4mhetz_c "4-Methyl-5-2-hydroxyethyl-thiazole">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4mhetz_c "4-Methyl-5-2-hydroxyethyl-thiazole">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_octeACP_c "cis-octadec-11-enoyl-acyl-carrier-protein-n-C181">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_octeACP_c "cis-octadec-11-enoyl-acyl-carrier-protein-n-C181">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cdp4dh36ddglc_c "CDP-4-dehydro-3-6-dideoxy-D-glucose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cdp4dh36ddglc_c "CDP-4-dehydro-3-6-dideoxy-D-glucose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4mop_c "4-Methyl-2-oxopentanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4mop_c "4-Methyl-2-oxopentanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lpp_p "lipoprotein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lpp_p "lipoprotein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_sarcs_c "Sarcosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_sarcs_c "Sarcosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fcl__L_c "L-fuculose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fcl__L_c "L-fuculose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glu5p_c "L-Glutamate-5-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glu5p_c "L-Glutamate-5-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_o2_c "O2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_o2_c "O2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_utp_c "UTP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_utp_c "UTP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_5dh4dglc_c "5-Dehydro-4-deoxy-D-glucarate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_5dh4dglc_c "5-Dehydro-4-deoxy-D-glucarate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_o2_e "O2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_o2_e "O2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_clpn2_ST_p "clpn2_ST_p">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3dhsk_c "3-Dehydroshikimate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3dhsk_c "3-Dehydroshikimate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_o2_p "O2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_o2_p "O2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trptrna_c "L-Tryptophanyl-tRNA-Trp">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trptrna_c "L-Tryptophanyl-tRNA-Trp">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acolipa_p "4-Amino-4-deoxy-L-arabinose-modified-core-oligosaccharide-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acolipa_p "4-Amino-4-deoxy-L-arabinose-modified-core-oligosaccharide-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_btnso_c "d-biotin-d-sulfoxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_btnso_c "d-biotin-d-sulfoxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2ddecg3p_p "2-dodecanoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2ddecg3p_p "2-dodecanoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acolipa_e "4-Amino-4-deoxy-L-arabinose-modified-core-oligosaccharide-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acolipa_e "4-Amino-4-deoxy-L-arabinose-modified-core-oligosaccharide-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_u3aga_c "UDP-3-O-3-hydroxytetradecanoyl-N-acetylglucosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_u3aga_c "UDP-3-O-3-hydroxytetradecanoyl-N-acetylglucosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2ddecg3p_c "2-dodecanoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2ddecg3p_c "2-dodecanoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_unagamuf_c "Undecaprenyl-diphospho-N-acetylglucosamine-N-acetylmannosaminuronate-N-acetamido-4-6-dideoxy-D-galactose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_unagamuf_c "Undecaprenyl-diphospho-N-acetylglucosamine-N-acetylmannosaminuronate-N-acetamido-4-6-dideoxy-D-galactose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_unagamuf_p "Undecaprenyl-diphospho-N-acetylglucosamine-N-acetylmannosaminuronate-N-acetamido-4-6-dideoxy-D-galactose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_unagamuf_p "Undecaprenyl-diphospho-N-acetylglucosamine-N-acetylmannosaminuronate-N-acetamido-4-6-dideoxy-D-galactose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcdp9Oag_p "Undecaprenyl-diphosphate-O-antigene-9x">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcdp9Oag_p "Undecaprenyl-diphosphate-O-antigene-9x">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_LalaDgluMdap_p "L-alanine-D-glutamate-meso-2-6-diaminoheptanedioate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_LalaDgluMdap_p "L-alanine-D-glutamate-meso-2-6-diaminoheptanedioate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pran_c "N-5-Phospho-D-ribosyl-anthranilate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pran_c "N-5-Phospho-D-ribosyl-anthranilate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_LalaDgluMdap_e "L-alanine-D-glutamate-meso-2-6-diaminoheptanedioate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_LalaDgluMdap_e "L-alanine-D-glutamate-meso-2-6-diaminoheptanedioate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_galt1p_c "Galactitol-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_galt1p_c "Galactitol-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_LalaDgluMdap_c "L-alanine-D-glutamate-meso-2-6-diaminoheptanedioate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_LalaDgluMdap_c "L-alanine-D-glutamate-meso-2-6-diaminoheptanedioate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_h2o_c "H2O">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_h2o_c "H2O">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hg2_p "Hg2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hg2_p "Hg2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_h2o_e "H2O">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_h2o_e "H2O">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trnasecys_c "tRNA-SeCys">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trnasecys_c "tRNA-SeCys">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pe181_p "phosphatidylethanolamine-dioctadec-11-enoyl-n-C181">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pe181_p "phosphatidylethanolamine-dioctadec-11-enoyl-n-C181">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_nac_e "Nicotinate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_nac_e "Nicotinate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_nac_c "Nicotinate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_nac_c "Nicotinate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hg2_c "Hg2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hg2_c "Hg2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_h2o_p "H2O">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_h2o_p "H2O">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hg2_e "Hg2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hg2_e "Hg2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pe181_c "phosphatidylethanolamine-dioctadec-11-enoyl-n-C181">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pe181_c "phosphatidylethanolamine-dioctadec-11-enoyl-n-C181">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_prlp_c "5-5-phospho-1-deoxyribulos-1-ylamino-methylideneamino-1-5-phosphoribosyl-imidazole-4-carboxamide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_prlp_c "5-5-phospho-1-deoxyribulos-1-ylamino-methylideneamino-1-5-phosphoribosyl-imidazole-4-carboxamide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ps161_c "phosphatidylserine-dihexadec-9-enoyl-n-C161">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ps161_c "phosphatidylserine-dihexadec-9-enoyl-n-C161">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pgp181_p "Phosphatidylglycerophosphate-dioctadec-11-enoyl-n-C181">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pgp181_p "Phosphatidylglycerophosphate-dioctadec-11-enoyl-n-C181">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_malttr_p "Maltotriose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_malttr_p "Maltotriose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pgp181_c "Phosphatidylglycerophosphate-dioctadec-11-enoyl-n-C181">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pgp181_c "Phosphatidylglycerophosphate-dioctadec-11-enoyl-n-C181">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_malttr_e "Maltotriose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_malttr_e "Maltotriose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dsbdrd_c "fused-thioldisulfide-interchange-protein-reduced">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dsbdrd_c "fused-thioldisulfide-interchange-protein-reduced">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_malttr_c "Maltotriose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_malttr_c "Maltotriose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2pg_e "D-Glycerate-2-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2pg_e "D-Glycerate-2-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_12dgr180_p "1-2-Diacyl-sn-glycerol-dioctadecanoyl-n-C180">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_12dgr180_p "1-2-Diacyl-sn-glycerol-dioctadecanoyl-n-C180">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2pg_c "D-Glycerate-2-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2pg_c "D-Glycerate-2-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3hhcoa_c "S-3-Hydroxyhexanoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3hhcoa_c "S-3-Hydroxyhexanoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ggagicolipa_c "glucosyl-galactosyl-glucosyl-inner-core-oligosaccharide-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ggagicolipa_c "glucosyl-galactosyl-glucosyl-inner-core-oligosaccharide-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ttdcea_p "tetradecenoate-n-C141">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ttdcea_p "tetradecenoate-n-C141">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_uagmda_c "Undecaprenyl-diphospho-N-acetylmuramoyl-L-alanyl-D-glutamyl-meso-2-6-diaminopimeloyl-D-alanyl-D-alanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_uagmda_c "Undecaprenyl-diphospho-N-acetylmuramoyl-L-alanyl-D-glutamyl-meso-2-6-diaminopimeloyl-D-alanyl-D-alanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_12dgr180_c "1-2-Diacyl-sn-glycerol-dioctadecanoyl-n-C180">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_12dgr180_c "1-2-Diacyl-sn-glycerol-dioctadecanoyl-n-C180">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2pg_p "D-Glycerate-2-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2pg_p "D-Glycerate-2-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glycogen_c "glycogen">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glycogen_c "glycogen">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ttdcea_e "tetradecenoate-n-C141">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ttdcea_e "tetradecenoate-n-C141">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ttdcea_c "tetradecenoate-n-C141">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ttdcea_c "tetradecenoate-n-C141">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyc3p_c "Glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyc3p_c "Glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyc3p_e "Glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyc3p_e "Glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thrp_p "L-Threonine-O-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thrp_p "L-Threonine-O-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4mpetz_c "4-Methyl-5-2-phosphoethyl-thiazole">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4mpetz_c "4-Methyl-5-2-phosphoethyl-thiazole">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_succoa_c "Succinyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_succoa_c "Succinyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2ddg6p_c "2-Dehydro-3-deoxy-D-gluconate-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2ddg6p_c "2-Dehydro-3-deoxy-D-gluconate-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cdpdtdec7eg_c "CDP-1-2-ditetradec-7-enoylglycerol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cdpdtdec7eg_c "CDP-1-2-ditetradec-7-enoylglycerol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thrp_e "L-Threonine-O-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thrp_e "L-Threonine-O-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyc3p_p "Glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyc3p_p "Glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thrp_c "L-Threonine-O-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thrp_c "L-Threonine-O-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_skm_c "Shikimate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_skm_c "Shikimate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1pyr5c_c "1-Pyrroline-5-carboxylate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1pyr5c_c "1-Pyrroline-5-carboxylate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_10fthf_c "10-Formyltetrahydrofolate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_10fthf_c "10-Formyltetrahydrofolate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_idon__L_c "L-Idonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_idon__L_c "L-Idonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dca_p "Decanoate-n-C100">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dca_p "Decanoate-n-C100">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_idon__L_e "L-Idonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_idon__L_e "L-Idonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_xu5p__D_c "D-Xylulose-5-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_xu5p__D_c "D-Xylulose-5-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3ooctACP_c "3-Oxooctanoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3ooctACP_c "3-Oxooctanoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_sbt6p_c "D-Sorbitol-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_sbt6p_c "D-Sorbitol-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dca_e "Decanoate-n-C100">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dca_e "Decanoate-n-C100">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_idon__L_p "L-Idonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_idon__L_p "L-Idonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dca_c "Decanoate-n-C100">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dca_c "Decanoate-n-C100">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_apg140_c "acyl-phosphatidylglycerol-n-C140">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_apg140_c "acyl-phosphatidylglycerol-n-C140">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ribflv_c "Riboflavin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ribflv_c "Riboflavin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_rbflvrd_c "Reduced-riboflavin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_rbflvrd_c "Reduced-riboflavin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gal__bD_p "beta-D-Galactose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gal__bD_p "beta-D-Galactose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gbbtn_e "gamma-butyrobetaine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gbbtn_e "gamma-butyrobetaine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_t3c9palmeACP_c "trans-3-cis-9-palmitoleoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_t3c9palmeACP_c "trans-3-cis-9-palmitoleoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feenter_p "Fe-enterobactin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feenter_p "Fe-enterobactin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feenter_e "Fe-enterobactin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feenter_e "Fe-enterobactin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feenter_c "Fe-enterobactin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feenter_c "Fe-enterobactin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gbbtn_p "gamma-butyrobetaine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gbbtn_p "gamma-butyrobetaine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dtdprmn_c "dTDP-L-rhamnose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dtdprmn_c "dTDP-L-rhamnose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_25aics_c "S-2-5-Amino-1-5-phospho-D-ribosyl-imidazole-4-carboxamidosuccinate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_25aics_c "S-2-5-Amino-1-5-phospho-D-ribosyl-imidazole-4-carboxamidosuccinate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_kphphhlipa_c "kdo-phospho-heptosyl-phospho-heptosyl-heptosyl-kdo2-lipidA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_kphphhlipa_c "kdo-phospho-heptosyl-phospho-heptosyl-heptosyl-kdo2-lipidA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcdp14Oag_p "Undecaprenyl-diphosphate-O-antigene-14x">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcdp14Oag_p "Undecaprenyl-diphosphate-O-antigene-14x">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_uaccg_c "UDP-N-acetyl-3-O-1-carboxyvinyl-D-glucosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_uaccg_c "UDP-N-acetyl-3-O-1-carboxyvinyl-D-glucosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_h2s_e "Hydrogen-sulfide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_h2s_e "Hydrogen-sulfide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_kdo2lipid4_p "KDO-2-lipid-IV-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_kdo2lipid4_p "KDO-2-lipid-IV-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_h2s_c "Hydrogen-sulfide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_h2s_c "Hydrogen-sulfide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_clpn180_p "cardiolipin-tetraoctadecanoyl-n-C180">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_clpn180_p "cardiolipin-tetraoctadecanoyl-n-C180">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_kdo2lipid4_c "KDO-2-lipid-IV-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_kdo2lipid4_c "KDO-2-lipid-IV-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_h2s_p "Hydrogen-sulfide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_h2s_p "Hydrogen-sulfide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_kdo2lipid4_e "KDO-2-lipid-IV-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_kdo2lipid4_e "KDO-2-lipid-IV-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cu_e "Cu">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cu_e "Cu">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_scl_c "sirohydrochlorin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_scl_c "sirohydrochlorin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cu_c "Cu">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cu_c "Cu">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dtdp4addg_c "dTDP-4-amino-4-6-dideoxy-D-galactose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dtdp4addg_c "dTDP-4-amino-4-6-dideoxy-D-galactose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lgt__S_c "R-S-Lactoylglutathione">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lgt__S_c "R-S-Lactoylglutathione">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_asptrna_c "L-Aspartyl-tRNA-Asp">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_asptrna_c "L-Aspartyl-tRNA-Asp">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cu_p "Cu">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cu_p "Cu">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_myrsACP_c "Myristoyl-ACP-n-C140ACP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_myrsACP_c "Myristoyl-ACP-n-C140ACP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cdpdtdecg_c "CDP-1-2-ditetradecanoylglycerol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cdpdtdecg_c "CDP-1-2-ditetradecanoylglycerol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feroxBfe_p "Ferrioxamine-B-fe">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feroxBfe_p "Ferrioxamine-B-fe">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mana_c "D-Mannonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mana_c "D-Mannonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_manglyc_e "2-alpha-D-Mannosyl-D-glycerate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_manglyc_e "2-alpha-D-Mannosyl-D-glycerate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3hocoa_c "S-3-Hydroxyoctanoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3hocoa_c "S-3-Hydroxyoctanoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ps140_c "phosphatidylserine-ditetradecanoyl-n-C140">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ps140_c "phosphatidylserine-ditetradecanoyl-n-C140">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feroxBfe_e "Ferrioxamine-B-fe">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feroxBfe_e "Ferrioxamine-B-fe">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_s_c "Sulfur">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_s_c "Sulfur">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thf_c "5-6-7-8-Tetrahydrofolate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thf_c "5-6-7-8-Tetrahydrofolate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feroxBfe_c "Ferrioxamine-B-fe">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feroxBfe_c "Ferrioxamine-B-fe">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_anhm_c "1-6-anhydrous-N-Acetylmuramate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_anhm_c "1-6-anhydrous-N-Acetylmuramate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ctbtcoa_c "crotonobetainyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ctbtcoa_c "crotonobetainyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_manglyc_p "2-alpha-D-Mannosyl-D-glycerate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_manglyc_p "2-alpha-D-Mannosyl-D-glycerate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_xtsn_p "Xanthosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_xtsn_p "Xanthosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_apg181_c "acyl-phosphatidylglycerol-n-C181">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_apg181_c "acyl-phosphatidylglycerol-n-C181">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3hddcoa_c "S-3-Hydroxydodecanoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3hddcoa_c "S-3-Hydroxydodecanoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feoxam__un_c "ferroxamine-minus-Fe-3">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feoxam__un_c "ferroxamine-minus-Fe-3">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3haACP_c "3R-3-Hydroxyacyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3haACP_c "3R-3-Hydroxyacyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acmum_e "N-Acetylmuramate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acmum_e "N-Acetylmuramate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pppn_c "Phenylpropanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pppn_c "Phenylpropanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pppn_e "Phenylpropanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pppn_e "Phenylpropanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dump_e "dUMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dump_e "dUMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pppn_p "Phenylpropanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pppn_p "Phenylpropanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hdeACP_c "cis-hexadec-9-enoyl-acyl-carrier-protein-n-C161">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hdeACP_c "cis-hexadec-9-enoyl-acyl-carrier-protein-n-C161">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dxyl_e "dxyl_e">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dxyl_c "1-deoxy-D-xylulose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dxyl_c "1-deoxy-D-xylulose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_sl26da_c "N-Succinyl-LL-2-6-diaminoheptanedioate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_sl26da_c "N-Succinyl-LL-2-6-diaminoheptanedioate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dxyl_p "dxyl_p">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thym_c "Thymine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thym_c "Thymine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acgam_c "N-Acetyl-D-glucosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acgam_c "N-Acetyl-D-glucosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acmanap_c "N-Acetyl-D-mannosamine-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acmanap_c "N-Acetyl-D-mannosamine-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dimp_p "dIMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dimp_p "dIMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ichor_c "Isochorismate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ichor_c "Isochorismate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_no_p "Nitric-oxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_no_p "Nitric-oxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3hcmrs7eACP_c "R-3-hydroxy-cis-myristol-7-eoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3hcmrs7eACP_c "R-3-hydroxy-cis-myristol-7-eoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feroxG_c "Ferrioxamine-G">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feroxG_c "Ferrioxamine-G">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feroxG_e "Ferrioxamine-G">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feroxG_e "Ferrioxamine-G">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_rib__D_p "D-Ribose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_rib__D_p "D-Ribose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_no_e "Nitric-oxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_no_e "Nitric-oxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dimp_c "dIMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dimp_c "dIMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dimp_e "dIMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dimp_e "dIMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_no_c "Nitric-oxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_no_c "Nitric-oxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feroxG_p "Ferrioxamine-G">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feroxG_p "Ferrioxamine-G">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_rib__D_e "D-Ribose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_rib__D_e "D-Ribose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_rib__D_c "D-Ribose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_rib__D_c "D-Ribose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dgdp_c "dGDP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dgdp_c "dGDP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_sertrna__sec___c "L-Seryl-tRNA-Sec">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_sertrna__sec___c "L-Seryl-tRNA-Sec">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trnamet_c "tRNA-Met">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trnamet_c "tRNA-Met">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_adocbip_c "Adenosyl-cobinamide-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_adocbip_c "Adenosyl-cobinamide-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thym_p "Thymine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thym_p "Thymine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2oph_c "2-Octaprenylphenol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2oph_c "2-Octaprenylphenol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thm_c "Thiamin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thm_c "Thiamin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcpdp_p "Undecaprenyl-diphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcpdp_p "Undecaprenyl-diphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thm_e "Thiamin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thm_e "Thiamin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe2_c "Fe2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fe2_c "Fe2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trnahis_c "tRNA-His">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trnahis_c "tRNA-His">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe2_e "Fe2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fe2_e "Fe2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcpdp_c "Undecaprenyl-diphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcpdp_c "Undecaprenyl-diphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thm_p "Thiamin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thm_p "Thiamin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_unagamu_c "Undecaprenyl-diphospho-N-acetylglucosamine-N-acetylmannosaminuronate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_unagamu_c "Undecaprenyl-diphospho-N-acetylglucosamine-N-acetylmannosaminuronate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe2_p "Fe2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fe2_p "Fe2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcpo5_c "udcpo5_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tet_e "Tetrathionate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tet_e "Tetrathionate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_12dgr120_c "1-2-Diacyl-sn-glycerol-didodecanoyl-n-C120">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_12dgr120_c "1-2-Diacyl-sn-glycerol-didodecanoyl-n-C120">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcpo5_p "udcpo5_p">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcdp5Oag_p "Undecaprenyl-diphosphate-O-antigene-5x">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcdp5Oag_p "Undecaprenyl-diphosphate-O-antigene-5x">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_12dgr120_p "1-2-Diacyl-sn-glycerol-didodecanoyl-n-C120">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_12dgr120_p "1-2-Diacyl-sn-glycerol-didodecanoyl-n-C120">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_leu__L_c "L-Leucine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_leu__L_c "L-Leucine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_leu__L_e "L-Leucine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_leu__L_e "L-Leucine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2odec11eg3p_c "2-octadec-11-enoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2odec11eg3p_c "2-octadec-11-enoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpg181_c "2-Acyl-sn-glycero-3-phosphoglycerol-n-C181">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpg181_c "2-Acyl-sn-glycero-3-phosphoglycerol-n-C181">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_adocbl_c "Adenosylcobalamin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_adocbl_c "Adenosylcobalamin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_adocbl_e "Adenosylcobalamin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_adocbl_e "Adenosylcobalamin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_leu__L_p "L-Leucine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_leu__L_p "L-Leucine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpg181_p "2-Acyl-sn-glycero-3-phosphoglycerol-n-C181">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpg181_p "2-Acyl-sn-glycero-3-phosphoglycerol-n-C181">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_adocbl_p "Adenosylcobalamin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_adocbl_p "Adenosylcobalamin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dgsn_c "Deoxyguanosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dgsn_c "Deoxyguanosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ppbng_c "Porphobilinogen">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ppbng_c "Porphobilinogen">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glntrna_c "L-Glutaminyl-tRNA-Gln">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glntrna_c "L-Glutaminyl-tRNA-Gln">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dgsn_e "Deoxyguanosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dgsn_e "Deoxyguanosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ddca_c "Dodecanoate-n-C120">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ddca_c "Dodecanoate-n-C120">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ddca_e "Dodecanoate-n-C120">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ddca_e "Dodecanoate-n-C120">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_sheme_c "Siroheme">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_sheme_c "Siroheme">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dgsn_p "Deoxyguanosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dgsn_p "Deoxyguanosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ddca_p "Dodecanoate-n-C120">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ddca_p "Dodecanoate-n-C120">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dad__2_e "Deoxyadenosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dad__2_e "Deoxyadenosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_histd_c "L-Histidinol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_histd_c "L-Histidinol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g3p_c "Glyceraldehyde-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g3p_c "Glyceraldehyde-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_skm_p "Shikimate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_skm_p "Shikimate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2ddglcn_c "2-Dehydro-3-deoxy-D-gluconate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2ddglcn_c "2-Dehydro-3-deoxy-D-gluconate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2ddglcn_e "2-Dehydro-3-deoxy-D-gluconate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2ddglcn_e "2-Dehydro-3-deoxy-D-gluconate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hqn_c "Hydroquinone">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hqn_c "Hydroquinone">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1agpe180_p "1-Acyl-sn-glycero-3-phosphoethanolamine-n-C180">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1agpe180_p "1-Acyl-sn-glycero-3-phosphoethanolamine-n-C180">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2ddglcn_p "2-Dehydro-3-deoxy-D-gluconate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2ddglcn_p "2-Dehydro-3-deoxy-D-gluconate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyceryl_prolpp_c "glyceryl_prolpp_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thymd_e "Thymidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thymd_e "Thymidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thymd_c "Thymidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thymd_c "Thymidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_grxox_c "glutaredoxin-oxidized">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_grxox_c "glutaredoxin-oxidized">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thymd_p "Thymidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thymd_p "Thymidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4hoxpac_p "4-Hydroxyphenylacetate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4hoxpac_p "4-Hydroxyphenylacetate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glutrna_c "L-Glutamyl-tRNA-Glu">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glutrna_c "L-Glutamyl-tRNA-Glu">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcdpgalrmnman_c "Undecaprenyl-diphosphate-galactose-rhamnose-mannose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcdpgalrmnman_c "Undecaprenyl-diphosphate-galactose-rhamnose-mannose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4hoxpac_c "4-Hydroxyphenylacetate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4hoxpac_c "4-Hydroxyphenylacetate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udp_c "UDP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udp_c "UDP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4hoxpac_e "4-Hydroxyphenylacetate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4hoxpac_e "4-Hydroxyphenylacetate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_butACP_c "Butyryl-ACP-n-C40ACP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_butACP_c "Butyryl-ACP-n-C40ACP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_salchs2fe_p "salchs2fe_p">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fgam_c "N2-Formyl-N1-5-phospho-D-ribosyl-glycinamide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fgam_c "N2-Formyl-N1-5-phospho-D-ribosyl-glycinamide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_salchs2fe_e "salchs2fe_e">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_salchs2fe_c "salchs2fe_c">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_malthx_e "Maltohexaose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_malthx_e "Maltohexaose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_malthx_c "Maltohexaose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_malthx_c "Maltohexaose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pa160_p "1-2-dihexadecanoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pa160_p "1-2-dihexadecanoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_quln_c "Quinolinate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_quln_c "Quinolinate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_malthx_p "Maltohexaose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_malthx_p "Maltohexaose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pa160_c "1-2-dihexadecanoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pa160_c "1-2-dihexadecanoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1agpg180_p "1-Acyl-sn-glycero-3-phosphoglycerol-n-C180">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1agpg180_p "1-Acyl-sn-glycero-3-phosphoglycerol-n-C180">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcdp10Oag_p "Undecaprenyl-diphosphate-O-antigene-10x">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcdp10Oag_p "Undecaprenyl-diphosphate-O-antigene-10x">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_metsox__S__L_p "L-Methionine-Sulfoxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_metsox__S__L_p "L-Methionine-Sulfoxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feoxam__un_p "ferroxamine-minus-Fe-3">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feoxam__un_p "ferroxamine-minus-Fe-3">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_orot5p_c "Orotidine-5-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_orot5p_c "Orotidine-5-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_murein4px4p_p "two-disacharide-linked-murein-units-tetrapeptide-corsslinked-tetrapeptide-A2pm-D-ala--middle-of-chain">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_murein4px4p_p "two-disacharide-linked-murein-units-tetrapeptide-corsslinked-tetrapeptide-A2pm-D-ala--middle-of-chain">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ssaltpp_c "Succinate-semialdehyde-thiamin-diphosphate-anion">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ssaltpp_c "Succinate-semialdehyde-thiamin-diphosphate-anion">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_metsox__S__L_c "L-Methionine-Sulfoxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_metsox__S__L_c "L-Methionine-Sulfoxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feoxam__un_e "ferroxamine-minus-Fe-3">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feoxam__un_e "ferroxamine-minus-Fe-3">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cpgn_p "coprogen">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cpgn_p "coprogen">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_metsox__S__L_e "L-Methionine-Sulfoxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_metsox__S__L_e "L-Methionine-Sulfoxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_but2eACP_c "But-2-enoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_but2eACP_c "But-2-enoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tdcoa_c "Tetradecanoyl-CoA-n-C140CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tdcoa_c "Tetradecanoyl-CoA-n-C140CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acgam_e "N-Acetyl-D-glucosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acgam_e "N-Acetyl-D-glucosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_q8h2_c "Ubiquinol-8">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_q8h2_c "Ubiquinol-8">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1agpe141_p "1-Acyl-sn-glycero-3-phosphoethanolamine-n-C141">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1agpe141_p "1-Acyl-sn-glycero-3-phosphoethanolamine-n-C141">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_bglycogen_c "branching-glycogen">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_bglycogen_c "branching-glycogen">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dcdp_c "dCDP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dcdp_c "dCDP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trnaphe_c "tRNA-Phe">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trnaphe_c "tRNA-Phe">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23dhdp_c "2-3-Dihydrodipicolinate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_23dhdp_c "2-3-Dihydrodipicolinate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cys__L_e "L-Cysteine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cys__L_e "L-Cysteine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2mcit_c "2-Methylcitrate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2mcit_c "2-Methylcitrate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gbbtn_c "gamma-butyrobetaine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gbbtn_c "gamma-butyrobetaine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cys__L_p "L-Cysteine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cys__L_p "L-Cysteine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dad__2_p "Deoxyadenosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dad__2_p "Deoxyadenosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ppcoa_c "Propanoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ppcoa_c "Propanoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe3hox__un_p "Fe-III-hydoxamate-unloaded">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fe3hox__un_p "Fe-III-hydoxamate-unloaded">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_6pgl_c "6-phospho-D-glucono-1-5-lactone">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_6pgl_c "6-phospho-D-glucono-1-5-lactone">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gly_p "Glycine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gly_p "Glycine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe3hox__un_c "Fe-III-hydoxamate-unloaded">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fe3hox__un_c "Fe-III-hydoxamate-unloaded">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe3hox__un_e "Fe-III-hydoxamate-unloaded">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fe3hox__un_e "Fe-III-hydoxamate-unloaded">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gly_e "Glycine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gly_e "Glycine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1agpg140_p "1-Acyl-sn-glycero-3-phosphoglycerol-n-C140">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1agpg140_p "1-Acyl-sn-glycero-3-phosphoglycerol-n-C140">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gly_c "Glycine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gly_c "Glycine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lald__D_c "D-Lactaldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lald__D_c "D-Lactaldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_galctn__D_p "D-Galactonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_galctn__D_p "D-Galactonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2mcacn_c "cis-2-Methylaconitate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2mcacn_c "cis-2-Methylaconitate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dhap_c "Dihydroxyacetone-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dhap_c "Dihydroxyacetone-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_galctn__D_c "D-Galactonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_galctn__D_c "D-Galactonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_galctn__D_e "D-Galactonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_galctn__D_e "D-Galactonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3hcddec5eACP_c "R-3-hydroxy-cis-dodec-5-enoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3hcddec5eACP_c "R-3-hydroxy-cis-dodec-5-enoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lald__L_c "L-Lactaldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lald__L_c "L-Lactaldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_6pgc_c "6-Phospho-D-gluconate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_6pgc_c "6-Phospho-D-gluconate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_sucsal_c "Succinic-semialdehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_sucsal_c "Succinic-semialdehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_murein5px4p_p "two-disacharide-linked-murein-units-pentapeptide-crosslinked-tetrapeptide-A2pm-D-ala--middle-of-chain">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_murein5px4p_p "two-disacharide-linked-murein-units-pentapeptide-crosslinked-tetrapeptide-A2pm-D-ala--middle-of-chain">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4hbz_c "4-Hydroxybenzoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4hbz_c "4-Hydroxybenzoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_malthp_c "Maltoheptaose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_malthp_c "Maltoheptaose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cdec3eACP_c "cis-dec-3-enoyl-acyl-carrier-protein-n-C101">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cdec3eACP_c "cis-dec-3-enoyl-acyl-carrier-protein-n-C101">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cl_p "Chloride">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cl_p "Chloride">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2dhp_c "2-Dehydropantoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2dhp_c "2-Dehydropantoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dgtp_c "dGTP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dgtp_c "dGTP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcdpgalrmnmanabe_p "Undecaprenyl-diphosphate-galactose-rhamnose-mannose-abequose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcdpgalrmnmanabe_p "Undecaprenyl-diphosphate-galactose-rhamnose-mannose-abequose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_appp_c "D-1-Aminopropan-2-ol-O-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_appp_c "D-1-Aminopropan-2-ol-O-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_colipa20Oag_e "O-antigen-x20-core-oligosaccharide-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_colipa20Oag_e "O-antigen-x20-core-oligosaccharide-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ps181_c "phosphatidylserine-dioctadec-11-enoyl-n-C181">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ps181_c "phosphatidylserine-dioctadec-11-enoyl-n-C181">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_colipa20Oag_p "O-antigen-x20-core-oligosaccharide-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_colipa20Oag_p "O-antigen-x20-core-oligosaccharide-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cl_e "Chloride">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cl_e "Chloride">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_asp__L_c "L-Aspartate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_asp__L_c "L-Aspartate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_asp__L_e "L-Aspartate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_asp__L_e "L-Aspartate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tagdp__D_c "D-Tagatose-1-6-biphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tagdp__D_c "D-Tagatose-1-6-biphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1agpg181_p "1-Acyl-sn-glycero-3-phosphoglycerol-n-C181">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1agpg181_p "1-Acyl-sn-glycero-3-phosphoglycerol-n-C181">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_asp__L_p "L-Aspartate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_asp__L_p "L-Aspartate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pydx5p_c "Pyridoxal-5-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pydx5p_c "Pyridoxal-5-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_sl2a6o_c "N-Succinyl-2-L-amino-6-oxoheptanedioate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_sl2a6o_c "N-Succinyl-2-L-amino-6-oxoheptanedioate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4ppcys_c "N--R-4-Phosphopantothenoyl-L-cysteine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4ppcys_c "N--R-4-Phosphopantothenoyl-L-cysteine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_6hmhptpp_c "6-hydroxymethyl-dihydropterin-pyrophosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_6hmhptpp_c "6-hydroxymethyl-dihydropterin-pyrophosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hemeO_c "Heme-O">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hemeO_c "Heme-O">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3hdecACP_c "R-3-Hydroxydecanoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3hdecACP_c "R-3-Hydroxydecanoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1odecg3p_p "1-octadecanoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1odecg3p_p "1-octadecanoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_sucr_p "Sucrose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_sucr_p "Sucrose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_datp_c "dATP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_datp_c "dATP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_1odecg3p_c "1-octadecanoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_1odecg3p_c "1-octadecanoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_sucr_e "Sucrose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_sucr_e "Sucrose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3sala_c "3-Sulfino-L-alanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3sala_c "3-Sulfino-L-alanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pa120_p "1-2-didodecanoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pa120_p "1-2-didodecanoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3dhgulnp_c "3-keto-L-gulonate-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3dhgulnp_c "3-keto-L-gulonate-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pa120_c "1-2-didodecanoyl-sn-glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pa120_c "1-2-didodecanoyl-sn-glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3dhguln_c "3-Dehydro-L-gulonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3dhguln_c "3-Dehydro-L-gulonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3hhexACP_c "R-3-Hydroxyhexanoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3hhexACP_c "R-3-Hydroxyhexanoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3hcvac11eACP_c "R-3-hydroxy-cis-vacc-11-enoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3hcvac11eACP_c "R-3-hydroxy-cis-vacc-11-enoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2kmb_c "2-keto-4-methylthiobutyrate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2kmb_c "2-keto-4-methylthiobutyrate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dtdpglu_c "dTDPglucose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dtdpglu_c "dTDPglucose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpg141_c "2-Acyl-sn-glycero-3-phosphoglycerol-n-C141">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpg141_c "2-Acyl-sn-glycero-3-phosphoglycerol-n-C141">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpg141_p "2-Acyl-sn-glycero-3-phosphoglycerol-n-C141">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpg141_p "2-Acyl-sn-glycero-3-phosphoglycerol-n-C141">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_his__L_e "L-Histidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_his__L_e "L-Histidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ddcaACP_c "Dodecanoyl-ACP-n-C120ACP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ddcaACP_c "Dodecanoyl-ACP-n-C120ACP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_clpn140_p "cardiolipin-tetratetradecanoyl-n-C140">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_clpn140_p "cardiolipin-tetratetradecanoyl-n-C140">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gthox_c "Oxidized-glutathione">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gthox_c "Oxidized-glutathione">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pydam_c "Pyridoxamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pydam_c "Pyridoxamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_imp_e "IMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_imp_e "IMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_anhm4p_c "1-6-anhydrous-N-Acetylmuramyl-tetrapeptide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_anhm4p_c "1-6-anhydrous-N-Acetylmuramyl-tetrapeptide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ppoh_c "1-Propanol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ppoh_c "1-Propanol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe3dhbzs_e "ferric-2-3-dihydroxybenzoylserine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fe3dhbzs_e "ferric-2-3-dihydroxybenzoylserine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe3dhbzs_c "ferric-2-3-dihydroxybenzoylserine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fe3dhbzs_c "ferric-2-3-dihydroxybenzoylserine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpe160_c "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C160">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpe160_c "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C160">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_prbatp_c "1-5-Phosphoribosyl-ATP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_prbatp_c "1-5-Phosphoribosyl-ATP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pg160_p "Phosphatidylglycerol-dihexadecanoyl-n-C160">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pg160_p "Phosphatidylglycerol-dihexadecanoyl-n-C160">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hx2coa_c "trans-Hex-2-enoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hx2coa_c "trans-Hex-2-enoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2agpe160_p "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C160">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2agpe160_p "2-Acyl-sn-glycero-3-phosphoethanolamine-n-C160">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe3dhbzs_p "ferric-2-3-dihydroxybenzoylserine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fe3dhbzs_p "ferric-2-3-dihydroxybenzoylserine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ametam_c "S-Adenosylmethioninamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ametam_c "S-Adenosylmethioninamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pg160_c "Phosphatidylglycerol-dihexadecanoyl-n-C160">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pg160_c "Phosphatidylglycerol-dihexadecanoyl-n-C160">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyclt_c "Glycolate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyclt_c "Glycolate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyclt_e "Glycolate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyclt_e "Glycolate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_AEP_e "2-Aminoethylphosphonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_AEP_e "2-Aminoethylphosphonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_AEP_c "2-Aminoethylphosphonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_AEP_c "2-Aminoethylphosphonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyclt_p "Glycolate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyclt_p "Glycolate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_AEP_p "2-Aminoethylphosphonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_AEP_p "2-Aminoethylphosphonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_akg_c "2-Oxoglutarate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_akg_c "2-Oxoglutarate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_anhgm4p_c "N-Acetyl-D-glucosamine-anhydrous-N-Acetylmuramyl-tetrapeptide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_anhgm4p_c "N-Acetyl-D-glucosamine-anhydrous-N-Acetylmuramyl-tetrapeptide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_akg_e "2-Oxoglutarate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_akg_e "2-Oxoglutarate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2omhmbl_c "2-Octaprenyl-3-methyl-5-hydroxy-6-methoxy-1-4-benzoquinol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2omhmbl_c "2-Octaprenyl-3-methyl-5-hydroxy-6-methoxy-1-4-benzoquinol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dad__2_c "Deoxyadenosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dad__2_c "Deoxyadenosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_akg_p "2-Oxoglutarate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_akg_p "2-Oxoglutarate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_anhgm4p_p "N-Acetyl-D-glucosamine-anhydrous-N-Acetylmuramyl-tetrapeptide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_anhgm4p_p "N-Acetyl-D-glucosamine-anhydrous-N-Acetylmuramyl-tetrapeptide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_toct2eACP_c "trans-Oct-2-enoyl-acyl-carrier-protein">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_toct2eACP_c "trans-Oct-2-enoyl-acyl-carrier-protein">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_14glucan_p "1-4-alpha-D-glucan">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_14glucan_p "1-4-alpha-D-glucan">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3c2hmp_c "3-Carboxy-2-hydroxy-4-methylpentanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3c2hmp_c "3-Carboxy-2-hydroxy-4-methylpentanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_enlipa_e "phosphoethanolamine-KDO-2-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_enlipa_e "phosphoethanolamine-KDO-2-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trnatyr_c "tRNA-Tyr">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trnatyr_c "tRNA-Tyr">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_14glucan_c "1-4-alpha-D-glucan">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_14glucan_c "1-4-alpha-D-glucan">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_14glucan_e "1-4-alpha-D-glucan">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_14glucan_e "1-4-alpha-D-glucan">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_enlipa_p "phosphoethanolamine-KDO-2-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_enlipa_p "phosphoethanolamine-KDO-2-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hacolipa_e "hepta-acylated-core-oligosaccharide-lipid-A-E-coli">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hacolipa_e "hepta-acylated-core-oligosaccharide-lipid-A-E-coli">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcdp8Oag_p "Undecaprenyl-diphosphate-O-antigene-8x">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udcdp8Oag_p "Undecaprenyl-diphosphate-O-antigene-8x">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_sucbz_c "o-Succinylbenzoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_sucbz_c "o-Succinylbenzoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_apg120_c "acyl-phosphatidylglycerol-n-C120">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_apg120_c "acyl-phosphatidylglycerol-n-C120">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acgam6p_c "N-Acetyl-D-glucosamine-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acgam6p_c "N-Acetyl-D-glucosamine-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_met__D_p "D-Methionine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_met__D_p "D-Methionine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_met__D_e "D-Methionine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_met__D_e "D-Methionine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_met__D_c "D-Methionine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_met__D_c "D-Methionine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_no3_e "Nitrate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_no3_e "Nitrate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_iletrna_c "L-Isoleucyl-tRNA-Ile">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_iletrna_c "L-Isoleucyl-tRNA-Ile">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3cmp_p "3-cmp">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3cmp_p "3-cmp">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_5c2o3ed_c "5-Carboxy-2-oxohept-3-enedioate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_5c2o3ed_c "5-Carboxy-2-oxohept-3-enedioate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trnaser_c "tRNA-Ser">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trnaser_c "tRNA-Ser">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3cmp_e "3-cmp">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3cmp_e "3-cmp">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_n8aspmd_c "N8-Acetylspermidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_n8aspmd_c "N8-Acetylspermidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dsbgox_p "periplasmic-disulfide-isomerasethiol-disulphide-oxidase-oxidized">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dsbgox_p "periplasmic-disulfide-isomerasethiol-disulphide-oxidase-oxidized">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udpgalfur_c "UDP-D-galacto-1-4-furanose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udpgalfur_c "UDP-D-galacto-1-4-furanose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_sucgsa_c "N2-Succinyl-L-glutamate-5-semialdehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_sucgsa_c "N2-Succinyl-L-glutamate-5-semialdehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acorn_c "N2-Acetyl-L-ornithine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acorn_c "N2-Acetyl-L-ornithine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_codscl6b_c "Cobalt-precorrin-6b">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_codscl6b_c "Cobalt-precorrin-6b">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2dmmq8_c "2-Demethylmenaquinone-8">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2dmmq8_c "2-Demethylmenaquinone-8">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dctp_c "dCTP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dctp_c "dCTP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acser_p "O-Acetyl-L-serine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acser_p "O-Acetyl-L-serine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hdd2coa_c "trans-Hexadec-2-enoyl-CoA">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hdd2coa_c "trans-Hexadec-2-enoyl-CoA">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4hba_c_boundary "4-Hydroxy-benzyl-alcohol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4hba_c_boundary "4-Hydroxy-benzyl-alcohol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_5drib_c_boundary "5-deoxyribose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_5drib_c_boundary "5-deoxyribose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hmfurn_c_boundary "4-hydroxy-5-methyl-3-2H-furanone">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hmfurn_c_boundary "4-hydroxy-5-methyl-3-2H-furanone">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_oxam_c_boundary "Oxamate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_oxam_c_boundary "Oxamate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_chitob_e_boundary "Chitobiose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_chitob_e_boundary "Chitobiose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pydxn_e_boundary "Pyridoxine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pydxn_e_boundary "Pyridoxine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pydx_e_boundary "Pyridoxal">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pydx_e_boundary "Pyridoxal">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_12ppd__R_e_boundary "R-Propane-1-2-diol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_12ppd__R_e_boundary "R-Propane-1-2-diol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_12ppd__S_e_boundary "S-Propane-1-2-diol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_12ppd__S_e_boundary "S-Propane-1-2-diol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_14glucan_e_boundary "1-4-alpha-D-glucan">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_14glucan_e_boundary "1-4-alpha-D-glucan">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_15dap_e_boundary "1-5-Diaminopentane">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_15dap_e_boundary "1-5-Diaminopentane">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23camp_e_boundary "2-3-Cyclic-AMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_23camp_e_boundary "2-3-Cyclic-AMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23ccmp_e_boundary "2-3-Cyclic-CMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_23ccmp_e_boundary "2-3-Cyclic-CMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23cgmp_e_boundary "2-3-Cyclic-GMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_23cgmp_e_boundary "2-3-Cyclic-GMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23cump_e_boundary "2-3-Cyclic-UMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_23cump_e_boundary "2-3-Cyclic-UMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23dappa_e_boundary "2-3-diaminopropionate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_23dappa_e_boundary "2-3-diaminopropionate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_26dap__M_e_boundary "meso-2-6-Diaminoheptanedioate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_26dap__M_e_boundary "meso-2-6-Diaminoheptanedioate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2ddglcn_e_boundary "2-Dehydro-3-deoxy-D-gluconate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2ddglcn_e_boundary "2-Dehydro-3-deoxy-D-gluconate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_34dhpac_e_boundary "3-4-Dihydroxyphenylacetaldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_34dhpac_e_boundary "3-4-Dihydroxyphenylacetaldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3amp_e_boundary "3-AMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3amp_e_boundary "3-AMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3cmp_e_boundary "3-cmp">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3cmp_e_boundary "3-cmp">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3gmp_e_boundary "3-GMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3gmp_e_boundary "3-GMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3hcinnm_e_boundary "3-hydroxycinnamic-acid">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3hcinnm_e_boundary "3-hydroxycinnamic-acid">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3hpppn_e_boundary "3-3-hydroxy-phenyl-propionate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3hpppn_e_boundary "3-3-hydroxy-phenyl-propionate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3ump_e_boundary "3-UMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3ump_e_boundary "3-UMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4abut_e_boundary "4-Aminobutanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4abut_e_boundary "4-Aminobutanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4hoxpacd_e_boundary "4-Hydroxyphenylacetaldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4hoxpacd_e_boundary "4-Hydroxyphenylacetaldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_5dglcn_e_boundary "5-Dehydro-D-gluconate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_5dglcn_e_boundary "5-Dehydro-D-gluconate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_LalaDgluMdapDala_e_boundary "L-alanine-D-glutamate-meso-2-6-diaminoheptanedioate-D-alanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_LalaDgluMdapDala_e_boundary "L-alanine-D-glutamate-meso-2-6-diaminoheptanedioate-D-alanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_LalaDgluMdap_e_boundary "L-alanine-D-glutamate-meso-2-6-diaminoheptanedioate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_LalaDgluMdap_e_boundary "L-alanine-D-glutamate-meso-2-6-diaminoheptanedioate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ac_e_boundary "Acetate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ac_e_boundary "Acetate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acac_e_boundary "Acetoacetate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acac_e_boundary "Acetoacetate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acald_e_boundary "Acetaldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acald_e_boundary "Acetaldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acgal1p_e_boundary "N-Acetyl-D-galactosamine-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acgal1p_e_boundary "N-Acetyl-D-galactosamine-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acgal_e_boundary "N-Acetyl-D-galactosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acgal_e_boundary "N-Acetyl-D-galactosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acgam1p_e_boundary "N-Acetyl-D-glucosamine-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acgam1p_e_boundary "N-Acetyl-D-glucosamine-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acgam_e_boundary "N-Acetyl-D-glucosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acgam_e_boundary "N-Acetyl-D-glucosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acmana_e_boundary "N-Acetyl-D-mannosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acmana_e_boundary "N-Acetyl-D-mannosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acmum_e_boundary "N-Acetylmuramate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acmum_e_boundary "N-Acetylmuramate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acnam_e_boundary "N-Acetylneuraminate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acnam_e_boundary "N-Acetylneuraminate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acolipa_e_boundary "4-Amino-4-deoxy-L-arabinose-modified-core-oligosaccharide-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acolipa_e_boundary "4-Amino-4-deoxy-L-arabinose-modified-core-oligosaccharide-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acser_e_boundary "O-Acetyl-L-serine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acser_e_boundary "O-Acetyl-L-serine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ade_e_boundary "Adenine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ade_e_boundary "Adenine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_adn_e_boundary "Adenosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_adn_e_boundary "Adenosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_adocbl_e_boundary "Adenosylcobalamin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_adocbl_e_boundary "Adenosylcobalamin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ag_e_boundary "silver">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ag_e_boundary "silver">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_agm_e_boundary "Agmatine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_agm_e_boundary "Agmatine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_akg_e_boundary "2-Oxoglutarate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_akg_e_boundary "2-Oxoglutarate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ala__B_e_boundary "beta-Alanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ala__B_e_boundary "beta-Alanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ala__D_e_boundary "D-Alanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ala__D_e_boundary "D-Alanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ala__L_e_boundary "L-Alanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ala__L_e_boundary "L-Alanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_alaala_e_boundary "D-Alanyl-D-alanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_alaala_e_boundary "D-Alanyl-D-alanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_all__D_e_boundary "D-Allose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_all__D_e_boundary "D-Allose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_alltn_e_boundary "Allantoin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_alltn_e_boundary "Allantoin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_amp_e_boundary "AMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_amp_e_boundary "AMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_anhgm_e_boundary "N-Acetyl-D-glucosamine-anhydrous-N-Acetylmuramic-acid">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_anhgm_e_boundary "N-Acetyl-D-glucosamine-anhydrous-N-Acetylmuramic-acid">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_arab__L_e_boundary "L-Arabinose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_arab__L_e_boundary "L-Arabinose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_arbtn_e_boundary "aerobactin-minus-Fe3">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_arbtn_e_boundary "aerobactin-minus-Fe3">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_arbtn__fe3_e_boundary "Aerobactin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_arbtn__fe3_e_boundary "Aerobactin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_arg__L_e_boundary "L-Arginine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_arg__L_e_boundary "L-Arginine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ascb__L_e_boundary "L-Ascorbate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ascb__L_e_boundary "L-Ascorbate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_asn__L_e_boundary "L-Asparagine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_asn__L_e_boundary "L-Asparagine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_aso3_e_boundary "arsenite">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_aso3_e_boundary "arsenite">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_asp__L_e_boundary "L-Aspartate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_asp__L_e_boundary "L-Aspartate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_but_e_boundary "Butyrate-n-C40">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_but_e_boundary "Butyrate-n-C40">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_butso3_e_boundary "butanesulfonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_butso3_e_boundary "butanesulfonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ca2_e_boundary "Calcium">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ca2_e_boundary "Calcium">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cbi_e_boundary "Cobinamide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cbi_e_boundary "Cobinamide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cbl1_e_boundary "Cob-I-alamin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cbl1_e_boundary "Cob-I-alamin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cd2_e_boundary "Cadmium">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cd2_e_boundary "Cadmium">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cgly_e_boundary "Cys-Gly">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cgly_e_boundary "Cys-Gly">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_chol_e_boundary "Choline">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_chol_e_boundary "Choline">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cit_e_boundary "Citrate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cit_e_boundary "Citrate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_icit_e_boundary "Isocitrate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_icit_e_boundary "Isocitrate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_acon__C_e_boundary "cis-Aconitate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_acon__C_e_boundary "cis-Aconitate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cl_e_boundary "Chloride">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cl_e_boundary "Chloride">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cmp_e_boundary "CMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cmp_e_boundary "CMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_co2_e_boundary "CO2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_co2_e_boundary "CO2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cobalt2_e_boundary "Co2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cobalt2_e_boundary "Co2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_colipa_e_boundary "core-oligosaccharide-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_colipa_e_boundary "core-oligosaccharide-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cpgn_e_boundary "coprogen">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cpgn_e_boundary "coprogen">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cpgn__un_e_boundary "coprogen-unloaded-no-Fe-III-">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cpgn__un_e_boundary "coprogen-unloaded-no-Fe-III-">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_crn_e_boundary "L-Carnitine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_crn_e_boundary "L-Carnitine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_csn_e_boundary "Cytosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_csn_e_boundary "Cytosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cu2_e_boundary "Cu2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cu2_e_boundary "Cu2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cu_e_boundary "Cu">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cu_e_boundary "Cu">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cyan_e_boundary "Hydrogen-cyanide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cyan_e_boundary "Hydrogen-cyanide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cynt_e_boundary "Cyanate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cynt_e_boundary "Cyanate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cys__D_e_boundary "D-Cysteine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cys__D_e_boundary "D-Cysteine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cys__L_e_boundary "L-Cysteine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cys__L_e_boundary "L-Cysteine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cysi__L_e_boundary "L-Cystine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cysi__L_e_boundary "L-Cystine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_cytd_e_boundary "Cytidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_cytd_e_boundary "Cytidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dad__2_e_boundary "Deoxyadenosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dad__2_e_boundary "Deoxyadenosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_damp_e_boundary "dAMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_damp_e_boundary "dAMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dca_e_boundary "Decanoate-n-C100">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dca_e_boundary "Decanoate-n-C100">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dcmp_e_boundary "dCMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dcmp_e_boundary "dCMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dcyt_e_boundary "Deoxycytidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dcyt_e_boundary "Deoxycytidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ddca_e_boundary "Dodecanoate-n-C120">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ddca_e_boundary "Dodecanoate-n-C120">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dgmp_e_boundary "dGMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dgmp_e_boundary "dGMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dgsn_e_boundary "Deoxyguanosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dgsn_e_boundary "Deoxyguanosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dha_e_boundary "Dihydroxyacetone">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dha_e_boundary "Dihydroxyacetone">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dimp_e_boundary "dIMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dimp_e_boundary "dIMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_din_e_boundary "Deoxyinosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_din_e_boundary "Deoxyinosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dms_e_boundary "Dimethyl-sulfide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dms_e_boundary "Dimethyl-sulfide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dmso_e_boundary "Dimethyl-sulfoxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dmso_e_boundary "Dimethyl-sulfoxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dopa_e_boundary "Dopamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dopa_e_boundary "Dopamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dtmp_e_boundary "dTMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dtmp_e_boundary "dTMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dump_e_boundary "dUMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_dump_e_boundary "dUMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_duri_e_boundary "Deoxyuridine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_duri_e_boundary "Deoxyuridine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_eca4colipa_e_boundary "enterobacterial-common-antigen-x4-core-oligosaccharide-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_eca4colipa_e_boundary "enterobacterial-common-antigen-x4-core-oligosaccharide-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_enlipa_e_boundary "phosphoethanolamine-KDO-2-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_enlipa_e_boundary "phosphoethanolamine-KDO-2-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_enter_e_boundary "Enterochelin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_enter_e_boundary "Enterochelin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_etha_e_boundary "Ethanolamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_etha_e_boundary "Ethanolamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ethso3_e_boundary "ethanesulfonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ethso3_e_boundary "ethanesulfonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_etoh_e_boundary "Ethanol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_etoh_e_boundary "Ethanol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_f6p_e_boundary "D-Fructose-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_f6p_e_boundary "D-Fructose-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fald_e_boundary "Formaldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fald_e_boundary "Formaldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe2_e_boundary "Fe2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fe2_e_boundary "Fe2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe3_e_boundary "Fe3">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fe3_e_boundary "Fe3">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe3dcit_e_boundary "Fe-III-dicitrate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fe3dcit_e_boundary "Fe-III-dicitrate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe3dhbzs_e_boundary "ferric-2-3-dihydroxybenzoylserine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fe3dhbzs_e_boundary "ferric-2-3-dihydroxybenzoylserine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe3hox_e_boundary "Fe-III-hydroxamate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fe3hox_e_boundary "Fe-III-hydroxamate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe3hox__un_e_boundary "Fe-III-hydoxamate-unloaded">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fe3hox__un_e_boundary "Fe-III-hydoxamate-unloaded">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fecrm_e_boundary "Ferrichrome">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fecrm_e_boundary "Ferrichrome">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fecrm__un_e_boundary "Ferrichrome-minus-Fe-III">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fecrm__un_e_boundary "Ferrichrome-minus-Fe-III">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feenter_e_boundary "Fe-enterobactin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feenter_e_boundary "Fe-enterobactin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feoxam_e_boundary "ferroxamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feoxam_e_boundary "ferroxamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feoxam__un_e_boundary "ferroxamine-minus-Fe-3">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feoxam__un_e_boundary "ferroxamine-minus-Fe-3">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_for_e_boundary "Formate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_for_e_boundary "Formate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fru_e_boundary "D-Fructose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fru_e_boundary "D-Fructose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_frulys_e_boundary "fructoselysine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_frulys_e_boundary "fructoselysine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fruur_e_boundary "D-Fructuronate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fruur_e_boundary "D-Fructuronate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fuc__L_e_boundary "L-Fucose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fuc__L_e_boundary "L-Fucose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fum_e_boundary "Fumarate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_fum_e_boundary "Fumarate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g1p_e_boundary "D-Glucose-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g1p_e_boundary "D-Glucose-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g3pc_e_boundary "sn-Glycero-3-phosphocholine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g3pc_e_boundary "sn-Glycero-3-phosphocholine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g3pe_e_boundary "sn-Glycero-3-phosphoethanolamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g3pe_e_boundary "sn-Glycero-3-phosphoethanolamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g3pg_e_boundary "Glycerophosphoglycerol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g3pg_e_boundary "Glycerophosphoglycerol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g3pi_e_boundary "sn-Glycero-3-phospho-1-inositol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g3pi_e_boundary "sn-Glycero-3-phospho-1-inositol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g3ps_e_boundary "Glycerophosphoserine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g3ps_e_boundary "Glycerophosphoserine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_g6p_e_boundary "D-Glucose-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_g6p_e_boundary "D-Glucose-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gal1p_e_boundary "alpha-D-Galactose-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gal1p_e_boundary "alpha-D-Galactose-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gal__bD_e_boundary "beta-D-Galactose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gal__bD_e_boundary "beta-D-Galactose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gal_e_boundary "D-Galactose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gal_e_boundary "D-Galactose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_galct__D_e_boundary "D-Galactarate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_galct__D_e_boundary "D-Galactarate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_galctn__D_e_boundary "D-Galactonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_galctn__D_e_boundary "D-Galactonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_galctn__L_e_boundary "L-Galactonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_galctn__L_e_boundary "L-Galactonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_galt_e_boundary "Galactitol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_galt_e_boundary "Galactitol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_galur_e_boundary "D-Galacturonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_galur_e_boundary "D-Galacturonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gam6p_e_boundary "D-Glucosamine-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gam6p_e_boundary "D-Glucosamine-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gam_e_boundary "D-Glucosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gam_e_boundary "D-Glucosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gbbtn_e_boundary "gamma-butyrobetaine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gbbtn_e_boundary "gamma-butyrobetaine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gdp_e_boundary "GDP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gdp_e_boundary "GDP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glc__D_e_boundary "D-Glucose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glc__D_e_boundary "D-Glucose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glcn_e_boundary "D-Gluconate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glcn_e_boundary "D-Gluconate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glcr_e_boundary "D-Glucarate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glcr_e_boundary "D-Glucarate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glcur1p_e_boundary "D-Glucuronate-1-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glcur1p_e_boundary "D-Glucuronate-1-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glcur_e_boundary "D-Glucuronate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glcur_e_boundary "D-Glucuronate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gln__L_e_boundary "L-Glutamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gln__L_e_boundary "L-Glutamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glu__L_e_boundary "L-Glutamate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glu__L_e_boundary "L-Glutamate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gly_e_boundary "Glycine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gly_e_boundary "Glycine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyald_e_boundary "D-Glyceraldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyald_e_boundary "D-Glyceraldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyb_e_boundary "Glycine-betaine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyb_e_boundary "Glycine-betaine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyc2p_e_boundary "Glycerol-2-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyc2p_e_boundary "Glycerol-2-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyc3p_e_boundary "Glycerol-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyc3p_e_boundary "Glycerol-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyc__R_e_boundary "R-Glycerate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyc__R_e_boundary "R-Glycerate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyc_e_boundary "Glycerol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyc_e_boundary "Glycerol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_glyclt_e_boundary "Glycolate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_glyclt_e_boundary "Glycolate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gmp_e_boundary "GMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gmp_e_boundary "GMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gsn_e_boundary "Guanosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gsn_e_boundary "Guanosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gthox_e_boundary "Oxidized-glutathione">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gthox_e_boundary "Oxidized-glutathione">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gthrd_e_boundary "Reduced-glutathione">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gthrd_e_boundary "Reduced-glutathione">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gtp_e_boundary "GTP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gtp_e_boundary "GTP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_gua_e_boundary "Guanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_gua_e_boundary "Guanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_h2_e_boundary "H2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_h2_e_boundary "H2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_h2o2_e_boundary "Hydrogen-peroxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_h2o2_e_boundary "Hydrogen-peroxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_h2o_e_boundary "H2O">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_h2o_e_boundary "H2O">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_h2s_e_boundary "Hydrogen-sulfide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_h2s_e_boundary "Hydrogen-sulfide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_h_e_boundary "H">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_h_e_boundary "H">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hacolipa_e_boundary "hepta-acylated-core-oligosaccharide-lipid-A-E-coli">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hacolipa_e_boundary "hepta-acylated-core-oligosaccharide-lipid-A-E-coli">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_halipa_e_boundary "hepta-acylated-KDO-2-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_halipa_e_boundary "hepta-acylated-KDO-2-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hdca_e_boundary "Hexadecanoate-n-C160">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hdca_e_boundary "Hexadecanoate-n-C160">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hdcea_e_boundary "Hexadecenoate-n-C161">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hdcea_e_boundary "Hexadecenoate-n-C161">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hg2_e_boundary "Hg2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hg2_e_boundary "Hg2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_his__L_e_boundary "L-Histidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_his__L_e_boundary "L-Histidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hom__L_e_boundary "L-Homoserine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hom__L_e_boundary "L-Homoserine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hxa_e_boundary "Hexanoate-n-C60">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hxa_e_boundary "Hexanoate-n-C60">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_hxan_e_boundary "Hypoxanthine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_hxan_e_boundary "Hypoxanthine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_idon__L_e_boundary "L-Idonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_idon__L_e_boundary "L-Idonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ile__L_e_boundary "L-Isoleucine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ile__L_e_boundary "L-Isoleucine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_imp_e_boundary "IMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_imp_e_boundary "IMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_indole_e_boundary "Indole">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_indole_e_boundary "Indole">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_inost_e_boundary "myo-Inositol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_inost_e_boundary "myo-Inositol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ins_e_boundary "Inosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ins_e_boundary "Inosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_isetac_e_boundary "Isethionic-acid">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_isetac_e_boundary "Isethionic-acid">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_k_e_boundary "potassium">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_k_e_boundary "potassium">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_kdo2lipid4_e_boundary "KDO-2-lipid-IV-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_kdo2lipid4_e_boundary "KDO-2-lipid-IV-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lac__D_e_boundary "D-Lactate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lac__D_e_boundary "D-Lactate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lac__L_e_boundary "L-Lactate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lac__L_e_boundary "L-Lactate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lcts_e_boundary "Lactose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lcts_e_boundary "Lactose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_leu__L_e_boundary "L-Leucine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_leu__L_e_boundary "L-Leucine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lipa__cold_e_boundary "cold-adapted-KDO-2-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lipa__cold_e_boundary "cold-adapted-KDO-2-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lipa_e_boundary "KDO-2-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lipa_e_boundary "KDO-2-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lys__L_e_boundary "L-Lysine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lys__L_e_boundary "L-Lysine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_lyx__L_e_boundary "L-Lyxose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_lyx__L_e_boundary "L-Lyxose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mal__D_e_boundary "D-Malate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mal__D_e_boundary "D-Malate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mal__L_e_boundary "L-Malate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mal__L_e_boundary "L-Malate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_malt_e_boundary "Maltose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_malt_e_boundary "Maltose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_malthx_e_boundary "Maltohexaose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_malthx_e_boundary "Maltohexaose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_maltpt_e_boundary "Maltopentaose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_maltpt_e_boundary "Maltopentaose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_malttr_e_boundary "Maltotriose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_malttr_e_boundary "Maltotriose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_maltttr_e_boundary "Maltotetraose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_maltttr_e_boundary "Maltotetraose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_man6p_e_boundary "D-Mannose-6-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_man6p_e_boundary "D-Mannose-6-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_man_e_boundary "D-Mannose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_man_e_boundary "D-Mannose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_manglyc_e_boundary "2-alpha-D-Mannosyl-D-glycerate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_manglyc_e_boundary "2-alpha-D-Mannosyl-D-glycerate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_melib_e_boundary "Melibiose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_melib_e_boundary "Melibiose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_met__D_e_boundary "D-Methionine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_met__D_e_boundary "D-Methionine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_met__L_e_boundary "L-Methionine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_met__L_e_boundary "L-Methionine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_metsox__R__L_e_boundary "L-methionine-R-sulfoxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_metsox__R__L_e_boundary "L-methionine-R-sulfoxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_metsox__S__L_e_boundary "L-Methionine-Sulfoxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_metsox__S__L_e_boundary "L-Methionine-Sulfoxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mg2_e_boundary "magnesium">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mg2_e_boundary "magnesium">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_minohp_e_boundary "myo-Inositol-hexakisphosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_minohp_e_boundary "myo-Inositol-hexakisphosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mmet_e_boundary "S-Methyl-L-methionine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mmet_e_boundary "S-Methyl-L-methionine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mn2_e_boundary "Mn2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mn2_e_boundary "Mn2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mnl_e_boundary "D-Mannitol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mnl_e_boundary "D-Mannitol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mobd_e_boundary "Molybdate-MoO4">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_mso3_e_boundary "methanesulfonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_mso3_e_boundary "methanesulfonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_n2o_e_boundary "Nitrous-oxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_n2o_e_boundary "Nitrous-oxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_na1_e_boundary "Sodium">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_na1_e_boundary "Sodium">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_nac_e_boundary "Nicotinate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_nac_e_boundary "Nicotinate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_nh4_e_boundary "Ammonium">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_nh4_e_boundary "Ammonium">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ni2_e_boundary "nickel">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ni2_e_boundary "nickel">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_nmn_e_boundary "NMN">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_nmn_e_boundary "NMN">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_no2_e_boundary "Nitrite">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_no2_e_boundary "Nitrite">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_no3_e_boundary "Nitrate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_no3_e_boundary "Nitrate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_no_e_boundary "Nitric-oxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_no_e_boundary "Nitric-oxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_o2_e_boundary "O2">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_o2_e_boundary "O2">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_o2s_e_boundary "Superoxide-anion">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_o2s_e_boundary "Superoxide-anion">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ocdca_e_boundary "octadecanoate-n-C180">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ocdca_e_boundary "octadecanoate-n-C180">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ocdcea_e_boundary "octadecenoate-n-C181">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ocdcea_e_boundary "octadecenoate-n-C181">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_octa_e_boundary "octanoate-n-C80">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_octa_e_boundary "octanoate-n-C80">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_orn_e_boundary "Ornithine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_orn_e_boundary "Ornithine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_orot_e_boundary "Orotate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_orot_e_boundary "Orotate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_oaa_e_boundary "Oxaloacetate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_oaa_e_boundary "Oxaloacetate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pacald_e_boundary "Phenylacetaldehyde">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pacald_e_boundary "Phenylacetaldehyde">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_peamn_e_boundary "Phenethylamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_peamn_e_boundary "Phenethylamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_phe__L_e_boundary "L-Phenylalanine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_phe__L_e_boundary "L-Phenylalanine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pheme_e_boundary "Protoheme">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pheme_e_boundary "Protoheme">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pi_e_boundary "Phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pi_e_boundary "Phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pnto__R_e_boundary "R-Pantothenate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pnto__R_e_boundary "R-Pantothenate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ppa_e_boundary "Propionate-n-C30">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ppa_e_boundary "Propionate-n-C30">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ppal_e_boundary "Propanal">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ppal_e_boundary "Propanal">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pppn_e_boundary "Phenylpropanoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pppn_e_boundary "Phenylpropanoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ppt_e_boundary "Phosphonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ppt_e_boundary "Phosphonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pro__L_e_boundary "L-Proline">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pro__L_e_boundary "L-Proline">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_progly_e_boundary "L-Prolinylglycine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_progly_e_boundary "L-Prolinylglycine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_psclys_e_boundary "psicoselysine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_psclys_e_boundary "psicoselysine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pser__L_e_boundary "O-Phospho-L-serine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pser__L_e_boundary "O-Phospho-L-serine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ptrc_e_boundary "Putrescine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ptrc_e_boundary "Putrescine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pyr_e_boundary "Pyruvate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pyr_e_boundary "Pyruvate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_r5p_e_boundary "alpha-D-Ribose-5-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_r5p_e_boundary "alpha-D-Ribose-5-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_rib__D_e_boundary "D-Ribose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_rib__D_e_boundary "D-Ribose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_rmn_e_boundary "L-Rhamnose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_rmn_e_boundary "L-Rhamnose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_sbt__D_e_boundary "D-Sorbitol">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_sbt__D_e_boundary "D-Sorbitol">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ser__D_e_boundary "D-Serine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ser__D_e_boundary "D-Serine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ser__L_e_boundary "L-Serine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ser__L_e_boundary "L-Serine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_skm_e_boundary "Shikimate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_skm_e_boundary "Shikimate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_so2_e_boundary "sulfur-dioxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_so2_e_boundary "sulfur-dioxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_so3_e_boundary "Sulfite">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_so3_e_boundary "Sulfite">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_so4_e_boundary "Sulfate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_so4_e_boundary "Sulfate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_spmd_e_boundary "Spermidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_spmd_e_boundary "Spermidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_succ_e_boundary "Succinate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_succ_e_boundary "Succinate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_sucr_e_boundary "Sucrose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_sucr_e_boundary "Sucrose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_sulfac_e_boundary "sulfoacetate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_sulfac_e_boundary "sulfoacetate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tartr__L_e_boundary "L-tartrate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tartr__L_e_boundary "L-tartrate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_taur_e_boundary "Taurine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_taur_e_boundary "Taurine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tcynt_e_boundary "Thiocyanate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tcynt_e_boundary "Thiocyanate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thm_e_boundary "Thiamin">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thm_e_boundary "Thiamin">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thr__L_e_boundary "L-Threonine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thr__L_e_boundary "L-Threonine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thrp_e_boundary "L-Threonine-O-3-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thrp_e_boundary "L-Threonine-O-3-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thym_e_boundary "Thymine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thym_e_boundary "Thymine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_thymd_e_boundary "Thymidine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_thymd_e_boundary "Thymidine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tma_e_boundary "trimethylamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tma_e_boundary "trimethylamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tmao_e_boundary "Trimethylamine-N-oxide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tmao_e_boundary "Trimethylamine-N-oxide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tre_e_boundary "Trehalose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tre_e_boundary "Trehalose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_trp__L_e_boundary "L-Tryptophan">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_trp__L_e_boundary "L-Tryptophan">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tsul_e_boundary "Thiosulfate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tsul_e_boundary "Thiosulfate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ttdca_e_boundary "tetradecanoate-n-C140">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ttdca_e_boundary "tetradecanoate-n-C140">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ttdcea_e_boundary "tetradecenoate-n-C141">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ttdcea_e_boundary "tetradecenoate-n-C141">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tungs_e_boundary "tungstate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tungs_e_boundary "tungstate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tym_e_boundary "Tyramine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tym_e_boundary "Tyramine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tyr__L_e_boundary "L-Tyrosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tyr__L_e_boundary "L-Tyrosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tyrp_e_boundary "Phosphotyrosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tyrp_e_boundary "Phosphotyrosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_uacgam_e_boundary "UDP-N-acetyl-D-glucosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_uacgam_e_boundary "UDP-N-acetyl-D-glucosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udpacgal_e_boundary "UDP-N-acetyl-D-galactosamine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udpacgal_e_boundary "UDP-N-acetyl-D-galactosamine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udpg_e_boundary "UDPglucose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udpg_e_boundary "UDPglucose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udpgal_e_boundary "UDPgalactose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udpgal_e_boundary "UDPgalactose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udpglcur_e_boundary "UDP-D-glucuronate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_udpglcur_e_boundary "UDP-D-glucuronate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ump_e_boundary "UMP">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ump_e_boundary "UMP">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_ura_e_boundary "Uracil">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_ura_e_boundary "Uracil">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_urea_e_boundary "Urea">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_urea_e_boundary "Urea">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_uri_e_boundary "Uridine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_uri_e_boundary "Uridine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_val__L_e_boundary "L-Valine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_val__L_e_boundary "L-Valine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_xan_e_boundary "Xanthine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_xan_e_boundary "Xanthine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_xmp_e_boundary "Xanthosine-5-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_xmp_e_boundary "Xanthosine-5-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_xtsn_e_boundary "Xanthosine">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_xtsn_e_boundary "Xanthosine">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_xyl__D_e_boundary "D-Xylose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_xyl__D_e_boundary "D-Xylose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_xylu__L_e_boundary "L-Xylulose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_xylu__L_e_boundary "L-Xylulose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_zn2_e_boundary "Zinc">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_zn2_e_boundary "Zinc">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_AEP_e_boundary "2-Aminoethylphosphonate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_AEP_e_boundary "2-Aminoethylphosphonate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4hoxpac_e_boundary "4-Hydroxyphenylacetate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4hoxpac_e_boundary "4-Hydroxyphenylacetate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_remnant1_e_boundary "residual-atoms-of-reaction-DMBZIDSYN">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_remnant1_e_boundary "residual-atoms-of-reaction-DMBZIDSYN">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_colipa20Oag_e_boundary "O-antigen-x20-core-oligosaccharide-lipid-A">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_colipa20Oag_e_boundary "O-antigen-x20-core-oligosaccharide-lipid-A">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_salchs4_e_boundary "Salmochelin-S4">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_salchs4_e_boundary "Salmochelin-S4">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_salchs4fe_e_boundary "Salmochelin-S4-Fe-III">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_salchs4fe_e_boundary "Salmochelin-S4-Fe-III">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_salchsx_e_boundary "Salmochelin-SX">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_salchsx_e_boundary "Salmochelin-SX">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tag__D_e_boundary "D-Tagatose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tag__D_e_boundary "D-Tagatose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_airs_e_boundary "Aminoimidazole-riboside">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_airs_e_boundary "Aminoimidazole-riboside">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_pep_e_boundary "Phosphoenolpyruvate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_pep_e_boundary "Phosphoenolpyruvate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_2pg_e_boundary "D-Glycerate-2-phosphate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_2pg_e_boundary "D-Glycerate-2-phosphate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_3pg_e_boundary "3-Phospho-D-glycerate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_3pg_e_boundary "3-Phospho-D-glycerate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tet_e_boundary "Tetrathionate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tet_e_boundary "Tetrathionate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_foam_e_boundary "Formamide">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_foam_e_boundary "Formamide">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tartr__D_e_boundary "D-tartrate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tartr__D_e_boundary "D-tartrate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4abz_e_boundary "4-Aminobenzoate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_4abz_e_boundary "4-Aminobenzoate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feroxB_e_boundary "Ferrioxamine-B">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feroxB_e_boundary "Ferrioxamine-B">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feroxBfe_e_boundary "Ferrioxamine-B-fe">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feroxBfe_e_boundary "Ferrioxamine-B-fe">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feroxE_e_boundary "Ferrioxamine-E">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feroxE_e_boundary "Ferrioxamine-E">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feroxEfe_e_boundary "Ferrioxamine-E-fe">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feroxEfe_e_boundary "Ferrioxamine-E-fe">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feroxG_e_boundary "Ferrioxamine-G">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feroxG_e_boundary "Ferrioxamine-G">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_feroxGfe_e_boundary "Ferrioxamine-G-fe">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_feroxGfe_e_boundary "Ferrioxamine-G-fe">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_drib_e_boundary "2-Deoxy-D-ribose">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_drib_e_boundary "2-Deoxy-D-ribose">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_dxyl_e_boundary "dxyl_e">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_salchs2fe_e_boundary "salchs2fe_e">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_rnam_e_boundary "rnam_e">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_colipaOA_e_boundary "colipaOA_e">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcpo4_e_boundary "udcpo4_e">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tcb_e_boundary "tricarballylate">
Use of FORMULA in the notes element is discouraged, use fbc:chemicalFormula instead: <Species M_tcb_e_boundary "tricarballylate">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_fe3dhbzs3_e_boundary "fe3dhbzs3_e">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_23dhbzs3_e_boundary "23dhbzs3_e">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_guln__L_e_boundary "guln__L_e">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_udcpo5_e_boundary "udcpo5_e">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_4hthr_e_boundary "4hthr_e">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_salchs2_e_boundary "salchs2_e">
Use of the species charge attribute is discouraged, use fbc:charge instead: <Species M_tton_e_boundary "tton_e">
Adding exchange reaction EX_4hba_c_boundary with default bounds for boundary metabolite: 4hba_c_boundary.
Adding exchange reaction EX_5drib_c_boundary with default bounds for boundary metabolite: 5drib_c_boundary.
Adding exchange reaction EX_hmfurn_c_boundary with default bounds for boundary metabolite: hmfurn_c_boundary.
Adding exchange reaction EX_oxam_c_boundary with default bounds for boundary metabolite: oxam_c_boundary.
Adding exchange reaction EX_chitob_e_boundary with default bounds for boundary metabolite: chitob_e_boundary.
Adding exchange reaction EX_pydxn_e_boundary with default bounds for boundary metabolite: pydxn_e_boundary.
Adding exchange reaction EX_pydx_e_boundary with default bounds for boundary metabolite: pydx_e_boundary.
Adding exchange reaction EX_12ppd__R_e_boundary with default bounds for boundary metabolite: 12ppd__R_e_boundary.
Adding exchange reaction EX_12ppd__S_e_boundary with default bounds for boundary metabolite: 12ppd__S_e_boundary.
Adding exchange reaction EX_14glucan_e_boundary with default bounds for boundary metabolite: 14glucan_e_boundary.
Adding exchange reaction EX_15dap_e_boundary with default bounds for boundary metabolite: 15dap_e_boundary.
Adding exchange reaction EX_23camp_e_boundary with default bounds for boundary metabolite: 23camp_e_boundary.
Adding exchange reaction EX_23ccmp_e_boundary with default bounds for boundary metabolite: 23ccmp_e_boundary.
Adding exchange reaction EX_23cgmp_e_boundary with default bounds for boundary metabolite: 23cgmp_e_boundary.
Adding exchange reaction EX_23cump_e_boundary with default bounds for boundary metabolite: 23cump_e_boundary.
Adding exchange reaction EX_23dappa_e_boundary with default bounds for boundary metabolite: 23dappa_e_boundary.
Adding exchange reaction EX_26dap__M_e_boundary with default bounds for boundary metabolite: 26dap__M_e_boundary.
Adding exchange reaction EX_2ddglcn_e_boundary with default bounds for boundary metabolite: 2ddglcn_e_boundary.
Adding exchange reaction EX_34dhpac_e_boundary with default bounds for boundary metabolite: 34dhpac_e_boundary.
Adding exchange reaction EX_3amp_e_boundary with default bounds for boundary metabolite: 3amp_e_boundary.
Adding exchange reaction EX_3cmp_e_boundary with default bounds for boundary metabolite: 3cmp_e_boundary.
Adding exchange reaction EX_3gmp_e_boundary with default bounds for boundary metabolite: 3gmp_e_boundary.
Adding exchange reaction EX_3hcinnm_e_boundary with default bounds for boundary metabolite: 3hcinnm_e_boundary.
Adding exchange reaction EX_3hpppn_e_boundary with default bounds for boundary metabolite: 3hpppn_e_boundary.
Adding exchange reaction EX_3ump_e_boundary with default bounds for boundary metabolite: 3ump_e_boundary.
Adding exchange reaction EX_4abut_e_boundary with default bounds for boundary metabolite: 4abut_e_boundary.
Adding exchange reaction EX_4hoxpacd_e_boundary with default bounds for boundary metabolite: 4hoxpacd_e_boundary.
Adding exchange reaction EX_5dglcn_e_boundary with default bounds for boundary metabolite: 5dglcn_e_boundary.
Adding exchange reaction EX_LalaDgluMdapDala_e_boundary with default bounds for boundary metabolite: LalaDgluMdapDala_e_boundary.
Adding exchange reaction EX_LalaDgluMdap_e_boundary with default bounds for boundary metabolite: LalaDgluMdap_e_boundary.
Adding exchange reaction EX_ac_e_boundary with default bounds for boundary metabolite: ac_e_boundary.
Adding exchange reaction EX_acac_e_boundary with default bounds for boundary metabolite: acac_e_boundary.
Adding exchange reaction EX_acald_e_boundary with default bounds for boundary metabolite: acald_e_boundary.
Adding exchange reaction EX_acgal1p_e_boundary with default bounds for boundary metabolite: acgal1p_e_boundary.
Adding exchange reaction EX_acgal_e_boundary with default bounds for boundary metabolite: acgal_e_boundary.
Adding exchange reaction EX_acgam1p_e_boundary with default bounds for boundary metabolite: acgam1p_e_boundary.
Adding exchange reaction EX_acgam_e_boundary with default bounds for boundary metabolite: acgam_e_boundary.
Adding exchange reaction EX_acmana_e_boundary with default bounds for boundary metabolite: acmana_e_boundary.
Adding exchange reaction EX_acmum_e_boundary with default bounds for boundary metabolite: acmum_e_boundary.
Adding exchange reaction EX_acnam_e_boundary with default bounds for boundary metabolite: acnam_e_boundary.
Adding exchange reaction EX_acolipa_e_boundary with default bounds for boundary metabolite: acolipa_e_boundary.
Adding exchange reaction EX_acser_e_boundary with default bounds for boundary metabolite: acser_e_boundary.
Adding exchange reaction EX_ade_e_boundary with default bounds for boundary metabolite: ade_e_boundary.
Adding exchange reaction EX_adn_e_boundary with default bounds for boundary metabolite: adn_e_boundary.
Adding exchange reaction EX_adocbl_e_boundary with default bounds for boundary metabolite: adocbl_e_boundary.
Adding exchange reaction EX_ag_e_boundary with default bounds for boundary metabolite: ag_e_boundary.
Adding exchange reaction EX_agm_e_boundary with default bounds for boundary metabolite: agm_e_boundary.
Adding exchange reaction EX_akg_e_boundary with default bounds for boundary metabolite: akg_e_boundary.
Adding exchange reaction EX_ala__B_e_boundary with default bounds for boundary metabolite: ala__B_e_boundary.
Adding exchange reaction EX_ala__D_e_boundary with default bounds for boundary metabolite: ala__D_e_boundary.
Adding exchange reaction EX_ala__L_e_boundary with default bounds for boundary metabolite: ala__L_e_boundary.
Adding exchange reaction EX_alaala_e_boundary with default bounds for boundary metabolite: alaala_e_boundary.
Adding exchange reaction EX_all__D_e_boundary with default bounds for boundary metabolite: all__D_e_boundary.
Adding exchange reaction EX_alltn_e_boundary with default bounds for boundary metabolite: alltn_e_boundary.
Adding exchange reaction EX_amp_e_boundary with default bounds for boundary metabolite: amp_e_boundary.
Adding exchange reaction EX_anhgm_e_boundary with default bounds for boundary metabolite: anhgm_e_boundary.
Adding exchange reaction EX_arab__L_e_boundary with default bounds for boundary metabolite: arab__L_e_boundary.
Adding exchange reaction EX_arbtn_e_boundary with default bounds for boundary metabolite: arbtn_e_boundary.
Adding exchange reaction EX_arbtn__fe3_e_boundary with default bounds for boundary metabolite: arbtn__fe3_e_boundary.
Adding exchange reaction EX_arg__L_e_boundary with default bounds for boundary metabolite: arg__L_e_boundary.
Adding exchange reaction EX_ascb__L_e_boundary with default bounds for boundary metabolite: ascb__L_e_boundary.
Adding exchange reaction EX_asn__L_e_boundary with default bounds for boundary metabolite: asn__L_e_boundary.
Adding exchange reaction EX_aso3_e_boundary with default bounds for boundary metabolite: aso3_e_boundary.
Adding exchange reaction EX_asp__L_e_boundary with default bounds for boundary metabolite: asp__L_e_boundary.
Adding exchange reaction EX_but_e_boundary with default bounds for boundary metabolite: but_e_boundary.
Adding exchange reaction EX_butso3_e_boundary with default bounds for boundary metabolite: butso3_e_boundary.
Adding exchange reaction EX_ca2_e_boundary with default bounds for boundary metabolite: ca2_e_boundary.
Adding exchange reaction EX_cbi_e_boundary with default bounds for boundary metabolite: cbi_e_boundary.
Adding exchange reaction EX_cbl1_e_boundary with default bounds for boundary metabolite: cbl1_e_boundary.
Adding exchange reaction EX_cd2_e_boundary with default bounds for boundary metabolite: cd2_e_boundary.
Adding exchange reaction EX_cgly_e_boundary with default bounds for boundary metabolite: cgly_e_boundary.
Adding exchange reaction EX_chol_e_boundary with default bounds for boundary metabolite: chol_e_boundary.
Adding exchange reaction EX_cit_e_boundary with default bounds for boundary metabolite: cit_e_boundary.
Adding exchange reaction EX_icit_e_boundary with default bounds for boundary metabolite: icit_e_boundary.
Adding exchange reaction EX_acon__C_e_boundary with default bounds for boundary metabolite: acon__C_e_boundary.
Adding exchange reaction EX_cl_e_boundary with default bounds for boundary metabolite: cl_e_boundary.
Adding exchange reaction EX_cmp_e_boundary with default bounds for boundary metabolite: cmp_e_boundary.
Adding exchange reaction EX_co2_e_boundary with default bounds for boundary metabolite: co2_e_boundary.
Adding exchange reaction EX_cobalt2_e_boundary with default bounds for boundary metabolite: cobalt2_e_boundary.
Adding exchange reaction EX_colipa_e_boundary with default bounds for boundary metabolite: colipa_e_boundary.
Adding exchange reaction EX_cpgn_e_boundary with default bounds for boundary metabolite: cpgn_e_boundary.
Adding exchange reaction EX_cpgn__un_e_boundary with default bounds for boundary metabolite: cpgn__un_e_boundary.
Adding exchange reaction EX_crn_e_boundary with default bounds for boundary metabolite: crn_e_boundary.
Adding exchange reaction EX_csn_e_boundary with default bounds for boundary metabolite: csn_e_boundary.
Adding exchange reaction EX_cu2_e_boundary with default bounds for boundary metabolite: cu2_e_boundary.
Adding exchange reaction EX_cu_e_boundary with default bounds for boundary metabolite: cu_e_boundary.
Adding exchange reaction EX_cyan_e_boundary with default bounds for boundary metabolite: cyan_e_boundary.
Adding exchange reaction EX_cynt_e_boundary with default bounds for boundary metabolite: cynt_e_boundary.
Adding exchange reaction EX_cys__D_e_boundary with default bounds for boundary metabolite: cys__D_e_boundary.
Adding exchange reaction EX_cys__L_e_boundary with default bounds for boundary metabolite: cys__L_e_boundary.
Adding exchange reaction EX_cysi__L_e_boundary with default bounds for boundary metabolite: cysi__L_e_boundary.
Adding exchange reaction EX_cytd_e_boundary with default bounds for boundary metabolite: cytd_e_boundary.
Adding exchange reaction EX_dad__2_e_boundary with default bounds for boundary metabolite: dad__2_e_boundary.
Adding exchange reaction EX_damp_e_boundary with default bounds for boundary metabolite: damp_e_boundary.
Adding exchange reaction EX_dca_e_boundary with default bounds for boundary metabolite: dca_e_boundary.
Adding exchange reaction EX_dcmp_e_boundary with default bounds for boundary metabolite: dcmp_e_boundary.
Adding exchange reaction EX_dcyt_e_boundary with default bounds for boundary metabolite: dcyt_e_boundary.
Adding exchange reaction EX_ddca_e_boundary with default bounds for boundary metabolite: ddca_e_boundary.
Adding exchange reaction EX_dgmp_e_boundary with default bounds for boundary metabolite: dgmp_e_boundary.
Adding exchange reaction EX_dgsn_e_boundary with default bounds for boundary metabolite: dgsn_e_boundary.
Adding exchange reaction EX_dha_e_boundary with default bounds for boundary metabolite: dha_e_boundary.
Adding exchange reaction EX_dimp_e_boundary with default bounds for boundary metabolite: dimp_e_boundary.
Adding exchange reaction EX_din_e_boundary with default bounds for boundary metabolite: din_e_boundary.
Adding exchange reaction EX_dms_e_boundary with default bounds for boundary metabolite: dms_e_boundary.
Adding exchange reaction EX_dmso_e_boundary with default bounds for boundary metabolite: dmso_e_boundary.
Adding exchange reaction EX_dopa_e_boundary with default bounds for boundary metabolite: dopa_e_boundary.
Adding exchange reaction EX_dtmp_e_boundary with default bounds for boundary metabolite: dtmp_e_boundary.
Adding exchange reaction EX_dump_e_boundary with default bounds for boundary metabolite: dump_e_boundary.
Adding exchange reaction EX_duri_e_boundary with default bounds for boundary metabolite: duri_e_boundary.
Adding exchange reaction EX_eca4colipa_e_boundary with default bounds for boundary metabolite: eca4colipa_e_boundary.
Adding exchange reaction EX_enlipa_e_boundary with default bounds for boundary metabolite: enlipa_e_boundary.
Adding exchange reaction EX_enter_e_boundary with default bounds for boundary metabolite: enter_e_boundary.
Adding exchange reaction EX_etha_e_boundary with default bounds for boundary metabolite: etha_e_boundary.
Adding exchange reaction EX_ethso3_e_boundary with default bounds for boundary metabolite: ethso3_e_boundary.
Adding exchange reaction EX_etoh_e_boundary with default bounds for boundary metabolite: etoh_e_boundary.
Adding exchange reaction EX_f6p_e_boundary with default bounds for boundary metabolite: f6p_e_boundary.
Adding exchange reaction EX_fald_e_boundary with default bounds for boundary metabolite: fald_e_boundary.
Adding exchange reaction EX_fe2_e_boundary with default bounds for boundary metabolite: fe2_e_boundary.
Adding exchange reaction EX_fe3_e_boundary with default bounds for boundary metabolite: fe3_e_boundary.
Adding exchange reaction EX_fe3dcit_e_boundary with default bounds for boundary metabolite: fe3dcit_e_boundary.
Adding exchange reaction EX_fe3dhbzs_e_boundary with default bounds for boundary metabolite: fe3dhbzs_e_boundary.
Adding exchange reaction EX_fe3hox_e_boundary with default bounds for boundary metabolite: fe3hox_e_boundary.
Adding exchange reaction EX_fe3hox__un_e_boundary with default bounds for boundary metabolite: fe3hox__un_e_boundary.
Adding exchange reaction EX_fecrm_e_boundary with default bounds for boundary metabolite: fecrm_e_boundary.
Adding exchange reaction EX_fecrm__un_e_boundary with default bounds for boundary metabolite: fecrm__un_e_boundary.
Adding exchange reaction EX_feenter_e_boundary with default bounds for boundary metabolite: feenter_e_boundary.
Adding exchange reaction EX_feoxam_e_boundary with default bounds for boundary metabolite: feoxam_e_boundary.
Adding exchange reaction EX_feoxam__un_e_boundary with default bounds for boundary metabolite: feoxam__un_e_boundary.
Adding exchange reaction EX_for_e_boundary with default bounds for boundary metabolite: for_e_boundary.
Adding exchange reaction EX_fru_e_boundary with default bounds for boundary metabolite: fru_e_boundary.
Adding exchange reaction EX_frulys_e_boundary with default bounds for boundary metabolite: frulys_e_boundary.
Adding exchange reaction EX_fruur_e_boundary with default bounds for boundary metabolite: fruur_e_boundary.
Adding exchange reaction EX_fuc__L_e_boundary with default bounds for boundary metabolite: fuc__L_e_boundary.
Adding exchange reaction EX_fum_e_boundary with default bounds for boundary metabolite: fum_e_boundary.
Adding exchange reaction EX_g1p_e_boundary with default bounds for boundary metabolite: g1p_e_boundary.
Adding exchange reaction EX_g3pc_e_boundary with default bounds for boundary metabolite: g3pc_e_boundary.
Adding exchange reaction EX_g3pe_e_boundary with default bounds for boundary metabolite: g3pe_e_boundary.
Adding exchange reaction EX_g3pg_e_boundary with default bounds for boundary metabolite: g3pg_e_boundary.
Adding exchange reaction EX_g3pi_e_boundary with default bounds for boundary metabolite: g3pi_e_boundary.
Adding exchange reaction EX_g3ps_e_boundary with default bounds for boundary metabolite: g3ps_e_boundary.
Adding exchange reaction EX_g6p_e_boundary with default bounds for boundary metabolite: g6p_e_boundary.
Adding exchange reaction EX_gal1p_e_boundary with default bounds for boundary metabolite: gal1p_e_boundary.
Adding exchange reaction EX_gal__bD_e_boundary with default bounds for boundary metabolite: gal__bD_e_boundary.
Adding exchange reaction EX_gal_e_boundary with default bounds for boundary metabolite: gal_e_boundary.
Adding exchange reaction EX_galct__D_e_boundary with default bounds for boundary metabolite: galct__D_e_boundary.
Adding exchange reaction EX_galctn__D_e_boundary with default bounds for boundary metabolite: galctn__D_e_boundary.
Adding exchange reaction EX_galctn__L_e_boundary with default bounds for boundary metabolite: galctn__L_e_boundary.
Adding exchange reaction EX_galt_e_boundary with default bounds for boundary metabolite: galt_e_boundary.
Adding exchange reaction EX_galur_e_boundary with default bounds for boundary metabolite: galur_e_boundary.
Adding exchange reaction EX_gam6p_e_boundary with default bounds for boundary metabolite: gam6p_e_boundary.
Adding exchange reaction EX_gam_e_boundary with default bounds for boundary metabolite: gam_e_boundary.
Adding exchange reaction EX_gbbtn_e_boundary with default bounds for boundary metabolite: gbbtn_e_boundary.
Adding exchange reaction EX_gdp_e_boundary with default bounds for boundary metabolite: gdp_e_boundary.
Adding exchange reaction EX_glc__D_e_boundary with default bounds for boundary metabolite: glc__D_e_boundary.
Adding exchange reaction EX_glcn_e_boundary with default bounds for boundary metabolite: glcn_e_boundary.
Adding exchange reaction EX_glcr_e_boundary with default bounds for boundary metabolite: glcr_e_boundary.
Adding exchange reaction EX_glcur1p_e_boundary with default bounds for boundary metabolite: glcur1p_e_boundary.
Adding exchange reaction EX_glcur_e_boundary with default bounds for boundary metabolite: glcur_e_boundary.
Adding exchange reaction EX_gln__L_e_boundary with default bounds for boundary metabolite: gln__L_e_boundary.
Adding exchange reaction EX_glu__L_e_boundary with default bounds for boundary metabolite: glu__L_e_boundary.
Adding exchange reaction EX_gly_e_boundary with default bounds for boundary metabolite: gly_e_boundary.
Adding exchange reaction EX_glyald_e_boundary with default bounds for boundary metabolite: glyald_e_boundary.
Adding exchange reaction EX_glyb_e_boundary with default bounds for boundary metabolite: glyb_e_boundary.
Adding exchange reaction EX_glyc2p_e_boundary with default bounds for boundary metabolite: glyc2p_e_boundary.
Adding exchange reaction EX_glyc3p_e_boundary with default bounds for boundary metabolite: glyc3p_e_boundary.
Adding exchange reaction EX_glyc__R_e_boundary with default bounds for boundary metabolite: glyc__R_e_boundary.
Adding exchange reaction EX_glyc_e_boundary with default bounds for boundary metabolite: glyc_e_boundary.
Adding exchange reaction EX_glyclt_e_boundary with default bounds for boundary metabolite: glyclt_e_boundary.
Adding exchange reaction EX_gmp_e_boundary with default bounds for boundary metabolite: gmp_e_boundary.
Adding exchange reaction EX_gsn_e_boundary with default bounds for boundary metabolite: gsn_e_boundary.
Adding exchange reaction EX_gthox_e_boundary with default bounds for boundary metabolite: gthox_e_boundary.
Adding exchange reaction EX_gthrd_e_boundary with default bounds for boundary metabolite: gthrd_e_boundary.
Adding exchange reaction EX_gtp_e_boundary with default bounds for boundary metabolite: gtp_e_boundary.
Adding exchange reaction EX_gua_e_boundary with default bounds for boundary metabolite: gua_e_boundary.
Adding exchange reaction EX_h2_e_boundary with default bounds for boundary metabolite: h2_e_boundary.
Adding exchange reaction EX_h2o2_e_boundary with default bounds for boundary metabolite: h2o2_e_boundary.
Adding exchange reaction EX_h2o_e_boundary with default bounds for boundary metabolite: h2o_e_boundary.
Adding exchange reaction EX_h2s_e_boundary with default bounds for boundary metabolite: h2s_e_boundary.
Adding exchange reaction EX_h_e_boundary with default bounds for boundary metabolite: h_e_boundary.
Adding exchange reaction EX_hacolipa_e_boundary with default bounds for boundary metabolite: hacolipa_e_boundary.
Adding exchange reaction EX_halipa_e_boundary with default bounds for boundary metabolite: halipa_e_boundary.
Adding exchange reaction EX_hdca_e_boundary with default bounds for boundary metabolite: hdca_e_boundary.
Adding exchange reaction EX_hdcea_e_boundary with default bounds for boundary metabolite: hdcea_e_boundary.
Adding exchange reaction EX_hg2_e_boundary with default bounds for boundary metabolite: hg2_e_boundary.
Adding exchange reaction EX_his__L_e_boundary with default bounds for boundary metabolite: his__L_e_boundary.
Adding exchange reaction EX_hom__L_e_boundary with default bounds for boundary metabolite: hom__L_e_boundary.
Adding exchange reaction EX_hxa_e_boundary with default bounds for boundary metabolite: hxa_e_boundary.
Adding exchange reaction EX_hxan_e_boundary with default bounds for boundary metabolite: hxan_e_boundary.
Adding exchange reaction EX_idon__L_e_boundary with default bounds for boundary metabolite: idon__L_e_boundary.
Adding exchange reaction EX_ile__L_e_boundary with default bounds for boundary metabolite: ile__L_e_boundary.
Adding exchange reaction EX_imp_e_boundary with default bounds for boundary metabolite: imp_e_boundary.
Adding exchange reaction EX_indole_e_boundary with default bounds for boundary metabolite: indole_e_boundary.
Adding exchange reaction EX_inost_e_boundary with default bounds for boundary metabolite: inost_e_boundary.
Adding exchange reaction EX_ins_e_boundary with default bounds for boundary metabolite: ins_e_boundary.
Adding exchange reaction EX_isetac_e_boundary with default bounds for boundary metabolite: isetac_e_boundary.
Adding exchange reaction EX_k_e_boundary with default bounds for boundary metabolite: k_e_boundary.
Adding exchange reaction EX_kdo2lipid4_e_boundary with default bounds for boundary metabolite: kdo2lipid4_e_boundary.
Adding exchange reaction EX_lac__D_e_boundary with default bounds for boundary metabolite: lac__D_e_boundary.
Adding exchange reaction EX_lac__L_e_boundary with default bounds for boundary metabolite: lac__L_e_boundary.
Adding exchange reaction EX_lcts_e_boundary with default bounds for boundary metabolite: lcts_e_boundary.
Adding exchange reaction EX_leu__L_e_boundary with default bounds for boundary metabolite: leu__L_e_boundary.
Adding exchange reaction EX_lipa__cold_e_boundary with default bounds for boundary metabolite: lipa__cold_e_boundary.
Adding exchange reaction EX_lipa_e_boundary with default bounds for boundary metabolite: lipa_e_boundary.
Adding exchange reaction EX_lys__L_e_boundary with default bounds for boundary metabolite: lys__L_e_boundary.
Adding exchange reaction EX_lyx__L_e_boundary with default bounds for boundary metabolite: lyx__L_e_boundary.
Adding exchange reaction EX_mal__D_e_boundary with default bounds for boundary metabolite: mal__D_e_boundary.
Adding exchange reaction EX_mal__L_e_boundary with default bounds for boundary metabolite: mal__L_e_boundary.
Adding exchange reaction EX_malt_e_boundary with default bounds for boundary metabolite: malt_e_boundary.
Adding exchange reaction EX_malthx_e_boundary with default bounds for boundary metabolite: malthx_e_boundary.
Adding exchange reaction EX_maltpt_e_boundary with default bounds for boundary metabolite: maltpt_e_boundary.
Adding exchange reaction EX_malttr_e_boundary with default bounds for boundary metabolite: malttr_e_boundary.
Adding exchange reaction EX_maltttr_e_boundary with default bounds for boundary metabolite: maltttr_e_boundary.
Adding exchange reaction EX_man6p_e_boundary with default bounds for boundary metabolite: man6p_e_boundary.
Adding exchange reaction EX_man_e_boundary with default bounds for boundary metabolite: man_e_boundary.
Adding exchange reaction EX_manglyc_e_boundary with default bounds for boundary metabolite: manglyc_e_boundary.
Adding exchange reaction EX_melib_e_boundary with default bounds for boundary metabolite: melib_e_boundary.
Adding exchange reaction EX_met__D_e_boundary with default bounds for boundary metabolite: met__D_e_boundary.
Adding exchange reaction EX_met__L_e_boundary with default bounds for boundary metabolite: met__L_e_boundary.
Adding exchange reaction EX_metsox__R__L_e_boundary with default bounds for boundary metabolite: metsox__R__L_e_boundary.
Adding exchange reaction EX_metsox__S__L_e_boundary with default bounds for boundary metabolite: metsox__S__L_e_boundary.
Adding exchange reaction EX_mg2_e_boundary with default bounds for boundary metabolite: mg2_e_boundary.
Adding exchange reaction EX_minohp_e_boundary with default bounds for boundary metabolite: minohp_e_boundary.
Adding exchange reaction EX_mmet_e_boundary with default bounds for boundary metabolite: mmet_e_boundary.
Adding exchange reaction EX_mn2_e_boundary with default bounds for boundary metabolite: mn2_e_boundary.
Adding exchange reaction EX_mnl_e_boundary with default bounds for boundary metabolite: mnl_e_boundary.
Adding exchange reaction EX_mobd_e_boundary with default bounds for boundary metabolite: mobd_e_boundary.
Adding exchange reaction EX_mso3_e_boundary with default bounds for boundary metabolite: mso3_e_boundary.
Adding exchange reaction EX_n2o_e_boundary with default bounds for boundary metabolite: n2o_e_boundary.
Adding exchange reaction EX_na1_e_boundary with default bounds for boundary metabolite: na1_e_boundary.
Adding exchange reaction EX_nac_e_boundary with default bounds for boundary metabolite: nac_e_boundary.
Adding exchange reaction EX_nh4_e_boundary with default bounds for boundary metabolite: nh4_e_boundary.
Adding exchange reaction EX_ni2_e_boundary with default bounds for boundary metabolite: ni2_e_boundary.
Adding exchange reaction EX_nmn_e_boundary with default bounds for boundary metabolite: nmn_e_boundary.
Adding exchange reaction EX_no2_e_boundary with default bounds for boundary metabolite: no2_e_boundary.
Adding exchange reaction EX_no3_e_boundary with default bounds for boundary metabolite: no3_e_boundary.
Adding exchange reaction EX_no_e_boundary with default bounds for boundary metabolite: no_e_boundary.
Adding exchange reaction EX_o2_e_boundary with default bounds for boundary metabolite: o2_e_boundary.
Adding exchange reaction EX_o2s_e_boundary with default bounds for boundary metabolite: o2s_e_boundary.
Adding exchange reaction EX_ocdca_e_boundary with default bounds for boundary metabolite: ocdca_e_boundary.
Adding exchange reaction EX_ocdcea_e_boundary with default bounds for boundary metabolite: ocdcea_e_boundary.
Adding exchange reaction EX_octa_e_boundary with default bounds for boundary metabolite: octa_e_boundary.
Adding exchange reaction EX_orn_e_boundary with default bounds for boundary metabolite: orn_e_boundary.
Adding exchange reaction EX_orot_e_boundary with default bounds for boundary metabolite: orot_e_boundary.
Adding exchange reaction EX_oaa_e_boundary with default bounds for boundary metabolite: oaa_e_boundary.
Adding exchange reaction EX_pacald_e_boundary with default bounds for boundary metabolite: pacald_e_boundary.
Adding exchange reaction EX_peamn_e_boundary with default bounds for boundary metabolite: peamn_e_boundary.
Adding exchange reaction EX_phe__L_e_boundary with default bounds for boundary metabolite: phe__L_e_boundary.
Adding exchange reaction EX_pheme_e_boundary with default bounds for boundary metabolite: pheme_e_boundary.
Adding exchange reaction EX_pi_e_boundary with default bounds for boundary metabolite: pi_e_boundary.
Adding exchange reaction EX_pnto__R_e_boundary with default bounds for boundary metabolite: pnto__R_e_boundary.
Adding exchange reaction EX_ppa_e_boundary with default bounds for boundary metabolite: ppa_e_boundary.
Adding exchange reaction EX_ppal_e_boundary with default bounds for boundary metabolite: ppal_e_boundary.
Adding exchange reaction EX_pppn_e_boundary with default bounds for boundary metabolite: pppn_e_boundary.
Adding exchange reaction EX_ppt_e_boundary with default bounds for boundary metabolite: ppt_e_boundary.
Adding exchange reaction EX_pro__L_e_boundary with default bounds for boundary metabolite: pro__L_e_boundary.
Adding exchange reaction EX_progly_e_boundary with default bounds for boundary metabolite: progly_e_boundary.
Adding exchange reaction EX_psclys_e_boundary with default bounds for boundary metabolite: psclys_e_boundary.
Adding exchange reaction EX_pser__L_e_boundary with default bounds for boundary metabolite: pser__L_e_boundary.
Adding exchange reaction EX_ptrc_e_boundary with default bounds for boundary metabolite: ptrc_e_boundary.
Adding exchange reaction EX_pyr_e_boundary with default bounds for boundary metabolite: pyr_e_boundary.
Adding exchange reaction EX_r5p_e_boundary with default bounds for boundary metabolite: r5p_e_boundary.
Adding exchange reaction EX_rib__D_e_boundary with default bounds for boundary metabolite: rib__D_e_boundary.
Adding exchange reaction EX_rmn_e_boundary with default bounds for boundary metabolite: rmn_e_boundary.
Adding exchange reaction EX_sbt__D_e_boundary with default bounds for boundary metabolite: sbt__D_e_boundary.
Adding exchange reaction EX_ser__D_e_boundary with default bounds for boundary metabolite: ser__D_e_boundary.
Adding exchange reaction EX_ser__L_e_boundary with default bounds for boundary metabolite: ser__L_e_boundary.
Adding exchange reaction EX_skm_e_boundary with default bounds for boundary metabolite: skm_e_boundary.
Adding exchange reaction EX_so2_e_boundary with default bounds for boundary metabolite: so2_e_boundary.
Adding exchange reaction EX_so3_e_boundary with default bounds for boundary metabolite: so3_e_boundary.
Adding exchange reaction EX_so4_e_boundary with default bounds for boundary metabolite: so4_e_boundary.
Adding exchange reaction EX_spmd_e_boundary with default bounds for boundary metabolite: spmd_e_boundary.
Adding exchange reaction EX_succ_e_boundary with default bounds for boundary metabolite: succ_e_boundary.
Adding exchange reaction EX_sucr_e_boundary with default bounds for boundary metabolite: sucr_e_boundary.
Adding exchange reaction EX_sulfac_e_boundary with default bounds for boundary metabolite: sulfac_e_boundary.
Adding exchange reaction EX_tartr__L_e_boundary with default bounds for boundary metabolite: tartr__L_e_boundary.
Adding exchange reaction EX_taur_e_boundary with default bounds for boundary metabolite: taur_e_boundary.
Adding exchange reaction EX_tcynt_e_boundary with default bounds for boundary metabolite: tcynt_e_boundary.
Adding exchange reaction EX_thm_e_boundary with default bounds for boundary metabolite: thm_e_boundary.
Adding exchange reaction EX_thr__L_e_boundary with default bounds for boundary metabolite: thr__L_e_boundary.
Adding exchange reaction EX_thrp_e_boundary with default bounds for boundary metabolite: thrp_e_boundary.
Adding exchange reaction EX_thym_e_boundary with default bounds for boundary metabolite: thym_e_boundary.
Adding exchange reaction EX_thymd_e_boundary with default bounds for boundary metabolite: thymd_e_boundary.
Adding exchange reaction EX_tma_e_boundary with default bounds for boundary metabolite: tma_e_boundary.
Adding exchange reaction EX_tmao_e_boundary with default bounds for boundary metabolite: tmao_e_boundary.
Adding exchange reaction EX_tre_e_boundary with default bounds for boundary metabolite: tre_e_boundary.
Adding exchange reaction EX_trp__L_e_boundary with default bounds for boundary metabolite: trp__L_e_boundary.
Adding exchange reaction EX_tsul_e_boundary with default bounds for boundary metabolite: tsul_e_boundary.
Adding exchange reaction EX_ttdca_e_boundary with default bounds for boundary metabolite: ttdca_e_boundary.
Adding exchange reaction EX_ttdcea_e_boundary with default bounds for boundary metabolite: ttdcea_e_boundary.
Adding exchange reaction EX_tungs_e_boundary with default bounds for boundary metabolite: tungs_e_boundary.
Adding exchange reaction EX_tym_e_boundary with default bounds for boundary metabolite: tym_e_boundary.
Adding exchange reaction EX_tyr__L_e_boundary with default bounds for boundary metabolite: tyr__L_e_boundary.
Adding exchange reaction EX_tyrp_e_boundary with default bounds for boundary metabolite: tyrp_e_boundary.
Adding exchange reaction EX_uacgam_e_boundary with default bounds for boundary metabolite: uacgam_e_boundary.
Adding exchange reaction EX_udpacgal_e_boundary with default bounds for boundary metabolite: udpacgal_e_boundary.
Adding exchange reaction EX_udpg_e_boundary with default bounds for boundary metabolite: udpg_e_boundary.
Adding exchange reaction EX_udpgal_e_boundary with default bounds for boundary metabolite: udpgal_e_boundary.
Adding exchange reaction EX_udpglcur_e_boundary with default bounds for boundary metabolite: udpglcur_e_boundary.
Adding exchange reaction EX_ump_e_boundary with default bounds for boundary metabolite: ump_e_boundary.
Adding exchange reaction EX_ura_e_boundary with default bounds for boundary metabolite: ura_e_boundary.
Adding exchange reaction EX_urea_e_boundary with default bounds for boundary metabolite: urea_e_boundary.
Adding exchange reaction EX_uri_e_boundary with default bounds for boundary metabolite: uri_e_boundary.
Adding exchange reaction EX_val__L_e_boundary with default bounds for boundary metabolite: val__L_e_boundary.
Adding exchange reaction EX_xan_e_boundary with default bounds for boundary metabolite: xan_e_boundary.
Adding exchange reaction EX_xmp_e_boundary with default bounds for boundary metabolite: xmp_e_boundary.
Adding exchange reaction EX_xtsn_e_boundary with default bounds for boundary metabolite: xtsn_e_boundary.
Adding exchange reaction EX_xyl__D_e_boundary with default bounds for boundary metabolite: xyl__D_e_boundary.
Adding exchange reaction EX_xylu__L_e_boundary with default bounds for boundary metabolite: xylu__L_e_boundary.
Adding exchange reaction EX_zn2_e_boundary with default bounds for boundary metabolite: zn2_e_boundary.
Adding exchange reaction EX_AEP_e_boundary with default bounds for boundary metabolite: AEP_e_boundary.
Adding exchange reaction EX_4hoxpac_e_boundary with default bounds for boundary metabolite: 4hoxpac_e_boundary.
Adding exchange reaction EX_remnant1_e_boundary with default bounds for boundary metabolite: remnant1_e_boundary.
Adding exchange reaction EX_colipa20Oag_e_boundary with default bounds for boundary metabolite: colipa20Oag_e_boundary.
Adding exchange reaction EX_salchs4_e_boundary with default bounds for boundary metabolite: salchs4_e_boundary.
Adding exchange reaction EX_salchs4fe_e_boundary with default bounds for boundary metabolite: salchs4fe_e_boundary.
Adding exchange reaction EX_salchsx_e_boundary with default bounds for boundary metabolite: salchsx_e_boundary.
Adding exchange reaction EX_tag__D_e_boundary with default bounds for boundary metabolite: tag__D_e_boundary.
Adding exchange reaction EX_airs_e_boundary with default bounds for boundary metabolite: airs_e_boundary.
Adding exchange reaction EX_pep_e_boundary with default bounds for boundary metabolite: pep_e_boundary.
Adding exchange reaction EX_2pg_e_boundary with default bounds for boundary metabolite: 2pg_e_boundary.
Adding exchange reaction EX_3pg_e_boundary with default bounds for boundary metabolite: 3pg_e_boundary.
Adding exchange reaction EX_tet_e_boundary with default bounds for boundary metabolite: tet_e_boundary.
Adding exchange reaction EX_foam_e_boundary with default bounds for boundary metabolite: foam_e_boundary.
Adding exchange reaction EX_tartr__D_e_boundary with default bounds for boundary metabolite: tartr__D_e_boundary.
Adding exchange reaction EX_4abz_e_boundary with default bounds for boundary metabolite: 4abz_e_boundary.
Adding exchange reaction EX_feroxB_e_boundary with default bounds for boundary metabolite: feroxB_e_boundary.
Adding exchange reaction EX_feroxBfe_e_boundary with default bounds for boundary metabolite: feroxBfe_e_boundary.
Adding exchange reaction EX_feroxE_e_boundary with default bounds for boundary metabolite: feroxE_e_boundary.
Adding exchange reaction EX_feroxEfe_e_boundary with default bounds for boundary metabolite: feroxEfe_e_boundary.
Adding exchange reaction EX_feroxG_e_boundary with default bounds for boundary metabolite: feroxG_e_boundary.
Adding exchange reaction EX_feroxGfe_e_boundary with default bounds for boundary metabolite: feroxGfe_e_boundary.
Adding exchange reaction EX_drib_e_boundary with default bounds for boundary metabolite: drib_e_boundary.
Adding exchange reaction EX_dxyl_e_boundary with default bounds for boundary metabolite: dxyl_e_boundary.
Adding exchange reaction EX_salchs2fe_e_boundary with default bounds for boundary metabolite: salchs2fe_e_boundary.
Adding exchange reaction EX_rnam_e_boundary with default bounds for boundary metabolite: rnam_e_boundary.
Adding exchange reaction EX_colipaOA_e_boundary with default bounds for boundary metabolite: colipaOA_e_boundary.
Adding exchange reaction EX_udcpo4_e_boundary with default bounds for boundary metabolite: udcpo4_e_boundary.
Adding exchange reaction EX_tcb_e_boundary with default bounds for boundary metabolite: tcb_e_boundary.
Adding exchange reaction EX_fe3dhbzs3_e_boundary with default bounds for boundary metabolite: fe3dhbzs3_e_boundary.
Adding exchange reaction EX_23dhbzs3_e_boundary with default bounds for boundary metabolite: 23dhbzs3_e_boundary.
Adding exchange reaction EX_guln__L_e_boundary with default bounds for boundary metabolite: guln__L_e_boundary.
Adding exchange reaction EX_udcpo5_e_boundary with default bounds for boundary metabolite: udcpo5_e_boundary.
Adding exchange reaction EX_4hthr_e_boundary with default bounds for boundary metabolite: 4hthr_e_boundary.
Adding exchange reaction EX_salchs2_e_boundary with default bounds for boundary metabolite: salchs2_e_boundary.
Adding exchange reaction EX_tton_e_boundary with default bounds for boundary metabolite: tton_e_boundary.
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_12DGR120tipp "1 2 diacylglycerol transport via flipping periplasm to cytoplasm n C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_12DGR140tipp "1 2 diacylglycerol transport via flipping periplasm to cytoplasm n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_12DGR141tipp "1 2 diacylglycerol transport via flipping periplasm to cytoplasm n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_12DGR160tipp "1 2 diacylglycerol transport via flipping periplasm to cytoplasm n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_12DGR161tipp "1 2 diacylglycerol transport via flipping periplasm to cytoplasm n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_12DGR180tipp "1 2 diacylglycerol transport via flipping periplasm to cytoplasm n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_12DGR181tipp "1 2 diacylglycerol transport via flipping periplasm to cytoplasm n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_12PPDRtex " R Propane 1 2 diol transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_12PPDRtex " R Propane 1 2 diol transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_12PPDRtpp " R Propane 1 2 diol facilitated transport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_12PPDRtpp " R Propane 1 2 diol facilitated transport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_12PPDStex " S Propane 1 2 diol transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_12PPDStex " S Propane 1 2 diol transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_12PPDStpp " S Propane 1 2 diol facilitated transport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_12PPDStpp " S Propane 1 2 diol facilitated transport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_14GLUCANabcpp "1 4 alpha D glucan transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_14GLUCANabcpp "1 4 alpha D glucan transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_14GLUCANtexi "1 4 alpha D glucan transport via diffusion extracellular to periplasm irreversible">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_14GLUCANtexi "1 4 alpha D glucan transport via diffusion extracellular to periplasm irreversible">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_23CAMPtex "23cAMP transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_23CAMPtex "23cAMP transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_23CCMPtex "23cCMP transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_23CCMPtex "23cCMP transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_23CGMPtex "23cGMP transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_23CGMPtex "23cGMP transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_23CUMPtex "23cUMP transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_23CUMPtex "23cUMP transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_23DAPPAt2pp "2 3 diaminopropionate transport in via proton symport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_23DAPPAtex "2 3 diaminopropionate transport via diffusion">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_23DAPPAtex "2 3 diaminopropionate transport via diffusion">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_23PDE2pp "2 3 cyclic nucleotide phosphodiesterase UMP  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_23PDE2pp "2 3 cyclic nucleotide phosphodiesterase UMP  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_23PDE4pp "2 3 cyclic nucleotide phosphodiesterase CMP  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_23PDE4pp "2 3 cyclic nucleotide phosphodiesterase CMP  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_23PDE7pp "2 3 cyclic nucleotide phosphodiesterase AMP  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_23PDE7pp "2 3 cyclic nucleotide phosphodiesterase AMP  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_23PDE9pp "2 3 cyclic nucleotide phosphodiesterase GMP  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_23PDE9pp "2 3 cyclic nucleotide phosphodiesterase GMP  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_26DAHtex "meso 2 6 Diaminoheptanedioate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_26DAHtex "meso 2 6 Diaminoheptanedioate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPA120tipp "2 Acyl sn glycero 3 phosphatidate n C120 transporter via facilitated diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPA120tipp "2 Acyl sn glycero 3 phosphatidate n C120 transporter via facilitated diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPA140tipp "2 Acyl sn glycero 3 phosphatidate n C140 transporter via facilitated diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPA140tipp "2 Acyl sn glycero 3 phosphatidate n C140 transporter via facilitated diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPA141tipp "2 Acyl sn glycero 3 phosphatidate n C141 transporter via facilitated diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPA141tipp "2 Acyl sn glycero 3 phosphatidate n C141 transporter via facilitated diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPA160tipp "2 Acyl sn glycero 3 phosphatidate n C160 transporter via facilitated diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPA160tipp "2 Acyl sn glycero 3 phosphatidate n C160 transporter via facilitated diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPA161tipp "2 Acyl sn glycero 3 phosphatidate n C161 transporter via facilitated diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPA161tipp "2 Acyl sn glycero 3 phosphatidate n C161 transporter via facilitated diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPA180tipp "2 Acyl sn glycero 3 phosphatidate n C180 transporter via facilitated diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPA180tipp "2 Acyl sn glycero 3 phosphatidate n C180 transporter via facilitated diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPA181tipp "2 Acyl sn glycero 3 phosphatidate n C181 transporter via facilitated diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPA181tipp "2 Acyl sn glycero 3 phosphatidate n C181 transporter via facilitated diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPE120tipp "2 Acyl sn glycero 3 phosphoethanolamine n C120 transporter via facilitated diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPE120tipp "2 Acyl sn glycero 3 phosphoethanolamine n C120 transporter via facilitated diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPE140tipp "2 Acyl sn glycero 3 phosphoethanolamine n C140 transporter via facilitated diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPE140tipp "2 Acyl sn glycero 3 phosphoethanolamine n C140 transporter via facilitated diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPE141tipp "2 Acyl sn glycero 3 phosphoethanolamine n C141 transporter via facilitated diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPE141tipp "2 Acyl sn glycero 3 phosphoethanolamine n C141 transporter via facilitated diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPE160tipp "2 Acyl sn glycero 3 phosphoethanolamine n C160 transporter via facilitated diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPE160tipp "2 Acyl sn glycero 3 phosphoethanolamine n C160 transporter via facilitated diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPE161tipp "2 Acyl sn glycero 3 phosphoethanolamine n C161 transporter via facilitated diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPE161tipp "2 Acyl sn glycero 3 phosphoethanolamine n C161 transporter via facilitated diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPE180tipp "2 Acyl sn glycero 3 phosphoethanolamine n C180 transporter via facilitated diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPE180tipp "2 Acyl sn glycero 3 phosphoethanolamine n C180 transporter via facilitated diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPE181tipp "2 Acyl sn glycero 3 phosphoethanolamine n C181 transporter via facilitated diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPE181tipp "2 Acyl sn glycero 3 phosphoethanolamine n C181 transporter via facilitated diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPEAT120 "2 acyl glycerophospho ethanolamine acyltransferase n C120 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPEAT120 "2 acyl glycerophospho ethanolamine acyltransferase n C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPEAT140 "2 acyl glycerophospho ethanolamine acyltransferase n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPEAT140 "2 acyl glycerophospho ethanolamine acyltransferase n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPEAT141 "2 acyl glycerophospho ethanolamine acyltransferase n C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPEAT141 "2 acyl glycerophospho ethanolamine acyltransferase n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPEAT160 "2 acyl glycerophospho ethanolamine acyltransferase n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPEAT160 "2 acyl glycerophospho ethanolamine acyltransferase n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPEAT161 "2 acyl glycerophospho ethanolamine acyltransferase n C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPEAT161 "2 acyl glycerophospho ethanolamine acyltransferase n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPEAT180 "2 acyl glycerophospho ethanolamine acyltransferase n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPEAT180 "2 acyl glycerophospho ethanolamine acyltransferase n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPEAT181 "2 acyl glycerophospho ethanolamine acyltransferase n C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPEAT181 "2 acyl glycerophospho ethanolamine acyltransferase n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPG120tipp "2 Acyl sn glycero 3 phosphoglycerol n C120 transporter via facilitated diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPG120tipp "2 Acyl sn glycero 3 phosphoglycerol n C120 transporter via facilitated diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPG140tipp "2 Acyl sn glycero 3 phosphoglycerol n C140 transporter via facilitated diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPG140tipp "2 Acyl sn glycero 3 phosphoglycerol n C140 transporter via facilitated diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPG141tipp "2 Acyl sn glycero 3 phosphoglycerol n C141 transporter via facilitated diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPG141tipp "2 Acyl sn glycero 3 phosphoglycerol n C141 transporter via facilitated diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPG160tipp "2 Acyl sn glycero 3 phosphoglycerol n C160 transporter via facilitated diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPG160tipp "2 Acyl sn glycero 3 phosphoglycerol n C160 transporter via facilitated diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPG161tipp "2 Acyl sn glycero 3 phosphoglycerol n C161 transporter via facilitated diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPG161tipp "2 Acyl sn glycero 3 phosphoglycerol n C161 transporter via facilitated diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPG180tipp "2 Acyl sn glycero 3 phosphoglycerol n C180 transporter via facilitated diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPG180tipp "2 Acyl sn glycero 3 phosphoglycerol n C180 transporter via facilitated diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPG181tipp "2 Acyl sn glycero 3 phosphoglycerol n C181 transporter via facilitated diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPG181tipp "2 Acyl sn glycero 3 phosphoglycerol n C181 transporter via facilitated diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPGAT120 "2 acyl glycerophospho glycerol acyltransferase n C120 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPGAT120 "2 acyl glycerophospho glycerol acyltransferase n C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPGAT140 "2 acyl glycerophospho glycerol acyltransferase n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPGAT140 "2 acyl glycerophospho glycerol acyltransferase n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPGAT141 "2 acyl glycerophospho glycerol acyltransferase n C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPGAT141 "2 acyl glycerophospho glycerol acyltransferase n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPGAT160 "2 acyl glycerophospho glycerol acyltransferase n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPGAT160 "2 acyl glycerophospho glycerol acyltransferase n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPGAT161 "2 acyl glycerophospho glycerol acyltransferase n C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPGAT161 "2 acyl glycerophospho glycerol acyltransferase n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPGAT180 "2 acyl glycerophospho glycerol acyltransferase n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPGAT180 "2 acyl glycerophospho glycerol acyltransferase n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2AGPGAT181 "2 acyl glycerophospho glycerol acyltransferase n C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2AGPGAT181 "2 acyl glycerophospho glycerol acyltransferase n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2DGLCNRx "2 dehydro D gluconate reductase NADH ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2DGLCNRx "2 dehydro D gluconate reductase NADH ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2DGLCNRy "2 dehydro D gluconate reductase NADPH ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2DGLCNRy "2 dehydro D gluconate reductase NADPH ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2DGULRx "2 dehydro L gulonate reductase NADH ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2DGULRx "2 dehydro L gulonate reductase NADH ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2DGULRy "2 dehydro L gulonate reductase NADPH ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2DGULRy "2 dehydro L gulonate reductase NADPH ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2MAHMP "2 Methyl 4 amino 5 hydroxymethylpyrimidine diphosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2MAHMP "2 Methyl 4 amino 5 hydroxymethylpyrimidine diphosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_34dhpactex "dihydroxyphenylacetaldehyde transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_34dhpactex "dihydroxyphenylacetaldehyde transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3AMPtex "3AMP transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3AMPtex "3AMP transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3CMPtex "3CMP transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3CMPtex "3CMP transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3GMPtex "3GMP transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3GMPtex "3GMP transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3HAD100 "3 hydroxyacyl acyl carrier protein dehydratase n C100 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3HAD100 "3 hydroxyacyl acyl carrier protein dehydratase n C100 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3HAD120 "3 hydroxyacyl acyl carrier protein dehydratase n C120 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3HAD120 "3 hydroxyacyl acyl carrier protein dehydratase n C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3HAD121 "3 hydroxyacyl acyl carrier protein dehydratase n C121 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3HAD121 "3 hydroxyacyl acyl carrier protein dehydratase n C121 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3HAD140 "3 hydroxyacyl acyl carrier protein dehydratase n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3HAD140 "3 hydroxyacyl acyl carrier protein dehydratase n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3HAD141 "3 hydroxyacyl acyl carrier protein dehydratase n C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3HAD141 "3 hydroxyacyl acyl carrier protein dehydratase n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3HAD160 "3 hydroxyacyl acyl carrier protein dehydratase n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3HAD160 "3 hydroxyacyl acyl carrier protein dehydratase n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3HAD161 "3 hydroxyacyl acyl carrier protein dehydratase n C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3HAD161 "3 hydroxyacyl acyl carrier protein dehydratase n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3HAD180 "3 hydroxyacyl acyl carrier protein dehydratase n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3HAD180 "3 hydroxyacyl acyl carrier protein dehydratase n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3HAD181 "3 hydroxyacyl acyl carrier protein dehydratase n C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3HAD181 "3 hydroxyacyl acyl carrier protein dehydratase n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3HAD40 "3 hydroxyacyl acyl carrier protein dehydratase n C40 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3HAD40 "3 hydroxyacyl acyl carrier protein dehydratase n C40 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3HAD60 "3 hydroxyacyl acyl carrier protein dehydratase n C60 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3HAD60 "3 hydroxyacyl acyl carrier protein dehydratase n C60 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3HAD80 "3 hydroxyacyl acyl carrier protein dehydratase n C80 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3HAD80 "3 hydroxyacyl acyl carrier protein dehydratase n C80 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3KGK "3 keto L gulonate kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3KGK "3 keto L gulonate kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3NTD2pp "3 nucleotidase UMP  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3NTD2pp "3 nucleotidase UMP  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3NTD4pp "3 nucleotidase CMP  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3NTD4pp "3 nucleotidase CMP  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3NTD7pp "3 nucleotidase AMP  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3NTD7pp "3 nucleotidase AMP  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3NTD9pp "3 nucleotidase GMP  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3NTD9pp "3 nucleotidase GMP  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3OAR100 "3 oxoacyl acyl carrier protein reductase n C100 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3OAR100 "3 oxoacyl acyl carrier protein reductase n C100 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3OAR120 "3 oxoacyl acyl carrier protein reductase n C120 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3OAR120 "3 oxoacyl acyl carrier protein reductase n C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3OAR121 "3 oxoacyl acyl carrier protein reductase n C121 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3OAR121 "3 oxoacyl acyl carrier protein reductase n C121 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3OAR140 "3 oxoacyl acyl carrier protein reductase n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3OAR140 "3 oxoacyl acyl carrier protein reductase n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3OAR141 "3 oxoacyl acyl carrier protein reductase n C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3OAR141 "3 oxoacyl acyl carrier protein reductase n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3OAR160 "3 oxoacyl acyl carrier protein reductase n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3OAR160 "3 oxoacyl acyl carrier protein reductase n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3OAR161 "3 oxoacyl acyl carrier protein reductase n C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3OAR161 "3 oxoacyl acyl carrier protein reductase n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3OAR180 "3 oxoacyl acyl carrier protein reductase n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3OAR180 "3 oxoacyl acyl carrier protein reductase n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3OAR181 "3 oxoacyl acyl carrier protein reductase n C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3OAR181 "3 oxoacyl acyl carrier protein reductase n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3OAR40 "3 oxoacyl acyl carrier protein reductase n C40 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3OAR40 "3 oxoacyl acyl carrier protein reductase n C40 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3OAR60 "3 oxoacyl acyl carrier protein reductase n C60 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3OAR60 "3 oxoacyl acyl carrier protein reductase n C60 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3OAR80 "3 oxoacyl acyl carrier protein reductase n C80 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3OAR80 "3 oxoacyl acyl carrier protein reductase n C80 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3OAS100 "3 oxoacyl acyl carrier protein synthase n C100 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3OAS100 "3 oxoacyl acyl carrier protein synthase n C100 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3OAS120 "3 oxoacyl acyl carrier protein synthase n C120 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3OAS120 "3 oxoacyl acyl carrier protein synthase n C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3OAS121 "3 oxoacyl acyl carrier protein synthase n C121 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3OAS121 "3 oxoacyl acyl carrier protein synthase n C121 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3OAS140 "3 oxoacyl acyl carrier protein synthase n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3OAS140 "3 oxoacyl acyl carrier protein synthase n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3OAS141 "3 oxoacyl acyl carrier protein synthase n C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3OAS141 "3 oxoacyl acyl carrier protein synthase n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3OAS160 "3 oxoacyl acyl carrier protein synthase n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3OAS160 "3 oxoacyl acyl carrier protein synthase n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3OAS161 "3 oxoacyl acyl carrier protein synthase n C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3OAS161 "3 oxoacyl acyl carrier protein synthase n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3OAS180 "3 oxoacyl acyl carrier protein synthase n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3OAS180 "3 oxoacyl acyl carrier protein synthase n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3OAS181 "3 oxoacyl acyl carrier protein synthase n C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3OAS181 "3 oxoacyl acyl carrier protein synthase n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3OAS60 "3 oxoacyl acyl carrier protein synthase n C60 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3OAS60 "3 oxoacyl acyl carrier protein synthase n C60 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3OAS80 "3 oxoacyl acyl carrier protein synthase n C80 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3OAS80 "3 oxoacyl acyl carrier protein synthase n C80 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3PEPTabcpp "tripeptide LalaDgluMdap transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3PEPTabcpp "tripeptide LalaDgluMdap transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3PEPTtex "LalaDgluMdap tripeptide transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3PEPTtex "LalaDgluMdap tripeptide transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3UMPtex "3UMP transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3UMPtex "3UMP transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_4HOXPACDtex "4 hydroxyphenylacetaldehyde transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_4HOXPACDtex "4 hydroxyphenylacetaldehyde transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_4PCP "tetrapeptide L D carboxypeptidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_4PCP "tetrapeptide L D carboxypeptidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_4PCPpp "tetrapeptide L D carboxypeptidase periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_4PEPTabcpp "tetrapeptide LalaDgluMdapDala transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_4PEPTabcpp "tetrapeptide LalaDgluMdapDala transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_4PEPTtex "LalaDgluMdapDala pentapeptide transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_4PEPTtex "LalaDgluMdapDala pentapeptide transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_5DGLCNR "5 dehydro D gluconate reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_5DGLCNR "5 dehydro D gluconate reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_5DGLCNt2rpp "5 Dehydro D gluconate transport via proton symport reversible periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_5DGLCNt2rpp "5 Dehydro D gluconate transport via proton symport reversible periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_5DGLCNtex "5 Dehydro D gluconate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_5DGLCNtex "5 Dehydro D gluconate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_5DOAN "5 deoxyadenosine nuclosidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_5DOAN "5 deoxyadenosine nuclosidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_A5PISO "arabinose 5 phosphate isomerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_A5PISO "arabinose 5 phosphate isomerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AACPS1 "acyl acyl carrier protein synthetase n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AACPS1 "acyl acyl carrier protein synthetase n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AACPS2 "acyl acyl carrier protein synthetase  n C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AACPS2 "acyl acyl carrier protein synthetase  n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AACPS3 "acyl acyl carrier protein synthetase  n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AACPS3 "acyl acyl carrier protein synthetase  n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AACPS4 "acyl acyl carrier protein synthetase  n C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AACPS4 "acyl acyl carrier protein synthetase  n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AACPS5 "acyl acyl carrier protein synthetase  n C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AACPS5 "acyl acyl carrier protein synthetase  n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AACPS6 "acyl acyl carrier protein synthetase  n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AACPS6 "acyl acyl carrier protein synthetase  n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AACPS7 "acyl acyl carrier protein synthetase  n C120 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AACPS7 "acyl acyl carrier protein synthetase  n C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AACPS8 "acyl acyl carrier protein synthetase  n C100 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AACPS8 "acyl acyl carrier protein synthetase  n C100 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AACPS9 "acyl acyl carrier protein synthetase  n C80 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AACPS9 "acyl acyl carrier protein synthetase  n C80 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AACTOOR "Aminoacetoneoxygen oxidoreductase deaminating flavin containing ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AAMYL "alpha amylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AAMYL "alpha amylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AAMYLpp "alpha amylase periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AAMYLpp "alpha amylase periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ABTA "4 aminobutyrate transaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ABTA "4 aminobutyrate transaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ABUTD "Aminobutyraldehyde dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ABUTD "Aminobutyraldehyde dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ABUTt2pp "4 aminobutyrate transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ABUTt2pp "4 aminobutyrate transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ABUTtex "4 aminobutyrate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ABUTtex "4 aminobutyrate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACACtex "acetoacetate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACACtex "acetoacetate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACALD "acetaldehyde dehydrogenase acetylating ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACALD "acetaldehyde dehydrogenase acetylating ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACALDtex "acetaldehyde transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACALDtex "acetaldehyde transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACALDtpp "acetaldehyde reversible transport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACALDtpp "acetaldehyde reversible transport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACBIPGT "Adenosyl cobinamide phosphate guanyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACBIPGT "Adenosyl cobinamide phosphate guanyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACCOAC "acetyl CoA carboxylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACCOAC "acetyl CoA carboxylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACCOAL "acetate CoA ligase ADP forming ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACCOAL "acetate CoA ligase ADP forming ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACGAL1PPpp "N acetyl D galactosamine 1 phosphatase periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACGAL1Ptex "N acetyl D galactosamine 1 phosphate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACGAL1Ptex "N acetyl D galactosamine 1 phosphate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACGALtex "N acetyl D galactosamine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACGALtex "N acetyl D galactosamine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACGAM1PPpp "N acetyl D glucosamine 1 phosphatase periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACGAM1Ptex "N acetyl D glucosamine 1 phosphate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACGAM1Ptex "N acetyl D glucosamine 1 phosphate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACGAMK "N acetylglucosamine kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACGAMK "N acetylglucosamine kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACGAMT "UDP N acetylglucosamineundecaprenylphosphate N acetylglucosamine 1 phosphate transferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACGAMT "UDP N acetylglucosamineundecaprenylphosphate N acetylglucosamine 1 phosphate transferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACGAptspp "N Acetyl D glucosamine transport via PEPPyr PTS  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACGAptspp "N Acetyl D glucosamine transport via PEPPyr PTS  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACGAtex "N Acetyl D glucosamine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACGAtex "N Acetyl D glucosamine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACGK "acetylglutamate kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACGK "acetylglutamate kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACGS "N acetylglutamate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACGS "N acetylglutamate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACHBS "2 aceto 2 hydroxybutanoate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACHBS "2 aceto 2 hydroxybutanoate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACKr "acetate kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACKr "acetate kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACLS "acetolactate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACLS "acetolactate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACM6PH "N acetylmuramate 6 phosphate hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACMAMUT "UDP N acetyl D mannosaminuronic acid transferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACMAMUT "UDP N acetyl D mannosaminuronic acid transferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACMANAptspp "N acetyl D mannosamine transport via PTS  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACMANAptspp "N acetyl D mannosamine transport via PTS  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACMANAtex "N acetyl D mannosamine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACMANAtex "N acetyl D mannosamine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACMUMtex "N acetylmuramate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACMUMtex "N acetylmuramate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACNAMt2pp "N acetylneuraminate proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACNAMt2pp "N acetylneuraminate proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACNAMtex "N acetylneuraminate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACNAMtex "N acetylneuraminate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACNML "N Acetylneuraminate lyase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACNML "N Acetylneuraminate lyase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACOAD1f "acyl CoA dehydrogenase butanoyl CoA ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACOAD1f "acyl CoA dehydrogenase butanoyl CoA ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACOAD2f "acyl CoA dehydrogenase hexanoyl CoA ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACOAD2f "acyl CoA dehydrogenase hexanoyl CoA ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACOAD3f "acyl CoA dehydrogenase octanoyl CoA ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACOAD3f "acyl CoA dehydrogenase octanoyl CoA ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACOAD4f "acyl CoA dehydrogenase decanoyl CoA ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACOAD4f "acyl CoA dehydrogenase decanoyl CoA ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACOAD5f "acyl CoA dehydrogenase dodecanoyl CoA ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACOAD5f "acyl CoA dehydrogenase dodecanoyl CoA ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACOAD6f "acyl CoA dehydrogenase tetradecanoyl CoA ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACOAD6f "acyl CoA dehydrogenase tetradecanoyl CoA ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACOAD7f "acyl CoA dehydrogenase hexadecanoyl CoA ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACOAD7f "acyl CoA dehydrogenase hexadecanoyl CoA ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACOAD8f "acyl CoA dehydrogenase octadecanoyl CoA ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACOAD8f "acyl CoA dehydrogenase octadecanoyl CoA ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACOATA "Acetyl CoA ACP transacylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACOATA "Acetyl CoA ACP transacylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACODA "acetylornithine deacetylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACODA "acetylornithine deacetylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACOLIPAtex "arabinose modified core oligosaccharide lipid A transport via vector periplasm to extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACONIs "aconitate isomerase spontaneous ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACONIs "aconitate isomerase spontaneous ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACONTa "aconitase half reaction A Citrate hydro lyase ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACONTa "aconitase half reaction A Citrate hydro lyase ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACONTb "aconitase half reaction B Isocitrate hydro lyase ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACONTb "aconitase half reaction B Isocitrate hydro lyase ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACOTA "acetylornithine transaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACOTA "acetylornithine transaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACPS1 "acyl carrier protein synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACPS1 "acyl carrier protein synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACS "acetyl CoA synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACS "acetyl CoA synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACSERtex "O Acetyl L serine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACSERtex "O Acetyl L serine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACSERtpp "O Acetyl L serine export via facilitated transport">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACSERtpp "O Acetyl L serine export via facilitated transport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACt2rpp "acetate reversible transport via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACt4pp "NaAcetate symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACt4pp "NaAcetate symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACtex "Acetate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACtex "Acetate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADA "Adenosine deaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADA "Adenosine deaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADCL "4 aminobenzoate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADCL "4 aminobenzoate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADCS "4 amino 4 deoxychorismate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADCS "4 amino 4 deoxychorismate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADEt2rpp "adenine transport via proton symport reversible  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADEt2rpp "adenine transport via proton symport reversible  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADEtex "adenine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADEtex "adenine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADK1 "adenylate kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADK1 "adenylate kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADK3 "adentylate kinase GTP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADK3 "adentylate kinase GTP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADK4 "adentylate kinase ITP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADK4 "adentylate kinase ITP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADMDC "adenosylmethionine decarboxylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADMDC "adenosylmethionine decarboxylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADNCYC "adenylate cyclase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADNCYC "adenylate cyclase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADNK1 "adenosine kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADNK1 "adenosine kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADNUC "adenosine hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADNUC "adenosine hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADNt2pp "adenosine transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADNt2pp "adenosine transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADNt2rpp "adenosine transport in via proton symport reversible periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADNt2rpp "adenosine transport in via proton symport reversible periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADNtex "adenosine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADNtex "adenosine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADOCBLabcpp "Adenosylcobalamin transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADOCBLabcpp "Adenosylcobalamin transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADOCBLtonex "Adenosylcobalimin transport via ton system extermal ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADOCBLtonex "Adenosylcobalimin transport via ton system extermal ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADPRDP "ADPribose diphosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADPRDP "ADPribose diphosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADPT "adenine phosphoribosyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADPT "adenine phosphoribosyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADSK "adenylyl sulfate kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADSK "adenylyl sulfate kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADSL1r "adenylsuccinate lyase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADSL1r "adenylsuccinate lyase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADSL2r "adenylosuccinate lyase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADSL2r "adenylosuccinate lyase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADSS "adenylosuccinate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADSS "adenylosuccinate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AGDC "N acetylglucosamine 6 phosphate deacetylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AGDC "N acetylglucosamine 6 phosphate deacetylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AGM3PA "N Acetyl D glucosamine anhydrous N Acetylmuramyl tripeptide amidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AGM3PA "N Acetyl D glucosamine anhydrous N Acetylmuramyl tripeptide amidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AGM3PApp "N Acetyl D glucosamine anhydrous N Acetylmuramyl tripeptide amidase periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AGM3PApp "N Acetyl D glucosamine anhydrous N Acetylmuramyl tripeptide amidase periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AGM3PH "N Acetyl D glucosamine anhydrous N Acetylmuramyl tripeptide beta 1 4 N acetylglucosaminidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AGM3PH "N Acetyl D glucosamine anhydrous N Acetylmuramyl tripeptide beta 1 4 N acetylglucosaminidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AGM3Pt2pp "GlcNAc anhMurNAc tripeptide transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AGM3Pt2pp "GlcNAc anhMurNAc tripeptide transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AGM4PA "N Acetyl D glucosamine anhydrous N Acetylmuramyl tetrapeptide amidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AGM4PA "N Acetyl D glucosamine anhydrous N Acetylmuramyl tetrapeptide amidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AGM4PApp "N Acetyl D glucosamine anhydrous N Acetylmuramyl tetrapeptide amidase periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AGM4PApp "N Acetyl D glucosamine anhydrous N Acetylmuramyl tetrapeptide amidase periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AGM4PCP "N Acetyl D glucosamine anhydrous N Acetylmuramyl tetrapeptide L D carboxypeptidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AGM4PCP "N Acetyl D glucosamine anhydrous N Acetylmuramyl tetrapeptide L D carboxypeptidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AGM4PCPpp "N Acetyl D glucosamine anhydrous N Acetylmuramyl tetrapeptide L D carboxypeptidase periplasmic ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AGM4PH "N Acetyl D glucosamine anhydrous N Acetylmuramyl tetrapeptide beta 1 4 N acetylglucosaminidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AGM4PH "N Acetyl D glucosamine anhydrous N Acetylmuramyl tetrapeptide beta 1 4 N acetylglucosaminidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AGM4Pt2pp "GlcNAc anhMurNAc tetrapeptide transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AGM4Pt2pp "GlcNAc anhMurNAc tetrapeptide transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AGMH "N Acetyl D glucosamine anhydrous N Acetylmuramyl beta 1 4 N acetylglucosaminidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AGMH "N Acetyl D glucosamine anhydrous N Acetylmuramyl beta 1 4 N acetylglucosaminidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AGMHE "ADP D glycero D manno heptose epimerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AGMHE "ADP D glycero D manno heptose epimerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AGMT "agmatinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AGMT "agmatinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AGMt2pp "GlcNAc anhMurNAc transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AGMt2pp "GlcNAc anhMurNAc transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AGMtex "agmatine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AGMtex "agmatine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AGPAT120 "1 tetradecanoyl sn glycerol 3 phosphate O acyltransferase n C120 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AGPAT120 "1 tetradecanoyl sn glycerol 3 phosphate O acyltransferase n C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AGPAT140 "1 tetradecanoyl sn glycerol 3 phosphate O acyltransferase n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AGPAT140 "1 tetradecanoyl sn glycerol 3 phosphate O acyltransferase n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AGPAT141 "1 tetradec 7 enoyl sn glycerol 3 phosphate O acyltransferase n C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AGPAT141 "1 tetradec 7 enoyl sn glycerol 3 phosphate O acyltransferase n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AGPAT160 "1 hexadecanoyl sn glycerol 3 phosphate O acyltransferase n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AGPAT160 "1 hexadecanoyl sn glycerol 3 phosphate O acyltransferase n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AGPAT161 "1 hexadec 7 enoyl sn glycerol 3 phosphate O acyltransferase n C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AGPAT161 "1 hexadec 7 enoyl sn glycerol 3 phosphate O acyltransferase n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AGPAT180 "1 octadecanoyl sn glycerol 3 phosphate O acyltransferase n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AGPAT180 "1 octadecanoyl sn glycerol 3 phosphate O acyltransferase n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AGPAT181 "1 octadec 7 enoyl sn glycerol 3 phosphate O acyltransferase n C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AGPAT181 "1 octadec 7 enoyl sn glycerol 3 phosphate O acyltransferase n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AGPR "N acetyl g glutamyl phosphate reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AGPR "N acetyl g glutamyl phosphate reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AHCYSNS "S adenosylhomocysteine nucleosidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AHCYSNS "S adenosylhomocysteine nucleosidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AICART "phosphoribosylaminoimidazolecarboxamide formyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AICART "phosphoribosylaminoimidazolecarboxamide formyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AIRC2 "phosphoribosylaminoimidazole carboxylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AIRC2 "phosphoribosylaminoimidazole carboxylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AIRC3 "phosphoribosylaminoimidazole carboxylase mutase rxn ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AIRC3 "phosphoribosylaminoimidazole carboxylase mutase rxn ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AKGDH "2 Oxogluterate dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AKGDH "2 Oxogluterate dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AKGt2rpp "2 oxoglutarate reversible transport via symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AKGt2rpp "2 oxoglutarate reversible transport via symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AKGtex "alpha ketoglutarate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AKGtex "alpha ketoglutarate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALAALAabcpp "D alanyl D alanine DalaDala transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALAALAabcpp "D alanyl D alanine DalaDala transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALAALAr "D alanine D alanine ligase reversible ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALAALAr "D alanine D alanine ligase reversible ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALAALAtex "D alanyl D alanine DalaDala transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALAALAtex "D alanyl D alanine DalaDala transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALAGLUE "L alanyl gamma glutamate epimerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALAGLUE "L alanyl gamma glutamate epimerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALAR "alanine racemase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALAR "alanine racemase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALATA_D2 "D alanine transaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALATA_D2 "D alanine transaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALATA_L "L alanine transaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALATA_L2 "alanine transaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALATA_L2 "alanine transaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALATRS "Alanyl tRNA synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALATRS "Alanyl tRNA synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALAabcpp "L alanine transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALAabcpp "L alanine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALAt2pp "L alanine transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALAt2pp "L alanine transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALAt4pp "L alanine transport in via sodium symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALAt4pp "L alanine transport in via sodium symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALAtex "L alanine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALAtex "L alanine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALDD2y "aldehyde dehydrogenase acetaldehyde NADP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALDD2y "aldehyde dehydrogenase acetaldehyde NADP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALDD3y "aldehyde dehydrogenase propanal NADP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALDD3y "aldehyde dehydrogenase propanal NADP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALLTAMH "allantoate amidohydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALLTAMH "allantoate amidohydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALLTN "allantoinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALLTN "allantoinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALLTNt2rpp "allantoin transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALLTNt2rpp "allantoin transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALLTNtex "allantoin transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALLTNtex "allantoin transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALLtex "Allose transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALLtex "Allose transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALR2 "aldose reductase methylglyoxal ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALR2 "aldose reductase methylglyoxal ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALR4x "aldose reductase acetol ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALR4x "aldose reductase acetol ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AM3PA "anhydrous N Acetylmuramyl tripeptide amidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AM3PA "anhydrous N Acetylmuramyl tripeptide amidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AM4PA "anhydrous N Acetylmuramyl tetrapeptide amidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AM4PA "anhydrous N Acetylmuramyl tetrapeptide amidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AM4PCP "anhydrous N Acetylmuramyl tetrapeptide L D carboxypeptidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AM4PCP "anhydrous N Acetylmuramyl tetrapeptide L D carboxypeptidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AMALT1 "Amylomaltase maltotriose ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AMALT1 "Amylomaltase maltotriose ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AMALT2 "Amylomaltase maltotetraose ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AMALT2 "Amylomaltase maltotetraose ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AMALT3 "Amylomaltase maltopentaose ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AMALT3 "Amylomaltase maltopentaose ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AMALT4 "Amylomaltase maltohexaose ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AMALT4 "Amylomaltase maltohexaose ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AMANAPEr "N acetylmannosamine 6 phosphate epimerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AMANAPEr "N acetylmannosamine 6 phosphate epimerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AMANK "N acetyl D mannosamine kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AMANK "N acetyl D mannosamine kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AMAOTr "adenosylmethionine 8 amino 7 oxononanoate transaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AMAOTr "adenosylmethionine 8 amino 7 oxononanoate transaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AMMQLT8 "S adenosylmethione2 demthylmenaquinole methyltransferase menaquinone 8 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AMMQLT8 "S adenosylmethione2 demthylmenaquinole methyltransferase menaquinone 8 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AMPMS2 "4 amino 2 methyl 5 phosphomethylpyrimidine synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AMPMS2 "4 amino 2 methyl 5 phosphomethylpyrimidine synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AMPN "AMP nucleosidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AMPN "AMP nucleosidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AMPTASECG "alanyl aminopeptidase cys gly ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AMPTASECG "alanyl aminopeptidase cys gly ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AMPTASEPG "aminopeptidase pro gly ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AMPTASEPG "aminopeptidase pro gly ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AMPtex "AMP transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AMPtex "AMP transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ANHGMtex "GlcNAc anhMurNAc transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ANHGMtex "GlcNAc anhMurNAc transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ANHMK "1 6 anhydrous N Acetylmuramate kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ANHMK "1 6 anhydrous N Acetylmuramate kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ANPRT "anthranilate phosphoribosyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ANPRT "anthranilate phosphoribosyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ANS "anthranilate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ANS "anthranilate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AOBUTDs "L 2 amino 3 oxobutanoate decarboxylation spontaneous ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AOBUTDs "L 2 amino 3 oxobutanoate decarboxylation spontaneous ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AOXSr "8 amino 7 oxononanoate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AOXSr "8 amino 7 oxononanoate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AP4AH "Ap4A hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AP4AH "Ap4A hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AP5AH "Ap5A hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AP5AH "Ap5A hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_APRAUR "5 amino 6 5 phosphoribosylamino uracil reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_APRAUR "5 amino 6 5 phosphoribosylamino uracil reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ARAI "L arabinose isomerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ARAI "L arabinose isomerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ARBTNR1 "aerobactin reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ARBTNR2 "aerobactin reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ARBTNR3 "aerobactin reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ARBTNabcpp "aerobactin transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ARBTNabcpp "aerobactin transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ARBTNexs "aerobactin Fe loading reaction spontaneous ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ARBTNexs "aerobactin Fe loading reaction spontaneous ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ARBTNtex "aerobactin secretion to extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ARBTNtonex "aerobactin transport via ton system extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ARBTNtpp "aerobactin secretion to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ARBt2rpp "L arabinose transport via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ARBt2rpp "L arabinose transport via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ARBt3ipp "L arabinose transport via proton antiport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ARBt3ipp "L arabinose transport via proton antiport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ARBtex "L arabinose transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ARBtex "L arabinose transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ARGAGMt7pp "Arginineagmatine antiport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ARGAGMt7pp "Arginineagmatine antiport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ARGDC "arginine decarboxylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ARGDC "arginine decarboxylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ARGDCpp "arginine decarboxylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ARGDCpp "arginine decarboxylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ARGORNt7pp "arginineornithine antiporter periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ARGORNt7pp "arginineornithine antiporter periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ARGSL "argininosuccinate lyase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ARGSL "argininosuccinate lyase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ARGSS "argininosuccinate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ARGSS "argininosuccinate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ARGTRS "Arginyl tRNA synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ARGTRS "Arginyl tRNA synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ARGabcpp "L arginine transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ARGabcpp "L arginine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ARGt3pp "L arginine transport out via proton antiport cytoplasm to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ARGt3pp "L arginine transport out via proton antiport cytoplasm to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ARGtex "L arginine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ARGtex "L arginine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASAD "aspartate semialdehyde dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASAD "aspartate semialdehyde dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASCBPL "L ascorbate 6 phosphate lactonase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASCBPL "L ascorbate 6 phosphate lactonase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASCBptspp "L ascorbate transport via PEPPyr PTS periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASCBptspp "L ascorbate transport via PEPPyr PTS periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASCBtex "L ascorbate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASCBtex "L ascorbate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASNN "L asparaginase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASNN "L asparaginase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASNNpp "L asparaginase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASNNpp "L asparaginase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASNS1 "asparagine synthase glutamine hydrolysing ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASNS1 "asparagine synthase glutamine hydrolysing ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASNS2 "asparagine synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASNS2 "asparagine synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASNTRS "Asparaginyl tRNA synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASNTRS "Asparaginyl tRNA synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASNabcpp "L asparagine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASNt2rpp "L asparagine reversible transport via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASNt2rpp "L asparagine reversible transport via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASNtex "L asparagine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASNtex "L asparagine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASO3tex "arsenite transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASO3tex "arsenite transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASP1DC "aspartate 1 decarboxylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASP1DC "aspartate 1 decarboxylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASPCT "aspartate carbamoyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASPCT "aspartate carbamoyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASPK "aspartate kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASPK "aspartate kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASPO3 "L aspartate oxidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASPO3 "L aspartate oxidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASPO4 "L aspartate oxidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASPO4 "L aspartate oxidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASPO5 "L aspartate oxidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASPO5 "L aspartate oxidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASPO6 "L aspartate oxidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASPO6 "L aspartate oxidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASPT "L aspartase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASPT "L aspartase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASPTA "aspartate transaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASPTA "aspartate transaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASPTRS "Aspartyl tRNA synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASPTRS "Aspartyl tRNA synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASPabcpp "L aspartate transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASPabcpp "L aspartate transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASPt2_2pp "Aspartate transport via proton symport 2 H  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASPt2_2pp "Aspartate transport via proton symport 2 H  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASPt2pp "L aspartate transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASPt2pp "L aspartate transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASPtex "L aspartate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASPtex "L aspartate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AST "Arginine succinyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AST "Arginine succinyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ATHRDHr "L allo threonine dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ATHRDHr "L allo threonine dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ATPHs "ATP amine hydrolysis spontaneous ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ATPHs "ATP amine hydrolysis spontaneous ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ATPM "ATP maintenance requirement">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ATPPRT "ATP phosphoribosyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ATPPRT "ATP phosphoribosyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ATPS4rpp "ATP synthase four protons for one ATP  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ATPS4rpp "ATP synthase four protons for one ATP  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_BALAt2pp "beta alanine transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_BALAt2pp "beta alanine transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_BALAtex "beta alanine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_BALAtex "beta alanine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_BPNT "3 5 bisphosphate nucleotidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_BSORx "Biotin sulfoxide reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_BSORx "Biotin sulfoxide reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_BSORy "Biotin sulfoxide reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_BSORy "Biotin sulfoxide reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_BTS4 "Biotin synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_BTS4 "Biotin synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_BUTSO3tex "butanesulfonate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_BUTSO3tex "butanesulfonate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_BUTtex "Butyrate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_BUTtex "Butyrate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CA2t3pp "calcium Ca2 transport out via proton antiport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CA2t3pp "calcium Ca2 transport out via proton antiport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CA2tex "calcium Ca2 transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CA2tex "calcium Ca2 transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CADVtpp "LysineCadaverine antiporter periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CADVtpp "LysineCadaverine antiporter periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CAt6pp "calcium sodium antiporter 11 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CAt6pp "calcium sodium antiporter 11 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CBIAT "Cobinamide adenyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CBIAT "Cobinamide adenyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CBItonex "Cobinamide transport via ton system extermal ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CBItonex "Cobinamide transport via ton system extermal ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CBIuabcpp "Cobinamide transport via ABC system uptake periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CBIuabcpp "Cobinamide transport via ABC system uptake periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CBL1abcpp "Cob 1 alamin transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CBL1abcpp "Cob 1 alamin transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CBL1tonex "Cob 1 alamin transport via ton system extermal ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CBL1tonex "Cob 1 alamin transport via ton system extermal ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CBPS "carbamoyl phosphate synthase glutamine hydrolysing ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CBPS "carbamoyl phosphate synthase glutamine hydrolysing ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CD2abcpp "Cadmium Cd2 ABC transporter periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CD2abcpp "Cadmium Cd2 ABC transporter periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CD2t3pp "cadmium Cd2 transport out via proton antiport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CD2t3pp "cadmium Cd2 transport out via proton antiport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CD2tex "cadmium Cd2 transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CD2tex "cadmium Cd2 transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CD2tpp "cadmium 2 transport in via permease no H ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CD2tpp "cadmium 2 transport in via permease no H ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CDAPPA120 "CDP Diacylglycerol pyrophostatase n C120 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CDAPPA120 "CDP Diacylglycerol pyrophostatase n C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CDAPPA140 "CDP Diacylglycerol pyrophostatase n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CDAPPA140 "CDP Diacylglycerol pyrophostatase n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CDAPPA141 "CDP Diacylglycerol pyrophostatase n C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CDAPPA141 "CDP Diacylglycerol pyrophostatase n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CDAPPA160 "CDP Diacylglycerol pyrophostatase n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CDAPPA160 "CDP Diacylglycerol pyrophostatase n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CDAPPA161 "CDP Diacylglycerol pyrophostatase n C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CDAPPA161 "CDP Diacylglycerol pyrophostatase n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CDAPPA180 "CDP Diacylglycerol pyrophostatase n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CDAPPA180 "CDP Diacylglycerol pyrophostatase n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CDAPPA181 "CDP Diacylglycerol pyrophostatase n C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CDAPPA181 "CDP Diacylglycerol pyrophostatase n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CDPMEK "4 cytidine 5 diphospho 2 C methyl D erythritol kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CDPMEK "4 cytidine 5 diphospho 2 C methyl D erythritol kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CFAS160E "cyclopropane fatty acid synthase Phosphatidylethanolamine n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CFAS160E "cyclopropane fatty acid synthase Phosphatidylethanolamine n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CFAS160G "cyclopropane fatty acid synthase Phosphatidylglycerol n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CFAS160G "cyclopropane fatty acid synthase Phosphatidylglycerol n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CFAS180E "cyclopropane fatty acid synthase Phosphatidylethanolamine n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CFAS180E "cyclopropane fatty acid synthase Phosphatidylethanolamine n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CFAS180G "cyclopropane fatty acid synthase Phosphatidylglycerol n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CFAS180G "cyclopropane fatty acid synthase Phosphatidylglycerol n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CGLYabcpp "L Cysteinylglycine Cys Gly transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CGLYabcpp "L Cysteinylglycine Cys Gly transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CGLYtex "L Cysteinylglycine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CGLYtex "L Cysteinylglycine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CHLabcpp "choline transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CHLabcpp "choline transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CHLtex "choline transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CHLtex "choline transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CHORS "chorismate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CHORS "chorismate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CHRPL "Chorismate pyruvate lyase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CHRPL "Chorismate pyruvate lyase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CITL "Citrate lyase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CITL "Citrate lyase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CITt7pp "Citrate transport via succinate antiport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CITt7pp "Citrate transport via succinate antiport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CITtex "citrate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CITtex "citrate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ICITtex "citrate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ICITtex "citrate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACONCtex "cisaconitat transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACONCtex "cisaconitat transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CLIPAtex "cold lipid A transport via vector periplasm to extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CLPNH120pp "cardiolipin hydrolase periplasm n C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CLPNH140pp "cardiolipin hydrolase periplasm n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CLPNH141pp "cardiolipin hydrolase periplasm n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CLPNH160pp "cardiolipin hydrolase periplasm n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CLPNH161pp "cardiolipin hydrolase periplasm n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CLPNH180pp "cardiolipin hydrolase periplasm n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CLPNH181pp "cardiolipin hydrolase periplasm n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CLPNS120pp "cardiolipin synthase periplasmic n C120 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CLPNS120pp "cardiolipin synthase periplasmic n C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CLPNS140pp "cardiolipin synthase periplasmic n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CLPNS140pp "cardiolipin synthase periplasmic n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CLPNS141pp "cardiolipin synthase periplasmic n C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CLPNS141pp "cardiolipin synthase periplasmic n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CLPNS160pp "cardiolipin synthase periplasmic n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CLPNS160pp "cardiolipin synthase periplasmic n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CLPNS161pp "cardiolipin synthase periplasmic n C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CLPNS161pp "cardiolipin synthase periplasmic n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CLPNS180pp "cardiolipin synthase periplasmic n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CLPNS180pp "cardiolipin synthase periplasmic n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CLPNS181pp "cardiolipin synthase periplasmic n C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CLPNS181pp "cardiolipin synthase periplasmic n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CLt3_2pp "chloride transport out via proton antiport 21  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CLt3_2pp "chloride transport out via proton antiport 21  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CLtex "chloride Cl 1 transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CLtex "chloride Cl 1 transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CMPN "CMP nucleosidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CMPtex "CMP transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CMPtex "CMP transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CO2tex "CO2 transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CO2tex "CO2 transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CO2tpp "CO2 transporter via diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CO2tpp "CO2 transporter via diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_COBALT2abcpp "Cobalt Co2 ABC transporter periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_COBALT2abcpp "Cobalt Co2 ABC transporter periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_COBALT2t3pp "cobalt Co2 transport out via proton antiport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_COBALT2t3pp "cobalt Co2 transport out via proton antiport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_COBALT2tex "cobalt Co2 transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_COBALT2tex "cobalt Co2 transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_COBALT2tpp "cobalt transport in via permease no H ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_COBALT2tpp "cobalt transport in via permease no H ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_COLIPAabcpp "core oligosaccharide lipid A transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_COLIPAabcpp "core oligosaccharide lipid A transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_COLIPAtex "core oligosaccharide lipid A transport via vector periplasm to extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CPGNR1 "coprogen Fe III  reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CPGNR2 "coprogen Fe III  reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CPGNR3 "coprogen Fe III  reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CPGNUtex "coprogen unloaded secretion extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CPGNUtpp "coprogen unloaded secretion">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CPGNabcpp "coprogen transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CPGNabcpp "coprogen transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CPGNexs "coprogen Fe loading reaction spontaneaous ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CPGNexs "coprogen Fe loading reaction spontaneaous ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CPGNtonex "Coprogen transport via ton system extracellular ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CPGNtonex "Coprogen transport via ton system extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CPPPGO "coproporphyrinogen oxidase O2 required ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CPPPGO "coproporphyrinogen oxidase O2 required ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CPPPGO2 "Oxygen Independent coproporphyrinogen III oxidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CPPPGO2 "Oxygen Independent coproporphyrinogen III oxidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CRNBTCT "gamma butyrobetainyl CoA carnitine CoA transferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CRNBTCT "gamma butyrobetainyl CoA carnitine CoA transferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CRNCAL2 "Carnitine CoA Ligase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CRNCAL2 "Carnitine CoA Ligase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CRNCAR "carnitine CoA racemase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CRNCAR "carnitine CoA racemase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CRNCBCT "crotonobetainyl CoA carnitine CoA transferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CRNCBCT "crotonobetainyl CoA carnitine CoA transferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CRNCDH "Carnityl CoA dehydratse">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CRNCDH "Carnityl CoA dehydratse">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CRNDCAL2 "D Carnitine CoA Ligase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CRNDCAL2 "D Carnitine CoA Ligase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CRNDabcpp "D carnitine transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CRNDabcpp "D carnitine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CRNDt2rpp "D carnitine outward transport H antiport ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CRNDt2rpp "D carnitine outward transport H antiport ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CRNabcpp "L carnitine transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CRNabcpp "L carnitine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CRNt2rpp "L carnitine outward transport H antiport ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CRNt2rpp "L carnitine outward transport H antiport ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CRNt7pp "Carnitinebutyrobetaine antiporter periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CRNt7pp "Carnitinebutyrobetaine antiporter periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CRNt8pp "L carnitineD carnitine antiporter periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CRNt8pp "L carnitineD carnitine antiporter periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CRNtex "L carnitine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CRNtex "L carnitine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CS "citrate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CS "citrate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CSNtex "cytosine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CSNtex "cytosine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CTBTCAL2 "Crotonobetaine CoA Ligase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CTBTCAL2 "Crotonobetaine CoA Ligase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CTBTabcpp "crotonobetaine transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CTBTabcpp "crotonobetaine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CTBTt2rpp "cronobetaine outward transport H antiport ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CTBTt2rpp "cronobetaine outward transport H antiport ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CTPS2 "CTP synthase glutamine ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CTPS2 "CTP synthase glutamine ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CU1Opp "Cuprous Oxidase Cu1 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CU1Opp "Cuprous Oxidase Cu1 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CU1abcpp "Copper Cu 1 ABC transporter periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CU1abcpp "Copper Cu 1 ABC transporter periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AU1abcpp "Gold Au 1 ABC transporter periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AU1abcpp "Gold Au 1 ABC transporter periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CU2abcpp "Copper Cu2 ABC transporter periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CU2abcpp "Copper Cu2 ABC transporter periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CU2tex "copper Cu2 transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CU2tex "copper Cu2 transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CU2tpp "copper transport in via permease no H ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CU2tpp "copper transport in via permease no H ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CUtex "copper Cu1 transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CUtex "copper Cu1 transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYANST "Cyanide sulfurtransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CYANST "Cyanide sulfurtransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYANSTpp "Cyanide sulfurtransferase periplasmic ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CYANSTpp "Cyanide sulfurtransferase periplasmic ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYANtex "Cyanide transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CYANtex "Cyanide transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYNTtex "Cyanate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CYNTtex "Cyanate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYSDS "Cysteine Desulfhydrase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CYSDS "Cysteine Desulfhydrase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYSDtex "D cysteine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CYSDtex "D cysteine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYSS "cysteine synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CYSS "cysteine synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYSSADS "L cysteine sulfinic acid desulfurase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CYSSADS "L cysteine sulfinic acid desulfurase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYSTL "cystathionine b lyase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CYSTL "cystathionine b lyase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYSTRS "Cysteinyl tRNA synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CYSTRS "Cysteinyl tRNA synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYSabc2pp "L cysteine export via ABC system cytoplasm to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CYSabc2pp "L cysteine export via ABC system cytoplasm to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYSabcpp "L cysteine uptake via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYSIabcpp "L cystine uptake via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYStex "L cysteine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CYStex "L cysteine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYSItex "L cystine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CYSItex "L cystine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYStpp "L cysteine export via facilitated transport">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CYStpp "L cysteine export via facilitated transport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYTBO3_4pp "cytochrome oxidase bo3 ubiquinol 8 4 protons  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CYTBO3_4pp "cytochrome oxidase bo3 ubiquinol 8 4 protons  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYTD "cytidine deaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CYTD "cytidine deaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYTDH "Cytidine hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CYTDH "Cytidine hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYTDK2 "cytidine kinase GTP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CYTDK2 "cytidine kinase GTP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYTDt2pp "cytidine transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CYTDt2pp "cytidine transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYTDt2rpp "cytidine transport in via proton symport reversible periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CYTDt2rpp "cytidine transport in via proton symport reversible periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYTDtex "cytidine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CYTDtex "cytidine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYTK1 "cytidylate kinase CMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CYTK1 "cytidylate kinase CMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYTK2 "cytidylate kinase dCMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CYTK2 "cytidylate kinase dCMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DAAD "D Amino acid dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DAAD "D Amino acid dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DADA "Deoxyadenosine deaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DADA "Deoxyadenosine deaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DADK "deoxyadenylate kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DADK "deoxyadenylate kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DADNt2pp "deoxyadenosine transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DADNt2pp "deoxyadenosine transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DADNtex "deoxyadenosine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DADNtex "deoxyadenosine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DAGK120 "diacylglycerol kinase n C120 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DAGK120 "diacylglycerol kinase n C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DAGK140 "diacylglycerol kinase n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DAGK140 "diacylglycerol kinase n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DAGK141 "diacylglycerol kinase n C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DAGK141 "diacylglycerol kinase n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DAGK160 "diacylglycerol kinase n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DAGK160 "diacylglycerol kinase n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DAGK161 "diacylglycerol kinase n C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DAGK161 "diacylglycerol kinase n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DAGK180 "diacylglycerol kinase n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DAGK180 "diacylglycerol kinase n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DAGK181 "diacylglycerol kinase n C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DAGK181 "diacylglycerol kinase n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DALAt2pp "D alanine transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DALAt2pp "D alanine transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DALAtex "D Alanine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DALAtex "D Alanine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DAMPtex "dAMP transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DAMPtex "dAMP transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DAPDC "diaminopimelate decarboxylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DAPDC "diaminopimelate decarboxylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DAPE "diaminopimelate epimerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DAPE "diaminopimelate epimerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DAPabcpp "M diaminopimelic acid ABC transport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DAPabcpp "M diaminopimelic acid ABC transport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DAPtex "1 5 Diaminopentane transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DAPtex "1 5 Diaminopentane transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DASYN120 "CDP diacylglycerol synthetase n C120 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DASYN120 "CDP diacylglycerol synthetase n C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DASYN140 "CDP diacylglycerol synthetase n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DASYN140 "CDP diacylglycerol synthetase n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DASYN141 "CDP diacylglycerol synthetase n C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DASYN141 "CDP diacylglycerol synthetase n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DASYN160 "CDP diacylglycerol synthetase n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DASYN160 "CDP diacylglycerol synthetase n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DASYN161 "CDP diacylglycerol synthetase n C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DASYN161 "CDP diacylglycerol synthetase n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DASYN180 "CDP diacylglycerol synthetase n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DASYN180 "CDP diacylglycerol synthetase n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DASYN181 "CDP diacylglycerol synthetase n C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DASYN181 "CDP diacylglycerol synthetase n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DATPHs "dATP amine hydrolysis spontaneous ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DATPHs "dATP amine hydrolysis spontaneous ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DB4PS "3 4 Dihydroxy 2 butanone 4 phosphate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DB4PS "3 4 Dihydroxy 2 butanone 4 phosphate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DBTS "dethiobiotin synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DBTS "dethiobiotin synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DCAtex "Decanoate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DCAtex "Decanoate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DCMPtex "dCMP transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DCMPtex "dCMP transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DCTPD "dCTP deaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DCTPD "dCTP deaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DCYTD "deoxycytidine deaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DCYTD "deoxycytidine deaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DCYTt2pp "deoxycytidine transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DCYTt2pp "deoxycytidine transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DCYTtex "deoxycytidine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DCYTtex "deoxycytidine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DDCAtexi "Fatty acid dodecanoate transport via facilitated irreversible diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DDCAtexi "Fatty acid dodecanoate transport via facilitated irreversible diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DDGALK "2 dehydro 3 deoxygalactonokinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DDGALK "2 dehydro 3 deoxygalactonokinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DDGLCNtex "2 dehydro 3 deoxy D gluconate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DDGLCNtex "2 dehydro 3 deoxy D gluconate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DDGLK "2 dehydro 3 deoxygluconokinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DDGLK "2 dehydro 3 deoxygluconokinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DDPA "3 deoxy D arabino heptulosonate 7 phosphate synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DDPA "3 deoxy D arabino heptulosonate 7 phosphate synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DGK1 "deoxyguanylate kinase dGMPATP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DGK1 "deoxyguanylate kinase dGMPATP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DGMPtex "dGMP transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DGMPtex "dGMP transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DGSNt2pp "deoxyguanosine transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DGSNt2pp "deoxyguanosine transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DGSNtex "deoxyguanosine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DGSNtex "deoxyguanosine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHAD1 "dihydroxy acid dehydratase 2 3 dihydroxy 3 methylbutanoate ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DHAD1 "dihydroxy acid dehydratase 2 3 dihydroxy 3 methylbutanoate ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHAD2 "Dihydroxy acid dehydratase 2 3 dihydroxy 3 methylpentanoate ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DHAD2 "Dihydroxy acid dehydratase 2 3 dihydroxy 3 methylpentanoate ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHAtex "Dihydroxyacetone transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DHAtex "Dihydroxyacetone transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHAtpp "Dihydroxyacetone transport via facilitated diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHBD "2 3 dihydro 2 3 dihydroxybenzoate dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DHBD "2 3 dihydro 2 3 dihydroxybenzoate dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHBS "2 3 dihydroxybenzoate adenylate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DHBS "2 3 dihydroxybenzoate adenylate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHDPRy "dihydrodipicolinate reductase NADPH ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DHDPRy "dihydrodipicolinate reductase NADPH ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHDPS "dihydrodipicolinate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DHDPS "dihydrodipicolinate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHFR "dihydrofolate reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DHFR "dihydrofolate reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHFS "dihydrofolate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DHFS "dihydrofolate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHNAOT4 "1 4 dihydroxy 2 naphthoate octaprenyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DHNAOT4 "1 4 dihydroxy 2 naphthoate octaprenyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHNPA2 "dihydroneopterin aldolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DHNPA2 "dihydroneopterin aldolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHORD2 "dihydoorotic acid dehydrogenase quinone8 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DHORD2 "dihydoorotic acid dehydrogenase quinone8 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHORD5 "dihydroorotic acid menaquinone 8 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DHORD5 "dihydroorotic acid menaquinone 8 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHORTS "dihydroorotase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DHORTS "dihydroorotase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHPPDA2 "diaminohydroxyphosphoribosylaminopryrimidine deaminase 25drapp ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DHPPDA2 "diaminohydroxyphosphoribosylaminopryrimidine deaminase 25drapp ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHPS2 "dihydropteroate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DHPS2 "dihydropteroate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHPTDCs "4 5 dihydroxy 2 3 pentanedione cyclization spontaneous ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DHPTDCs "4 5 dihydroxy 2 3 pentanedione cyclization spontaneous ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHQS "3 dehydroquinate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DHQS "3 dehydroquinate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHQTi "3 dehydroquinate dehydratase irreversible">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DHQTi "3 dehydroquinate dehydratase irreversible">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DIMPtex "dIMP transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DIMPtex "dIMP transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DINSt2pp "deoxyinosine transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DINSt2pp "deoxyinosine transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DINStex "deoxyinosine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DINStex "deoxyinosine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DKGLCNR1 "2 5 diketo D gluconate reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DKGLCNR1 "2 5 diketo D gluconate reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DKGLCNR2x "2 5 diketo D gluconate reductase NADH ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DKGLCNR2x "2 5 diketo D gluconate reductase NADH ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DKGLCNR2y "2 5 diketo D gluconate reductase NADPH ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DKGLCNR2y "2 5 diketo D gluconate reductase NADPH ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DKMPPD "2 3 diketo 5 methylthio 1 phosphopentane degradation reaction">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DKMPPD3 "2 3 diketo 5 methylthio 1 phosphopentane degradation reaction">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DMATT "dimethylallyltranstransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DMATT "dimethylallyltranstransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DMPPS "1 hydroxy 2 methyl 2 E butenyl 4 diphosphate reductase dmpp ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DMPPS "1 hydroxy 2 methyl 2 E butenyl 4 diphosphate reductase dmpp ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DMQMT "3 Dimethylubiquinonol 3 methyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DMQMT "3 Dimethylubiquinonol 3 methyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DMSOtex "Dimethyl sulfoxide transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DMSOtex "Dimethyl sulfoxide transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DMStex "Dimethyl sulfide transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DMStex "Dimethyl sulfide transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DM_4HBA "Sink needed to allow 4 hydroxy benzoate to leave system">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DM_5DRIB "Sink needed to allow 5 deoxyribose to leave system">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DM_HMFURN "Sink needed to allow 4 hydroxy 5 methyl 3 2H furanone to leave system">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DM_OXAM "Sink needed to allow oxamate to leave system">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DNMPPA "Dihydroneopterin monophosphate dephosphorylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DNTPPA "Dihydroneopterin triphosphate pyrophosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DNTPPA "Dihydroneopterin triphosphate pyrophosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DOGULNR "2 3 dioxo L gulonate reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DOGULNR "2 3 dioxo L gulonate reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DOPAtex "dopamine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DOPAtex "dopamine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DPCOAK "dephospho CoA kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DPCOAK "dephospho CoA kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DRPA "deoxyribose phosphate aldolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DRPA "deoxyribose phosphate aldolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DSBAO1 "DsbA protein reoxidation reaction aerobic ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DSBAO1 "DsbA protein reoxidation reaction aerobic ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DSBAO2 "DsbA protein reoxidation reaction anaerobic ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DSBAO2 "DsbA protein reoxidation reaction anaerobic ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DSBCGT "DsbCglutathione thiotransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DSBCGT "DsbCglutathione thiotransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DSBDR "DsbD reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DSBDR "DsbD reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DSBGGT "DsbGglutathione thiotransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DSBGGT "DsbGglutathione thiotransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DSERDHr "D serine dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DSERDHr "D serine dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DSERt2pp "D serine transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DSERt2pp "D serine transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DSERtex "D serine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DSERtex "D serine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DTMPK "dTMP kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DTMPK "dTMP kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DTMPtex "dTMP transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DTMPtex "dTMP transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DUMPtex "dUMP transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DUMPtex "dUMP transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DURIK1 "deoxyuridine kinase ATPDeoxyuridine ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DURIK1 "deoxyuridine kinase ATPDeoxyuridine ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DURIPP "deoxyuridine phosphorylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DURIPP "deoxyuridine phosphorylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DURIt2pp "deoxyuridine transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DURIt2pp "deoxyuridine transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DURItex "deoxyuridine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DURItex "deoxyuridine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DUTPDP "dUTP diphosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DUTPDP "dUTP diphosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DXPRIi "1 deoxy D xylulose reductoisomerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DXPRIi "1 deoxy D xylulose reductoisomerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DXPS "1 deoxy D xylulose 5 phosphate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DXPS "1 deoxy D xylulose 5 phosphate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DXYLK "1 Deoxy D xylulose kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DXYLK "1 Deoxy D xylulose kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_D_LACt2pp "D lactate transport via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_D_LACt2pp "D lactate transport via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_D_LACtex "D lactate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_D_LACtex "D lactate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_E4PD "Erythrose 4 phosphate dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_E4PD "Erythrose 4 phosphate dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EAR100x "enoyl acyl carrier protein reductase NADH  n C100 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EAR100x "enoyl acyl carrier protein reductase NADH  n C100 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EAR100y "enoyl acyl carrier protein reductase NADPH  n C100 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EAR100y "enoyl acyl carrier protein reductase NADPH  n C100 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EAR120x "enoyl acyl carrier protein reductase NADH  n C120 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EAR120x "enoyl acyl carrier protein reductase NADH  n C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EAR120y "enoyl acyl carrier protein reductase NADPH  n C120 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EAR120y "enoyl acyl carrier protein reductase NADPH  n C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EAR121x "enoyl acyl carrier protein reductase NADH  n C121 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EAR121x "enoyl acyl carrier protein reductase NADH  n C121 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EAR121y "enoyl acyl carrier protein reductase NADPH  n C121 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EAR121y "enoyl acyl carrier protein reductase NADPH  n C121 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EAR140x "enoyl acyl carrier protein reductase NADH  n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EAR140x "enoyl acyl carrier protein reductase NADH  n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EAR140y "enoyl acyl carrier protein reductase NADPH  n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EAR140y "enoyl acyl carrier protein reductase NADPH  n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EAR141x "enoyl acyl carrier protein reductase NADH  n C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EAR141x "enoyl acyl carrier protein reductase NADH  n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EAR141y "enoyl acyl carrier protein reductase NADPH  n C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EAR141y "enoyl acyl carrier protein reductase NADPH  n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EAR160x "enoyl acyl carrier protein reductase NADH  n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EAR160x "enoyl acyl carrier protein reductase NADH  n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EAR160y "enoyl acyl carrier protein reductase NADPH  n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EAR160y "enoyl acyl carrier protein reductase NADPH  n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EAR161x "enoyl acyl carrier protein reductase NADH  n C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EAR161x "enoyl acyl carrier protein reductase NADH  n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EAR161y "enoyl acyl carrier protein reductase NADPH  n C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EAR161y "enoyl acyl carrier protein reductase NADPH  n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EAR180x "enoyl acyl carrier protein reductase NADH  n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EAR180x "enoyl acyl carrier protein reductase NADH  n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EAR180y "enoyl acyl carrier protein reductase NADPH  n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EAR180y "enoyl acyl carrier protein reductase NADPH  n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EAR181x "enoyl acyl carrier protein reductase NADH  n C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EAR181x "enoyl acyl carrier protein reductase NADH  n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EAR181y "enoyl acyl carrier protein reductase NADPH  n C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EAR181y "enoyl acyl carrier protein reductase NADPH  n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EAR40x "enoyl acyl carrier protein reductase NADH  n C40 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EAR40x "enoyl acyl carrier protein reductase NADH  n C40 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EAR40y "enoyl acyl carrier protein reductase NADPH  n C40 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EAR40y "enoyl acyl carrier protein reductase NADPH  n C40 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EAR60x "enoyl acyl carrier protein reductase NADH  n C60 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EAR60x "enoyl acyl carrier protein reductase NADH  n C60 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EAR60y "enoyl acyl carrier protein reductase NADPH  n C60 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EAR60y "enoyl acyl carrier protein reductase NADPH  n C60 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EAR80x "enoyl acyl carrier protein reductase NADH  n C80 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EAR80x "enoyl acyl carrier protein reductase NADH  n C80 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EAR80y "enoyl acyl carrier protein reductase NADPH  n C80 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EAR80y "enoyl acyl carrier protein reductase NADPH  n C80 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ECA4COLIPAtex "enterobacterial common antigen x4 core oligosaccharide lipid A transport periplasm to extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ECA4OALpp "enterobacterial common antigen x4 O antigen ligase periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ECA4OALpp "enterobacterial common antigen x4 O antigen ligase periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ECAP1pp "enterobacterial common antigen polymerase periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ECAP1pp "enterobacterial common antigen polymerase periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ECAP2pp "enterobacterial common antigen polymerase periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ECAP2pp "enterobacterial common antigen polymerase periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ECAP3pp "enterobacterial common antigen polymerase periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ECAP3pp "enterobacterial common antigen polymerase periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ECAtpp "enterobacterial common antigen transferase flippase cytoplasm to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ECAtpp "enterobacterial common antigen transferase flippase cytoplasm to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ECOAH1 "3 hydroxyacyl CoA dehydratase 3 hydroxybutanoyl CoA ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ECOAH1 "3 hydroxyacyl CoA dehydratase 3 hydroxybutanoyl CoA ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ECOAH2 "3 hydroxyacyl CoA dehydratase 3 hydroxyhexanoyl CoA ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ECOAH2 "3 hydroxyacyl CoA dehydratase 3 hydroxyhexanoyl CoA ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ECOAH3 "3 hydroxyacyl CoA dehydratase 3 hydroxyoctanoyl CoA ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ECOAH3 "3 hydroxyacyl CoA dehydratase 3 hydroxyoctanoyl CoA ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ECOAH4 "3 hydroxyacyl CoA dehydratase 3 hydroxydecanoyl CoA ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ECOAH4 "3 hydroxyacyl CoA dehydratase 3 hydroxydecanoyl CoA ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ECOAH5 "3 hydroxyacyl CoA dehydratase 3 hydroxydodecanoyl CoA ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ECOAH5 "3 hydroxyacyl CoA dehydratase 3 hydroxydodecanoyl CoA ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ECOAH6 "3 hydroxyacyl CoA dehydratase 3 hydroxytetradecanoyl CoA ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ECOAH6 "3 hydroxyacyl CoA dehydratase 3 hydroxytetradecanoyl CoA ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ECOAH7 "3 hydroxyacyl CoA dehydratase 3 hydroxyhexadecanoyl CoA ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ECOAH7 "3 hydroxyacyl CoA dehydratase 3 hydroxyhexadecanoyl CoA ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ECOAH8 "3 hydroxyacyl CoA dehydratase 3 hydroxyoctadecanoyl CoA ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ECOAH8 "3 hydroxyacyl CoA dehydratase 3 hydroxyoctadecanoyl CoA ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EDA "2 dehydro 3 deoxy phosphogluconate aldolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EDA "2 dehydro 3 deoxy phosphogluconate aldolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EDD "6 phosphogluconate dehydratase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EDD "6 phosphogluconate dehydratase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EDTXS1 "Endotoxin Synthesis lauroyl transferase ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EDTXS1 "Endotoxin Synthesis lauroyl transferase ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EDTXS2 "Endotoxin Synthesis myristoyl transferase ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EDTXS2 "Endotoxin Synthesis myristoyl transferase ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EDTXS3 "Endotoxin Synthesis palmitoleoyl ACP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EDTXS3 "Endotoxin Synthesis palmitoleoyl ACP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EDTXS4 "Endotoxin Synthesis myristoyl transferase ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_EDTXS4 "Endotoxin Synthesis myristoyl transferase ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ENLIPAtex "phosphoethanolamine lipid A transport via vector periplasm to extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ENO "enolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ENO "enolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ENTCS "enterochelin synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ENTCS "enterochelin synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ETHAAL "Ethanolamine ammonia lyase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ETHAAL "Ethanolamine ammonia lyase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ETHAt2pp "ethanolamine transport in via proton symport">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ETHAt2pp "ethanolamine transport in via proton symport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ETHAtex "ethanolamine transport via diffusion extracellular ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ETHAtex "ethanolamine transport via diffusion extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ETHSO3tex "ethanesulfonate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ETHSO3tex "ethanesulfonate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ETOHt2rpp "ethanol reversible transport via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ETOHtex "ethanol transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ETOHtex "ethanol transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_chitob_e "Chitobiose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_pydxn_e "Pyridoxine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_pydx_e "Pyridoxal exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_12ppd__R_e " R Propane 1 2 diol exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_12ppd__S_e " S Propane 1 2 diol exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_14glucan_e "1 4 alpha D glucan exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_15dap_e "1 5 Diaminopentane exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_23camp_e "2 3 Cyclic AMP exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_23ccmp_e "2 3 Cyclic CMP exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_23cgmp_e "2 3 Cyclic GMP exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_23cump_e "2 3 Cyclic UMP exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_23dappa_e "2 3 diaminopropionate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_26dap__M_e "meso 2 6 Diaminoheptanedioate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_2ddglcn_e "2 Dehydro 3 deoxy D gluconate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_34dhpac_e "3 4 Dihydroxyphenylacetaldehyde exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_3amp_e "3 AMP exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_3cmp_e "3 cmp exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_3gmp_e "3 GMP exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_3hcinnm_e "3 hydroxycinnamic acid exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_3hpppn_e "3 3 hydroxy phenyl propionate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_3ump_e "3 UMP exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_4abut_e "4 Aminobutanoate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_4hoxpacd_e "4 Hydroxyphenylacetaldehyde exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_5dglcn_e "5 Dehydro D gluconate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_LalaDgluMdapDala_e "L alanine D glutamate meso 2 6 diaminoheptanedioate D alanine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_LalaDgluMdap_e "L alanine D glutamate meso 2 6 diaminoheptanedioate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_ac_e "Acetate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_acac_e "Acetoacetate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_acald_e "Acetaldehyde exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_acgal1p_e "N Acetyl D galactosamine 1 phosphate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_acgal_e "N Acetyl D galactosamine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_acgam1p_e "N Acetyl D glucosamine 1 phosphate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_acgam_e "N Acetyl D glucosamine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_acmana_e "N Acetyl D mannosamine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_acmum_e "N Acetylmuramate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_acnam_e "N Acetylneuraminate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_acolipa_e "4 Amino 4 deoxy L arabinose modified core oligosaccharide lipid A exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_acser_e "O Acetyl L serine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_ade_e "Adenine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_adn_e "Adenosine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_adocbl_e "Adenosylcobalamin exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_ag_e "silver exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_agm_e "Agmatine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_akg_e "2 Oxoglutarate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_ala__B_e "beta Alanine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_ala__D_e "D Alanine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_ala__L_e "L Alanine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_alaala_e "D Alanyl D alanine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_all__D_e "D Allose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_alltn_e "Allantoin exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_amp_e "AMP exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_anhgm_e "N Acetyl D glucosamine anhydrous N Acetylmuramic acid exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_arab__L_e "L Arabinose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_arbtn_e "aerobactin minus Fe3 exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_arbtn__fe3_e "Aerobactin exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_arg__L_e "L Arginine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_ascb__L_e "L Ascorbate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_asn__L_e "L Asparagine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_aso3_e "arsenite exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_asp__L_e "L Aspartate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_but_e "Butyrate n C40 exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_butso3_e "butanesulfonate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_ca2_e "Calcium exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_cbi_e "Cobinamide exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_cbl1_e "Cob I alamin exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_cd2_e "Cadmium exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_cgly_e "Cys Gly exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_chol_e "Choline exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_cit_e "Citrate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_icit_e "Isocitrate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_acon__C_e "cisaconitate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_cl_e "Chloride exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_cmp_e "CMP exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_co2_e "CO2 exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_cobalt2_e "Co2 exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_colipa_e "core oligosaccharide lipid A exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_cpgn_e "coprogen exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_cpgn__un_e "coprogen unloaded no Fe III  exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_crn_e "L Carnitine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_csn_e "Cytosine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_cu2_e "Cu2 exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_cu_e "Cu exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_cyan_e "Hydrogen cyanide exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_cynt_e "Cyanate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_cys__D_e "D Cysteine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_cys__L_e "L Cysteine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_cysi__L_e "L Cystine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_cytd_e "Cytidine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_dad__2_e "Deoxyadenosine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_damp_e "dAMP exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_dca_e "Decanoate n C100 exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_dcmp_e "dCMP exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_dcyt_e "Deoxycytidine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_ddca_e "Dodecanoate n C120 exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_dgmp_e "dGMP exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_dgsn_e "Deoxyguanosine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_dha_e "Dihydroxyacetone exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_dimp_e "dIMP exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_din_e "Deoxyinosine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_dms_e "Dimethyl sulfide exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_dmso_e "Dimethyl sulfoxide exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_dopa_e "Dopamine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_dtmp_e "dTMP exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_dump_e "dUMP exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_duri_e "Deoxyuridine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_eca4colipa_e " enterobacterial common antigen x4 core oligosaccharide lipid A exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_enlipa_e "phosphoethanolamine KDO 2 lipid A exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_enter_e "Enterochelin exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_etha_e "Ethanolamine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_ethso3_e "ethanesulfonate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_etoh_e "Ethanol exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_f6p_e "D fructose 6 phosphate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_fald_e "Formaldehyde exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_fe2_e "Fe2 exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_fe3_e "Fe3 exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_fe3dcit_e "Fe III dicitrate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_fe3dhbzs_e "ferric 2 3 dihydroxybenzoylserine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_fe3hox_e "Fe III hydroxamate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_fe3hox__un_e "Fe III hydoxamate unloaded exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_fecrm_e "Ferrichrome exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_fecrm__un_e "Ferrichrome minus Fe III exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_feenter_e "Fe enterobactin exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_feoxam_e "ferroxamine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_feoxam__un_e "ferroxamine minus Fe 3 exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_for_e "Formate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_fru_e "D Fructose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_frulys_e "fructoselysine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_fruur_e "D Fructuronate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_fuc__L_e "L Fucose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_fum_e "Fumarate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_g1p_e "D Glucose 1 phosphate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_g3pc_e "sn Glycero 3 phosphocholine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_g3pe_e "sn Glycero 3 phosphoethanolamine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_g3pg_e "Glycerophosphoglycerol exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_g3pi_e "sn Glycero 3 phospho 1 inositol exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_g3ps_e "Glycerophosphoserine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_g6p_e "D Glucose 6 phosphate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_gal1p_e "alpha D Galactose 1 phosphate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_gal__bD_e "beta D Galactose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_gal_e "D Galactose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_galct__D_e "D Galactarate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_galctn__D_e "D Galactonate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_galctn__L_e "L Galactonate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_galt_e "Galactitol exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_galur_e "D Galacturonate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_gam6p_e "D Glucosamine 6 phosphate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_gam_e "D Glucosamine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_gbbtn_e "gamma butyrobetaine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_gdp_e "GDP exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_glc__D_e "D Glucose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_glcn_e "D Gluconate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_glcr_e "D Glucarate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_glcur1p_e "D Glucuronate 1 phosphate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_glcur_e "D Glucuronate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_gln__L_e "L Glutamine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_glu__L_e "L Glutamate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_gly_e "Glycine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_glyald_e "D Glyceraldehyde exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_glyb_e "Glycine betaine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_glyc2p_e "Glycerol 2 phosphate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_glyc3p_e "Glycerol 3 phosphate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_glyc__R_e " R Glycerate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_glyc_e "Glycerol exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_glyclt_e "Glycolate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_gmp_e "GMP exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_gsn_e "Guanosine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_gthox_e "Oxidized glutathione exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_gthrd_e "Reduced glutathione exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_gtp_e "GTP exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_gua_e "Guanine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_h2_e "H2 exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_h2o2_e "Hydrogen peroxide exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_h2o_e "H2O exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_h2s_e "Hydrogen sulfide exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_h_e "H exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_hacolipa_e "hepta acylated core oligosaccharide lipid A E coli exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_halipa_e "hepta acylated KDO 2 lipid A exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_hdca_e "Hexadecanoate n C160 exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_hdcea_e "hexadecenoate n C161 exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_hg2_e "Hg2 exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_his__L_e "L Histidine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_hom__L_e "L Homoserine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_hxa_e "Hexanoate n C60 exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_hxan_e "Hypoxanthine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_idon__L_e "L Idonate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_ile__L_e "L Isoleucine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_imp_e "IMP exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_indole_e "Indole exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_inost_e "myo Inositol exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_ins_e "Inosine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_isetac_e "Isethionic acid exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_k_e "K exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_kdo2lipid4_e "KDO 2 lipid IV A exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_lac__D_e "D lactate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_lac__L_e "L Lactate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_lcts_e "Lactose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_leu__L_e "L Leucine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_lipa__cold_e "cold adapted KDO 2 lipid A exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_lipa_e "KDO 2 lipid A exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_lys__L_e "L Lysine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_lyx__L_e "L Lyxose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_mal__D_e "D Malate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_mal__L_e "L Malate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_malt_e "Maltose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_malthx_e "Maltohexaose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_maltpt_e "Maltopentaose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_malttr_e "Maltotriose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_maltttr_e "Maltotetraose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_man6p_e "D Mannose 6 phosphate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_man_e "D Mannose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_manglyc_e "2 alpha D Mannosyl D glycerate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_melib_e "Melibiose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_met__D_e "D Methionine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_met__L_e "L Methionine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_metsox__R__L_e "L methionine R sulfoxide exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_metsox__S__L_e "L Methionine S oxide exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_mg2_e "Mg exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_minohp_e "myo Inositol hexakisphosphate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_mmet_e "S Methyl L methionine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_mn2_e "Mn2 exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_mnl_e "D Mannitol exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_mobd_e "Molybdate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_mso3_e "methanesulfonate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_n2o_e "Nitrous oxide exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_na1_e "Sodium exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_nac_e "Nicotinate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_nh4_e "Ammonia exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_ni2_e "Ni2 exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_nmn_e "NMN exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_no2_e "Nitrite exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_no3_e "Nitrate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_no_e "Nitric oxide exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_o2_e "O2 exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_o2s_e "Superoxide anion exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_ocdca_e "octadecanoate n C180 exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_ocdcea_e "octadecenoate n C181 exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_octa_e "octanoate n C80 exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_orn_e "Ornithine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_orot_e "Orotate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_oaa_e "Oxaloacetate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_pacald_e "Phenylacetaldehyde exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_peamn_e "Phenethylamine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_phe__L_e "L Phenylalanine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_pheme_e "Protoheme exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_pi_e "Phosphate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_pnto__R_e " R Pantothenate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_ppa_e "Propionate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_ppal_e "Propanal exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_pppn_e "Phenylpropanoate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_ppt_e "Phosphonate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_pro__L_e "L Proline exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_progly_e "L Prolinylglycine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_psclys_e "psicoselysine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_pser__L_e "O Phospho L serine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_ptrc_e "Putrescine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_pyr_e "Pyruvate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_r5p_e "alpha D Ribose 5 phosphate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_rib__D_e "D Ribose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_rmn_e "L Rhamnose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_sbt__D_e "D Sorbitol exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_ser__D_e "D Serine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_ser__L_e "L Serine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_skm_e "Shikimate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_so2_e "sulfur dioxide exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_so3_e "Sulfite exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_so4_e "Sulfate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_spmd_e "Spermidine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_succ_e "Succinate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_sucr_e "Sucrose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_sulfac_e "sulfoacetate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_tartr__L_e "L tartrate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_taur_e "Taurine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_tcynt_e "Thiocyanate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_thm_e "Thiamin exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_thr__L_e "L Threonine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_thrp_e "L Threonine O 3 phosphate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_thym_e "Thymine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_thymd_e "Thymidine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_tma_e "Trimethylamine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_tmao_e "Trimethylamine N oxide exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_tre_e "Trehalose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_trp__L_e "L Tryptophan exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_tsul_e "Thiosulfate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_ttdca_e "tetradecanoate n C140 exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_ttdcea_e "tetradecenoate n C141 exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_tungs_e "tungstate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_tym_e "Tyramine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_tyr__L_e "L Tyrosine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_tyrp_e "Phosphotyrosine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_uacgam_e "UDP N acetyl D glucosamine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_udpacgal_e "UDP N acetyl D galactosamine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_udpg_e "UDPglucose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_udpgal_e "UDPgalactose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_udpglcur_e "UDP D glucuronate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_ump_e "UMP exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_ura_e "Uracil exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_urea_e "Urea exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_uri_e "Uridine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_val__L_e "L Valine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_xan_e "Xanthine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_xmp_e "Xanthosine 5 phosphate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_xtsn_e "Xanthosine exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_xyl__D_e "D Xylose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_xylu__L_e "L Xylulose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_zn2_e "Zinc exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_Ec_biomass_iAF1260_core_59p81M "E coli biomass objective function iAF1260   core  with 5981 GAM estimate">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_F6PA "fructose 6 phosphate aldolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_F6PA "fructose 6 phosphate aldolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_F6PP "D fructose 6 phosphate phosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_F6PP "D fructose 6 phosphate phosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_F6Pt6_2pp "Fructose 6 phosphate transport via phosphate antiport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_F6Pt6_2pp "Fructose 6 phosphate transport via phosphate antiport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_F6Ptex "fructose 6 phosphate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_F6Ptex "fructose 6 phosphate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FA100ACPHi "fatty acyl ACP hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FA100ACPHi "fatty acyl ACP hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FA120ACPHi "fatty acyl ACP hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FA120ACPHi "fatty acyl ACP hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FA140ACPHi "fatty acyl ACP hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FA140ACPHi "fatty acyl ACP hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FA141ACPHi "fatty acyl ACP hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FA141ACPHi "fatty acyl ACP hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FA160ACPHi "fatty acyl ACP hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FA160ACPHi "fatty acyl ACP hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FA161ACPHi "fatty acyl ACP hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FA161ACPHi "fatty acyl ACP hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FA80ACPHi "fatty acyl ACP hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FA80ACPHi "fatty acyl ACP hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FACOAE100 "fatty acid CoA thioesterase decanoate ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FACOAE100 "fatty acid CoA thioesterase decanoate ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FACOAE120 "fatty acid CoA thioesterase dodecanoate ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FACOAE120 "fatty acid CoA thioesterase dodecanoate ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FACOAE140 "fatty acid CoA thioesterase tetradecanoate ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FACOAE140 "fatty acid CoA thioesterase tetradecanoate ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FACOAE141 "fatty acid CoA thioesterase tetradecenoate ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FACOAE141 "fatty acid CoA thioesterase tetradecenoate ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FACOAE160 "fatty acid CoA thioesterase hexadecanoate ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FACOAE160 "fatty acid CoA thioesterase hexadecanoate ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FACOAE161 "fatty acid CoA thioesterase hexadecenoate ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FACOAE161 "fatty acid CoA thioesterase hexadecenoate ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FACOAE180 "fatty acid CoA thioesterase octadecanoate ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FACOAE180 "fatty acid CoA thioesterase octadecanoate ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FACOAE181 "fatty acid CoA thioesterase octadecenoate ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FACOAE181 "fatty acid CoA thioesterase octadecenoate ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FACOAE60 "fatty acid CoA thioesterase hexanoate ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FACOAE60 "fatty acid CoA thioesterase hexanoate ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FACOAE80 "fatty acid CoA thioesterase octanoate ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FACOAE80 "fatty acid CoA thioesterase octanoate ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FACOAL100t2pp "fatty acid CoA ligase decanoate transport via vectoral Co A coupling ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FACOAL100t2pp "fatty acid CoA ligase decanoate transport via vectoral Co A coupling ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FACOAL120t2pp "fatty acid CoA ligase dodecanoate transport via vectoral Co A coupling ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FACOAL120t2pp "fatty acid CoA ligase dodecanoate transport via vectoral Co A coupling ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FACOAL140t2pp "fatty acid CoA ligase tetradecanoate transport via vectoral Co A coupling ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FACOAL140t2pp "fatty acid CoA ligase tetradecanoate transport via vectoral Co A coupling ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FACOAL141t2pp "fatty acid CoA ligase tetradecenoate transport via vectoral Co A coupling ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FACOAL141t2pp "fatty acid CoA ligase tetradecenoate transport via vectoral Co A coupling ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FACOAL160t2pp "fatty acid CoA ligase hexadecanoate transport via vectoral Co A coupling ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FACOAL160t2pp "fatty acid CoA ligase hexadecanoate transport via vectoral Co A coupling ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FACOAL161t2pp "fatty acid CoA ligase hexadecenoate transport via vectoral Co A coupling ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FACOAL161t2pp "fatty acid CoA ligase hexadecenoate transport via vectoral Co A coupling ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FACOAL180t2pp "fatty acid CoA ligase octadecanoate transport via vectoral Co A coupling ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FACOAL180t2pp "fatty acid CoA ligase octadecanoate transport via vectoral Co A coupling ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FACOAL181t2pp "fatty acid CoA ligase octadecenoate transport via vectoral Co A coupling ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FACOAL181t2pp "fatty acid CoA ligase octadecenoate transport via vectoral Co A coupling ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FACOAL60t2pp "fatty acid CoA ligase hexanoate transport via vectoral Co A coupling ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FACOAL60t2pp "fatty acid CoA ligase hexanoate transport via vectoral Co A coupling ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FACOAL80t2pp "fatty acid CoA ligase octanoate transport via vectoral Co A coupling ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FACOAL80t2pp "fatty acid CoA ligase octanoate transport via vectoral Co A coupling ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FADRx "FAD reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FADRx "FAD reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FADRx2 "FAD reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FADRx2 "FAD reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FALDtex "formaldehyde transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FALDtex "formaldehyde transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FALDtpp "formaldehyde transport via diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FALDtpp "formaldehyde transport via diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FALGTHLs "formaldehyde glutathione ligase spontaneous ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FALGTHLs "formaldehyde glutathione ligase spontaneous ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FBA "fructose bisphosphate aldolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FBA "fructose bisphosphate aldolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FBP "fructose bisphosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FBP "fructose bisphosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FCI "L fucose isomerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FCI "L fucose isomerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FCLK "L fuculokinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FCLK "L fuculokinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FCLPA "L fuculose 1 phosphate aldolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FCLPA "L fuculose 1 phosphate aldolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FCLT "Ferrochelatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FCLT "Ferrochelatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FDH4pp "formate dehydrogenase quinone 8  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FDH4pp "formate dehydrogenase quinone 8  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FDH5pp "Formate Dehydrogenase menaquinone 8  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FDH5pp "Formate Dehydrogenase menaquinone 8  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FE2t2pp "iron II transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FE2t2pp "iron II transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FE2tex "iron II transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FE2tex "iron II transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FE2tpp "iron 2 transport in via permease no H ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FE2tpp "iron 2 transport in via permease no H ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FE3DHBZR "release of Fe III from ferric 2 3 dihydroxybenzoylserine">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FE3DHBZSabcpp "ferric 2 3 dihydroxybenzoylserine transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FE3DHBZSabcpp "ferric 2 3 dihydroxybenzoylserine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FE3DHBZStonex "ferric 2 3 dihydroxybenzoylserine transport via ton system extracellular ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FE3DHBZStonex "ferric 2 3 dihydroxybenzoylserine transport via ton system extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FE3HOXR1 "Fe III hydroxamate reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FE3HOXR2 "Fe III hydroxamate reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FE3HOXR3 "Fe III hydroxamate reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FE3HOXUtex "Fe III hydroxamate unloaded secretion">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FE3HOXUtpp "Fe III hydroxamate unloaded secretion extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FE3HOXexs "Fe III hydroxamate Fe loading reaction spontaneaous ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FE3HOXexs "Fe III hydroxamate Fe loading reaction spontaneaous ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FE3HOXtonex "Fe III hydroxamine transport via ton system extracellular ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FE3HOXtonex "Fe III hydroxamine transport via ton system extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FE3Ri "Fe III reduction">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FE3Ri "Fe III reduction">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FE3tex "iron III transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FE3tex "iron III transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FECRMR1 "Ferrichrome reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FECRMR2 "Ferrichrome reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FECRMR3 "Ferrichrome reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FECRMUtex "ferrichrome minus Fe secretion to extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FECRMUtpp "ferrichrome minus Fe secretion to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FECRMabcpp "ferrichrome transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FECRMabcpp "ferrichrome transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FECRMexs "ferrichrome Fe III loading reaction spontaneous ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FECRMexs "ferrichrome Fe III loading reaction spontaneous ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FECRMtonex "ferrichrome transport via ton system extracellular ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FECRMtonex "ferrichrome transport via ton system extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEENTERabcpp "Fe enterobactin transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEENTERabcpp "Fe enterobactin transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEENTERexs "enterobactin Fe III binding spontaneous ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEENTERexs "enterobactin Fe III binding spontaneous ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEENTERtonex "Fe enterobactin transport via ton system extracellular ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEENTERtonex "Fe enterobactin transport via ton system extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEENTERtpp "enterochelin transport secretion ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEENTERtpp "enterochelin transport secretion ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEOXAMUtex "ferroxamine minus Fe3 secretion to extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEOXAMUtpp "ferroxamine minus Fe3 secretion to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEOXAMabcpp "ferroxamine transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEOXAMabcpp "ferroxamine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEOXAMexs "ferroxamine Fe3 loading reaction spontaneous ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEOXAMexs "ferroxamine Fe3 loading reaction spontaneous ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEOXAMtonex "ferroxamine transport via ton system extracellular ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEOXAMtonex "ferroxamine transport via ton system extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEROpp "ferroxidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEROpp "ferroxidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FHL "Formate hydrogen lyase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FHL "Formate hydrogen lyase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FLDR "flavodoxin reductase NADPH ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FLDR "flavodoxin reductase NADPH ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FLVR "flavin reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FLVR "flavin reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FLVRx "flavin reductase NAD ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FLVRx "flavin reductase NAD ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FMETTRS "Methionyl tRNA formyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FMETTRS "Methionyl tRNA formyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FMNAT "FMN adenylyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FMNAT "FMN adenylyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FMNRx "FMN reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FMNRx "FMN reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FMNRx2 "FMN reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FMNRx2 "FMN reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FORt2pp "formate transport via proton symport uptake only periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FORt2pp "formate transport via proton symport uptake only periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FORtex "formate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FORtex "formate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FORtppi "formate transport via diffusion cytoplasm to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FORtppi "formate transport via diffusion cytoplasm to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FRD2 "fumarate reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FRD2 "fumarate reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FRD3 "fumarate reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FRD3 "fumarate reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FRUK "fructose 1 phosphate kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FRUK "fructose 1 phosphate kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FRULYStex "fructoselysine transporter via diffusion extracellular ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FRULYStex "fructoselysine transporter via diffusion extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FRUURtex "D fructuronate transport via diffusion extracellular ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FRUURtex "D fructuronate transport via diffusion extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FRUpts2pp "Fructose transport via PEPPyr PTS f6p generating  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FRUpts2pp "Fructose transport via PEPPyr PTS f6p generating  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FRUptspp "D fructose transport via PEPPyr PTS periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FRUptspp "D fructose transport via PEPPyr PTS periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FRUtex "D fructose transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FRUtex "D fructose transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FTHFD "formyltetrahydrofolate deformylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FTHFD "formyltetrahydrofolate deformylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FUCtex "L fucose transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FUCtex "L fucose transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FUCtpp "L fucose transport via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FUCtpp "L fucose transport via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FUM "fumarase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FUM "fumarase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FUMt2_2pp "Fumarate transport via proton symport 2 H  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FUMt2_2pp "Fumarate transport via proton symport 2 H  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FUMtex "Fumarate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FUMtex "Fumarate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G1PACT "glucosamine 1 phosphate N acetyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G1PACT "glucosamine 1 phosphate N acetyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G1PPpp "Glucose 1 phosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G1PPpp "Glucose 1 phosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G1PTT "glucose 1 phosphate thymidylyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G1PTT "glucose 1 phosphate thymidylyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G1Ptex "D glucose 1 phosphate transport via diffusion">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G1Ptex "D glucose 1 phosphate transport via diffusion">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G1SAT "glutamate 1 semialdehyde aminotransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G1SAT "glutamate 1 semialdehyde aminotransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G2PPpp "glycerol 2 phosphate phosphatase periplasmic ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G2PPpp "glycerol 2 phosphate phosphatase periplasmic ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G3PAT120 "glycerol 3 phosphate acyltransferase C120 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G3PAT120 "glycerol 3 phosphate acyltransferase C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G3PAT140 "glycerol 3 phosphate acyltransferase C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G3PAT140 "glycerol 3 phosphate acyltransferase C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G3PAT141 "glycerol 3 phosphate acyltransferase C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G3PAT141 "glycerol 3 phosphate acyltransferase C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G3PAT160 "glycerol 3 phosphate acyltransferase C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G3PAT160 "glycerol 3 phosphate acyltransferase C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G3PAT161 "glycerol 3 phosphate acyltransferase C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G3PAT161 "glycerol 3 phosphate acyltransferase C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G3PAT180 "glycerol 3 phosphate acyltransferase C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G3PAT180 "glycerol 3 phosphate acyltransferase C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G3PAT181 "glycerol 3 phosphate acyltransferase C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G3PAT181 "glycerol 3 phosphate acyltransferase C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G3PCabcpp "sn glycerol 3 phosphocholine transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G3PCabcpp "sn glycerol 3 phosphocholine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G3PCtex "glycero 3 phosphocholine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G3PCtex "glycero 3 phosphocholine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G3PD2 "glycerol 3 phosphate dehydrogenase NADP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G3PD2 "glycerol 3 phosphate dehydrogenase NADP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G3PD5 "glycerol 3 phosphate dehydrogenase ubiquinone 8 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G3PD5 "glycerol 3 phosphate dehydrogenase ubiquinone 8 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G3PD6 "glycerol 3 phosphate dehydrogenase menaquinone 8 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G3PD6 "glycerol 3 phosphate dehydrogenase menaquinone 8 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G3PD7 "glycerol 3 phosphate dehydrogenase demethylmenaquinone 8 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G3PD7 "glycerol 3 phosphate dehydrogenase demethylmenaquinone 8 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G3PEabcpp "sn glycerol 3 phosphoethanolamine transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G3PEabcpp "sn glycerol 3 phosphoethanolamine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G3PEtex "glycero 3 phosphoethanolamine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G3PEtex "glycero 3 phosphoethanolamine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G3PGabcpp "sn glycerol 3 phosphoglycerol transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G3PGabcpp "sn glycerol 3 phosphoglycerol transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G3PGtex "glycerophoglycerol transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G3PGtex "glycerophoglycerol transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G3PIabcpp "sn glycerol 3 phosphoethanolamine transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G3PIabcpp "sn glycerol 3 phosphoethanolamine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G3PItex "glycero 3 phospho 1 inositol transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G3PItex "glycero 3 phospho 1 inositol transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G3PSabcpp "sn glycerol 3 phosphoserine transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G3PSabcpp "sn glycerol 3 phosphoserine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G3PStex "glycerophosphserine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G3PStex "glycerophosphserine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G3PT "glycerol 3 phosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G3PT "glycerol 3 phosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G5SADs "L glutamate 5 semialdehyde dehydratase spontaneous ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G5SADs "L glutamate 5 semialdehyde dehydratase spontaneous ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G5SD "glutamate 5 semialdehyde dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G5SD "glutamate 5 semialdehyde dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G6PDA "glucosamine 6 phosphate deaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G6PDA "glucosamine 6 phosphate deaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G6PDH2r "glucose 6 phosphate dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G6PDH2r "glucose 6 phosphate dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G6PP "glucose 6 phosphate phosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G6PP "glucose 6 phosphate phosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G6Pt6_2pp "Glucose 6 phosphate transport via phosphate antiport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G6Pt6_2pp "Glucose 6 phosphate transport via phosphate antiport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G6Ptex "glucose 6 phosphate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G6Ptex "glucose 6 phosphate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GAL1PPpp "D galactose 1 phosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GAL1PPpp "D galactose 1 phosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GAL1Ptex "D galactose 1 phosphate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GAL1Ptex "D galactose 1 phosphate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GALBDtex "beta D galactose transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GALBDtex "beta D galactose transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GALCTNLtex "L galactonate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GALCTNLtex "L galactonate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GALCTNt2pp "D galactonate transport via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GALCTNt2pp "D galactonate transport via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GALCTNtex "D galactonate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GALCTNtex "D galactonate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GALCTt2rpp "D galactarte transport via proton symport reversible periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GALCTt2rpp "D galactarte transport via proton symport reversible periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GALCTtex "D galactarte transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GALCTtex "D galactarte transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GALKr "galactokinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GALKr "galactokinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GALM2pp "aldose 1 epimerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GALM2pp "aldose 1 epimerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GALS3 "a galactosidase melibiose ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GALS3 "a galactosidase melibiose ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GALT1 "galactosyltransferase I LPS core synthesis ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GALT1 "galactosyltransferase I LPS core synthesis ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GALTtex "Galactitol transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GALTtex "Galactitol transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GALURt2rpp "D galacturonate transport via proton symport reversible periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GALURt2rpp "D galacturonate transport via proton symport reversible periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GALURtex "D galacturonate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GALURtex "D galacturonate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GALUi "UTP glucose 1 phosphate uridylyltransferase irreversible ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GALUi "UTP glucose 1 phosphate uridylyltransferase irreversible ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GALabcpp "D galactose transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GALabcpp "D galactose transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GALt2pp "D galactose transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GALt2pp "D galactose transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GALtex "D galactose transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GALtex "D galactose transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GAM6Pt6_2pp "D Glucosamine 6 phosphate transport via phosphate antiport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GAM6Pt6_2pp "D Glucosamine 6 phosphate transport via phosphate antiport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GAMAN6Ptex "D glucosamine 6 phosphate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GAMAN6Ptex "D glucosamine 6 phosphate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GAMptspp "D glucosamine transport via PEPPyr PTS periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GAMptspp "D glucosamine transport via PEPPyr PTS periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GAMtex "D glucosamine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GAMtex "D glucosamine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GAPD "glyceraldehyde 3 phosphate dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GAPD "glyceraldehyde 3 phosphate dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GARFT "phosphoribosylglycinamide formyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GARFT "phosphoribosylglycinamide formyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GART "GAR transformylase T">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GART "GAR transformylase T">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GBBTNtex "gamma butyrobetaine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GBBTNtex "gamma butyrobetaine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GDMANE "GDP 4 dehydro 6 deoxy D mannose epimerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GDMANE "GDP 4 dehydro 6 deoxy D mannose epimerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GDPDPK "GDP diphosphokinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GDPDPK "GDP diphosphokinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GDPMNH "GDP mannose mannosyl hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GDPMNH "GDP mannose mannosyl hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GDPMNP "GDP mannose phyrophosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GDPMNP "GDP mannose phyrophosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GDPtex "GDP transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GDPtex "GDP transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GF6PTA "glutamine fructose 6 phosphate transaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GF6PTA "glutamine fructose 6 phosphate transaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GHMT2r "glycine hydroxymethyltransferase reversible">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GHMT2r "glycine hydroxymethyltransferase reversible">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GK1 "guanylate kinase GMPATP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GK1 "guanylate kinase GMPATP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLBRAN2 "1 4 alpha glucan branching enzyme glycogen  bglycogen ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLBRAN2 "1 4 alpha glucan branching enzyme glycogen  bglycogen ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLCATr "D glucose O acetyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLCATr "D glucose O acetyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLCDpp "Glucose dehydrogenase ubiquinone 8 as acceptor  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLCDpp "Glucose dehydrogenase ubiquinone 8 as acceptor  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLCNt2rpp "D gluconate transport via proton symport reversible periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLCNt2rpp "D gluconate transport via proton symport reversible periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLCNtex "D gluconate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLCNtex "D gluconate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLCP "glycogen phosphorylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLCP "glycogen phosphorylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLCP2 "glycogen phosphorylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLCP2 "glycogen phosphorylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLCRAL "5 dehydro 4 deoxyglucarate aldolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLCRAL "5 dehydro 4 deoxyglucarate aldolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLCRD "glucarate dehydratase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLCRD "glucarate dehydratase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLCRt2rpp "D glucarate transport via proton symport reversible periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLCRt2rpp "D glucarate transport via proton symport reversible periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLCRtex "D glucarate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLCRtex "D glucarate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLCS1 "glycogen synthase ADPGlc ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLCS1 "glycogen synthase ADPGlc ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLCTR1 "glucosyltransferase I LPS core synthesis ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLCTR1 "glucosyltransferase I LPS core synthesis ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLCTR2 "glucosyltransferase II LPS core synthesis ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLCTR2 "glucosyltransferase II LPS core synthesis ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLCTR3 "glucosyltransferase III LPS core synthesis ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLCTR3 "glucosyltransferase III LPS core synthesis ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLCUR1Ptex "D glucuronate 1 phosphate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLCUR1Ptex "D glucuronate 1 phosphate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLCURt2rpp "D glucuronate transport via proton symport reversible periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLCURt2rpp "D glucuronate transport via proton symport reversible periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLCURtex "D glucuronat transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLCURtex "D glucuronat transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLCabcpp "D glucose transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLCabcpp "D glucose transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLCptspp "D glucose transport via PEPPyr PTS periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLCptspp "D glucose transport via PEPPyr PTS periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLCt2pp "D glucose transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLCt2pp "D glucose transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLCtex "glucose transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLCtex "glucose transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLCtexi "D glucoseMaltotriose transport via diffusion extracellular to periplasm irreversible">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLCtexi "D glucoseMaltotriose transport via diffusion extracellular to periplasm irreversible">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLDBRAN2 "glycogen debranching enzyme bglycogen  glycogen ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLDBRAN2 "glycogen debranching enzyme bglycogen  glycogen ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLGC "glucose 1 phosphate adenylyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLGC "glucose 1 phosphate adenylyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLNS "glutamine synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLNS "glutamine synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLNTRS "Glutaminyl tRNA synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLNTRS "Glutaminyl tRNA synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLNabcpp "L glutamine transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLNabcpp "L glutamine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLNtex "L glutamine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLNtex "L glutamine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLU5K "glutamate 5 kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLU5K "glutamate 5 kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLUCYS "gamma glutamylcysteine synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLUCYS "gamma glutamylcysteine synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLUDy "glutamate dehydrogenase NADP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLUDy "glutamate dehydrogenase NADP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLUN "glutaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLUN "glutaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLUNpp "glutaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLUNpp "glutaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLUPRT "glutamine phosphoribosyldiphosphate amidotransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLUPRT "glutamine phosphoribosyldiphosphate amidotransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLUR "glutamate racemase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLUR "glutamate racemase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLUSy "glutamate synthase NADPH ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLUSy "glutamate synthase NADPH ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLUTRR "glutamyl tRNA reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLUTRR "glutamyl tRNA reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLUTRS "Glutamyl tRNA synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLUTRS "Glutamyl tRNA synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLUabcpp "L glutamate transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLUabcpp "L glutamate transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLUt2rpp "L glutamate transport via proton symport reversible periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLUt2rpp "L glutamate transport via proton symport reversible periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLUt4pp "Naglutamate symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLUt4pp "Naglutamate symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLUtex "L glutamate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLUtex "L glutamate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLXCL "glyoxalate carboligase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLXCL "glyoxalate carboligase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYALDtex "Glyceraldehyde transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYALDtex "Glyceraldehyde transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYALDtpp "Glyceraldehyde facilitated diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYALDtpp "Glyceraldehyde facilitated diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYAT "glycine C acetyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYAT "glycine C acetyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYBabcpp "Glycine betaine transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYBabcpp "Glycine betaine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYBtex "Glycine betaine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYBtex "Glycine betaine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYC2Ptex "Glycerol 2 phosphate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYC2Ptex "Glycerol 2 phosphate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYC3Pabcpp "sn Glycerol 3 phosphate transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYC3Pabcpp "sn Glycerol 3 phosphate transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYC3Pt6pp "Glycerol 3 phosphate phosphate antiporter periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYC3Pt6pp "Glycerol 3 phosphate phosphate antiporter periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYC3Ptex "Glycerol 3 phosphate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYC3Ptex "Glycerol 3 phosphate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYCAt2rpp "D glycerate transport via proton symport reversible periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYCAt2rpp "D glycerate transport via proton symport reversible periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYCAtex "D glycerate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYCAtex "D glycerate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYCDx "Glycerol dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYCDx "Glycerol dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYCK "glycerate kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYCK "glycerate kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYCK2 "glycerate kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYCK2 "glycerate kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYCL "Glycine Cleavage System">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYCL "Glycine Cleavage System">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYCLTDx "Glycolate dehydrogenase NAD ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYCLTDx "Glycolate dehydrogenase NAD ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYCLTDy "Glycolate dehydrogenase NADP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYCLTDy "Glycolate dehydrogenase NADP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYCLTt2rpp "glycolate transport via proton symport reversible periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYCLTt2rpp "glycolate transport via proton symport reversible periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYCLTt4pp "glycolate transport via sodium symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYCLTt4pp "glycolate transport via sodium symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYCLTtex "glycolate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYCLTtex "glycolate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYCTO2 "Glycolate oxidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYCTO2 "Glycolate oxidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYCTO3 "Glycolate oxidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYCTO3 "Glycolate oxidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYCTO4 "Glycolate oxidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYCTO4 "Glycolate oxidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYCtex "glycerol transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYCtex "glycerol transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYCtpp "glycerol transport via channel periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYCtpp "glycerol transport via channel periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYK "glycerol kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYK "glycerol kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYOX "hydroxyacylglutathione hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYOX "hydroxyacylglutathione hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYOX3 "glyoxalase III">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYTRS "Glycyl tRNA synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYTRS "Glycyl tRNA synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYt2pp "glycine transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYt2pp "glycine transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYtex "Glycine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYtex "Glycine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GMAND "GDP D mannose dehydratase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GMAND "GDP D mannose dehydratase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GMHEPAT "D glycero D manno hepose 1 phosphate adenyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GMHEPAT "D glycero D manno hepose 1 phosphate adenyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GMHEPK "D glycero D manno heptose 7 phosphate kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GMHEPK "D glycero D manno heptose 7 phosphate kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GMHEPPA "D glycero D manno heptose 1 7 bisphosphate phosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GMHEPPA "D glycero D manno heptose 1 7 bisphosphate phosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GMPR "GMP reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GMPR "GMP reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GMPS2 "GMP synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GMPS2 "GMP synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GMPtex "GMP transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GMPtex "GMP transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GND "phosphogluconate dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GND "phosphogluconate dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GNK "gluconokinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GNK "gluconokinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GOFUCR "GDP 4 oxo L fucose reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GOFUCR "GDP 4 oxo L fucose reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GPDDA1 "Glycerophosphodiester phosphodiesterase Glycerophosphocholine ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GPDDA1 "Glycerophosphodiester phosphodiesterase Glycerophosphocholine ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GPDDA1pp "Glycerophosphodiester phosphodiesterase Glycerophosphocholine ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GPDDA1pp "Glycerophosphodiester phosphodiesterase Glycerophosphocholine ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GPDDA2 "Glycerophosphodiester phosphodiesterase Glycerophosphoethanolamine ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GPDDA2 "Glycerophosphodiester phosphodiesterase Glycerophosphoethanolamine ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GPDDA2pp "Glycerophosphodiester phosphodiesterase Glycerophosphoethanolamine ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GPDDA2pp "Glycerophosphodiester phosphodiesterase Glycerophosphoethanolamine ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GPDDA3 "Glycerophosphodiester phosphodiesterase Glycerophosphoserine ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GPDDA3 "Glycerophosphodiester phosphodiesterase Glycerophosphoserine ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GPDDA3pp "Glycerophosphodiester phosphodiesterase Glycerophosphoserine ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GPDDA3pp "Glycerophosphodiester phosphodiesterase Glycerophosphoserine ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GPDDA4 "Glycerophosphodiester phosphodiesterase Glycerophosphoglycerol ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GPDDA4 "Glycerophosphodiester phosphodiesterase Glycerophosphoglycerol ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GPDDA4pp "Glycerophosphodiester phosphodiesterase Glycerophosphoglycerol ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GPDDA4pp "Glycerophosphodiester phosphodiesterase Glycerophosphoglycerol ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GPDDA5 "Glycerophosphodiester phosphodiesterase Glycerophosphoinositol ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GPDDA5 "Glycerophosphodiester phosphodiesterase Glycerophosphoinositol ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GPDDA5pp "Glycerophosphodiester phosphodiesterase Glycerophosphoinositol ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GPDDA5pp "Glycerophosphodiester phosphodiesterase Glycerophosphoinositol ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GRTT "geranyltranstransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GRTT "geranyltranstransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GRXR "glutaredoxin reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GRXR "glutaredoxin reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GSNK "guanosine kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GSNK "guanosine kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GSNt2pp "guanosine transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GSNt2pp "guanosine transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GSNtex "guanosine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GSNtex "guanosine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GSPMDA "Glutathionylspermidine amidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GSPMDA "Glutathionylspermidine amidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GSPMDS "Glutathionylspermidine synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GSPMDS "Glutathionylspermidine synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GTHOXtex "glutathione ox transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GTHOXtex "glutathione ox transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GTHOr "glutathione oxidoreductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GTHOr "glutathione oxidoreductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GTHRDHpp "glutathione hydralase periplasmic ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GTHRDHpp "glutathione hydralase periplasmic ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GTHRDabc2pp "glutathione export via ABC system cytoplasm to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GTHRDabc2pp "glutathione export via ABC system cytoplasm to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GTHRDabcpp "Reduced glutathione via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GTHRDabcpp "Reduced glutathione via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GTHRDtex "glutathione transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GTHRDtex "glutathione transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GTHS "glutathione synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GTHS "glutathione synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GTPCI "GTP cyclohydrolase I">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GTPCI "GTP cyclohydrolase I">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GTPCII2 "GTP cyclohydrolase II 25drapp ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GTPCII2 "GTP cyclohydrolase II 25drapp ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GTPDPDP "guanosine 5 triphosphate 3 diphosphate diphosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GTPDPDP "guanosine 5 triphosphate 3 diphosphate diphosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GTPDPK "GTP diphosphokinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GTPDPK "GTP diphosphokinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GTPHs "GTP amine hydrolysis spontaneous ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GTPHs "GTP amine hydrolysis spontaneous ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GTPtex "GTP transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GTPtex "GTP transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GUAPRT "guanine phosphoribosyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GUAPRT "guanine phosphoribosyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GUAt2pp "guanine transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GUAt2pp "guanine transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GUAtex "Guanine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GUAtex "Guanine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GUAtpp "Guanine transport via diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GUR1PPpp "Glucuronate 1 phosphate phosphatase periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_H2O2tex "hydrogen peroxide transport via diffusion external ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_H2O2tex "hydrogen peroxide transport via diffusion external ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_H2Otex "H2O transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_H2Otex "H2O transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_H2Otpp "H2O transport via diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_H2Otpp "H2O transport via diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_H2SO "Hydrogen sulfide oxidation">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_H2St1pp "h2s transport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_H2St1pp "h2s transport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_H2Stex "h2s transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_H2Stex "h2s transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_H2tex "hydrogen transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_H2tex "hydrogen transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_H2tpp "hydrogen transport diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_H2tpp "hydrogen transport diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HACD1i "3 hydroxyacyl CoA dehydrogenase acetoacetyl CoA ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HACD1i "3 hydroxyacyl CoA dehydrogenase acetoacetyl CoA ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HACD2i "3 hydroxyacyl CoA dehydrogenase 3 oxohexanoyl CoA ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HACD2i "3 hydroxyacyl CoA dehydrogenase 3 oxohexanoyl CoA ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HACD3i "3 hydroxyacyl CoA dehydrogenase 3 oxooctanoyl CoA ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HACD3i "3 hydroxyacyl CoA dehydrogenase 3 oxooctanoyl CoA ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HACD4i "3 hydroxyacyl CoA dehydrogenase 3 oxodecanoyl CoA ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HACD4i "3 hydroxyacyl CoA dehydrogenase 3 oxodecanoyl CoA ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HACD5i "3 hydroxyacyl CoA dehydrogenase 3 oxododecanoyl CoA ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HACD5i "3 hydroxyacyl CoA dehydrogenase 3 oxododecanoyl CoA ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HACD6i "3 hydroxyacyl CoA dehydrogenase 3 oxotetradecanoyl CoA ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HACD6i "3 hydroxyacyl CoA dehydrogenase 3 oxotetradecanoyl CoA ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HACD7i "3 hydroxyacyl CoA dehydrogenase 3 oxohexadecanoyl CoA ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HACD7i "3 hydroxyacyl CoA dehydrogenase 3 oxohexadecanoyl CoA ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HACD8i "3 hydroxyacyl CoA dehydrogenase 3 oxooctadecanoyl CoA ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HACD8i "3 hydroxyacyl CoA dehydrogenase 3 oxooctadecanoyl CoA ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HBZOPT "Hydroxybenzoate octaprenyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HBZOPT "Hydroxybenzoate octaprenyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HCINNMtex "3 hydroxycinnamic acid transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HCINNMtex "3 hydroxycinnamic acid transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HCO3E "HCO3 equilibration reaction">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HCO3E "HCO3 equilibration reaction">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HDCAtexi "Hexadecanoate transport via facilitated irreversible diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HDCAtexi "Hexadecanoate transport via facilitated irreversible diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HDCEAtexi "Hexadecenoate transport via facilitated irreversible diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HDCEAtexi "Hexadecenoate transport via facilitated irreversible diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HDCOAI "hexadecenoyl coa cis trans isomerization">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HDCOAI "hexadecenoyl coa cis trans isomerization">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HEMEOS "Heme O synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HEMEOS "Heme O synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HEPK1 "LPS heptose kinase I LPS core synthesis ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HEPK1 "LPS heptose kinase I LPS core synthesis ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HEPK2 "LPS heptose kinase II LPS core synthesis ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HEPK2 "LPS heptose kinase II LPS core synthesis ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HEPT1 "heptosyltransferase I LPS core synthesis ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HEPT1 "heptosyltransferase I LPS core synthesis ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HEPT2 "heptosyltransferase II LPS core synthesis ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HEPT2 "heptosyltransferase II LPS core synthesis ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HEPT3 "heptosyltransferase III LPS core synthesis ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HEPT3 "heptosyltransferase III LPS core synthesis ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HEPT4 "heptosyltransferase IV LPS core synthesis ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HEPT4 "heptosyltransferase IV LPS core synthesis ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HETZK "hydroxyethylthiazole kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HETZK "hydroxyethylthiazole kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HEX1 "hexokinase D glucoseATP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HEX1 "hexokinase D glucoseATP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HEX4 "hexokinase D mannoseATP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HEX7 "hexokinase D fructoseATP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HEX7 "hexokinase D fructoseATP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HG2abcpp "Mercury Hg2 ABC transporter periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HG2abcpp "Mercury Hg2 ABC transporter periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HG2tex "mercury Hg2 transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HG2tex "mercury Hg2 transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HISTD "histidinol dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HISTD "histidinol dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HISTP "histidinol phosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HISTP "histidinol phosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HISTRS "Histidyl tRNA synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HISTRS "Histidyl tRNA synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HISabcpp "L histidine transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HISabcpp "L histidine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HISt2rpp "L histidine reversible transport via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HISt2rpp "L histidine reversible transport via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HIStex "L histidine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HIStex "L histidine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HMBS "hydroxymethylbilane synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HMBS "hydroxymethylbilane synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HMPK1 "hydroxymethylpyrimidine kinase ATP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HMPK1 "hydroxymethylpyrimidine kinase ATP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HOMt2pp "L homoserineserine efflux via proton symport">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HOMt2pp "L homoserineserine efflux via proton symport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HOMtex "L homoserine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HOMtex "L homoserine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HPPK2 "6 hydroxymethyl dihydropterin pyrophosphokinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HPPK2 "6 hydroxymethyl dihydropterin pyrophosphokinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HPPPNtex "3 3 hydroxyphenyl propionate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HPPPNtex "3 3 hydroxyphenyl propionate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HPYRI "hydroxypyruvate isomerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HPYRI "hydroxypyruvate isomerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HPYRRx "Hydroxypyruvate reductase NADH ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HPYRRx "Hydroxypyruvate reductase NADH ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HPYRRy "Hydroxypyruvate reductase NADPH ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HPYRRy "Hydroxypyruvate reductase NADPH ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HSDy "homoserine dehydrogenase NADPH ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HSDy "homoserine dehydrogenase NADPH ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HSK "homoserine kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HSK "homoserine kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HSST "homoserine O succinyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HSST "homoserine O succinyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HSTPT "histidinol phosphate transaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HSTPT "histidinol phosphate transaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HXAtex "Hexanoate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HXAtex "Hexanoate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HXPRT "hypoxanthine phosphoribosyltransferase Hypoxanthine ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HXPRT "hypoxanthine phosphoribosyltransferase Hypoxanthine ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HYPOE "hypothetical enyme">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HYXNtex "Hypoxanthine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HYXNtex "Hypoxanthine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HYXNtpp "Hypoxanthine transport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_Htex "proton transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_Htex "proton transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ICDHyr "isocitrate dehydrogenase NADP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ICDHyr "isocitrate dehydrogenase NADP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ICHORS "isochorismate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ICHORS "isochorismate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ICHORSi "Isochorismate Synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ICHORSi "Isochorismate Synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ICHORT "isochorismatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ICHORT "isochorismatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ICL "Isocitrate lyase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ICL "Isocitrate lyase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_IDOND "L idonate 5 dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_IDOND "L idonate 5 dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_IDOND2 "L indonate 5 dehydrogenase NADP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_IDOND2 "L indonate 5 dehydrogenase NADP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_IDONt2rpp "L idonate transport via proton symport reversible periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_IDONt2rpp "L idonate transport via proton symport reversible periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_IDONtex "L idonate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_IDONtex "L idonate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_IG3PS "Imidazole glycerol 3 phosphate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_IG3PS "Imidazole glycerol 3 phosphate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_IGPDH "imidazoleglycerol phosphate dehydratase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_IGPDH "imidazoleglycerol phosphate dehydratase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_IGPS "indole 3 glycerol phosphate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_IGPS "indole 3 glycerol phosphate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ILETA "isoleucine transaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ILETA "isoleucine transaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ILETRS "Isoleucyl tRNA synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ILETRS "Isoleucyl tRNA synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ILEabcpp "L isoleucine transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ILEabcpp "L isoleucine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ILEt2rpp "L isoleucine reversible transport via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ILEt2rpp "L isoleucine reversible transport via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ILEtex "L isoleucine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ILEtex "L isoleucine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_IMPC "IMP cyclohydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_IMPC "IMP cyclohydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_IMPD "IMP dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_IMPD "IMP dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_IMPtex "IMP transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_IMPtex "IMP transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_INDOLEt2pp "Indole transport via proton symport irreversible periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_INDOLEt2pp "Indole transport via proton symport irreversible periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_INDOLEt2rpp "Indole transport via proton symport reversible periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_INDOLEt2rpp "Indole transport via proton symport reversible periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_INDOLEtex "Indole transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_INDOLEtex "Indole transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_INSH "Inosine hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_INSH "Inosine hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_INSK "insosine kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_INSK "insosine kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_INSTtex "inositol transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_INSTtex "inositol transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_INSt2pp "inosine transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_INSt2pp "inosine transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_INSt2rpp "inosine transport in via proton symport reversible periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_INSt2rpp "inosine transport in via proton symport reversible periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_INStex "inosine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_INStex "inosine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_IPDDI "isopentenyl diphosphate D isomerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_IPDDI "isopentenyl diphosphate D isomerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_IPDPS "1 hydroxy 2 methyl 2 E butenyl 4 diphosphate reductase ipdp ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_IPDPS "1 hydroxy 2 methyl 2 E butenyl 4 diphosphate reductase ipdp ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_IPMD "3 isopropylmalate dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_IPMD "3 isopropylmalate dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_IPPMIa "3 isopropylmalate dehydratase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_IPPMIa "3 isopropylmalate dehydratase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_IPPMIb "2 isopropylmalate hydratase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_IPPMIb "2 isopropylmalate hydratase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_IPPS "2 isopropylmalate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_IPPS "2 isopropylmalate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ISETACtex "isethionate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ISETACtex "isethionate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_K2L4Aabcpp "KDO 2 lipid IV A transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_K2L4Aabcpp "KDO 2 lipid IV A transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_K2L4Atex "KDO 2 lipid IV A transport via vector periplasm to extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_KARA1 "ketol acid reductoisomerase 2 3 dihydroxy 3 methylbutanoate ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_KARA1 "ketol acid reductoisomerase 2 3 dihydroxy 3 methylbutanoate ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_KARA2 "ketol acid reductoisomerase 2 Acetolactate ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_KARA2 "ketol acid reductoisomerase 2 Acetolactate ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_KAS14 "beta ketoacyl ACP synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_KAS14 "beta ketoacyl ACP synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_KAS15 "beta ketoacyl ACP synthase 2 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_KAS15 "beta ketoacyl ACP synthase 2 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_KAT1 "3 ketoacyl CoA thiolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_KAT1 "3 ketoacyl CoA thiolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_KAT2 "3 ketoacyl CoA thiolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_KAT2 "3 ketoacyl CoA thiolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_KAT3 "3 ketoacyl CoA thiolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_KAT3 "3 ketoacyl CoA thiolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_KAT4 "3 ketoacyl CoA thiolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_KAT4 "3 ketoacyl CoA thiolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_KAT5 "3 ketoacyl CoA thiolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_KAT5 "3 ketoacyl CoA thiolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_KAT6 "3 ketoacyl CoA thiolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_KAT6 "3 ketoacyl CoA thiolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_KAT7 "3 ketoacyl CoA thiolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_KAT7 "3 ketoacyl CoA thiolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_KAT8 "3 ketoacyl CoA thiolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_KAT8 "3 ketoacyl CoA thiolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_KDOCT2 "3 deoxy manno octulosonate cytidylyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_KDOCT2 "3 deoxy manno octulosonate cytidylyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_KDOPP "3 deoxy manno octulosonate 8 phosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_KDOPP "3 deoxy manno octulosonate 8 phosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_KDOPS "3 deoxy D manno octulosonic acid 8 phosphate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_KDOPS "3 deoxy D manno octulosonic acid 8 phosphate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_KG6PDC "3 keto L gulonate 6 phosphate decarboxylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_KG6PDC "3 keto L gulonate 6 phosphate decarboxylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_Kabcpp "Potassium ABC transporter periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_Kabcpp "Potassium ABC transporter periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_Kt2pp "potassium transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_Kt2pp "potassium transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_Kt3pp "potassium transport out via proton antiport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_Kt3pp "potassium transport out via proton antiport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_Ktex "potassium transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_Ktex "potassium transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LA4NTpp "4 amino 4 deoxy L arabinotransferase LPS lipid A modification periplasmic face of membrane ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LA4NTpp "4 amino 4 deoxy L arabinotransferase LPS lipid A modification periplasmic face of membrane ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LADGMDH "L alanyl gamma D glutamyl meso diaminopimelate hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LADGMDH "L alanyl gamma D glutamyl meso diaminopimelate hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LALDO2x "D LactaldehydeNAD 1 oxidoreductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LALDO2x "D LactaldehydeNAD 1 oxidoreductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LALGP "L alanyl gamma L glutamate peptidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LALGP "L alanyl gamma L glutamate peptidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LCARR "lacaldehyde reductase R propane 1 2 diol forming ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LCARS "lacaldehyde reductase S propane 1 2 diol forming ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LCARS "lacaldehyde reductase S propane 1 2 diol forming ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LCTStex "Lactose transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LCTStex "Lactose transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LDH_D "D lactate dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LDH_D "D lactate dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LDH_D2 "D lactate dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LDH_D2 "D lactate dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LEUTAi "leucine transaminase irreversible ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LEUTAi "leucine transaminase irreversible ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LEUTRS "Leucyl tRNA synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LEUTRS "Leucyl tRNA synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LEUabcpp "L leucine transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LEUabcpp "L leucine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LEUt2rpp "L leucine reversible transport via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LEUt2rpp "L leucine reversible transport via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LEUtex "L leucine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LEUtex "L leucine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LGTHL "lactoylglutathione lyase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LGTHL "lactoylglutathione lyase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LIPACabcpp "lipid cold A transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LIPACabcpp "lipid cold A transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LIPAabcpp "lipid A transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LIPAabcpp "lipid A transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LIPAtex "lipid A transport via vector periplasm to extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPADSS "Lipid A disaccaride synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPADSS "Lipid A disaccaride synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL1A120pp "Lysophospholipase L1 2 acylglycerophosphotidate n C120  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL1A120pp "Lysophospholipase L1 2 acylglycerophosphotidate n C120  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL1A140pp "Lysophospholipase L1 2 acylglycerophosphotidate n C140  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL1A140pp "Lysophospholipase L1 2 acylglycerophosphotidate n C140  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL1A141pp "Lysophospholipase L1 2 acylglycerophosphotidate n C141  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL1A141pp "Lysophospholipase L1 2 acylglycerophosphotidate n C141  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL1A160pp "Lysophospholipase L1 2 acylglycerophosphotidate n C160  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL1A160pp "Lysophospholipase L1 2 acylglycerophosphotidate n C160  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL1A161pp "Lysophospholipase L1 2 acylglycerophosphotidate n C161  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL1A161pp "Lysophospholipase L1 2 acylglycerophosphotidate n C161  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL1A180pp "Lysophospholipase L1 2 acylglycerophosphotidate n C180  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL1A180pp "Lysophospholipase L1 2 acylglycerophosphotidate n C180  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL1A181pp "Lysophospholipase L1 2 acylglycerophosphotidate n C181  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL1A181pp "Lysophospholipase L1 2 acylglycerophosphotidate n C181  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL1E120pp "Lysophospholipase L1 2 acylglycerophosphoethanolamine n C120  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL1E120pp "Lysophospholipase L1 2 acylglycerophosphoethanolamine n C120  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL1E140pp "Lysophospholipase L1 2 acylglycerophosphoethanolamine n C140  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL1E140pp "Lysophospholipase L1 2 acylglycerophosphoethanolamine n C140  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL1E141pp "Lysophospholipase L1 2 acylglycerophosphoethanolamine n C141  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL1E141pp "Lysophospholipase L1 2 acylglycerophosphoethanolamine n C141  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL1E160pp "Lysophospholipase L1 2 acylglycerophosphoethanolamine n C160  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL1E160pp "Lysophospholipase L1 2 acylglycerophosphoethanolamine n C160  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL1E161pp "Lysophospholipase L1 2 acylglycerophosphoethanolamine n C161  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL1E161pp "Lysophospholipase L1 2 acylglycerophosphoethanolamine n C161  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL1E180pp "Lysophospholipase L1 2 acylglycerophosphoethanolamine n C180  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL1E180pp "Lysophospholipase L1 2 acylglycerophosphoethanolamine n C180  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL1E181pp "Lysophospholipase L1 2 acylglycerophosphoethanolamine n C181  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL1E181pp "Lysophospholipase L1 2 acylglycerophosphoethanolamine n C181  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL1G120pp "Lysophospholipase L1 2 acylglycerophosphoglycerol n C120  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL1G120pp "Lysophospholipase L1 2 acylglycerophosphoglycerol n C120  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL1G140pp "Lysophospholipase L1 2 acylglycerophosphoglycerol n C140  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL1G140pp "Lysophospholipase L1 2 acylglycerophosphoglycerol n C140  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL1G141pp "Lysophospholipase L1 2 acylglycerophosphoglycerol n C141  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL1G141pp "Lysophospholipase L1 2 acylglycerophosphoglycerol n C141  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL1G160pp "Lysophospholipase L1 2 acylglycerophosphoglycerol n C160  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL1G160pp "Lysophospholipase L1 2 acylglycerophosphoglycerol n C160  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL1G161pp "Lysophospholipase L1 2 acylglycerophosphoglycerol n C161  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL1G161pp "Lysophospholipase L1 2 acylglycerophosphoglycerol n C161  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL1G180pp "Lysophospholipase L1 2 acylglycerophosphoglycerol n C180  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL1G180pp "Lysophospholipase L1 2 acylglycerophosphoglycerol n C180  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL1G181pp "Lysophospholipase L1 2 acylglycerophosphoglycerol n C181  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL1G181pp "Lysophospholipase L1 2 acylglycerophosphoglycerol n C181  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2A120 "Lysophospholipase L2 2 acylglycerophosphotidate n C120 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2A120 "Lysophospholipase L2 2 acylglycerophosphotidate n C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2A140 "Lysophospholipase L2 2 acylglycerophosphotidate n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2A140 "Lysophospholipase L2 2 acylglycerophosphotidate n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2A141 "Lysophospholipase L2 2 acylglycerophosphotidate n C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2A141 "Lysophospholipase L2 2 acylglycerophosphotidate n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2A160 "Lysophospholipase L2 2 acylglycerophosphotidate n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2A160 "Lysophospholipase L2 2 acylglycerophosphotidate n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2A161 "Lysophospholipase L2 2 acylglycerophosphotidate n C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2A161 "Lysophospholipase L2 2 acylglycerophosphotidate n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2A180 "Lysophospholipase L2 2 acylglycerophosphotidate n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2A180 "Lysophospholipase L2 2 acylglycerophosphotidate n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2A181 "Lysophospholipase L2 2 acylglycerophosphotidate n C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2A181 "Lysophospholipase L2 2 acylglycerophosphotidate n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2ATE120 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoethanolamine n C120 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2ATE120 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoethanolamine n C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2ATE140 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoethanolamine n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2ATE140 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoethanolamine n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2ATE141 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoethanolamine n C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2ATE141 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoethanolamine n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2ATE160 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoethanolamine n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2ATE160 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoethanolamine n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2ATE161 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoethanolamine n C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2ATE161 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoethanolamine n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2ATE180 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoethanolamine n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2ATE180 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoethanolamine n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2ATE181 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoethanolamine n C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2ATE181 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoethanolamine n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2ATG120 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoglycerol n C120 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2ATG120 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoglycerol n C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2ATG140 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoglycerol n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2ATG140 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoglycerol n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2ATG141 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoglycerol n C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2ATG141 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoglycerol n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2ATG160 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoglycerol n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2ATG160 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoglycerol n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2ATG161 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoglycerol n C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2ATG161 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoglycerol n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2ATG180 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoglycerol n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2ATG180 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoglycerol n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2ATG181 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoglycerol n C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2ATG181 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoglycerol n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2E120 "Lysophospholipase L2 2 acylglycerophosphoethanolamine n C120 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2E120 "Lysophospholipase L2 2 acylglycerophosphoethanolamine n C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2E140 "Lysophospholipase L2 2 acylglycerophosphoethanolamine n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2E140 "Lysophospholipase L2 2 acylglycerophosphoethanolamine n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2E141 "Lysophospholipase L2 2 acylglycerophosphoethanolamine n C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2E141 "Lysophospholipase L2 2 acylglycerophosphoethanolamine n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2E160 "Lysophospholipase L2 2 acylglycerophosphoethanolamine n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2E160 "Lysophospholipase L2 2 acylglycerophosphoethanolamine n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2E161 "Lysophospholipase L2 2 acylglycerophosphoethanolamine n C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2E161 "Lysophospholipase L2 2 acylglycerophosphoethanolamine n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2E180 "Lysophospholipase L2 2 acylglycerophosphoethanolamine n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2E180 "Lysophospholipase L2 2 acylglycerophosphoethanolamine n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2E181 "Lysophospholipase L2 2 acylglycerophosphoethanolamine n C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2E181 "Lysophospholipase L2 2 acylglycerophosphoethanolamine n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2G120 "Lysophospholipase L2 2 acylglycerophosphoglycerol n C120 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2G120 "Lysophospholipase L2 2 acylglycerophosphoglycerol n C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2G140 "Lysophospholipase L2 2 acylglycerophosphoglycerol n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2G140 "Lysophospholipase L2 2 acylglycerophosphoglycerol n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2G141 "Lysophospholipase L2 2 acylglycerophosphoglycerol n C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2G141 "Lysophospholipase L2 2 acylglycerophosphoglycerol n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2G160 "Lysophospholipase L2 2 acylglycerophosphoglycerol n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2G160 "Lysophospholipase L2 2 acylglycerophosphoglycerol n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2G161 "Lysophospholipase L2 2 acylglycerophosphoglycerol n C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2G161 "Lysophospholipase L2 2 acylglycerophosphoglycerol n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2G180 "Lysophospholipase L2 2 acylglycerophosphoglycerol n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2G180 "Lysophospholipase L2 2 acylglycerophosphoglycerol n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LPLIPAL2G181 "Lysophospholipase L2 2 acylglycerophosphoglycerol n C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LPLIPAL2G181 "Lysophospholipase L2 2 acylglycerophosphoglycerol n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LSERDHr "L serine dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LSERDHr "L serine dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LYSDC "lysine decarboxylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LYSDC "lysine decarboxylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LYSTRS "Lysyl tRNA synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LYSTRS "Lysyl tRNA synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LYSabcpp "L lysine transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LYSabcpp "L lysine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LYSt2pp "L lysine transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LYSt2pp "L lysine transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LYSt3pp "L lysine transport out via proton antiport cytoplasm to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LYSt3pp "L lysine transport out via proton antiport cytoplasm to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LYStex "L lysine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LYStex "L lysine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LYXI "Lyxose isomerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LYXI "Lyxose isomerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LYXt2pp "L Lyxose transport via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LYXt2pp "L Lyxose transport via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LYXtex "L Lyxose transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LYXtex "L Lyxose transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_L_LACD2 "L Lactate dehydrogenase ubiquinone ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_L_LACD2 "L Lactate dehydrogenase ubiquinone ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_L_LACD3 "L Lactate dehydrogenase menaquinone ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_L_LACD3 "L Lactate dehydrogenase menaquinone ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_L_LACt2rpp "L lactate reversible transport via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_L_LACt2rpp "L lactate reversible transport via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_L_LACtex "L lactate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_L_LACtex "L lactate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_M1PD "mannitol 1 phosphate 5 dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_M1PD "mannitol 1 phosphate 5 dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MACPD "Malonyl ACP decarboxylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MACPD "Malonyl ACP decarboxylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MALDt2_2pp "D Malate transport via proton symport 2 H  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MALDt2_2pp "D Malate transport via proton symport 2 H  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MALDtex "D Malate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MALDtex "D Malate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MALS "malate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MALS "malate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MALTATr "maltose O acetyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MALTATr "maltose O acetyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MALTHXabcpp "maltohexaose transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MALTHXabcpp "maltohexaose transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MALTHXtexi "maltohexaose transport via diffusion extracellular to periplasm irreversible">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MALTHXtexi "maltohexaose transport via diffusion extracellular to periplasm irreversible">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MALTPTabcpp "maltopentaose transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MALTPTabcpp "maltopentaose transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MALTPTtexi "maltopentaoseMaltotriose transport via diffusion extracellular to periplasm irreversible">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MALTPTtexi "maltopentaoseMaltotriose transport via diffusion extracellular to periplasm irreversible">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MALTTRabcpp "Maltotriose transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MALTTRabcpp "Maltotriose transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MALTTRtexi "Maltotriose transport via diffusion extracellular to periplasm irreversible">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MALTTRtexi "Maltotriose transport via diffusion extracellular to periplasm irreversible">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MALTTTRabcpp "maltotetraose transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MALTTTRabcpp "maltotetraose transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MALTTTRtexi "maltotetraoseMaltotriose transport via diffusion extracellular to periplasm irreversible">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MALTTTRtexi "maltotetraoseMaltotriose transport via diffusion extracellular to periplasm irreversible">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MALTabcpp "maltose transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MALTabcpp "maltose transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MALTptspp "maltose transport via PEPPyr PTS periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MALTptspp "maltose transport via PEPPyr PTS periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MALTtexi "maltoseMaltotriose transport via diffusion extracellular to periplasm irreversible">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MALTtexi "maltoseMaltotriose transport via diffusion extracellular to periplasm irreversible">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MALt2_2pp "Malate transport via proton symport 2 H  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MALt2_2pp "Malate transport via proton symport 2 H  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MALtex "Malate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MALtex "Malate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MAN6PI "mannose 6 phosphate isomerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MAN6PI "mannose 6 phosphate isomerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MAN6Pt6_2pp "Mannose 6 phosphate transport via phosphate antiport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MAN6Pt6_2pp "Mannose 6 phosphate transport via phosphate antiport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MAN6Ptex "Mannose 6 phosphate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MAN6Ptex "Mannose 6 phosphate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MANGLYCtex "2 O alpha mannosyl D glycerate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MANGLYCtex "2 O alpha mannosyl D glycerate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MANptspp "D mannose transport via PEPPyr PTS periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MANptspp "D mannose transport via PEPPyr PTS periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MANtex "D mannose transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MANtex "D mannose transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MCITD "2 methylcitrate dehydratase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MCITD "2 methylcitrate dehydratase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MCITL2 "methylisocitrate lyase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MCITL2 "methylisocitrate lyase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MCITS "2 methylcitrate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MCITS "2 methylcitrate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MCOATA "Malonyl CoA ACP transacylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MCOATA "Malonyl CoA ACP transacylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MCPST "3 mercaptopyruvate sulfurtransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MCPST "3 mercaptopyruvate sulfurtransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MCTP1App "murein crosslinking transpeptidase 1A A2pm D ala  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MCTP1App "murein crosslinking transpeptidase 1A A2pm D ala  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MCTP1Bpp "murein crosslinking transpeptidase 1B A2pm A2pm  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MCTP1Bpp "murein crosslinking transpeptidase 1B A2pm A2pm  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MCTP2App "murein crosslinking transpeptidase 1A A2pm D ala  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MCTP2App "murein crosslinking transpeptidase 1A A2pm D ala  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MDDCP1pp "murein D D carboxypeptidase murein5px4p  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MDDCP1pp "murein D D carboxypeptidase murein5px4p  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MDDCP2pp "murein D D carboxypeptidase murein5px4px4p  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MDDCP2pp "murein D D carboxypeptidase murein5px4px4p  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MDDCP3pp "murein D D carboxypeptidase murein5p5p  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MDDCP3pp "murein D D carboxypeptidase murein5p5p  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MDDCP4pp "murein D D carboxypeptidase murein5p4p  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MDDCP4pp "murein D D carboxypeptidase murein5p4p  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MDDCP5pp "murein D D carboxypeptidase murein5p3p  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MDDCP5pp "murein D D carboxypeptidase murein5p3p  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MDDEP1pp "murein D D endopeptidase murein4px4p  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MDDEP1pp "murein D D endopeptidase murein4px4p  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MDDEP2pp "murein D D endopeptidase murein3px4p  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MDDEP2pp "murein D D endopeptidase murein3px4p  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MDDEP3pp "murein D D endopeptidase murein5px4p  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MDDEP3pp "murein D D endopeptidase murein5px4p  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MDDEP4pp "murein D D endopeptidase murein4px4px4p  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MDDEP4pp "murein D D endopeptidase murein4px4px4p  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MDH "malate dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MDH "malate dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MDRPD "5 Methylthio 5 deoxy D ribulose 1 phosphate dehydratase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ME1 "malic enzyme NAD ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ME1 "malic enzyme NAD ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ME2 "malic enzyme NADP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ME2 "malic enzyme NADP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MECDPDH2 "2C methyl D erythritol 2 4 cyclodiphosphate dehydratase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MECDPDH2 "2C methyl D erythritol 2 4 cyclodiphosphate dehydratase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MECDPS "2 C methyl D erythritol 2 4 cyclodiphosphate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MECDPS "2 C methyl D erythritol 2 4 cyclodiphosphate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MELIBt2pp "melibiose transport in via symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MELIBt2pp "melibiose transport in via symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MELIBt3ipp "melibiose transport in via antiport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MELIBt3ipp "melibiose transport in via antiport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MELIBtex "melibiose transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MELIBtex "melibiose transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MEPCT "2 C methyl D erythritol 4 phosphate cytidylyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MEPCT "2 C methyl D erythritol 4 phosphate cytidylyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_METAT "methionine adenosyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_METAT "methionine adenosyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_METDabcpp "D methionine transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_METDabcpp "D methionine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_METDtex "D methionine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_METDtex "D methionine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_METOX1s "methionine oxidation spontaneous ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_METOX1s "methionine oxidation spontaneous ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_METOX2s "methionine oxidation 2 spontaneous ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_METOX2s "methionine oxidation 2 spontaneous ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_METS "methionine synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_METS "methionine synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_METSOX1abcpp "L methionine S oxide transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_METSOX1tex "L methionine S oxide diffusion extracellular ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_METSOX1tex "L methionine S oxide diffusion extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_METSOX2abcpp "L methionine R oxide transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_METSOX2tex "L methionine R oxide diffusion extracellular ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_METSOX2tex "L methionine R oxide diffusion extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_METSOXR1 "L methionine S oxide reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_METSOXR1 "L methionine S oxide reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_METSOXR2 "L methionine R sulfoxide reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_METSOXR2 "L methionine R sulfoxide reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_METTRS "Methionyl tRNA synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_METTRS "Methionyl tRNA synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_METabcpp "L methionine transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_METabcpp "L methionine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_METtex "L methionine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_METtex "L methionine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MG2t3_2pp "magnesium Mg2 transport inout via proton antiport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MG2tex "magnesium Mg2 transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MG2tex "magnesium Mg2 transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MG2tpp "magnesium 2 transport in via diffusion">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MG2tpp "magnesium 2 transport in via diffusion">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MGSA "methylglyoxal synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MGSA "methylglyoxal synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MI1PP "myo inositol 1 phosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MI1PP "myo inositol 1 phosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MICITD "2 methylisocitrate dehydratase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MICITD "2 methylisocitrate dehydratase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MINOHPtexi "myo inositol phosphate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MLDCP1App "murein L D carboxypeptidase murein5px4p  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MLDCP1Bpp "murein L D carboxypeptidase murein4p4p  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MLDCP2App "murein L D carboxypeptidase murein5p5p  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MLDCP2Bpp "murein L D carboxypeptidase murein4p3p  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MLDCP3App "murein L D carboxypeptidase murein5px3p  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MLDEP1pp "murein L D endopeptidase murein3px3p  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MLDEP2pp "murein L D endopeptidase murein5px3p  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MLTG1 "Maltodextrin glucosidase maltotriose ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MLTG1 "Maltodextrin glucosidase maltotriose ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MLTG2 "Maltodextrin glucosidase maltotetraose ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MLTG2 "Maltodextrin glucosidase maltotetraose ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MLTG3 "Maltodextrin glucosidase maltopentaose ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MLTG3 "Maltodextrin glucosidase maltopentaose ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MLTG4 "Maltodextrin glucosidase maltohexaose ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MLTG4 "Maltodextrin glucosidase maltohexaose ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MLTG5 "Maltodextrin glucosidase maltoheptaose ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MLTG5 "Maltodextrin glucosidase maltoheptaose ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MLTGY1pp "murein lytic transglycosylase murein4p4p  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MLTGY1pp "murein lytic transglycosylase murein4p4p  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MLTGY2pp "murein lytic transglycosylase murein4p3p  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MLTGY2pp "murein lytic transglycosylase murein4p3p  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MLTGY3pp "murein lytic transglycosylase murein3p3p  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MLTGY3pp "murein lytic transglycosylase murein3p3p  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MLTGY4pp "murein lytic transglycosylase murein4px4p4p  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MLTGY4pp "murein lytic transglycosylase murein4px4p4p  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MLTP1 "Maltodextrin phosphorylase maltopentaose ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MLTP1 "Maltodextrin phosphorylase maltopentaose ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MLTP2 "Maltodextrin phosphorylase maltohexaose ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MLTP2 "Maltodextrin phosphorylase maltohexaose ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MLTP3 "Maltodextrin phosphorylase maltoheptaose ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MLTP3 "Maltodextrin phosphorylase maltoheptaose ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MME "methylmalonyl CoA epimerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MMETtex "S methyl L methionine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MMETtex "S methyl L methionine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MN2t3pp "manganese Mn2 transport out via proton antiport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MN2t3pp "manganese Mn2 transport out via proton antiport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MN2tpp "manganese transport in via permease no H ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MN2tpp "manganese transport in via permease no H ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MN6PP "mannose 6 phosphate phosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MN6PP "mannose 6 phosphate phosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MNLptspp "mannitol transport via PEPPyr PTS periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MNLptspp "mannitol transport via PEPPyr PTS periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MNLtex "mannitol transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MNLtex "mannitol transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MNt2pp "manganese Mn2 transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MNt2pp "manganese Mn2 transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MNtex "Manganese Mn2 transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MNtex "Manganese Mn2 transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MOAT "3 deoxy D manno octulosonic acid transferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MOAT "3 deoxy D manno octulosonic acid transferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MOAT2 "3 deoxy D manno octulosonic acid transferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MOAT2 "3 deoxy D manno octulosonic acid transferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MOAT3C "3 deoxy D manno octulosonic acid transferase III LPS core biosynthesis ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MOAT3C "3 deoxy D manno octulosonic acid transferase III LPS core biosynthesis ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MOBDabcpp "molybdate transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MOBDabcpp "molybdate transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MOBDtex "molybdate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MOBDtex "molybdate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MOHMT "3 methyl 2 oxobutanoate hydroxymethyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MOHMT "3 methyl 2 oxobutanoate hydroxymethyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MPTG "murein polymerizing transglycosylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MPTG "murein polymerizing transglycosylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MPTG2 "murein polymerizing transglycosylase 2 three linked units ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MPTG2 "murein polymerizing transglycosylase 2 three linked units ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MSO3tex "methanesulfonate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MSO3tex "methanesulfonate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MTAN "methylthioadenosine nucleosidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MTAN "methylthioadenosine nucleosidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MTHFC "methenyltetrahydrofolate cyclohydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MTHFC "methenyltetrahydrofolate cyclohydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MTHFD "methylenetetrahydrofolate dehydrogenase NADP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MTHFD "methylenetetrahydrofolate dehydrogenase NADP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MTHFR2 "5 10 methylenetetrahydrofolate reductase NADH ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MTHFR2 "5 10 methylenetetrahydrofolate reductase NADH ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MTRI "5 methylthioribose 1 phosphate isomerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MTRK "5 methylthioribose kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MTRPOX "N methyltryptophan oxidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MTRPOX "N methyltryptophan oxidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_N2Otex "nitrious oxide transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_N2Otex "nitrious oxide transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_N2Otpp "nitrious oxide transport diffusion ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_N2Otpp "nitrious oxide transport diffusion ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NACODA "N acetylornithine deacetylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NACODA "N acetylornithine deacetylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NACtex "Nicotinic acid transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NACtex "Nicotinic acid transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NACtpp "Nicotinic acid uptake periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NADDP "NAD diphosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NADDP "NAD diphosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NADH10 "NADH dehydrogenase menaquinone 8 0 protons ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NADH10 "NADH dehydrogenase menaquinone 8 0 protons ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NADH16pp "NADH dehydrogenase ubiquinone 8 3 protons  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NADH16pp "NADH dehydrogenase ubiquinone 8 3 protons  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NADH17pp "NADH dehydrogenase menaquinone 8 3 protons  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NADH17pp "NADH dehydrogenase menaquinone 8 3 protons  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NADH18pp "NADH dehydrogenase demethylmenaquinone 8 3 protons  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NADH18pp "NADH dehydrogenase demethylmenaquinone 8 3 protons  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NADH5 "NADH dehydrogenase ubiquinone 8 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NADH5 "NADH dehydrogenase ubiquinone 8 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NADH9 "NADH dehydrogenase demethylmenaquinone 8 0 protons ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NADH9 "NADH dehydrogenase demethylmenaquinone 8 0 protons ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NADK "NAD kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NADK "NAD kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NADN "NAD nucleosidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NADPHQR2 "NADPH Quinone Reductase Ubiquinone 8 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NADPHQR2 "NADPH Quinone Reductase Ubiquinone 8 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NADPHQR3 "NADPH Quinone Reductase Menaquinone 8 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NADPHQR3 "NADPH Quinone Reductase Menaquinone 8 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NADPHQR4 "NADPH Quinone Reductase 2 Demethylmenaquinone 8 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NADPHQR4 "NADPH Quinone Reductase 2 Demethylmenaquinone 8 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NADPPPS "NADP phosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NADS1 "NAD synthase nh3 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NADS1 "NAD synthase nh3 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NADTRHD "NAD transhydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NADTRHD "NAD transhydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NAMNPP "nicotinic acid mononucleotide pyrophosphorylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NAMNPP "nicotinic acid mononucleotide pyrophosphorylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NAt3_1p5pp "sodium proton antiporter HNA is 15  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NAt3_1p5pp "sodium proton antiporter HNA is 15  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NAt3_2pp "sodium proton antiporter HNA is 2  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NAt3_2pp "sodium proton antiporter HNA is 2  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NAtex "sodium transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NAtex "sodium transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NDPK1 "nucleoside diphosphate kinase ATPGDP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NDPK1 "nucleoside diphosphate kinase ATPGDP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NDPK2 "nucleoside diphosphate kinase ATPUDP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NDPK2 "nucleoside diphosphate kinase ATPUDP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NDPK3 "nucleoside diphosphate kinase ATPCDP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NDPK3 "nucleoside diphosphate kinase ATPCDP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NDPK4 "nucleoside diphosphate kinase ATPdTDP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NDPK4 "nucleoside diphosphate kinase ATPdTDP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NDPK5 "nucleoside diphosphate kinase ATPdGDP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NDPK5 "nucleoside diphosphate kinase ATPdGDP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NDPK6 "nucleoside diphosphate kinase ATPdUDP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NDPK6 "nucleoside diphosphate kinase ATPdUDP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NDPK7 "nucleoside diphosphate kinase ATPdCDP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NDPK7 "nucleoside diphosphate kinase ATPdCDP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NDPK8 "nucleoside diphosphate kinase ATPdADP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NDPK8 "nucleoside diphosphate kinase ATPdADP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NH4tex "ammonia transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NH4tex "ammonia transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NH4tpp "ammonia reversible transport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NH4tpp "ammonia reversible transport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NHFRBO "NADHflavorubredoxin oxidoreductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NHFRBO "NADHflavorubredoxin oxidoreductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NI2abcpp "Nickle Ni2 ABC transporter periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NI2abcpp "Nickle Ni2 ABC transporter periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NI2t3pp "nickle Ni2 transport out via proton antiport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NI2t3pp "nickle Ni2 transport out via proton antiport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NI2tex "nickel transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NI2tex "nickel transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NMNAT "nicotinamide nucleotide adenylyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NMNAT "nicotinamide nucleotide adenylyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NMNDA "nicotinamide nucleotide amidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NMNN "NMN nucleosidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NMNPtpp "NMN permease periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NMNPtpp "NMN permease periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NMNt7pp "NMN transport via NMN glycohydrolase periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NMNtex "NMN transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NMNtex "NMN transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NNAM "nicotinamidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NNAM "nicotinamidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NNATr "nicotinate nucleotide adenylyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NNATr "nicotinate nucleotide adenylyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NNDPR "nicotinate nucleotide diphosphorylase carboxylating ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NNDPR "nicotinate nucleotide diphosphorylase carboxylating ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NO2t2rpp "nitrite transport in via proton symport reversible periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NO2t2rpp "nitrite transport in via proton symport reversible periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NO2tex "nitrite transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NO2tex "nitrite transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NO3R1bpp "Nitrate reductase Ubiquinol 8 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NO3R1bpp "Nitrate reductase Ubiquinol 8 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NO3R1pp "Nitrate reductase Ubiquinol 8  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NO3R1pp "Nitrate reductase Ubiquinol 8  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NO3R2bpp "Nitrate reductase Menaquinol 8  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NO3R2bpp "Nitrate reductase Menaquinol 8  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NO3R2pp "Nitrate reductase Menaquinol 8  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NO3R2pp "Nitrate reductase Menaquinol 8  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NO3t7pp "nitrate transport in via nitrite antiport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NO3t7pp "nitrate transport in via nitrite antiport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NO3tex "nitrate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NO3tex "nitrate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NODOx "nitric oxide dioxygenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NODOx "nitric oxide dioxygenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NODOy "nitric oxide dioxygenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NODOy "nitric oxide dioxygenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NOtex "nitric oxide transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NOtex "nitric oxide transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NOtpp "NO transport diffusion ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NOtpp "NO transport diffusion ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NPHS "naphthoate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NPHS "naphthoate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTD1 "5 nucleotidase dUMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTD1 "5 nucleotidase dUMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTD10 "5 nucleotidase XMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTD10 "5 nucleotidase XMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTD10pp "5 nucleotidase XMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTD10pp "5 nucleotidase XMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTD11 "5 nucleotidase IMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTD11 "5 nucleotidase IMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTD11pp "5 nucleotidase IMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTD11pp "5 nucleotidase IMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTD12 "5 nucleotidase dIMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTD12 "5 nucleotidase dIMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTD12pp "5 nucleotidase dIMP  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTD12pp "5 nucleotidase dIMP  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTD1pp "5 nucleotidase dUMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTD1pp "5 nucleotidase dUMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTD2 "5 nucleotidase UMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTD2 "5 nucleotidase UMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTD2pp "5 nucleotidase UMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTD2pp "5 nucleotidase UMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTD3 "5 nucleotidase dCMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTD3 "5 nucleotidase dCMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTD3pp "5 nucleotidase dCMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTD3pp "5 nucleotidase dCMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTD4 "5 nucleotidase CMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTD4 "5 nucleotidase CMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTD4pp "5 nucleotidase CMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTD4pp "5 nucleotidase CMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTD5 "5 nucleotidase dTMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTD5 "5 nucleotidase dTMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTD5pp "5 nucleotidase dTMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTD5pp "5 nucleotidase dTMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTD6 "5 nucleotidase dAMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTD6 "5 nucleotidase dAMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTD6pp "5 nucleotidase dAMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTD6pp "5 nucleotidase dAMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTD7 "5 nucleotidase AMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTD7 "5 nucleotidase AMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTD7pp "5 nucleotidase AMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTD7pp "5 nucleotidase AMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTD8 "5 nucleotidase dGMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTD8 "5 nucleotidase dGMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTD8pp "5 nucleotidase dGMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTD8pp "5 nucleotidase dGMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTD9 "5 nucleotidase GMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTD9 "5 nucleotidase GMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTD9pp "5 nucleotidase GMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTD9pp "5 nucleotidase GMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTP1 "nucleoside triphosphatase ATP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTP1 "nucleoside triphosphatase ATP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTP10 "nucleoside triphosphatase ITP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTP10 "nucleoside triphosphatase ITP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTP11 "nucleoside triphosphatase dITP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTP11 "nucleoside triphosphatase dITP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTP12 "nucleoside triphosphatase XTP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTP12 "nucleoside triphosphatase XTP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTP3 "nucleoside triphosphatase GTP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTP3 "nucleoside triphosphatase GTP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTP5 "nucleoside triphosphatase CTP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTP5 "nucleoside triphosphatase CTP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTPP1 "Nucleoside triphosphate pyrophosphorylase dgtp ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTPP1 "Nucleoside triphosphate pyrophosphorylase dgtp ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTPP10 "Nucleoside triphosphate pyrophosphorylase ditp ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTPP10 "Nucleoside triphosphate pyrophosphorylase ditp ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTPP11 "Nucleoside triphosphate pyrophosphorylase xtp ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTPP11 "Nucleoside triphosphate pyrophosphorylase xtp ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTPP2 "Nucleoside triphosphate pyrophosphorylase gtp ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTPP2 "Nucleoside triphosphate pyrophosphorylase gtp ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTPP3 "Nucleoside triphosphate pyrophosphorylase dctp ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTPP3 "Nucleoside triphosphate pyrophosphorylase dctp ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTPP4 "Nucleoside triphosphate pyrophosphorylase ctp ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTPP4 "Nucleoside triphosphate pyrophosphorylase ctp ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTPP5 "Nucleoside triphosphate pyrophosphorylase datp ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTPP5 "Nucleoside triphosphate pyrophosphorylase datp ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTPP6 "Nucleoside triphosphate pyrophosphorylase atp ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTPP6 "Nucleoside triphosphate pyrophosphorylase atp ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTPP7 "Nucleoside triphosphate pyrophosphorylase dttp ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTPP7 "Nucleoside triphosphate pyrophosphorylase dttp ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTPP8 "Nucleoside triphosphate pyrophosphorylase utp ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTPP8 "Nucleoside triphosphate pyrophosphorylase utp ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTPP9 "Nucleoside triphosphate pyrophosphorylase itp ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTPP9 "Nucleoside triphosphate pyrophosphorylase itp ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTPTP1 "Nucleoside triphosphate tripolyhydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTPTP1 "Nucleoside triphosphate tripolyhydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTPTP2 "Nucleoside triphosphate tripolyhydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTPTP2 "Nucleoside triphosphate tripolyhydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTRIR2x "nitrite Reductase NADH ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTRIR2x "nitrite Reductase NADH ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTRIR3pp "nitrite Reductase Ubiquinole 8 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTRIR3pp "nitrite Reductase Ubiquinole 8 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NTRIR4pp "nitrite Reductase Menaquinole 8 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NTRIR4pp "nitrite Reductase Menaquinole 8 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_O2Stex "superoxide anion transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_O2Stex "superoxide anion transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_O2tex "oxygen transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_O2tex "oxygen transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_O2tpp "o2 transport via diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_O2tpp "o2 transport via diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAADC "oxaloacetate decarboxylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAADC "oxaloacetate decarboxylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OBTFL "2 Oxobutanoate formate lyase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OBTFL "2 Oxobutanoate formate lyase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OCDCAtexi "Octadecanoate transport via facilitated irreversible diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OCDCAtexi "Octadecanoate transport via facilitated irreversible diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OCDCEAtexi "Octadecenoate n C181 transport via facilitated irreversible diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OCDCEAtexi "Octadecenoate n C181 transport via facilitated irreversible diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OCTAtex "Octanoate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OCTAtex "Octanoate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OCTDPS "Octaprenyl pyrophosphate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OCTDPS "Octaprenyl pyrophosphate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ODECOAI "Octadecenoyl coa cis trans isomerization">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ODECOAI "Octadecenoyl coa cis trans isomerization">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OHPBAT "O Phospho 4 hydroxy L threonine2 oxoglutarate aminotransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OHPBAT "O Phospho 4 hydroxy L threonine2 oxoglutarate aminotransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OHPHM "2 octaprenyl 6 hydroxyphenol methylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OHPHM "2 octaprenyl 6 hydroxyphenol methylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OMBZLM "2 Octaprenyl 6 methoxy benzoquinol methylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OMBZLM "2 Octaprenyl 6 methoxy benzoquinol methylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OMCDC "2 Oxo 4 methyl 3 carboxypentanoate decarboxylation">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OMCDC "2 Oxo 4 methyl 3 carboxypentanoate decarboxylation">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OMMBLHX "2 Octaprenyl 3 methyl 6 methoxy 1 4 benzoquinol hydroxylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OMMBLHX "2 Octaprenyl 3 methyl 6 methoxy 1 4 benzoquinol hydroxylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OMMBLHX3 "2 Octaprenyl 3 methyl 6 methoxy 1 4 benzoquinol hydroxylase anaerobic ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OMPDC "orotidine 5 phosphate decarboxylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OMPDC "orotidine 5 phosphate decarboxylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OMPHHX "2 octaprenyl 6 methoxyphenol hydroxylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OMPHHX "2 octaprenyl 6 methoxyphenol hydroxylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OMPHHX3 "2 octaprenyl 6 methoxyphenol hydroxylase anaerobic ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OPHBDC "Octaprenyl hydroxybenzoate decarboxylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OPHBDC "Octaprenyl hydroxybenzoate decarboxylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OPHHX "2 Octaprenylphenol hydroxylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OPHHX "2 Octaprenylphenol hydroxylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OPHHX3 "2 Octaprenylphenol hydroxylase anaerobic ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ORNDC "Ornithine Decarboxylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ORNDC "Ornithine Decarboxylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ORNabcpp "ornithine transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ORNabcpp "ornithine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ORNtex "ornithine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ORNtex "ornithine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OROTt2_2pp "Orotate transport via proton symport 2 H  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OROTt2_2pp "Orotate transport via proton symport 2 H  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAAt2_2pp "Oxaloacetate transport via proton symport 2 H  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAAt2_2pp "Oxaloacetate transport via proton symport 2 H  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OROTtex "Orotate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OROTtex "Orotate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAAtex "Oxaloacetate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAAtex "Oxaloacetate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ORPT "orotate phosphoribosyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ORPT "orotate phosphoribosyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OXAMTC "oxamate transcarbamoylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OXGDC2 "2 oxoglutarate decarboxylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OXGDC2 "2 oxoglutarate decarboxylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_P5CD "1 pyrroline 5 carboxylate dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_P5CD "1 pyrroline 5 carboxylate dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_P5CR "pyrroline 5 carboxylate reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_P5CR "pyrroline 5 carboxylate reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PA120abcpp "phosphatidate transport via ABC system n C120 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PA120abcpp "phosphatidate transport via ABC system n C120 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PA140abcpp "phosphatidate transport via ABC system n C140 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PA140abcpp "phosphatidate transport via ABC system n C140 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PA141abcpp "phosphatidate transport via ABC system n C141 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PA141abcpp "phosphatidate transport via ABC system n C141 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PA160abcpp "phosphatidate transport via ABC system n C160 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PA160abcpp "phosphatidate transport via ABC system n C160 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PA161abcpp "phosphatidate transport via ABC system n C161 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PA161abcpp "phosphatidate transport via ABC system n C161 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PA180abcpp "phosphatidate transport via ABC system n C180 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PA180abcpp "phosphatidate transport via ABC system n C180 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PA181abcpp "phosphatidate transport via ABC system n C181 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PA181abcpp "phosphatidate transport via ABC system n C181 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PACALDt2rpp "phenylacetaldehyde reversible transport via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PACALDtex "phenethylacetaldehyde transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PACALDtex "phenethylacetaldehyde transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PANTS "pantothenate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PANTS "pantothenate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PAPA120 "Phosphatidate phosphatase n C120 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PAPA120 "Phosphatidate phosphatase n C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PAPA120pp "Phosphatidate phosphatase periplasmic n C120 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PAPA120pp "Phosphatidate phosphatase periplasmic n C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PAPA140 "Phosphatidate phosphatase n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PAPA140 "Phosphatidate phosphatase n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PAPA140pp "Phosphatidate phosphatase periplasmic n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PAPA140pp "Phosphatidate phosphatase periplasmic n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PAPA141 "Phosphatidate phosphatase n C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PAPA141 "Phosphatidate phosphatase n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PAPA141pp "Phosphatidate phosphatase periplasmic n C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PAPA141pp "Phosphatidate phosphatase periplasmic n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PAPA160 "Phosphatidate phosphatase n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PAPA160 "Phosphatidate phosphatase n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PAPA160pp "Phosphatidate phosphatase periplasmic n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PAPA160pp "Phosphatidate phosphatase periplasmic n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PAPA161 "Phosphatidate phosphatase n C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PAPA161 "Phosphatidate phosphatase n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PAPA161pp "Phosphatidate phosphatase periplasmic n C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PAPA161pp "Phosphatidate phosphatase periplasmic n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PAPA180 "Phosphatidate phosphatase n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PAPA180 "Phosphatidate phosphatase n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PAPA180pp "Phosphatidate phosphatase periplasmic n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PAPA180pp "Phosphatidate phosphatase periplasmic n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PAPA181 "Phosphatidate phosphatase n C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PAPA181 "Phosphatidate phosphatase n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PAPA181pp "Phosphatidate phosphatase periplasmic n C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PAPA181pp "Phosphatidate phosphatase periplasmic n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PAPPT3 "phospho N acetylmuramoyl pentapeptide transferase meso 2 6 diaminopimelate ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PAPPT3 "phospho N acetylmuramoyl pentapeptide transferase meso 2 6 diaminopimelate ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PAPSR "phosphoadenylyl sulfate reductase thioredoxin ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PAPSR "phosphoadenylyl sulfate reductase thioredoxin ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PAPSR2 "phosphoadenylyl sulfate reductase glutaredoxin ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PAPSR2 "phosphoadenylyl sulfate reductase glutaredoxin ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PDH "pyruvate dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PDH "pyruvate dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PDX5PO2 "pyridoxine 5 phosphate oxidase anaerboic">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PDX5POi "pyridoxine 5 phosphate oxidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PDX5POi "pyridoxine 5 phosphate oxidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PDX5PS "Pyridoxine 5 phosphate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PDX5PS "Pyridoxine 5 phosphate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PDXPP "Pyridoxine 5 phosphate phosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PE120abcpp "phosphatidylethanolamine transport via ABC system n C120 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PE120abcpp "phosphatidylethanolamine transport via ABC system n C120 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PE140abcpp "phosphatidylethanolamine transport via ABC system n C140 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PE140abcpp "phosphatidylethanolamine transport via ABC system n C140 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PE141abcpp "phosphatidylethanolamine transport via ABC system n C141 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PE141abcpp "phosphatidylethanolamine transport via ABC system n C141 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PE160abcpp "phosphatidylethanolamine transport via ABC system n C160 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PE160abcpp "phosphatidylethanolamine transport via ABC system n C160 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PE161abcpp "phosphatidylethanolamine transport via ABC system n C161 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PE161abcpp "phosphatidylethanolamine transport via ABC system n C161 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PE180abcpp "phosphatidylethanolamine transport via ABC system n C180 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PE180abcpp "phosphatidylethanolamine transport via ABC system n C180 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PE181abcpp "phosphatidylethanolamine transport via ABC system n C181 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PE181abcpp "phosphatidylethanolamine transport via ABC system n C181 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PEAMNtex "phenethylamine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PEAMNtex "phenethylamine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PERD "Erythronate 4 phosphate 4per dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PERD "Erythronate 4 phosphate 4per dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PETNT161pp "phosphoethanolamine transferase c C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PETNT161pp "phosphoethanolamine transferase c C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PETNT181pp "phosphoethanolamine transferase c C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PETNT181pp "phosphoethanolamine transferase c C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PFK "phosphofructokinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PFK "phosphofructokinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PFK_2 "Phosphofructokinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PFK_2 "Phosphofructokinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PFL "pyruvate formate lyase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PFL "pyruvate formate lyase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PG120abcpp "phosphatidylglycerol transport via ABC system n C120 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PG120abcpp "phosphatidylglycerol transport via ABC system n C120 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PG140abcpp "phosphatidylglycerol transport via ABC system n C140 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PG140abcpp "phosphatidylglycerol transport via ABC system n C140 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PG141abcpp "phosphatidylglycerol transport via ABC system n C141 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PG141abcpp "phosphatidylglycerol transport via ABC system n C141 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PG160abcpp "phosphatidylglycerol transport via ABC system n C160 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PG160abcpp "phosphatidylglycerol transport via ABC system n C160 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PG161abcpp "phosphatidylglycerol transport via ABC system n C161 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PG161abcpp "phosphatidylglycerol transport via ABC system n C161 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PG180abcpp "phosphatidylglycerol transport via ABC system n C180 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PG180abcpp "phosphatidylglycerol transport via ABC system n C180 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PG181abcpp "phosphatidylglycerol transport via ABC system n C181 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PG181abcpp "phosphatidylglycerol transport via ABC system n C181 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGAMT "phosphoglucosamine mutase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGAMT "phosphoglucosamine mutase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGCD "phosphoglycerate dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGCD "phosphoglycerate dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGI "glucose 6 phosphate isomerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGI "glucose 6 phosphate isomerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGK "phosphoglycerate kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGK "phosphoglycerate kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGL "6 phosphogluconolactonase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGL "6 phosphogluconolactonase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGLYCP "Phosphoglycolate phosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGLYCP "Phosphoglycolate phosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGM "phosphoglycerate mutase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGM "phosphoglycerate mutase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGMT "phosphoglucomutase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGMT "phosphoglucomutase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGP120abcpp "phosphatidylglycerophosphate transport via ABC system n C120 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGP120abcpp "phosphatidylglycerophosphate transport via ABC system n C120 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGP140abcpp "phosphatidylglycerophosphate transport via ABC system n C140 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGP140abcpp "phosphatidylglycerophosphate transport via ABC system n C140 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGP141abcpp "phosphatidylglycerophosphate transport via ABC system n C141 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGP141abcpp "phosphatidylglycerophosphate transport via ABC system n C141 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGP160abcpp "phosphatidylglycerophosphate transport via ABC system n C160 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGP160abcpp "phosphatidylglycerophosphate transport via ABC system n C160 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGP161abcpp "phosphatidylglycerophosphate transport via ABC system n C161 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGP161abcpp "phosphatidylglycerophosphate transport via ABC system n C161 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGP180abcpp "phosphatidylglycerophosphate transport via ABC system n C180 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGP180abcpp "phosphatidylglycerophosphate transport via ABC system n C180 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGP181abcpp "phosphatidylglycerophosphate transport via ABC system n C181 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGP181abcpp "phosphatidylglycerophosphate transport via ABC system n C181 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGPP120 "phosphatidylglycerol phosphate phosphatase n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGPP120 "phosphatidylglycerol phosphate phosphatase n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGPP120pp "phosphatidylglycerol phosphate phosphatase periplasm n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGPP120pp "phosphatidylglycerol phosphate phosphatase periplasm n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGPP140 "phosphatidylglycerol phosphate phosphatase n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGPP140 "phosphatidylglycerol phosphate phosphatase n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGPP140pp "phosphatidylglycerol phosphate phosphatase periplasm n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGPP140pp "phosphatidylglycerol phosphate phosphatase periplasm n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGPP141 "phosphatidylglycerol phosphate phosphatase n C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGPP141 "phosphatidylglycerol phosphate phosphatase n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGPP141pp "phosphatidylglycerol phosphate phosphatase periplasm n C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGPP141pp "phosphatidylglycerol phosphate phosphatase periplasm n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGPP160 "phosphatidylglycerol phosphate phosphatase n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGPP160 "phosphatidylglycerol phosphate phosphatase n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGPP160pp "phosphatidylglycerol phosphate phosphatase periplasm n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGPP160pp "phosphatidylglycerol phosphate phosphatase periplasm n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGPP161 "phosphatidylglycerol phosphate phosphatase n C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGPP161 "phosphatidylglycerol phosphate phosphatase n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGPP161pp "phosphatidylglycerol phosphate phosphatase periplasm n C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGPP161pp "phosphatidylglycerol phosphate phosphatase periplasm n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGPP180 "phosphatidylglycerol phosphate phosphatase n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGPP180 "phosphatidylglycerol phosphate phosphatase n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGPP180pp "phosphatidylglycerol phosphate phosphatase periplasm n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGPP180pp "phosphatidylglycerol phosphate phosphatase periplasm n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGPP181 "phosphatidylglycerol phosphate phosphatase n C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGPP181 "phosphatidylglycerol phosphate phosphatase n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGPP181pp "phosphatidylglycerol phosphate phosphatase periplasm n C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGPP181pp "phosphatidylglycerol phosphate phosphatase periplasm n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGSA120 "Phosphatidylglycerol synthase n C120 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGSA120 "Phosphatidylglycerol synthase n C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGSA140 "Phosphatidylglycerol synthase n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGSA140 "Phosphatidylglycerol synthase n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGSA141 "Phosphatidylglycerol synthase n C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGSA141 "Phosphatidylglycerol synthase n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGSA160 "Phosphatidylglycerol synthase n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGSA160 "Phosphatidylglycerol synthase n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGSA161 "Phosphatidylglycerol synthase n C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGSA161 "Phosphatidylglycerol synthase n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGSA180 "Phosphatidylglycerol synthase n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGSA180 "Phosphatidylglycerol synthase n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PGSA181 "Phosphatidylglycerol synthase n C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PGSA181 "Phosphatidylglycerol synthase n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PHEMEabcpp "protoheme transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PHEMEabcpp "protoheme transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PHEMEtiex "protoheme transport irreversible out via diffusion periplasm to extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PHETA1 "phenylalanine transaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PHETA1 "phenylalanine transaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PHETRS "Phenylalanyl tRNA synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PHETRS "Phenylalanyl tRNA synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PHEt2rpp "L phenylalanine reversible transport via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PHEt2rpp "L phenylalanine reversible transport via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PHEtex "L phenylalanine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PHEtex "L phenylalanine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PIt2rpp "phosphate reversible transport via symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PIt2rpp "phosphate reversible transport via symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PItex "phosphate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PItex "phosphate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PIuabcpp "phosphate transport via ABC system uptake periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PIuabcpp "phosphate transport via ABC system uptake periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA1A120pp "Phospholipase A1 phosphatidate n C120  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA1A120pp "Phospholipase A1 phosphatidate n C120  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA1A140pp "Phospholipase A1 phosphatidate n C140  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA1A140pp "Phospholipase A1 phosphatidate n C140  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA1A141pp "Phospholipase A1 phosphatidate n C141  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA1A141pp "Phospholipase A1 phosphatidate n C141  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA1A160pp "Phospholipase A1 phosphatidate n C160  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA1A160pp "Phospholipase A1 phosphatidate n C160  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA1A161pp "Phospholipase A1 phosphatidate n C161  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA1A161pp "Phospholipase A1 phosphatidate n C161  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA1A180pp "Phospholipase A1 phosphatidate n C180  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA1A180pp "Phospholipase A1 phosphatidate n C180  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA1A181pp "Phospholipase A1 phosphatidate n C181  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA1A181pp "Phospholipase A1 phosphatidate n C181  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA1E120pp "Phospholipase A1 phosphatidylethanolamine n C120  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA1E120pp "Phospholipase A1 phosphatidylethanolamine n C120  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA1E140pp "Phospholipase A1 phosphatidylethanolamine n C140  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA1E140pp "Phospholipase A1 phosphatidylethanolamine n C140  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA1E141pp "Phospholipase A1 phosphatidylethanolamine n C141  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA1E141pp "Phospholipase A1 phosphatidylethanolamine n C141  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA1E160pp "Phospholipase A1 phosphatidylethanolamine n C160  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA1E160pp "Phospholipase A1 phosphatidylethanolamine n C160  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA1E161pp "Phospholipase A1 phosphatidylethanolamine n C161  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA1E161pp "Phospholipase A1 phosphatidylethanolamine n C161  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA1E180pp "Phospholipase A1 phosphatidylethanolamine n C180  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA1E180pp "Phospholipase A1 phosphatidylethanolamine n C180  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA1E181pp "Phospholipase A1 phosphatidylethanolamine n C181  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA1E181pp "Phospholipase A1 phosphatidylethanolamine n C181  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA1G120pp "Phospholipase A1 phosphatidylglycerol n C120  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA1G120pp "Phospholipase A1 phosphatidylglycerol n C120  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA1G140pp "Phospholipase A1 phosphatidylglycerol n C140  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA1G140pp "Phospholipase A1 phosphatidylglycerol n C140  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA1G141pp "Phospholipase A1 phosphatidylglycerol n C141  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA1G141pp "Phospholipase A1 phosphatidylglycerol n C141  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA1G160pp "Phospholipase A1 phosphatidylglycerol n C160  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA1G160pp "Phospholipase A1 phosphatidylglycerol n C160  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA1G161pp "Phospholipase A1 phosphatidylglycerol n C161  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA1G161pp "Phospholipase A1 phosphatidylglycerol n C161  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA1G180pp "Phospholipase A1 phosphatidylglycerol n C180  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA1G180pp "Phospholipase A1 phosphatidylglycerol n C180  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA1G181pp "Phospholipase A1 phosphatidylglycerol n C181  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA1G181pp "Phospholipase A1 phosphatidylglycerol n C181  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA2A120pp "Phospholipase A2 phosphatidate n C120  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA2A120pp "Phospholipase A2 phosphatidate n C120  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA2A140pp "Phospholipase A2 phosphatidate n C140  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA2A140pp "Phospholipase A2 phosphatidate n C140  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA2A141pp "Phospholipase A2 phosphatidate n C141  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA2A141pp "Phospholipase A2 phosphatidate n C141  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA2A160pp "Phospholipase A2 phosphatidate n C160  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA2A160pp "Phospholipase A2 phosphatidate n C160  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA2A161pp "Phospholipase A2 phosphatidate n C161  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA2A161pp "Phospholipase A2 phosphatidate n C161  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA2A180pp "Phospholipase A2 phosphatidate n C180  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA2A180pp "Phospholipase A2 phosphatidate n C180  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA2A181pp "Phospholipase A2 phosphatidate n C181  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA2A181pp "Phospholipase A2 phosphatidate n C181  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA2E120pp "Phospholipase A2 phosphatidylethanolamine n C120  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA2E120pp "Phospholipase A2 phosphatidylethanolamine n C120  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA2E140pp "Phospholipase A2 phosphatidylethanolamine n C140  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA2E140pp "Phospholipase A2 phosphatidylethanolamine n C140  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA2E141pp "Phospholipase A2 phosphatidylethanolamine n C141  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA2E141pp "Phospholipase A2 phosphatidylethanolamine n C141  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA2E160pp "Phospholipase A2 phosphatidylethanolamine n C160  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA2E160pp "Phospholipase A2 phosphatidylethanolamine n C160  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA2E161pp "Phospholipase A2 phosphatidylethanolamine n C161  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA2E161pp "Phospholipase A2 phosphatidylethanolamine n C161  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA2E180pp "Phospholipase A2 phosphatidylethanolamine n C180  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA2E180pp "Phospholipase A2 phosphatidylethanolamine n C180  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA2E181pp "Phospholipase A2 phosphatidylethanolamine n C181  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA2E181pp "Phospholipase A2 phosphatidylethanolamine n C181  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA2G120pp "Phospholipase A2 phosphatidylglycerol n C120  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA2G120pp "Phospholipase A2 phosphatidylglycerol n C120  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA2G140pp "Phospholipase A2 phosphatidylglycerol n C140  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA2G140pp "Phospholipase A2 phosphatidylglycerol n C140  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA2G141pp "Phospholipase A2 phosphatidylglycerol n C141  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA2G141pp "Phospholipase A2 phosphatidylglycerol n C141  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA2G160pp "Phospholipase A2 phosphatidylglycerol n C160  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA2G160pp "Phospholipase A2 phosphatidylglycerol n C160  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA2G161pp "Phospholipase A2 phosphatidylglycerol n C161  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA2G161pp "Phospholipase A2 phosphatidylglycerol n C161  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA2G180pp "Phospholipase A2 phosphatidylglycerol n C180  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA2G180pp "Phospholipase A2 phosphatidylglycerol n C180  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PLIPA2G181pp "Phospholipase A2 phosphatidylglycerol n C181  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PLIPA2G181pp "Phospholipase A2 phosphatidylglycerol n C181  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PMDPHT "pyrimidine phosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PMPK "phosphomethylpyrimidine kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PMPK "phosphomethylpyrimidine kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PNTK "pantothenate kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PNTK "pantothenate kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PNTOt4pp "Pantothenate sodium symporter periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PNTOt4pp "Pantothenate sodium symporter periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PNTOtex "Pantothenate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PNTOtex "Pantothenate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_POX "pyruvate oxidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_POX "pyruvate oxidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PPA "inorganic diphosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PPA "inorganic diphosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PPA2 "inorganic triphosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PPA2 "inorganic triphosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PPAKr "Propionate kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PPAKr "Propionate kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PPALtex "propanal transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PPALtex "propanal transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PPALtpp "propanal transport via channel periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PPAt4pp "NaPropionate symporter periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PPAt4pp "NaPropionate symporter periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PPAtex "propionate transport via diffusion">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PPAtex "propionate transport via diffusion">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PPBNGS "porphobilinogen synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PPBNGS "porphobilinogen synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PPC "phosphoenolpyruvate carboxylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PPC "phosphoenolpyruvate carboxylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PPCDC "phosphopantothenoylcysteine decarboxylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PPCDC "phosphopantothenoylcysteine decarboxylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PPCK "phosphoenolpyruvate carboxykinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PPCK "phosphoenolpyruvate carboxykinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PPGPPDP "guanosine 3 5 bis diphosphate 3 diphosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PPGPPDP "guanosine 3 5 bis diphosphate 3 diphosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PPK2r "polyphosphate kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PPK2r "polyphosphate kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PPKr "polyphosphate kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PPKr "polyphosphate kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PPM "phosphopentomutase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PPM "phosphopentomutase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PPM2 "phosphopentomutase 2 deoxyribose ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PPM2 "phosphopentomutase 2 deoxyribose ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PPNCL2 "phosphopantothenate cysteine ligase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PPNCL2 "phosphopantothenate cysteine ligase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PPND "prephenate dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PPND "prephenate dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PPNDH "prephenate dehydratase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PPNDH "prephenate dehydratase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PPPGO "protoporphyrinogen oxidase aerobic ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PPPGO "protoporphyrinogen oxidase aerobic ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PPPGO3 "protoporphyrinogen oxidase anaerobic ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PPPGO3 "protoporphyrinogen oxidase anaerobic ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PPPNt2rpp "3 phenylpropionate transport via proton symport reversible periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PPPNt2rpp "3 phenylpropionate transport via proton symport reversible periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PPPNtex "3 phenylpropionate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PPPNtex "3 phenylpropionate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PPS "phosphoenolpyruvate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PPS "phosphoenolpyruvate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PPTtex "Phosphonate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PPTtex "Phosphonate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PRAGSr "phosphoribosylglycinamide synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PRAGSr "phosphoribosylglycinamide synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PRAIS "phosphoribosylaminoimidazole synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PRAIS "phosphoribosylaminoimidazole synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PRAIi "phosphoribosylanthranilate isomerase irreversible ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PRAIi "phosphoribosylanthranilate isomerase irreversible ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PRAMPC "phosphoribosyl AMP cyclohydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PRAMPC "phosphoribosyl AMP cyclohydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PRASCSi "phosphoribosylaminoimidazolesuccinocarboxamide synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PRASCSi "phosphoribosylaminoimidazolesuccinocarboxamide synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PRATPP "phosphoribosyl ATP pyrophosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PRATPP "phosphoribosyl ATP pyrophosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PRFGS "phosphoribosylformylglycinamidine synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PRFGS "phosphoribosylformylglycinamidine synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PRMICI "1 5 phosphoribosyl 5 5 phosphoribosylamino methylideneamino imidazole 4 carboxamide isomerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PRMICI "1 5 phosphoribosyl 5 5 phosphoribosylamino methylideneamino imidazole 4 carboxamide isomerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PROD2 "Proline dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PROD2 "Proline dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PROGLYabcpp "L Prolinylglycine Pro Gly transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PROGLYabcpp "L Prolinylglycine Pro Gly transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PROGLYtex "L Prolinylglycine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PROGLYtex "L Prolinylglycine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PROTRS "Prolyl tRNA synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PROTRS "Prolyl tRNA synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PROabcpp "L proline transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PROabcpp "L proline transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PROt4pp "NaProline L symporter periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PROt4pp "NaProline L symporter periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PROtex "L proline transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PROtex "L proline transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PRPPS "phosphoribosylpyrophosphate synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PRPPS "phosphoribosylpyrophosphate synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PSCLYStex "psicoselysine transporter via diffusion extracellular ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PSCLYStex "psicoselysine transporter via diffusion extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PSCVT "3 phosphoshikimate 1 carboxyvinyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PSCVT "3 phosphoshikimate 1 carboxyvinyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PSD120 "Phosphatidylserine decarboxylase n C120 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PSD120 "Phosphatidylserine decarboxylase n C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PSD140 "Phosphatidylserine decarboxylase n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PSD140 "Phosphatidylserine decarboxylase n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PSD141 "Phosphatidylserine decarboxylase n C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PSD141 "Phosphatidylserine decarboxylase n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PSD160 "Phosphatidylserine decarboxylase n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PSD160 "Phosphatidylserine decarboxylase n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PSD161 "Phosphatidylserine decarboxylase n C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PSD161 "Phosphatidylserine decarboxylase n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PSD180 "Phosphatidylserine decarboxylase n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PSD180 "Phosphatidylserine decarboxylase n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PSD181 "Phosphatidylserine decarboxylase n C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PSD181 "Phosphatidylserine decarboxylase n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PSERT "phosphoserine transaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PSERT "phosphoserine transaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PSERtex "phospho L serine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PSERtex "phospho L serine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PSP_L "phosphoserine phosphatase L serine ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PSP_L "phosphoserine phosphatase L serine ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PSP_Lpp "phospho L serine phosphatase periplasmic ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PSP_Lpp "phospho L serine phosphatase periplasmic ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PSSA120 "Phosphatidylserine syntase n C120 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PSSA120 "Phosphatidylserine syntase n C120 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PSSA140 "Phosphatidylserine syntase n C140 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PSSA140 "Phosphatidylserine syntase n C140 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PSSA141 "Phosphatidylserine syntase n C141 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PSSA141 "Phosphatidylserine syntase n C141 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PSSA160 "Phosphatidylserine syntase n C160 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PSSA160 "Phosphatidylserine syntase n C160 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PSSA161 "Phosphatidylserine syntase n C161 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PSSA161 "Phosphatidylserine syntase n C161 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PSSA180 "Phosphatidylserine syntase n C180 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PSSA180 "Phosphatidylserine syntase n C180 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PSSA181 "Phosphatidylserine syntase n C181 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PSSA181 "Phosphatidylserine syntase n C181 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PTA2 "Phosphate acetyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PTA2 "Phosphate acetyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PTAr "phosphotransacetylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PTAr "phosphotransacetylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PTHRpp "phospho L threonine phosphatase periplasmic ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PTHRpp "phospho L threonine phosphatase periplasmic ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PTPATi "pantetheine phosphate adenylyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PTPATi "pantetheine phosphate adenylyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PTRCORNt7pp "putrescineornithine antiporter periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PTRCORNt7pp "putrescineornithine antiporter periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PTRCTA "Putrescine Transaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PTRCTA "Putrescine Transaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PTRCabcpp "putrescine transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PTRCabcpp "putrescine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PTRCt2pp "putrescine transport in via proton symport">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PTRCt2pp "putrescine transport in via proton symport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PTRCtex "putrescine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PTRCtex "putrescine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PUNP1 "purine nucleoside phosphorylase Adenosine ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PUNP1 "purine nucleoside phosphorylase Adenosine ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PUNP2 "purine nucleoside phosphorylase Deoxyadenosine ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PUNP2 "purine nucleoside phosphorylase Deoxyadenosine ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PUNP3 "purine nucleoside phosphorylase Guanosine ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PUNP3 "purine nucleoside phosphorylase Guanosine ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PUNP4 "purine nucleoside phosphorylase Deoxyguanosine ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PUNP4 "purine nucleoside phosphorylase Deoxyguanosine ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PUNP5 "purine nucleoside phosphorylase Inosine ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PUNP5 "purine nucleoside phosphorylase Inosine ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PUNP6 "purine nucleoside phosphorylase Deoxyinosine ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PUNP6 "purine nucleoside phosphorylase Deoxyinosine ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PUNP7 "purine nucleoside phosphorylase Xanthosine ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PUNP7 "purine nucleoside phosphorylase Xanthosine ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PYAM5PO "pyridoxamine 5 phosphate oxidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PYAM5PO "pyridoxamine 5 phosphate oxidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PYDAMK "pyridoxamine kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PYDAMK "pyridoxamine kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PYDXK "pyridoxal kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PYDXK "pyridoxal kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PYDXNK "pyridoxine kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PYDXNK "pyridoxine kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PYDXPP "Pyridoxal 5 phosphate phosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PYK "pyruvate kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PYK "pyruvate kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PYNP2r "pyrimidine nucleoside phosphorylase uracil ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PYNP2r "pyrimidine nucleoside phosphorylase uracil ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PYRt2rpp "pyruvate reversible transport via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PYRtex "pyruvate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PYRtex "pyruvate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_QMO2 "quinol monooxygenase Ubiquinol 8 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_QMO2 "quinol monooxygenase Ubiquinol 8 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_QMO3 "quinol monooxygenase menaquinol 8 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_QMO3 "quinol monooxygenase menaquinol 8 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_QULNS "quinolinate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_QULNS "quinolinate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_R5PP "ribose 5 phosphate phosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_R5PP "ribose 5 phosphate phosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_R5PPpp "ribose 5 phosphate phosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_R5PPpp "ribose 5 phosphate phosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_R5Ptex "Ribose 5 phosphate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_R5Ptex "Ribose 5 phosphate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RBFK "riboflavin kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RBFK "riboflavin kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RBFSa "riboflavin synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RBFSa "riboflavin synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RBFSb "riboflavin synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RBFSb "riboflavin synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RBK "ribokinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RBK "ribokinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RBK_L1 "L ribulokinase L ribulose ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RBK_L1 "L ribulokinase L ribulose ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RBP4E "L ribulose phosphate 4 epimerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RBP4E "L ribulose phosphate 4 epimerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RHAT1 "rhamnosyltransferase I LPS core biosynthesis ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RHAT1 "rhamnosyltransferase I LPS core biosynthesis ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RHCCE "S ribosylhomocysteine cleavage enzyme">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RHCCE "S ribosylhomocysteine cleavage enzyme">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RIBabcpp "D ribose transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RIBabcpp "D ribose transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RIBtex "ribose transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RIBtex "ribose transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RMI "L rhamnose isomerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RMI "L rhamnose isomerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RMK "rhamnulokinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RMK "rhamnulokinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RMNtex "L rhamnose transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RMNtex "L rhamnose transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RMNtpp "L rhamnose transport via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RMNtpp "L rhamnose transport via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RMPA "Rhamnulose 1 phosphate aldolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RMPA "Rhamnulose 1 phosphate aldolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RNDR1 "ribonucleoside diphosphate reductase ADP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RNDR1 "ribonucleoside diphosphate reductase ADP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RNDR1b "ribonucleoside diphosphate reductase ADP  glutaredoxin ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RNDR1b "ribonucleoside diphosphate reductase ADP  glutaredoxin ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RNDR2 "ribonucleoside diphosphate reductase GDP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RNDR2 "ribonucleoside diphosphate reductase GDP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RNDR2b "ribonucleoside diphosphate reductase GDP  glutaredoxin ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RNDR2b "ribonucleoside diphosphate reductase GDP  glutaredoxin ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RNDR3 "ribonucleoside diphosphate reductase CDP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RNDR3 "ribonucleoside diphosphate reductase CDP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RNDR3b "ribonucleoside diphosphate reductase CDP  glutaredoxin ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RNDR3b "ribonucleoside diphosphate reductase CDP  glutaredoxin ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RNDR4 "ribonucleoside diphosphate reductase UDP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RNDR4 "ribonucleoside diphosphate reductase UDP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RNDR4b "ribonucleoside diphosphate reductase UDP  glutaredoxin ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RNDR4b "ribonucleoside diphosphate reductase UDP  glutaredoxin ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RNTR1c "ribonucleoside triphosphate reductase ATP  flavodoxin ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RNTR1c "ribonucleoside triphosphate reductase ATP  flavodoxin ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RNTR2c "ribonucleoside triphosphate reductase GTP  flavodoxin ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RNTR2c "ribonucleoside triphosphate reductase GTP  flavodoxin ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RNTR3c "ribonucleoside triphosphate reductase CTP  flavodoxin ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RNTR3c "ribonucleoside triphosphate reductase CTP  flavodoxin ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RNTR4c "ribonucleoside triphosphate reductase UTP  flavodoxin ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RNTR4c "ribonucleoside triphosphate reductase UTP  flavodoxin ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RPE "ribulose 5 phosphate 3 epimerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RPE "ribulose 5 phosphate 3 epimerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RPI "ribose 5 phosphate isomerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RPI "ribose 5 phosphate isomerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_S7PI "sedoheptulose 7 phosphate isomerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_S7PI "sedoheptulose 7 phosphate isomerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SADH "Succinylarginine dihydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SADH "Succinylarginine dihydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SADT2 "Sulfate adenyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SADT2 "Sulfate adenyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SBTPD "sorbitol 6 phosphate dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SBTPD "sorbitol 6 phosphate dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SBTptspp "D sorbitol transport via PEPPyr PTS periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SBTptspp "D sorbitol transport via PEPPyr PTS periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SBTtex "D sorbitol transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SBTtex "D sorbitol transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SDPDS "succinyl diaminopimelate desuccinylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SDPDS "succinyl diaminopimelate desuccinylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SDPTA "succinyldiaminopimelate transaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SDPTA "succinyldiaminopimelate transaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SELCYSS "selenocysteine synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SELCYSS "selenocysteine synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SELNPS "Selenophosphate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SELNPS "Selenophosphate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SERASr " L seryl adenylate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SERASr " L seryl adenylate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SERAT "serine O acetyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SERAT "serine O acetyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SERD_D "D serine deaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SERD_D "D serine deaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SERTRS "Seryl tRNA synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SERTRS "Seryl tRNA synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SERTRS2 "Seryl tRNA synthetase selenocystein ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SERTRS2 "Seryl tRNA synthetase selenocystein ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SERt2rpp "L serine reversible transport via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SERt2rpp "L serine reversible transport via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SERt4pp "L serine via sodium symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SERt4pp "L serine via sodium symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SERtex "L serine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SERtex "L serine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SFGTHi "S Formylglutathione hydralase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SFGTHi "S Formylglutathione hydralase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SGDS "Succinylglutamate desuccinylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SGDS "Succinylglutamate desuccinylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SGSAD "Succinylglutamic semialdehyde dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SGSAD "Succinylglutamic semialdehyde dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SHCHCS2 "2 succinyl 6 hydroxy 2 4 cyclohexadiene 1 carboxylate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SHCHCS2 "2 succinyl 6 hydroxy 2 4 cyclohexadiene 1 carboxylate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SHCHD2 "sirohydrochlorin dehydrogenase NAD ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SHCHD2 "sirohydrochlorin dehydrogenase NAD ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SHCHF "sirohydrochlorin ferrochetalase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SHCHF "sirohydrochlorin ferrochetalase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SHK3Dr "shikimate dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SHK3Dr "shikimate dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SHKK "shikimate kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SHKK "shikimate kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SKMtex "shikimate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SKMtex "shikimate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SO2tex "SO2 transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SO2tex "SO2 transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SO2tpp "SO2 transport via diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SO2tpp "SO2 transport via diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SO3tex "sulfite transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SO3tex "sulfite transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SO4tex "sulfate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SO4tex "sulfate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SOTA "Succinylornithine transaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SOTA "Succinylornithine transaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SPMDAT1 "Spermidine acetyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SPMDAT1 "Spermidine acetyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SPMDAT2 "Spermidine acetyltransferase N8 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SPMDAT2 "Spermidine acetyltransferase N8 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SPMDabcpp "spermidine transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SPMDabcpp "spermidine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SPMDtex "spermidine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SPMDtex "spermidine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SPMS "spermidine synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SPMS "spermidine synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SPODM "superoxide dismutase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SPODM "superoxide dismutase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SPODMpp "superoxide dismutase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SPODMpp "superoxide dismutase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SSALx "succinate semialdehyde dehydrogenase NAD ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SSALy "succinate semialdehyde dehydrogenase NADP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SSALy "succinate semialdehyde dehydrogenase NADP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SUCBZL "o succinylbenzoate CoA ligase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SUCBZL "o succinylbenzoate CoA ligase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SUCBZS "O succinylbenzoate CoA synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SUCBZS "O succinylbenzoate CoA synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SUCCt2_2pp "succinate transport via proton symport 2 H  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SUCCt2_2pp "succinate transport via proton symport 2 H  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SUCCt3pp "succinate transport out via proton antiport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SUCCtex "succinate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SUCCtex "succinate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SUCDi "succinate dehydrogenase irreversible ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SUCDi "succinate dehydrogenase irreversible ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SUCOAS "succinyl CoA synthetase ADP forming ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SUCOAS "succinyl CoA synthetase ADP forming ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SUCRtex "sucrose transport transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SUCRtex "sucrose transport transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SULFACtex "sulfoaceate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SULFACtex "sulfoaceate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SULRi "sulfite reductase NADPH2 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SULRi "sulfite reductase NADPH2 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SULabcpp "sulfate transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SULabcpp "sulfate transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_T2DECAI "trans 2 decenoyl ACP isomerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_T2DECAI "trans 2 decenoyl ACP isomerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TALA "transaldolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TALA "transaldolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TARTRtex "Tartrate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TARTRtex "Tartrate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TAURtex "taurine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TAURtex "taurine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TCYNTtex "Thiocyanate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TCYNTtex "Thiocyanate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TDECOAI "tetradecenoyl coa cis trans isomerization">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TDECOAI "tetradecenoyl coa cis trans isomerization">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TDP "thiamin pyrophosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TDP "thiamin pyrophosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TDPADGAT "dTDP 4 amino 4 6 dideoxy D glucose acetyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TDPADGAT "dTDP 4 amino 4 6 dideoxy D glucose acetyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TDPAGTA "dTDP 4 amino 4 6 dideoxy D glucose transaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TDPAGTA "dTDP 4 amino 4 6 dideoxy D glucose transaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TDPDRE "dTDP 4 dehydrorhamnose 3 5 epimerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TDPDRE "dTDP 4 dehydrorhamnose 3 5 epimerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TDPDRR "dTDP 4 dehydrorhamnose reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TDPDRR "dTDP 4 dehydrorhamnose reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TDPGDH "dTDPglucose 4 6 dehydratase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TDPGDH "dTDPglucose 4 6 dehydratase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TDSK "Tetraacyldisaccharide 4 kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TDSK "Tetraacyldisaccharide 4 kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TDSR1 "thioldisulfide reductase DsbC ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TDSR1 "thioldisulfide reductase DsbC ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TDSR2 "thioldisulfide reductase DsbG ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TDSR2 "thioldisulfide reductase DsbG ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_THD2pp "NAD P transhydrogenase periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_THD2pp "NAD P transhydrogenase periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_THDPS "tetrahydrodipicolinate succinylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_THDPS "tetrahydrodipicolinate succinylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_THIORDXi "hydrogen peroxide reductase thioredoxin ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_THIORDXi "hydrogen peroxide reductase thioredoxin ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_THMDt2pp "thymidine transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_THMDt2pp "thymidine transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_THMDt2rpp "thymidine transport in via proton symport reversible periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_THMDt2rpp "thymidine transport in via proton symport reversible periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_THMDtex "thymidine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_THMDtex "thymidine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_THMabcpp "thiamine transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_THMabcpp "thiamine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_THMtex "Thiamine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_THMtex "Thiamine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_THRA2i "L allo Threonine Aldolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_THRA2i "L allo Threonine Aldolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_THRAi "Threonine aldolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_THRAi "Threonine aldolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_THRD "L threonine dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_THRD "L threonine dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_THRD_L "L threonine deaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_THRD_L "L threonine deaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_THRPtex "phospho L threonine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_THRPtex "phospho L threonine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_THRS "threonine synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_THRS "threonine synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_THRTRS "Threonyl tRNA synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_THRTRS "Threonyl tRNA synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_THRabcpp "L threonine transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_THRabcpp "L threonine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_THRt2pp "L threonine efflux transport via proton antiport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_THRt2pp "L threonine efflux transport via proton antiport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_THRt2rpp "L threonine reversible transport via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_THRt2rpp "L threonine reversible transport via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_THRt4pp "L threonine via sodium symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_THRt4pp "L threonine via sodium symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_THRtex "L threonine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_THRtex "L threonine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_THYMt3pp "thymine transport out via proton antiport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_THYMtex "thymine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_THYMtex "thymine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TKT1 "transketolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TKT1 "transketolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TKT2 "transketolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TKT2 "transketolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TMAOR1pp "Trimethylamine N oxide reductase menaquinol 8  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TMAOR1pp "Trimethylamine N oxide reductase menaquinol 8  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TMAOR2pp "Trimethylamine N oxide reductase demethylmenaquinol 8  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TMAOR2pp "Trimethylamine N oxide reductase demethylmenaquinol 8  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TMAOtex "Trimethylamine N oxide transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TMAOtex "Trimethylamine N oxide transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TMAtex "Trimethylamine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TMAtex "Trimethylamine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TMDK1 "thymidine kinase ATPthymidine ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TMDK1 "thymidine kinase ATPthymidine ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TMDPP "thymidine phosphorylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TMDPP "thymidine phosphorylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TMDS "thymidylate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TMDS "thymidylate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TMK "thiamine kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TMK "thiamine kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TMPK "thiamine phosphate kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TMPK "thiamine phosphate kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TMPPP "thiamine phosphate diphosphorylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TMPPP "thiamine phosphate diphosphorylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TPI "triose phosphate isomerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TPI "triose phosphate isomerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TPRDCOAS "triphosphoribosyl dephospho CoA synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TPRDCOAS "triphosphoribosyl dephospho CoA synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TRDR "thioredoxin reductase NADPH ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TRDR "thioredoxin reductase NADPH ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TRE6PH "trehalose 6 phosphate hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TRE6PH "trehalose 6 phosphate hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TRE6PP "trehalose phosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TRE6PP "trehalose phosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TRE6PS "alpha alpha trehalose phosphate synthase UDP forming ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TRE6PS "alpha alpha trehalose phosphate synthase UDP forming ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TREH "alpha alpha trehalase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TREH "alpha alpha trehalase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TREHpp "alpha alpha trehalase periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TREHpp "alpha alpha trehalase periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TREptspp "trehalose transport via PEPPyr PTS periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TREptspp "trehalose transport via PEPPyr PTS periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TREtex "trehalose transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TREtex "trehalose transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TRPS1 "tryptophan synthase indoleglycerol phosphate ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TRPS1 "tryptophan synthase indoleglycerol phosphate ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TRPS2 "tryptophan synthase indole ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TRPS2 "tryptophan synthase indole ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TRPS3 "tryptophan synthase indoleglycerol phosphate ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TRPS3 "tryptophan synthase indoleglycerol phosphate ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TRPTRS "Tryptophanyl tRNA synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TRPTRS "Tryptophanyl tRNA synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TRPt2rpp "L tryptophan reversible transport via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TRPt2rpp "L tryptophan reversible transport via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TRPtex "L tryptophan transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TRPtex "L tryptophan transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TRSARr "tartronate semialdehyde reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TRSARr "tartronate semialdehyde reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TSULabcpp "thiosulfate transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TSULabcpp "thiosulfate transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TSULtex "thiosulfate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TSULtex "thiosulfate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TTDCAtexi "Tetradecanoate transport via facilitated irreversible diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TTDCAtexi "Tetradecanoate transport via facilitated irreversible diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TTDCEAtexi "Tetradecenoate transport via facilitated irreversible diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TTDCEAtexi "Tetradecenoate transport via facilitated irreversible diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TUNGSabcpp "tungstate transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TUNGSabcpp "tungstate transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TUNGStex "tungstate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TUNGStex "tungstate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TYMtex "tyramine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TYMtex "tyramine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TYRPpp "phospho L tyrosine phosphatase periplasmic ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TYRPpp "phospho L tyrosine phosphatase periplasmic ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TYRPtex "phopho L tyrosine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TYRPtex "phopho L tyrosine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TYRTA "tyrosine transaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TYRTA "tyrosine transaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TYRTRS "tyrosyl tRNA synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TYRTRS "tyrosyl tRNA synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TYRt2rpp "L tyrosine reversible transport via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TYRt2rpp "L tyrosine reversible transport via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TYRtex "L tyrosine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TYRtex "L tyrosine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_U23GAAT "UDP 3 O 3 hydroxymyristoyl glucosamine acyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_U23GAAT "UDP 3 O 3 hydroxymyristoyl glucosamine acyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UAAGDS "UDP N acetylmuramoyl L alanyl D glutamyl meso 2 6 diaminopimelate synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UAAGDS "UDP N acetylmuramoyl L alanyl D glutamyl meso 2 6 diaminopimelate synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UACGALPpp "UDP N acetyl D galactosamine pyrophosphohydrolase periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UACGALPpp "UDP N acetyl D galactosamine pyrophosphohydrolase periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UACGAMPpp "UDP N acetyl D glucosamine pyrophosphohydrolase periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UACGAMPpp "UDP N acetyl D glucosamine pyrophosphohydrolase periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UACGAMtex "UDP N acetyl D glucosamine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UACGAMtex "UDP N acetyl D glucosamine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UACMAMO "UDP N acetyl D mannosamine oxidoreductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UACMAMO "UDP N acetyl D mannosamine oxidoreductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UAG2E "UDP N acetylglucosamine 2 epimerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UAG2E "UDP N acetylglucosamine 2 epimerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UAGAAT "UDP N acetylglucosamine acyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UAGAAT "UDP N acetylglucosamine acyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UAGCVT "UDP N acetylglucosamine 1 carboxyvinyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UAGCVT "UDP N acetylglucosamine 1 carboxyvinyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UAGDP "UDP N acetylglucosamine diphosphorylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UAGDP "UDP N acetylglucosamine diphosphorylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UAGPT3 "UDP N acetylglucosamine N acetylmuramyl pentapeptide pyrophosphoryl undecaprenol N acetylglucosamine transferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UAGPT3 "UDP N acetylglucosamine N acetylmuramyl pentapeptide pyrophosphoryl undecaprenol N acetylglucosamine transferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UAMAGS "UDP N acetylmuramoyl L alanyl D glutamate synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UAMAGS "UDP N acetylmuramoyl L alanyl D glutamate synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UAMAS "UDP N acetylmuramoyl L alanine synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UAMAS "UDP N acetylmuramoyl L alanine synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UAPGR "UDP N acetylenolpyruvoylglucosamine reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UAPGR "UDP N acetylenolpyruvoylglucosamine reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UDCPDP "undecaprenyl diphosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UDCPDP "undecaprenyl diphosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UDCPDPS "Undecaprenyl diphosphate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UDCPDPS "Undecaprenyl diphosphate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UDCPDPpp "undecaprenyl diphosphatase periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UDCPDPpp "undecaprenyl diphosphatase periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UDCPPtppi "undecaprenyl phosphate transport cytoplasm to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UDPACGALtex "UDP N acetyl D galactosamine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UDPACGALtex "UDP N acetyl D galactosamine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UDPG4E "UDPglucose 4 epimerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UDPG4E "UDPglucose 4 epimerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UDPGALPpp "UDPgalactose pyrophosphohydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UDPGALPpp "UDPgalactose pyrophosphohydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UDPGALtex "UDPgalactose transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UDPGALtex "UDPgalactose transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UDPGD "UDPglucose 6 dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UDPGD "UDPglucose 6 dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UDPGDC "UDP glucuronate C 4  decarboxylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UDPGDC "UDP glucuronate C 4  decarboxylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UDPGLCURtex "UDP D glucuronate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UDPGLCURtex "UDP D glucuronate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UDPGPpp "UDPglucose pyrophosphohydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UDPGPpp "UDPglucose pyrophosphohydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UDPGtex "UDPglucose transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UDPGtex "UDPglucose transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UDPKAAT "UDP 4  ketopentoseUDP 4 amino 4 deoxy L arabinose aminotransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UDPKAAT "UDP 4  ketopentoseUDP 4 amino 4 deoxy L arabinose aminotransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UGLCURPpp "UDP D glucuronate pyrophosphohydrolase periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UGLCURPpp "UDP D glucuronate pyrophosphohydrolase periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UGLT "UDPglucose hexose 1 phosphate uridylyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UGLT "UDPglucose hexose 1 phosphate uridylyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UGLYCH "Ureidoglycolate hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UGLYCH "Ureidoglycolate hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UGMDDS "UDP N acetylmuramoyl L alanyl D glutamyl meso 2 6 diaminopimeloyl D alanyl D alanine synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UGMDDS "UDP N acetylmuramoyl L alanyl D glutamyl meso 2 6 diaminopimeloyl D alanyl D alanine synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UHGADA "UDP 3 O acetylglucosamine deacetylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UHGADA "UDP 3 O acetylglucosamine deacetylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ULA4NFT "UDP L Ara4N formyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ULA4NFT "UDP L Ara4N formyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ULA4Ntppi "transport cytoplasm to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UM3PL "UDP N acetylmuramateL alanyl gamma D glutamyl meso diaminopimelate ligase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UM3PL "UDP N acetylmuramateL alanyl gamma D glutamyl meso diaminopimelate ligase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UM4PCP "UDP N acetylmuramoyl L alanyl D gamma glutamyl meso 2 6 diaminopimelate D alanine L D carboxypeptidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UM4PCP "UDP N acetylmuramoyl L alanyl D gamma glutamyl meso 2 6 diaminopimelate D alanine L D carboxypeptidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UM4PL "UDP N acetylmuramateL alanyl gamma D glutamyl meso diaminopimelate D alanine ligase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UM4PL "UDP N acetylmuramateL alanyl gamma D glutamyl meso diaminopimelate D alanine ligase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UMPK "UMP kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UMPK "UMP kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UMPtex "UMP transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UMPtex "UMP transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UNK3 "2 keto 4 methylthiobutyrate transamination">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UNK3 "2 keto 4 methylthiobutyrate transamination">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UPLA4FNF "undecaprenyl phosphate L Ara4FN formylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UPLA4FNT "undecaprenyl phosphate L Ara4FN transferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UPLA4FNT "undecaprenyl phosphate L Ara4FN transferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UPP3MT "uroporphyrinogen methyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UPP3MT "uroporphyrinogen methyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UPP3S "uroporphyrinogen III synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UPP3S "uroporphyrinogen III synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UPPRT "uracil phosphoribosyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UPPRT "uracil phosphoribosyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_URAt2pp "uracil transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_URAt2pp "uracil transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_URAtex "uracil transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_URAtex "uracil transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_URDGLYCD "ureidoglycolate dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_URDGLYCD "ureidoglycolate dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UREAtex "Urea transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UREAtex "Urea transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UREAtpp "Urea transport via facilitate diffusion periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UREAtpp "Urea transport via facilitate diffusion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_URIC "uricase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_URIDK2r "uridylate kinase dUMP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_URIDK2r "uridylate kinase dUMP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_URIH "Uridine hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_URIH "Uridine hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_URIK2 "uridine kinase GTPUridine ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_URIK2 "uridine kinase GTPUridine ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_URIt2pp "uridine transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_URIt2pp "uridine transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_URIt2rpp "uridine transport in via proton symport reversible periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_URIt2rpp "uridine transport in via proton symport reversible periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_URItex "uridine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_URItex "uridine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_USHD "UDP sugar hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_USHD "UDP sugar hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_VALTA "valine transaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_VALTA "valine transaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_VALTRS "Valyl tRNA synthetase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_VALTRS "Valyl tRNA synthetase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_VALabcpp "L valine transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_VALabcpp "L valine transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_VALt2rpp "L valine reversible transport via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_VALt2rpp "L valine reversible transport via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_VALtex "L valine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_VALtex "L valine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_VPAMT "Valine pyruvate aminotransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_VPAMT "Valine pyruvate aminotransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_X5PL3E "L xylulose 5 phosphate 3 epimerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_X5PL3E "L xylulose 5 phosphate 3 epimerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_XANt2pp "xanthine transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_XANt2pp "xanthine transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_XANtex "xanthine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_XANtex "xanthine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_XANtpp "xanthine reversible transport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_XMPtex "XMP transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_XMPtex "XMP transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_XPPT "xanthine phosphoribosyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_XPPT "xanthine phosphoribosyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_XTSNH "Xanthosine hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_XTSNH "Xanthosine hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_XTSNt2rpp "Xanthosine transport via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_XTSNt2rpp "Xanthosine transport via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_XTSNtex "xanthosine transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_XTSNtex "xanthosine transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_XYLI1 "xylose isomerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_XYLI1 "xylose isomerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_XYLI2 "xylose isomerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_XYLI2 "xylose isomerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_XYLK "xylulokinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_XYLK "xylulokinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_XYLK2 "L xylulokinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_XYLK2 "L xylulokinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_XYLUt2pp "L xylulose transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_XYLUt2pp "L xylulose transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_XYLUtex "L xylulose transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_XYLUtex "L xylulose transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_XYLtex "D xylose transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_XYLtex "D xylose transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_XYLt2pp "D xylose transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_XYLt2pp "D xylose transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ZN2abcpp "Zinc Zn2 ABC transporter periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ZN2abcpp "Zinc Zn2 ABC transporter periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ZN2t3pp "zinc Zn2 transport out via proton antiport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ZN2t3pp "zinc Zn2 transport out via proton antiport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ZN2tpp "zinc transport in via permease no H ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ZN2tpp "zinc transport in via permease no H ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ZNabcpp "zinc Zn2 transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ZNabcpp "zinc Zn2 transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_Zn2tex "zinc Zn2 transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_Zn2tex "zinc Zn2 transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GCALDD "Glycolaldehyde dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_THZPSN "thiazole phosphate synthesis">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_THZPSN "thiazole phosphate synthesis">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_AEP_e "AEP exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AEPtex "AEP transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AEPtex "AEP transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AEPabcpp "AEP transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AEPabcpp "AEP transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AEPPYRTA "2 aminoethylphosphonate pyruvate transaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AEPPYRTA "2 aminoethylphosphonate pyruvate transaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PALDH "phosphonoacetaldehyde hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PALDH "phosphonoacetaldehyde hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_4hoxpac_e "4 hydroxyphenylacetate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_4hoxpactex "4 hydroxyphenylacetate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_4hoxpactex "4 hydroxyphenylacetate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_4HOXPACt2pp "4 hydroxyphenylacetate transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_4HOXPACt2pp "4 hydroxyphenylacetate transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FLAVNADR "Flavin NAD P H reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FLAVNADR "Flavin NAD P H reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_4HOXPACMON "4 hydroxyphenylacetate 3 monooxygenase nadh">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_4HOXPACMON "4 hydroxyphenylacetate 3 monooxygenase nadh">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_4HOXPACMOF "4 hydroxyphenylacetate 3 monooxygenase FADH2">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_4HOXPACMOF "4 hydroxyphenylacetate 3 monooxygenase FADH2">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_34DHPACDO "3 4 dihydroxyphenylacetate 2 3 dioxygenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_34DHPACDO "3 4 dihydroxyphenylacetate 2 3 dioxygenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_4C2HM6SADH "4 carboxy 2 hydroxymuconate 6 semialdehyde dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_4C2HM6SADH "4 carboxy 2 hydroxymuconate 6 semialdehyde dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_5CM2HMUDI "5 carboxymethyl 2 hydroxymuconate delta isomerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_5CM2HMUDI "5 carboxymethyl 2 hydroxymuconate delta isomerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_5C2O3EDDC "5 carboxy 2 oxohept 3 enedioate decarboxylation">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_5C2O3EDDC "5 carboxy 2 oxohept 3 enedioate decarboxylation">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2HH24DDH "2hh24dd hydratase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2HH24DDH "2hh24dd hydratase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_4H2KPILY "4h2kpi Lyase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_4H2KPILY "4h2kpi Lyase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_12PPDS2tpp " S Propane 1 2 diol facilitated transport 2 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_12PPDS2tpp " S Propane 1 2 diol facilitated transport 2 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_12PPDRDH " R Propane 1 2 diol dehydratase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_12PPDRDH " R Propane 1 2 diol dehydratase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_12PPDSDH " S Propane 1 2 diol dehydratase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_12PPDSDH " S Propane 1 2 diol dehydratase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALCDPPAL "alcohol dehydrogenase Propanal ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALCDPPAL "alcohol dehydrogenase Propanal ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_COAPPALDH "CoA dependent Propanal dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_COAPPALDH "CoA dependent Propanal dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DSCLCOCH "Sirohydrochlorin cobaltochelatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DSCLCOCH "Sirohydrochlorin cobaltochelatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_Cobalt2abcppI "cobalt II transport via ABC system periplasm I">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_Cobalt2abcppI "cobalt II transport via ABC system periplasm I">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_Cobalt2abcppII "cobalt II transport via ABC system periplasm II">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_Cobalt2abcppII "cobalt II transport via ABC system periplasm II">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CODSCL2MT "Cobalt precorrin 2 methyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CODSCL2MT "Cobalt precorrin 2 methyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CODSCL3MT "Cobalt precorrin 3 C17 methyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CODSCL3MT "Cobalt precorrin 3 C17 methyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CODSCL4MT "Cobalt precorrin 4 methyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CODSCL4MT "Cobalt precorrin 4 methyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CODSCL5DA "Cobalt precorrin 5a deacetylation">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CODSCL5DA "Cobalt precorrin 5a deacetylation">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CODSCL5BMT "Cobalt precorrin 5b methyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CODSCL5BMT "Cobalt precorrin 5b methyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CODSCL6ARED "Cobalt precorrin 6a reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CODSCL6ARED "Cobalt precorrin 6a reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CODSCL6BMT "Cobalt precorrin 6b methyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CODSCL6BMT "Cobalt precorrin 6b methyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CODSCL7MTDC "Cobalt precorrin 7 methyltransferase decarboxylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CODSCL7MTDC "Cobalt precorrin 7 methyltransferase decarboxylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CODSCL8XI "Cobalt precorrin 8x isomerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CODSCL8XI "Cobalt precorrin 8x isomerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_COBNAD "Cobyrinate amidation">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_COBNAD "Cobyrinate amidation">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_COB2NDARED "cob II yrinate a c diamide reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_COB2NDARED "cob II yrinate a c diamide reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_COB1NDAAT1 "cob I yrinate a c diamide adenosyltransferase 1">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_COB1NDAAT1 "cob I yrinate a c diamide adenosyltransferase 1">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_COB1NDAAT2 "cob I yrinate a c diamide adenosyltransferase 2">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_COB1NDAAT2 "cob I yrinate a c diamide adenosyltransferase 2">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADCOBNSYN "adenosylcobyric acid synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADCOBNSYN "adenosylcobyric acid synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LTHRK "L threonine kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LTHRK "L threonine kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_THRPDC "L threonine phosphate decarboxylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_THRPDC "L threonine phosphate decarboxylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADOCBIPS "Adenosyl cobinamide phosphate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADOCBIPS "Adenosyl cobinamide phosphate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADOCBLPS "Adenosylcobalamin phosphate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADOCBLPS "Adenosylcobalamin phosphate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADOCBLPP "Adenosylcobalamin phosphate phosphatase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADOCBLPP "Adenosylcobalamin phosphate phosphatase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ADOCBIK "Adenosyl cobinamide kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ADOCBIK "Adenosyl cobinamide kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CBLAT "cob I alamin adenosyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CBLAT "cob I alamin adenosyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_APPK "1 amino 2 propanol kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_remnant1_e "residual atoms of reaction DMBZIDSYN exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_REMNANT1tex "residual atoms of reaction DMBZIDSYN transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_REMNANT1tex "residual atoms of reaction DMBZIDSYN transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_colipa20Oag_e "O antigen x20 core oligosaccharide lipid A exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_colipa20Oagtex "O antigen x20 core oligosaccharide lipid A transport periplasm to extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_udcdp20OagLpp "O antigen x20 ligase periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_udcdp20OagLpp "O antigen x20 ligase periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_udcdpgalrmnmanabetpp "Undecaprenyl diphosphate galactose rhamnose mannose abequose flippase cytoplasm to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_udcdpgalrmnmanabetpp "Undecaprenyl diphosphate galactose rhamnose mannose abequose flippase cytoplasm to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OGLT "galactosyltransferase LPS O antigen biosynthesis ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OGLT "galactosyltransferase LPS O antigen biosynthesis ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ORLT "rhamnosyl transferase LPS O antigen biosynthesis ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ORLT "rhamnosyl transferase LPS O antigen biosynthesis ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OMLT "mannosyl transferase LPS O antigen biosynthesis ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OMLT "mannosyl transferase LPS O antigen biosynthesis ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OALT "abequosyl transferase LPS O antigen biosynthesis ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OALT "abequosyl transferase LPS O antigen biosynthesis ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MAN1PT2 "mannose 1 phosphate guanylyltransferase GDP ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MAN1PT2 "mannose 1 phosphate guanylyltransferase GDP ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PMANM "phosphomannomutase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PMANM "phosphomannomutase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAP1pp "O antigen polymerase 1 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAP1pp "O antigen polymerase 1 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAP2pp "O antigen polymerase 2 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAP2pp "O antigen polymerase 2 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAP3pp "O antigen polymerase 3 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAP3pp "O antigen polymerase 3 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAP4pp "O antigen polymerase 4 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAP4pp "O antigen polymerase 4 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAP5pp "O antigen polymerase 5 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAP5pp "O antigen polymerase 5 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAP6pp "O antigen polymerase 6 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAP6pp "O antigen polymerase 6 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAP7pp "O antigen polymerase 7 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAP7pp "O antigen polymerase 7 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAP8pp "O antigen polymerase 8 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAP8pp "O antigen polymerase 8 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAP9pp "O antigen polymerase 9 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAP9pp "O antigen polymerase 9 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAP10pp "O antigen polymerase 10 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAP10pp "O antigen polymerase 10 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAP11pp "O antigen polymerase 11 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAP11pp "O antigen polymerase 11 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAP12pp "O antigen polymerase 12 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAP12pp "O antigen polymerase 12 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAP13pp "O antigen polymerase 13 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAP13pp "O antigen polymerase 13 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAP14pp "O antigen polymerase 14 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAP14pp "O antigen polymerase 14 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAP15pp "O antigen polymerase 15 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAP15pp "O antigen polymerase 15 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAP16pp "O antigen polymerase 16 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAP16pp "O antigen polymerase 16 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAP17pp "O antigen polymerase 17 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAP17pp "O antigen polymerase 17 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAP18pp "O antigen polymerase 18 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAP18pp "O antigen polymerase 18 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAP19pp "O antigen polymerase 19 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAP19pp "O antigen polymerase 19 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_G1PCT "glucose 1 phosphate cytidylyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_G1PCT "glucose 1 phosphate cytidylyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CDPGLC46DH "CDP glucose 4 6 dehydratase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CDPGLC46DH "CDP glucose 4 6 dehydratase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CDP4D6DGLCRx "CDP 4 dehydro 6 deoxyglucose reductase ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CDP4D6DGLCRx "CDP 4 dehydro 6 deoxyglucose reductase ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CDPABEQS "CDP abequose synthase ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CDPABEQS "CDP abequose synthase ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SALCHS4FEexs "Salmochelin S4 Fe III binding spontaneous ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SALCHS4FEexs "Salmochelin S4 Fe III binding spontaneous ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_SALCHS4_e "Salmochelin S4 exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_SALCHS4FE_e "Salmochelin S4 Fe III exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SALCHS4FEabcpp "Salmochelin S4 Fe III transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SALCHS4FEabcpp "Salmochelin S4 Fe III transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SALCHS4tex "Salmochelin S4 transport secretion periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SALCHS4abcpp "Salmochelin S4 transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SALCHS4abcpp "Salmochelin S4 transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEENTER2tpp "enterochelin transport2 via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEENTER2tpp "enterochelin transport2 via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_SALCHSX_e "Salmochelin SX exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SALCHSXtex "Salmochelin SX via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SALCHSXtex "Salmochelin SX via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SALCHSXtpp "Salmochelin SX facilitated transport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CSNt2pp "cytosine transport in via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CSNt2pp "cytosine transport in via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CSND "Cytosine deaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CSND "Cytosine deaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALCD19 "alcohol dehydrogenase glycerol ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALCD19 "alcohol dehydrogenase glycerol ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALCD2x "alcohol dehydrogenase ethanol ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALCD2x "alcohol dehydrogenase ethanol ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FALDH2 "formaldehyde dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FALDH2 "formaldehyde dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DPR "2 dehydropantoate 2 reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DPR "2 dehydropantoate 2 reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LIPAHT2ex "core oligosaccharide lipid Ahexadecanoate transferase n C160  extracellular membrane ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LIPAHT2ex "core oligosaccharide lipid Ahexadecanoate transferase n C160  extracellular membrane ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LIPAHTex "Lipid Ahexadecanoate transferase n C160  extracellular membrane ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LIPAHTex "Lipid Ahexadecanoate transferase n C160  extracellular membrane ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYTBD2pp "cytochrome oxidase bd menaquinol 8 2 protons  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CYTBD2pp "cytochrome oxidase bd menaquinol 8 2 protons  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYTBDpp "cytochrome oxidase bd ubiquinol 8 2 protons  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CYTBDpp "cytochrome oxidase bd ubiquinol 8 2 protons  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACANTHAT "acetyl CoAanthranilate acetyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACANTHAT "acetyl CoAanthranilate acetyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLTPD "Galactitol 1 phosphate dehydrogenase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLTPD "Galactitol 1 phosphate dehydrogenase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TGBPA "Tagatose bisphosphate aldolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TGBPA "Tagatose bisphosphate aldolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GUI1 "glucuronate isomerase D glucuronate ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GUI1 "glucuronate isomerase D glucuronate ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GUI2 "glucuronate isomerase D galacturonate ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GUI2 "glucuronate isomerase D galacturonate ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MNNH "D mannonate hydrolyase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MNNH "D mannonate hydrolyase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MANAO "Mannonate oxidoreductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MANAO "Mannonate oxidoreductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAADCS "oxaloacetate decarboxylase sodium pump">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAADCS "oxaloacetate decarboxylase sodium pump">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CITt4pp "Citrate transport via sodium symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CITt4pp "Citrate transport via sodium symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DDGLCNt2rpp "2 dehydro 3 deoxy D gluconate transport via proton symport reversible periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DDGLCNt2rpp "2 dehydro 3 deoxy D gluconate transport via proton symport reversible periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CITt2pp "Citrate proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CITt2pp "Citrate proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CITtupp "Citrate transport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CITtupp "Citrate transport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ICITtupp "Isocitrate transport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ICITtupp "Isocitrate transport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ACONCtupp "Cisaconitate transport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ACONCtupp "Cisaconitate transport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NI2uabcpp "nickel transport via ABC system uptake periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NI2uabcpp "nickel transport via ABC system uptake periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GALTptspp "Galactitol transport via PEPPyr PTS periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GALTptspp "Galactitol transport via PEPPyr PTS periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_tag__D_e "D Tagatose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TAGtex "D Tagatose transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TAGtex "D Tagatose transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TAGptspp "D Tagatose transport via PEPPyr PTS periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TAGptspp "D Tagatose transport via PEPPyr PTS periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TAG1PK "D Tagatose 1 phosphate kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TAG1PK "D Tagatose 1 phosphate kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FE2abcpp "iron II transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FE2abcpp "iron II transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MN2abcpp "Manganese Mn2 transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MN2abcpp "Manganese Mn2 transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TETDHpp1 "Tetrathionate Dehydrogenase menaquinone 8  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TETDHpp1 "Tetrathionate Dehydrogenase menaquinone 8  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TSULDHpp1 "Thiosulfate Dehydrogenase menaquinone 8  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TSULDHpp1 "Thiosulfate Dehydrogenase menaquinone 8  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TETDHpp2 "Tetrathionate Dehydrogenase Demethylmenaquinol 8 periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TETDHpp2 "Tetrathionate Dehydrogenase Demethylmenaquinol 8 periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TSULDHpp2 "Thiosulfate Dehydrogenase Demethylmenaquinol 8  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TSULDHpp2 "Thiosulfate Dehydrogenase Demethylmenaquinol 8  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TETDHpp3 "Tetrathionate Dehydrogenase ubiquinone 8  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TETDHpp3 "Tetrathionate Dehydrogenase ubiquinone 8  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TSULDHpp3 "Thiosulfate Dehydrogenase ubiquinone 8  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TSULDHpp3 "Thiosulfate Dehydrogenase ubiquinone 8  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SO3R "Sulfite reductase ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SO3R "Sulfite reductase ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MG2uabcpp "Magnesium Mg2 ABC transporter ubtake periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MG2uabcpp "Magnesium Mg2 ABC transporter ubtake periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UPPDC1 "uroporphyrinogen decarboxylase uroporphyrinogen III ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UPPDC1 "uroporphyrinogen decarboxylase uroporphyrinogen III ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AIRSK "Aminoimidazole riboside kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AIRSK "Aminoimidazole riboside kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_airs_e "Aminoimidazole riboside exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AIRStex "Aminoimidazole riboside transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AIRStex "Aminoimidazole riboside transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AIRStpp "Aminoimidazole riboside facilitated transport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_REMNANT1tpp "residual atoms of reaction DMBZIDSYN facilitated transport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ARGDA "Arginine deiminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ARGDA "Arginine deiminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OCBT "ornithine carbamoyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OCBT "ornithine carbamoyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CBMKr "Carbamate kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CBMKr "Carbamate kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3PGt6pp "3 Phospho D glycerate phosphate antiporter periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3PGt6pp "3 Phospho D glycerate phosphate antiporter periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2PGt6pp "D Glycerate 2 phosphate phosphate antiporter periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2PGt6pp "D Glycerate 2 phosphate phosphate antiporter periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PEPt6pp "Phosphoenolpyruvate phosphate antiporter periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PEPt6pp "Phosphoenolpyruvate phosphate antiporter periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_pep_e "Phosphoenolpyruvate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PEPtex "Phosphoenolpyruvate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PEPtex "Phosphoenolpyruvate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_2pg_e "D Glycerate 2 phosphate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2PGtex "D Glycerate 2 phosphate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2PGtex "D Glycerate 2 phosphate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_3pg_e "3 Phospho D glycerate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_3PGtex "3 Phospho D glycerate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_3PGtex "3 Phospho D glycerate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SERD_L "L serine deaminase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SERD_L "L serine deaminase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TARTD "L  tartrate dehydratase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TARTD "L  tartrate dehydratase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TARTRtpp "Tartrate facilitated transport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NI2tpp "nickel 2 transport in via permease no H ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NI2tpp "nickel 2 transport in via permease no H ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CAT "catalase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CAT "catalase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CHORM "chorismate mutase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CHORM "chorismate mutase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DAPAL "2 3 diaminopropionate amonnia lyase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DAPAL "2 3 diaminopropionate amonnia lyase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UDPGALM "UDPgalactopyranose mutase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UDPGALM "UDPgalactopyranose mutase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HYD1pp "hydrogenase ubiquinone 8 2 protons  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HYD1pp "hydrogenase ubiquinone 8 2 protons  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HYD2pp "Hydrogenase menaquinone8 2 protons  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HYD2pp "Hydrogenase menaquinone8 2 protons  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HYD3pp "Hydrogenase Demethylmenaquinone 8 2 protons  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HYD3pp "Hydrogenase Demethylmenaquinone 8 2 protons  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_tet_e "Tetrathionate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TETtex "Tetrathionate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TETtex "Tetrathionate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_foam_e "Formamide exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FOAMtex "Formamide transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FOAMtex "Formamide transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_tartr__D_e "D tartrate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TARTRDtex "D Tartrate transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TARTRDtex "D Tartrate transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TARTRDtpp "D Tartrate facilitated transport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TARTRDtpp "D Tartrate facilitated transport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GALCTD "galactarate dehydratase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GALCTD "galactarate dehydratase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SHSL1 "O succinylhomoserine lyase L cysteine ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SHSL1 "O succinylhomoserine lyase L cysteine ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ASPt2_3pp "L asparate transport via proton symport 3 H  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ASPt2_3pp "L asparate transport via proton symport 3 H  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SUCFUMtpp "succinatefumarate antiporter periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SUCFUMtpp "succinatefumarate antiporter periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SUCCt2_3pp "Succintate transport via proton symport 3 H  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SUCCt2_3pp "Succintate transport via proton symport 3 H  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FUMt2_3pp "Fumarate transport via proton symport 3 H  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FUMt2_3pp "Fumarate transport via proton symport 3 H  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MALt2_3pp "Malate transport via proton symport 3 H  periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MALt2_3pp "Malate transport via proton symport 3 H  periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALAALAD "D alanine D alanine dipeptidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALAALAD "D alanine D alanine dipeptidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DMSOR1 "Dimethyl sulfoxide reductase Menaquinol 8 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DMSOR1 "Dimethyl sulfoxide reductase Menaquinol 8 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DMSOR2 "Dimethyl sulfoxide reductase Demethylmenaquinol 8 ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DMSOR2 "Dimethyl sulfoxide reductase Demethylmenaquinol 8 ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NAt3pp "sodium transport out via proton antiport cytoplasm to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NAt3pp "sodium transport out via proton antiport cytoplasm to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_4IZ5PPH "4 Imidazolone 5 propanoate propionase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_4IZ5PPH "4 Imidazolone 5 propanoate propionase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NFLGLNH "N Formimino L glutamate formiminohydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NFLGLNH "N Formimino L glutamate formiminohydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_4abz_e "4 Aminobenzoate exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ABZtex "4 aminobenzoate extracellular to cytosol ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_feroxB_e "Ferrioxamine B exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_feroxBfe_e "Ferrioxamine B fe exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_feroxE_e "Ferrioxamine E exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_feroxEfe_e "Ferrioxamine E fe exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_feroxG_e "Ferrioxamine G exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_feroxGfe_e "Ferrioxamine G fe exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEROXBFEabcpp "Ferrioxamine B fe transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEROXBFEabcpp "Ferrioxamine B fe transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEROXEFEabcpp "Ferrioxamine E fe transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEROXEFEabcpp "Ferrioxamine E fe transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEROXGFEabcpp "Ferrioxamine G fe transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEROXGFEabcpp "Ferrioxamine G fe transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEROXGFEtonex "Ferrioxamine G fe transport via ton system extermal ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEROXGFEtonex "Ferrioxamine G fe transport via ton system extermal ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEROXBFEtex "Ferrioxamine B fe transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEROXBFEtex "Ferrioxamine B fe transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEROXEFEtex "Ferrioxamine E fe transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEROXEFEtex "Ferrioxamine E fe transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEROXGtex "Ferrioxamine G transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEROXGtex "Ferrioxamine G transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEROXEtex "Ferrioxamine E transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEROXEtex "Ferrioxamine E transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEROXBtex "Ferrioxamine B transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEROXBtex "Ferrioxamine B transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEROXBtpp "Ferrioxamine B facilitated transport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEROXEtpp "Ferrioxamine E facilitated transport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEROXGtpp "Ferrioxamine G facilitated transport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_drib_e "deoxy D Ribose exchange">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DRIBtpp "deoxy D ribose transport via proton symport periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DRIBtpp "deoxy D ribose transport via proton symport periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DRBK "deoxyribokinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DRBK "deoxyribokinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DRIBtex "deoxyribose transport via diffusion extracellular to periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DRIBtex "deoxyribose transport via diffusion extracellular to periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SCYSSL "S-sulfo-L-cysteine sulfite lyase ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SLCYSS "O-acetyl-L-serine sulfhydrylase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SLCYSS "O-acetyl-L-serine sulfhydrylase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GSHPO "glutathione peroxidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GSHPO "glutathione peroxidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HHDDI "2-hydroxyhepta-2,4-diene-1,7-dioate isomerase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HHDDI "2-hydroxyhepta-2,4-diene-1,7-dioate isomerase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_INOSR "Ketoinositol reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_INOSR "Ketoinositol reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MMSAD3 "methylmalonate-semialdehyde dehydrogenase (malonic semialdehyde)">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MMSAD3 "methylmalonate-semialdehyde dehydrogenase (malonic semialdehyde)">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CHITPH "chitobiose-6-phosphate hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CHITPH "chitobiose-6-phosphate hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_D5KGK "2-Deoxy-5-Keto-D-gluconate kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_D5KGK "2-Deoxy-5-Keto-D-gluconate kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_D5KGPA "2-Deoxy-5-keto-D-gluconate 6-phosphate aldolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHEDAA "2,4-dihydroxyhept-2-ene-1,7-dioic acid aldolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DHEDAA "2,4-dihydroxyhept-2-ene-1,7-dioic acid aldolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DKDID "D-2,3-Diketo 4-deoxy-epi-inositol dehydratase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2INSD "2-Inosose dehydratase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2INSD "2-Inosose dehydratase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DTARTD "D-tartrate dehydratase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DTARTD "D-tartrate dehydratase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NMNR "nmn hydrolysis">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NMNR "nmn hydrolysis">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RNMK "ribosylnicotinamide kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RNMK "ribosylnicotinamide kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OACT "O-antigen Acetyl-Transferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OACT "O-antigen Acetyl-Transferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UDCPAT "Abequosyl transferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UDCPAT "Abequosyl transferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UDCPMT "mannosyl transferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UDCPMT "mannosyl transferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UDCPRT "rhamnosyl transferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UDCPRT "rhamnosyl transferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UDCPGT "undecaprenol-phosphate galactosephosphotransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UDCPGT "undecaprenol-phosphate galactosephosphotransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TCBO "Tricarballylate oxidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TCBO "Tricarballylate oxidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYBt6ex "betaine (glycine betaine) transport into periplasm">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GLYBt6pp "betaine (glycine betaine) transport in/out via proton symport">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GLYBt6pp "betaine (glycine betaine) transport in/out via proton symport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CHITOBex "Chitobiose transport into periplasm">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CHITOBpts "Chitobiose transport via PTS">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_CHITOBpts "Chitobiose transport via PTS">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RNAMtex "Nicotinamide riboside transport into periplasm">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_RNAMtpp "Nicotinamide riboside transport">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_RNAMtpp "Nicotinamide riboside transport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAO5t3ex "O-antigen unit (O5) translocase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAO5t3pp "O-antigen unit (O5) translocase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAO5t3pp "O-antigen unit (O5) translocase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TCBt2pp "tricarballylate transport in via proton symport">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TCBt2pp "tricarballylate transport in via proton symport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TCBt2ex "tricarballylate transport into periplasm">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TTONR1pp "Trithionate Reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TTONR1pp "Trithionate Reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TTONtex "Trithionate transport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TTONR2pp "Trithionate Reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TTONR2pp "Trithionate Reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_LEUt4rpp "L-leucine transport in via sodium symport">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_LEUt4rpp "L-leucine transport in via sodium symport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UPLA4NT "Undecaprenyl phosphate 4-amino-4-deoxy L-arabinose synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_UPLA4NT "Undecaprenyl phosphate 4-amino-4-deoxy L-arabinose synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PSUDS "Pseudouridylate synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PSUDS "Pseudouridylate synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PFOR "Pyruvate flavodoxin oxidoreductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PFOR "Pyruvate flavodoxin oxidoreductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_NNDMBRT "Nicotinate-nucleotide-dimethylbenzimidazole phosphoribosyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_NNDMBRT "Nicotinate-nucleotide-dimethylbenzimidazole phosphoribosyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_biomass_iRR1083 "biomass equation from http://www.biomedcentral.com/1752-0509/3/38">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_peptido_ST "peptido_ST formation reaction">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_pe2_ST "membrane phosphatidylethanolamine composition based on http://www.biomedcentral.com/1752-0509/3/38">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_pg2_ST "membrane phosphatidylglycerol composition based on http://www.biomedcentral.com/1752-0509/3/38">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_clpn2_ST "membrane cardiolipin composition based on http://www.biomedcentral.com/1752-0509/3/38">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_pa2_ST "membrane phosphatidate composition based on http://www.biomedcentral.com/1752-0509/3/38">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ps2_ST "membrane phosphatidylserine composition based on http://www.biomedcentral.com/1752-0509/3/38">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_12dgr2_ST "membrane 1-2-diacylglycerol composition based on http://www.biomedcentral.com/1752-0509/3/38">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAL_ST "O-antigen ligase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAL_ST "O-antigen ligase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OA4L_ST "O-antigen 4 polymerase with long chain">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OA4L_ST "O-antigen 4 polymerase with long chain">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OA5L_ST "O-antigen 5 polymerase with long chain">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OA5L_ST "O-antigen 5 polymerase with long chain">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OA4VL_ST "O-antigen 4 polymerase with very long chain">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OA4VL_ST "O-antigen 4 polymerase with very long chain">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OA5VL_ST "O-antigen 5 polymerase with very long chain">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OA5VL_ST "O-antigen 5 polymerase with very long chain">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAO4t3pp "O-antigen translocase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OAO4t3pp "O-antigen translocase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OAO4t3ex "O-antigen translocase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PYDXtex "Pyridoxal transport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PYDXtpp "Pyridoxal transport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PYDXNtex "Pyrdoxine transport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PYDXNtpp "Pyrdoxine transport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HEXt2rpp "hexanoate transport via proton symport, reversible (periplasm)">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_4HTHRtex "4-hydroxy-L-threonine transport">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_4HTHRtex "4-hydroxy-L-threonine transport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_4HTHRtrpp "4-hydroxy-L-threonine transport">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_4HTHRtrpp "4-hydroxy-L-threonine transport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_4HTHRK "4-Hydroxy-L-threonine kinase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_4HTHRK "4-Hydroxy-L-threonine kinase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_35PDE "3,5-cAMP Phosphodiesterase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_UROCANH "urocanate hydratase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AADDFT "4-alpha-L-fucosyltransferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AADDFT "4-alpha-L-fucosyltransferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ENTERHpp "enterobactin hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ENTERHpp "enterobactin hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SALCHS4Hpp "salmochelin s4 hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SALCHS4Hpp "salmochelin s4 hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SALCHS4FEHpp "salmochelin s4 fe3 hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SALCHS4FEHpp "salmochelin s4 fe3 hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHBSZ3tex "23dhbsz secretion">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHBSZ3FEexs "23dhbsz3 Fe III sequestration">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DHBSZ3FEexs "23dhbsz3 Fe III sequestration">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHBSZ3FEtonex "23dhbsz3  Fe III import">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DHBSZ3FEtonex "23dhbsz3  Fe III import">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHBSZ3FEabcpp "23dhbsz3 Fe III transport via ABC system periplasm">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEDHBZS3R1 "fe3dhbzs3 Fe III reduction and offloading">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEDHBZS3R1 "fe3dhbzs3 Fe III reduction and offloading">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEDHBZS3R2 "fe3dhbzs3 Fe III reduction and offloading">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEDHBZS3R2 "fe3dhbzs3 Fe III reduction and offloading">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEDHBZS3R3 "fe3dhbzs3 Fe III reduction and offloading">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEDHBZS3R3 "fe3dhbzs3 Fe III reduction and offloading">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SALCHS2tex "Salmochelin s2 secretion">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SALCHS2FEexs "Salmochelin s2 Fe III sequestration">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SALCHS2FEexs "Salmochelin s2 Fe III sequestration">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SALCHS2FEtonex "Salmochelin s2 Fe III import">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SALCHS2FEtonex "Salmochelin s2 Fe III import">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SALCHS2FEabcpp "Salmochelin s2 Fe III transport via ABC system periplasm">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SALCHS2FEabcpp "Salmochelin s2 Fe III transport via ABC system periplasm">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SALCHS2FER1 "salmochelin s2 Fe III reduction and offloading">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SALCHS2FER1 "salmochelin s2 Fe III reduction and offloading">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SALCHS2FER2 "salmochelin s2 Fe III reduction and offloading">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SALCHS2FER2 "salmochelin s2 Fe III reduction and offloading">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SALCHS2FER3 "salmochelin s2 Fe III reduction and offloading">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SALCHS2FER3 "salmochelin s2 Fe III reduction and offloading">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SALCHS2H "Salmochelin s2 hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SALCHS2H "Salmochelin s2 hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SALCHS1H "Salmochelin s1 hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SALCHS1H "Salmochelin s1 hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ENTERH "enterobactin hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ENTERH "enterobactin hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHBZS3H "23DHBS polymer hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DHBZS3H "23DHBS polymer hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHBZS2H "23DHBS polymer hydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DHBZS2H "23DHBS polymer hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ENTERtex "Enterobactin secretion">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ENTERtex "Enterobactin secretion">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ENTERGLCT1 "Glycosyl transferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ENTERGLCT1 "Glycosyl transferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ENTERGLCT2 "Glycosyl transferase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ENTERGLCT2 "Glycosyl transferase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEROXBFER1 "Ferrioxamine Fe III reduction and offloading">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEROXBFER1 "Ferrioxamine Fe III reduction and offloading">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEROXBFER2 "Ferrioxamine Fe III reduction and offloading">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEROXBFER2 "Ferrioxamine Fe III reduction and offloading">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEROXBFER3 "Ferrioxamine Fe III reduction and offloading">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEROXBFER3 "Ferrioxamine Fe III reduction and offloading">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEROXEFER1 "Ferrioxamine Fe III reduction and offloading">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEROXEFER1 "Ferrioxamine Fe III reduction and offloading">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEROXEFER2 "Ferrioxamine Fe III reduction and offloading">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEROXEFER2 "Ferrioxamine Fe III reduction and offloading">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEROXEFER3 "Ferrioxamine Fe III reduction and offloading">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEROXEFER3 "Ferrioxamine Fe III reduction and offloading">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEROXGFER1 "Ferrioxamine Fe III reduction and offloading">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEROXGFER1 "Ferrioxamine Fe III reduction and offloading">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEROXGFER2 "Ferrioxamine Fe III reduction and offloading">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEROXGFER2 "Ferrioxamine Fe III reduction and offloading">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEROXGFER3 "Ferrioxamine Fe III reduction and offloading">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEROXGFER3 "Ferrioxamine Fe III reduction and offloading">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GULNLtex "L-gulonate transport">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GULNLtex "L-gulonate transport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GULNLtpp "L-gulonate transport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GULNLR "L-gulonate reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DXYLUDtex "1-deoxy-d-xyluose transport">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DXYLUDtex "1-deoxy-d-xyluose transport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DXYLUDtpp "1-deoxy-d-xyluose transport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_MUREINLPPTP "L,D-transpeptidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_MUREINLPPTP "L,D-transpeptidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_APOLPPS "lpp signal peptidase - murein">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_APOLPPS "lpp signal peptidase - murein">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PROLPPOATPE160 "O-acyl Transferase - murein">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PROLPPOATPG160 "O-acyl Transferase - murein">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_PROLPPGT160 "Glyceryl Transferase - murein">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_PROLPPGT160 "Glyceryl Transferase - murein">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DMBZIDS "DMB synthase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DMBZIDS "DMB synthase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_2HH24DDH1 "2hh24dd hydratase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_2HH24DDH1 "2hh24dd hydratase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_GALCTND "galactonate dehydratase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_GALCTND "galactonate dehydratase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DDPGALA "2-dehydro-3-deoxy-6-phosphogalactonate aldolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FOAMtrpp "Formamide transport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEENTERR1 "Fe enterobactin reduction Fe III unloading ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEENTERR1 "Fe enterobactin reduction Fe III unloading ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEENTERR2 "Fe enterobactin reduction Fe III unloading ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEENTERR2 "Fe enterobactin reduction Fe III unloading ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEENTERR3 "Fe enterobactin reduction Fe III unloading ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEENTERR3 "Fe enterobactin reduction Fe III unloading ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SALCHS4FER1 "Salmochelin S4 Fe III reduction Fe III unloading ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SALCHS4FER1 "Salmochelin S4 Fe III reduction Fe III unloading ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SALCHS4FER2 "Salmochelin S4 Fe III reduction Fe III unloading ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SALCHS4FER2 "Salmochelin S4 Fe III reduction Fe III unloading ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SALCHS4FER3 "Salmochelin S4 Fe III reduction Fe III unloading ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SALCHS4FER3 "Salmochelin S4 Fe III reduction Fe III unloading ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SALCHS4FEtonex "Salmochelin S4 Fe III transport via ton system extracellular ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SALCHS4FEtonex "Salmochelin S4 Fe III transport via ton system extracellular ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HISNH4L "Histidine ammonia lyase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HISNH4L "Histidine ammonia lyase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_AB6PGH "Arbutin 6 phosphate glucohydrolase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_AB6PGH "Arbutin 6 phosphate glucohydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_SARCOX "sarcosine oxidase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_SARCOX "sarcosine oxidase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FE3HOXabcpp "ferric hydroxamate transport via ABC system periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FE3HOXabcpp "ferric hydroxamate transport via ABC system periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEOXAMR1 "ferroxamine reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEOXAMR1 "ferroxamine reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEOXAMR2 "ferroxamine reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEOXAMR2 "ferroxamine reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_FEOXAMR3 "ferroxamine reductase">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_FEOXAMR3 "ferroxamine reductase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DHBSH "2 3 dihydroxybenzoylserine hydrolase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALPATE160pp "apolipoprotein N acyltransferase phosphatidylethanolamine periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALPATE160pp "apolipoprotein N acyltransferase phosphatidylethanolamine periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_ALPATG160pp "apolipoprotein N acyltransferase phosphatidylglycerol periplasm ">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_ALPATG160pp "apolipoprotein N acyltransferase phosphatidylglycerol periplasm ">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_CYSLDS "L-cysteine desulfhydrase">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_INOSTtpp "myo-inositol transport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_HDCAt2pp "Hexadecanoate transport via proton symport">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_HDCAt2pp "Hexadecanoate transport via proton symport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OCDCAt2pp "Octadecanoate transport via proton symport">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OCDCAt2pp "Octadecanoate transport via proton symport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_OCDCEAt2pp "Octadecenoate transport via proton symport">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_OCDCEAt2pp "Octadecenoate transport via proton symport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_TTDCAt2pp "Tetradecanoate transport via proton symport">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_TTDCAt2pp "Tetradecanoate transport via proton symport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_DDCAt2pp "Dodecanoate transport via proton symport">
Use of GENE ASSOCIATION or GENE_ASSOCIATION in the notes element is discouraged, use fbc:gpr instead: <Reaction R_DDCAt2pp "Dodecanoate transport via proton symport">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_biomass_iRR1083_metals "biomass equation from http://www.biomedcentral.com/1752-0509/3/38 including metals from iAF1260 biomass function">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_dxyl_e "dxyl_e Boundary Reaction">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_salchs2fe_e "salchs2fe_e Boundary Reaction">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_rnam_e "rnam_e Boundary Reaction">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_colipaOA_e "colipaOA_e Boundary Reaction">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_udcpo4_e "udcpo4_e Boundary Reaction">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_tcb_e "tcb_e Boundary Reaction">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_fe3dhbzs3_e "fe3dhbzs3_e Boundary Reaction">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_23dhbzs3_e "23dhbzs3_e Boundary Reaction">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_guln__L_e "guln__L_e Boundary Reaction">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_udcpo5_e "udcpo5_e Boundary Reaction">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_4hthr_e "4hthr_e Boundary Reaction">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_salchs2_e "salchs2_e Boundary Reaction">
Encoding LOWER_BOUND and UPPER_BOUND in KineticLaw is discouraged, use fbc:fluxBounds instead: <Reaction R_EX_tton_e "tton_e Boundary Reaction">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_12DGR120tipp "1 2 diacylglycerol transport via flipping periplasm to cytoplasm n C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_12DGR140tipp "1 2 diacylglycerol transport via flipping periplasm to cytoplasm n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_12DGR141tipp "1 2 diacylglycerol transport via flipping periplasm to cytoplasm n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_12DGR160tipp "1 2 diacylglycerol transport via flipping periplasm to cytoplasm n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_12DGR161tipp "1 2 diacylglycerol transport via flipping periplasm to cytoplasm n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_12DGR180tipp "1 2 diacylglycerol transport via flipping periplasm to cytoplasm n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_12DGR181tipp "1 2 diacylglycerol transport via flipping periplasm to cytoplasm n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_12PPDRtex " R Propane 1 2 diol transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_12PPDRtpp " R Propane 1 2 diol facilitated transport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_12PPDStex " S Propane 1 2 diol transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_12PPDStpp " S Propane 1 2 diol facilitated transport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_14GLUCANabcpp "1 4 alpha D glucan transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_14GLUCANtexi "1 4 alpha D glucan transport via diffusion extracellular to periplasm irreversible">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_23CAMPtex "23cAMP transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_23CCMPtex "23cCMP transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_23CGMPtex "23cGMP transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_23CUMPtex "23cUMP transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_23DAPPAt2pp "2 3 diaminopropionate transport in via proton symport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_23DAPPAtex "2 3 diaminopropionate transport via diffusion">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_23PDE2pp "2 3 cyclic nucleotide phosphodiesterase UMP  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_23PDE4pp "2 3 cyclic nucleotide phosphodiesterase CMP  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_23PDE7pp "2 3 cyclic nucleotide phosphodiesterase AMP  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_23PDE9pp "2 3 cyclic nucleotide phosphodiesterase GMP  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_26DAHtex "meso 2 6 Diaminoheptanedioate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPA120tipp "2 Acyl sn glycero 3 phosphatidate n C120 transporter via facilitated diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPA140tipp "2 Acyl sn glycero 3 phosphatidate n C140 transporter via facilitated diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPA141tipp "2 Acyl sn glycero 3 phosphatidate n C141 transporter via facilitated diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPA160tipp "2 Acyl sn glycero 3 phosphatidate n C160 transporter via facilitated diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPA161tipp "2 Acyl sn glycero 3 phosphatidate n C161 transporter via facilitated diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPA180tipp "2 Acyl sn glycero 3 phosphatidate n C180 transporter via facilitated diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPA181tipp "2 Acyl sn glycero 3 phosphatidate n C181 transporter via facilitated diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPE120tipp "2 Acyl sn glycero 3 phosphoethanolamine n C120 transporter via facilitated diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPE140tipp "2 Acyl sn glycero 3 phosphoethanolamine n C140 transporter via facilitated diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPE141tipp "2 Acyl sn glycero 3 phosphoethanolamine n C141 transporter via facilitated diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPE160tipp "2 Acyl sn glycero 3 phosphoethanolamine n C160 transporter via facilitated diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPE161tipp "2 Acyl sn glycero 3 phosphoethanolamine n C161 transporter via facilitated diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPE180tipp "2 Acyl sn glycero 3 phosphoethanolamine n C180 transporter via facilitated diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPE181tipp "2 Acyl sn glycero 3 phosphoethanolamine n C181 transporter via facilitated diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPEAT120 "2 acyl glycerophospho ethanolamine acyltransferase n C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPEAT140 "2 acyl glycerophospho ethanolamine acyltransferase n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPEAT141 "2 acyl glycerophospho ethanolamine acyltransferase n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPEAT160 "2 acyl glycerophospho ethanolamine acyltransferase n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPEAT161 "2 acyl glycerophospho ethanolamine acyltransferase n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPEAT180 "2 acyl glycerophospho ethanolamine acyltransferase n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPEAT181 "2 acyl glycerophospho ethanolamine acyltransferase n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPG120tipp "2 Acyl sn glycero 3 phosphoglycerol n C120 transporter via facilitated diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPG140tipp "2 Acyl sn glycero 3 phosphoglycerol n C140 transporter via facilitated diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPG141tipp "2 Acyl sn glycero 3 phosphoglycerol n C141 transporter via facilitated diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPG160tipp "2 Acyl sn glycero 3 phosphoglycerol n C160 transporter via facilitated diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPG161tipp "2 Acyl sn glycero 3 phosphoglycerol n C161 transporter via facilitated diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPG180tipp "2 Acyl sn glycero 3 phosphoglycerol n C180 transporter via facilitated diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPG181tipp "2 Acyl sn glycero 3 phosphoglycerol n C181 transporter via facilitated diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPGAT120 "2 acyl glycerophospho glycerol acyltransferase n C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPGAT140 "2 acyl glycerophospho glycerol acyltransferase n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPGAT141 "2 acyl glycerophospho glycerol acyltransferase n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPGAT160 "2 acyl glycerophospho glycerol acyltransferase n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPGAT161 "2 acyl glycerophospho glycerol acyltransferase n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPGAT180 "2 acyl glycerophospho glycerol acyltransferase n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2AGPGAT181 "2 acyl glycerophospho glycerol acyltransferase n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2DGLCNRx "2 dehydro D gluconate reductase NADH ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2DGLCNRy "2 dehydro D gluconate reductase NADPH ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2DGULRx "2 dehydro L gulonate reductase NADH ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2DGULRy "2 dehydro L gulonate reductase NADPH ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2MAHMP "2 Methyl 4 amino 5 hydroxymethylpyrimidine diphosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_34dhpactex "dihydroxyphenylacetaldehyde transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3AMPtex "3AMP transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3CMPtex "3CMP transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3GMPtex "3GMP transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3HAD100 "3 hydroxyacyl acyl carrier protein dehydratase n C100 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3HAD120 "3 hydroxyacyl acyl carrier protein dehydratase n C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3HAD121 "3 hydroxyacyl acyl carrier protein dehydratase n C121 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3HAD140 "3 hydroxyacyl acyl carrier protein dehydratase n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3HAD141 "3 hydroxyacyl acyl carrier protein dehydratase n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3HAD160 "3 hydroxyacyl acyl carrier protein dehydratase n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3HAD161 "3 hydroxyacyl acyl carrier protein dehydratase n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3HAD180 "3 hydroxyacyl acyl carrier protein dehydratase n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3HAD181 "3 hydroxyacyl acyl carrier protein dehydratase n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3HAD40 "3 hydroxyacyl acyl carrier protein dehydratase n C40 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3HAD60 "3 hydroxyacyl acyl carrier protein dehydratase n C60 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3HAD80 "3 hydroxyacyl acyl carrier protein dehydratase n C80 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3KGK "3 keto L gulonate kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3NTD2pp "3 nucleotidase UMP  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3NTD4pp "3 nucleotidase CMP  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3NTD7pp "3 nucleotidase AMP  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3NTD9pp "3 nucleotidase GMP  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3OAR100 "3 oxoacyl acyl carrier protein reductase n C100 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3OAR120 "3 oxoacyl acyl carrier protein reductase n C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3OAR121 "3 oxoacyl acyl carrier protein reductase n C121 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3OAR140 "3 oxoacyl acyl carrier protein reductase n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3OAR141 "3 oxoacyl acyl carrier protein reductase n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3OAR160 "3 oxoacyl acyl carrier protein reductase n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3OAR161 "3 oxoacyl acyl carrier protein reductase n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3OAR180 "3 oxoacyl acyl carrier protein reductase n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3OAR181 "3 oxoacyl acyl carrier protein reductase n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3OAR40 "3 oxoacyl acyl carrier protein reductase n C40 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3OAR60 "3 oxoacyl acyl carrier protein reductase n C60 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3OAR80 "3 oxoacyl acyl carrier protein reductase n C80 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3OAS100 "3 oxoacyl acyl carrier protein synthase n C100 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3OAS120 "3 oxoacyl acyl carrier protein synthase n C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3OAS121 "3 oxoacyl acyl carrier protein synthase n C121 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3OAS140 "3 oxoacyl acyl carrier protein synthase n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3OAS141 "3 oxoacyl acyl carrier protein synthase n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3OAS160 "3 oxoacyl acyl carrier protein synthase n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3OAS161 "3 oxoacyl acyl carrier protein synthase n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3OAS180 "3 oxoacyl acyl carrier protein synthase n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3OAS181 "3 oxoacyl acyl carrier protein synthase n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3OAS60 "3 oxoacyl acyl carrier protein synthase n C60 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3OAS80 "3 oxoacyl acyl carrier protein synthase n C80 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3PEPTabcpp "tripeptide LalaDgluMdap transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3PEPTtex "LalaDgluMdap tripeptide transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3UMPtex "3UMP transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_4HOXPACDtex "4 hydroxyphenylacetaldehyde transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_4PCP "tetrapeptide L D carboxypeptidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_4PCPpp "tetrapeptide L D carboxypeptidase periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_4PEPTabcpp "tetrapeptide LalaDgluMdapDala transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_4PEPTtex "LalaDgluMdapDala pentapeptide transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_5DGLCNR "5 dehydro D gluconate reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_5DGLCNt2rpp "5 Dehydro D gluconate transport via proton symport reversible periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_5DGLCNtex "5 Dehydro D gluconate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_5DOAN "5 deoxyadenosine nuclosidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_A5PISO "arabinose 5 phosphate isomerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AACPS1 "acyl acyl carrier protein synthetase n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AACPS2 "acyl acyl carrier protein synthetase  n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AACPS3 "acyl acyl carrier protein synthetase  n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AACPS4 "acyl acyl carrier protein synthetase  n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AACPS5 "acyl acyl carrier protein synthetase  n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AACPS6 "acyl acyl carrier protein synthetase  n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AACPS7 "acyl acyl carrier protein synthetase  n C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AACPS8 "acyl acyl carrier protein synthetase  n C100 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AACPS9 "acyl acyl carrier protein synthetase  n C80 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AACTOOR "Aminoacetoneoxygen oxidoreductase deaminating flavin containing ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AAMYL "alpha amylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AAMYLpp "alpha amylase periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ABTA "4 aminobutyrate transaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ABUTD "Aminobutyraldehyde dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ABUTt2pp "4 aminobutyrate transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ABUTtex "4 aminobutyrate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACACtex "acetoacetate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACALD "acetaldehyde dehydrogenase acetylating ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACALDtex "acetaldehyde transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACALDtpp "acetaldehyde reversible transport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACBIPGT "Adenosyl cobinamide phosphate guanyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACCOAC "acetyl CoA carboxylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACCOAL "acetate CoA ligase ADP forming ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACGAL1PPpp "N acetyl D galactosamine 1 phosphatase periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACGAL1Ptex "N acetyl D galactosamine 1 phosphate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACGALtex "N acetyl D galactosamine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACGAM1PPpp "N acetyl D glucosamine 1 phosphatase periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACGAM1Ptex "N acetyl D glucosamine 1 phosphate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACGAMK "N acetylglucosamine kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACGAMT "UDP N acetylglucosamineundecaprenylphosphate N acetylglucosamine 1 phosphate transferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACGAptspp "N Acetyl D glucosamine transport via PEPPyr PTS  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACGAtex "N Acetyl D glucosamine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACGK "acetylglutamate kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACGS "N acetylglutamate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACHBS "2 aceto 2 hydroxybutanoate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACKr "acetate kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACLS "acetolactate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACM6PH "N acetylmuramate 6 phosphate hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACMAMUT "UDP N acetyl D mannosaminuronic acid transferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACMANAptspp "N acetyl D mannosamine transport via PTS  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACMANAtex "N acetyl D mannosamine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACMUMtex "N acetylmuramate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACNAMt2pp "N acetylneuraminate proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACNAMtex "N acetylneuraminate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACNML "N Acetylneuraminate lyase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACOAD1f "acyl CoA dehydrogenase butanoyl CoA ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACOAD2f "acyl CoA dehydrogenase hexanoyl CoA ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACOAD3f "acyl CoA dehydrogenase octanoyl CoA ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACOAD4f "acyl CoA dehydrogenase decanoyl CoA ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACOAD5f "acyl CoA dehydrogenase dodecanoyl CoA ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACOAD6f "acyl CoA dehydrogenase tetradecanoyl CoA ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACOAD7f "acyl CoA dehydrogenase hexadecanoyl CoA ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACOAD8f "acyl CoA dehydrogenase octadecanoyl CoA ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACOATA "Acetyl CoA ACP transacylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACODA "acetylornithine deacetylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACOLIPAtex "arabinose modified core oligosaccharide lipid A transport via vector periplasm to extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACONIs "aconitate isomerase spontaneous ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACONTa "aconitase half reaction A Citrate hydro lyase ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACONTb "aconitase half reaction B Isocitrate hydro lyase ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACOTA "acetylornithine transaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACPS1 "acyl carrier protein synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACS "acetyl CoA synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACSERtex "O Acetyl L serine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACSERtpp "O Acetyl L serine export via facilitated transport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACt2rpp "acetate reversible transport via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACt4pp "NaAcetate symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACtex "Acetate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADA "Adenosine deaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADCL "4 aminobenzoate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADCS "4 amino 4 deoxychorismate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADEt2rpp "adenine transport via proton symport reversible  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADEtex "adenine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADK1 "adenylate kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADK3 "adentylate kinase GTP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADK4 "adentylate kinase ITP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADMDC "adenosylmethionine decarboxylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADNCYC "adenylate cyclase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADNK1 "adenosine kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADNUC "adenosine hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADNt2pp "adenosine transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADNt2rpp "adenosine transport in via proton symport reversible periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADNtex "adenosine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADOCBLabcpp "Adenosylcobalamin transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADOCBLtonex "Adenosylcobalimin transport via ton system extermal ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADPRDP "ADPribose diphosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADPT "adenine phosphoribosyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADSK "adenylyl sulfate kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADSL1r "adenylsuccinate lyase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADSL2r "adenylosuccinate lyase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADSS "adenylosuccinate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AGDC "N acetylglucosamine 6 phosphate deacetylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AGM3PA "N Acetyl D glucosamine anhydrous N Acetylmuramyl tripeptide amidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AGM3PApp "N Acetyl D glucosamine anhydrous N Acetylmuramyl tripeptide amidase periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AGM3PH "N Acetyl D glucosamine anhydrous N Acetylmuramyl tripeptide beta 1 4 N acetylglucosaminidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AGM3Pt2pp "GlcNAc anhMurNAc tripeptide transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AGM4PA "N Acetyl D glucosamine anhydrous N Acetylmuramyl tetrapeptide amidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AGM4PApp "N Acetyl D glucosamine anhydrous N Acetylmuramyl tetrapeptide amidase periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AGM4PCP "N Acetyl D glucosamine anhydrous N Acetylmuramyl tetrapeptide L D carboxypeptidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AGM4PCPpp "N Acetyl D glucosamine anhydrous N Acetylmuramyl tetrapeptide L D carboxypeptidase periplasmic ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AGM4PH "N Acetyl D glucosamine anhydrous N Acetylmuramyl tetrapeptide beta 1 4 N acetylglucosaminidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AGM4Pt2pp "GlcNAc anhMurNAc tetrapeptide transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AGMH "N Acetyl D glucosamine anhydrous N Acetylmuramyl beta 1 4 N acetylglucosaminidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AGMHE "ADP D glycero D manno heptose epimerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AGMT "agmatinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AGMt2pp "GlcNAc anhMurNAc transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AGMtex "agmatine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AGPAT120 "1 tetradecanoyl sn glycerol 3 phosphate O acyltransferase n C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AGPAT140 "1 tetradecanoyl sn glycerol 3 phosphate O acyltransferase n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AGPAT141 "1 tetradec 7 enoyl sn glycerol 3 phosphate O acyltransferase n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AGPAT160 "1 hexadecanoyl sn glycerol 3 phosphate O acyltransferase n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AGPAT161 "1 hexadec 7 enoyl sn glycerol 3 phosphate O acyltransferase n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AGPAT180 "1 octadecanoyl sn glycerol 3 phosphate O acyltransferase n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AGPAT181 "1 octadec 7 enoyl sn glycerol 3 phosphate O acyltransferase n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AGPR "N acetyl g glutamyl phosphate reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AHCYSNS "S adenosylhomocysteine nucleosidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AICART "phosphoribosylaminoimidazolecarboxamide formyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AIRC2 "phosphoribosylaminoimidazole carboxylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AIRC3 "phosphoribosylaminoimidazole carboxylase mutase rxn ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AKGDH "2 Oxogluterate dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AKGt2rpp "2 oxoglutarate reversible transport via symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AKGtex "alpha ketoglutarate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALAALAabcpp "D alanyl D alanine DalaDala transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALAALAr "D alanine D alanine ligase reversible ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALAALAtex "D alanyl D alanine DalaDala transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALAGLUE "L alanyl gamma glutamate epimerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALAR "alanine racemase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALATA_D2 "D alanine transaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALATA_L "L alanine transaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALATA_L2 "alanine transaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALATRS "Alanyl tRNA synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALAabcpp "L alanine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALAt2pp "L alanine transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALAt4pp "L alanine transport in via sodium symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALAtex "L alanine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALDD2y "aldehyde dehydrogenase acetaldehyde NADP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALDD3y "aldehyde dehydrogenase propanal NADP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALLTAMH "allantoate amidohydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALLTN "allantoinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALLTNt2rpp "allantoin transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALLTNtex "allantoin transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALLtex "Allose transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALR2 "aldose reductase methylglyoxal ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALR4x "aldose reductase acetol ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AM3PA "anhydrous N Acetylmuramyl tripeptide amidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AM4PA "anhydrous N Acetylmuramyl tetrapeptide amidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AM4PCP "anhydrous N Acetylmuramyl tetrapeptide L D carboxypeptidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AMALT1 "Amylomaltase maltotriose ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AMALT2 "Amylomaltase maltotetraose ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AMALT3 "Amylomaltase maltopentaose ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AMALT4 "Amylomaltase maltohexaose ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AMANAPEr "N acetylmannosamine 6 phosphate epimerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AMANK "N acetyl D mannosamine kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AMAOTr "adenosylmethionine 8 amino 7 oxononanoate transaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AMMQLT8 "S adenosylmethione2 demthylmenaquinole methyltransferase menaquinone 8 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AMPMS2 "4 amino 2 methyl 5 phosphomethylpyrimidine synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AMPN "AMP nucleosidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AMPTASECG "alanyl aminopeptidase cys gly ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AMPTASEPG "aminopeptidase pro gly ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AMPtex "AMP transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ANHGMtex "GlcNAc anhMurNAc transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ANHMK "1 6 anhydrous N Acetylmuramate kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ANPRT "anthranilate phosphoribosyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ANS "anthranilate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AOBUTDs "L 2 amino 3 oxobutanoate decarboxylation spontaneous ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AOXSr "8 amino 7 oxononanoate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AP4AH "Ap4A hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AP5AH "Ap5A hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_APRAUR "5 amino 6 5 phosphoribosylamino uracil reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ARAI "L arabinose isomerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ARBTNR1 "aerobactin reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ARBTNR2 "aerobactin reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ARBTNR3 "aerobactin reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ARBTNabcpp "aerobactin transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ARBTNexs "aerobactin Fe loading reaction spontaneous ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ARBTNtex "aerobactin secretion to extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ARBTNtonex "aerobactin transport via ton system extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ARBTNtpp "aerobactin secretion to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ARBt2rpp "L arabinose transport via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ARBt3ipp "L arabinose transport via proton antiport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ARBtex "L arabinose transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ARGAGMt7pp "Arginineagmatine antiport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ARGDC "arginine decarboxylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ARGDCpp "arginine decarboxylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ARGORNt7pp "arginineornithine antiporter periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ARGSL "argininosuccinate lyase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ARGSS "argininosuccinate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ARGTRS "Arginyl tRNA synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ARGabcpp "L arginine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ARGt3pp "L arginine transport out via proton antiport cytoplasm to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ARGtex "L arginine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASAD "aspartate semialdehyde dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASCBPL "L ascorbate 6 phosphate lactonase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASCBptspp "L ascorbate transport via PEPPyr PTS periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASCBtex "L ascorbate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASNN "L asparaginase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASNNpp "L asparaginase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASNS1 "asparagine synthase glutamine hydrolysing ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASNS2 "asparagine synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASNTRS "Asparaginyl tRNA synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASNabcpp "L asparagine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASNt2rpp "L asparagine reversible transport via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASNtex "L asparagine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASO3tex "arsenite transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASP1DC "aspartate 1 decarboxylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASPCT "aspartate carbamoyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASPK "aspartate kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASPO3 "L aspartate oxidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASPO4 "L aspartate oxidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASPO5 "L aspartate oxidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASPO6 "L aspartate oxidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASPT "L aspartase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASPTA "aspartate transaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASPTRS "Aspartyl tRNA synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASPabcpp "L aspartate transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASPt2_2pp "Aspartate transport via proton symport 2 H  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASPt2pp "L aspartate transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASPtex "L aspartate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AST "Arginine succinyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ATHRDHr "L allo threonine dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ATPHs "ATP amine hydrolysis spontaneous ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ATPM "ATP maintenance requirement">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ATPPRT "ATP phosphoribosyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ATPS4rpp "ATP synthase four protons for one ATP  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_BALAt2pp "beta alanine transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_BALAtex "beta alanine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_BPNT "3 5 bisphosphate nucleotidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_BSORx "Biotin sulfoxide reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_BSORy "Biotin sulfoxide reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_BTS4 "Biotin synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_BUTSO3tex "butanesulfonate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_BUTtex "Butyrate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CA2t3pp "calcium Ca2 transport out via proton antiport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CA2tex "calcium Ca2 transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CADVtpp "LysineCadaverine antiporter periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CAt6pp "calcium sodium antiporter 11 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CBIAT "Cobinamide adenyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CBItonex "Cobinamide transport via ton system extermal ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CBIuabcpp "Cobinamide transport via ABC system uptake periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CBL1abcpp "Cob 1 alamin transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CBL1tonex "Cob 1 alamin transport via ton system extermal ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CBPS "carbamoyl phosphate synthase glutamine hydrolysing ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CD2abcpp "Cadmium Cd2 ABC transporter periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CD2t3pp "cadmium Cd2 transport out via proton antiport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CD2tex "cadmium Cd2 transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CD2tpp "cadmium 2 transport in via permease no H ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CDAPPA120 "CDP Diacylglycerol pyrophostatase n C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CDAPPA140 "CDP Diacylglycerol pyrophostatase n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CDAPPA141 "CDP Diacylglycerol pyrophostatase n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CDAPPA160 "CDP Diacylglycerol pyrophostatase n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CDAPPA161 "CDP Diacylglycerol pyrophostatase n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CDAPPA180 "CDP Diacylglycerol pyrophostatase n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CDAPPA181 "CDP Diacylglycerol pyrophostatase n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CDPMEK "4 cytidine 5 diphospho 2 C methyl D erythritol kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CFAS160E "cyclopropane fatty acid synthase Phosphatidylethanolamine n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CFAS160G "cyclopropane fatty acid synthase Phosphatidylglycerol n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CFAS180E "cyclopropane fatty acid synthase Phosphatidylethanolamine n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CFAS180G "cyclopropane fatty acid synthase Phosphatidylglycerol n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CGLYabcpp "L Cysteinylglycine Cys Gly transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CGLYtex "L Cysteinylglycine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CHLabcpp "choline transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CHLtex "choline transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CHORS "chorismate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CHRPL "Chorismate pyruvate lyase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CITL "Citrate lyase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CITt7pp "Citrate transport via succinate antiport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CITtex "citrate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ICITtex "citrate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACONCtex "cisaconitat transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CLIPAtex "cold lipid A transport via vector periplasm to extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CLPNH120pp "cardiolipin hydrolase periplasm n C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CLPNH140pp "cardiolipin hydrolase periplasm n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CLPNH141pp "cardiolipin hydrolase periplasm n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CLPNH160pp "cardiolipin hydrolase periplasm n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CLPNH161pp "cardiolipin hydrolase periplasm n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CLPNH180pp "cardiolipin hydrolase periplasm n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CLPNH181pp "cardiolipin hydrolase periplasm n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CLPNS120pp "cardiolipin synthase periplasmic n C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CLPNS140pp "cardiolipin synthase periplasmic n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CLPNS141pp "cardiolipin synthase periplasmic n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CLPNS160pp "cardiolipin synthase periplasmic n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CLPNS161pp "cardiolipin synthase periplasmic n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CLPNS180pp "cardiolipin synthase periplasmic n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CLPNS181pp "cardiolipin synthase periplasmic n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CLt3_2pp "chloride transport out via proton antiport 21  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CLtex "chloride Cl 1 transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CMPN "CMP nucleosidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CMPtex "CMP transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CO2tex "CO2 transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CO2tpp "CO2 transporter via diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_COBALT2abcpp "Cobalt Co2 ABC transporter periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_COBALT2t3pp "cobalt Co2 transport out via proton antiport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_COBALT2tex "cobalt Co2 transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_COBALT2tpp "cobalt transport in via permease no H ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_COLIPAabcpp "core oligosaccharide lipid A transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_COLIPAtex "core oligosaccharide lipid A transport via vector periplasm to extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CPGNR1 "coprogen Fe III  reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CPGNR2 "coprogen Fe III  reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CPGNR3 "coprogen Fe III  reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CPGNUtex "coprogen unloaded secretion extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CPGNUtpp "coprogen unloaded secretion">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CPGNabcpp "coprogen transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CPGNexs "coprogen Fe loading reaction spontaneaous ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CPGNtonex "Coprogen transport via ton system extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CPPPGO "coproporphyrinogen oxidase O2 required ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CPPPGO2 "Oxygen Independent coproporphyrinogen III oxidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CRNBTCT "gamma butyrobetainyl CoA carnitine CoA transferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CRNCAL2 "Carnitine CoA Ligase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CRNCAR "carnitine CoA racemase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CRNCBCT "crotonobetainyl CoA carnitine CoA transferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CRNCDH "Carnityl CoA dehydratse">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CRNDCAL2 "D Carnitine CoA Ligase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CRNDabcpp "D carnitine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CRNDt2rpp "D carnitine outward transport H antiport ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CRNabcpp "L carnitine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CRNt2rpp "L carnitine outward transport H antiport ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CRNt7pp "Carnitinebutyrobetaine antiporter periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CRNt8pp "L carnitineD carnitine antiporter periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CRNtex "L carnitine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CS "citrate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CSNtex "cytosine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CTBTCAL2 "Crotonobetaine CoA Ligase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CTBTabcpp "crotonobetaine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CTBTt2rpp "cronobetaine outward transport H antiport ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CTPS2 "CTP synthase glutamine ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CU1Opp "Cuprous Oxidase Cu1 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CU1abcpp "Copper Cu 1 ABC transporter periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AU1abcpp "Gold Au 1 ABC transporter periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CU2abcpp "Copper Cu2 ABC transporter periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CU2tex "copper Cu2 transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CU2tpp "copper transport in via permease no H ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CUtex "copper Cu1 transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYANST "Cyanide sulfurtransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYANSTpp "Cyanide sulfurtransferase periplasmic ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYANtex "Cyanide transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYNTtex "Cyanate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYSDS "Cysteine Desulfhydrase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYSDtex "D cysteine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYSS "cysteine synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYSSADS "L cysteine sulfinic acid desulfurase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYSTL "cystathionine b lyase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYSTRS "Cysteinyl tRNA synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYSabc2pp "L cysteine export via ABC system cytoplasm to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYSabcpp "L cysteine uptake via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYSIabcpp "L cystine uptake via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYStex "L cysteine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYSItex "L cystine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYStpp "L cysteine export via facilitated transport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYTBO3_4pp "cytochrome oxidase bo3 ubiquinol 8 4 protons  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYTD "cytidine deaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYTDH "Cytidine hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYTDK2 "cytidine kinase GTP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYTDt2pp "cytidine transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYTDt2rpp "cytidine transport in via proton symport reversible periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYTDtex "cytidine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYTK1 "cytidylate kinase CMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYTK2 "cytidylate kinase dCMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DAAD "D Amino acid dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DADA "Deoxyadenosine deaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DADK "deoxyadenylate kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DADNt2pp "deoxyadenosine transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DADNtex "deoxyadenosine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DAGK120 "diacylglycerol kinase n C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DAGK140 "diacylglycerol kinase n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DAGK141 "diacylglycerol kinase n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DAGK160 "diacylglycerol kinase n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DAGK161 "diacylglycerol kinase n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DAGK180 "diacylglycerol kinase n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DAGK181 "diacylglycerol kinase n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DALAt2pp "D alanine transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DALAtex "D Alanine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DAMPtex "dAMP transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DAPDC "diaminopimelate decarboxylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DAPE "diaminopimelate epimerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DAPabcpp "M diaminopimelic acid ABC transport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DAPtex "1 5 Diaminopentane transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DASYN120 "CDP diacylglycerol synthetase n C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DASYN140 "CDP diacylglycerol synthetase n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DASYN141 "CDP diacylglycerol synthetase n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DASYN160 "CDP diacylglycerol synthetase n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DASYN161 "CDP diacylglycerol synthetase n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DASYN180 "CDP diacylglycerol synthetase n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DASYN181 "CDP diacylglycerol synthetase n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DATPHs "dATP amine hydrolysis spontaneous ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DB4PS "3 4 Dihydroxy 2 butanone 4 phosphate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DBTS "dethiobiotin synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DCAtex "Decanoate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DCMPtex "dCMP transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DCTPD "dCTP deaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DCYTD "deoxycytidine deaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DCYTt2pp "deoxycytidine transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DCYTtex "deoxycytidine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DDCAtexi "Fatty acid dodecanoate transport via facilitated irreversible diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DDGALK "2 dehydro 3 deoxygalactonokinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DDGLCNtex "2 dehydro 3 deoxy D gluconate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DDGLK "2 dehydro 3 deoxygluconokinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DDPA "3 deoxy D arabino heptulosonate 7 phosphate synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DGK1 "deoxyguanylate kinase dGMPATP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DGMPtex "dGMP transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DGSNt2pp "deoxyguanosine transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DGSNtex "deoxyguanosine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHAD1 "dihydroxy acid dehydratase 2 3 dihydroxy 3 methylbutanoate ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHAD2 "Dihydroxy acid dehydratase 2 3 dihydroxy 3 methylpentanoate ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHAtex "Dihydroxyacetone transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHAtpp "Dihydroxyacetone transport via facilitated diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHBD "2 3 dihydro 2 3 dihydroxybenzoate dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHBS "2 3 dihydroxybenzoate adenylate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHDPRy "dihydrodipicolinate reductase NADPH ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHDPS "dihydrodipicolinate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHFR "dihydrofolate reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHFS "dihydrofolate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHNAOT4 "1 4 dihydroxy 2 naphthoate octaprenyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHNPA2 "dihydroneopterin aldolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHORD2 "dihydoorotic acid dehydrogenase quinone8 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHORD5 "dihydroorotic acid menaquinone 8 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHORTS "dihydroorotase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHPPDA2 "diaminohydroxyphosphoribosylaminopryrimidine deaminase 25drapp ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHPS2 "dihydropteroate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHPTDCs "4 5 dihydroxy 2 3 pentanedione cyclization spontaneous ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHQS "3 dehydroquinate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHQTi "3 dehydroquinate dehydratase irreversible">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DIMPtex "dIMP transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DINSt2pp "deoxyinosine transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DINStex "deoxyinosine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DKGLCNR1 "2 5 diketo D gluconate reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DKGLCNR2x "2 5 diketo D gluconate reductase NADH ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DKGLCNR2y "2 5 diketo D gluconate reductase NADPH ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DKMPPD "2 3 diketo 5 methylthio 1 phosphopentane degradation reaction">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DKMPPD3 "2 3 diketo 5 methylthio 1 phosphopentane degradation reaction">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DMATT "dimethylallyltranstransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DMPPS "1 hydroxy 2 methyl 2 E butenyl 4 diphosphate reductase dmpp ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DMQMT "3 Dimethylubiquinonol 3 methyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DMSOtex "Dimethyl sulfoxide transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DMStex "Dimethyl sulfide transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DM_4HBA "Sink needed to allow 4 hydroxy benzoate to leave system">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DM_5DRIB "Sink needed to allow 5 deoxyribose to leave system">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DM_HMFURN "Sink needed to allow 4 hydroxy 5 methyl 3 2H furanone to leave system">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DM_OXAM "Sink needed to allow oxamate to leave system">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DNMPPA "Dihydroneopterin monophosphate dephosphorylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DNTPPA "Dihydroneopterin triphosphate pyrophosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DOGULNR "2 3 dioxo L gulonate reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DOPAtex "dopamine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DPCOAK "dephospho CoA kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DRPA "deoxyribose phosphate aldolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DSBAO1 "DsbA protein reoxidation reaction aerobic ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DSBAO2 "DsbA protein reoxidation reaction anaerobic ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DSBCGT "DsbCglutathione thiotransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DSBDR "DsbD reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DSBGGT "DsbGglutathione thiotransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DSERDHr "D serine dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DSERt2pp "D serine transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DSERtex "D serine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DTMPK "dTMP kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DTMPtex "dTMP transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DUMPtex "dUMP transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DURIK1 "deoxyuridine kinase ATPDeoxyuridine ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DURIPP "deoxyuridine phosphorylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DURIt2pp "deoxyuridine transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DURItex "deoxyuridine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DUTPDP "dUTP diphosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DXPRIi "1 deoxy D xylulose reductoisomerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DXPS "1 deoxy D xylulose 5 phosphate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DXYLK "1 Deoxy D xylulose kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_D_LACt2pp "D lactate transport via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_D_LACtex "D lactate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_E4PD "Erythrose 4 phosphate dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EAR100x "enoyl acyl carrier protein reductase NADH  n C100 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EAR100y "enoyl acyl carrier protein reductase NADPH  n C100 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EAR120x "enoyl acyl carrier protein reductase NADH  n C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EAR120y "enoyl acyl carrier protein reductase NADPH  n C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EAR121x "enoyl acyl carrier protein reductase NADH  n C121 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EAR121y "enoyl acyl carrier protein reductase NADPH  n C121 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EAR140x "enoyl acyl carrier protein reductase NADH  n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EAR140y "enoyl acyl carrier protein reductase NADPH  n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EAR141x "enoyl acyl carrier protein reductase NADH  n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EAR141y "enoyl acyl carrier protein reductase NADPH  n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EAR160x "enoyl acyl carrier protein reductase NADH  n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EAR160y "enoyl acyl carrier protein reductase NADPH  n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EAR161x "enoyl acyl carrier protein reductase NADH  n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EAR161y "enoyl acyl carrier protein reductase NADPH  n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EAR180x "enoyl acyl carrier protein reductase NADH  n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EAR180y "enoyl acyl carrier protein reductase NADPH  n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EAR181x "enoyl acyl carrier protein reductase NADH  n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EAR181y "enoyl acyl carrier protein reductase NADPH  n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EAR40x "enoyl acyl carrier protein reductase NADH  n C40 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EAR40y "enoyl acyl carrier protein reductase NADPH  n C40 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EAR60x "enoyl acyl carrier protein reductase NADH  n C60 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EAR60y "enoyl acyl carrier protein reductase NADPH  n C60 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EAR80x "enoyl acyl carrier protein reductase NADH  n C80 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EAR80y "enoyl acyl carrier protein reductase NADPH  n C80 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ECA4COLIPAtex "enterobacterial common antigen x4 core oligosaccharide lipid A transport periplasm to extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ECA4OALpp "enterobacterial common antigen x4 O antigen ligase periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ECAP1pp "enterobacterial common antigen polymerase periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ECAP2pp "enterobacterial common antigen polymerase periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ECAP3pp "enterobacterial common antigen polymerase periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ECAtpp "enterobacterial common antigen transferase flippase cytoplasm to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ECOAH1 "3 hydroxyacyl CoA dehydratase 3 hydroxybutanoyl CoA ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ECOAH2 "3 hydroxyacyl CoA dehydratase 3 hydroxyhexanoyl CoA ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ECOAH3 "3 hydroxyacyl CoA dehydratase 3 hydroxyoctanoyl CoA ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ECOAH4 "3 hydroxyacyl CoA dehydratase 3 hydroxydecanoyl CoA ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ECOAH5 "3 hydroxyacyl CoA dehydratase 3 hydroxydodecanoyl CoA ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ECOAH6 "3 hydroxyacyl CoA dehydratase 3 hydroxytetradecanoyl CoA ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ECOAH7 "3 hydroxyacyl CoA dehydratase 3 hydroxyhexadecanoyl CoA ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ECOAH8 "3 hydroxyacyl CoA dehydratase 3 hydroxyoctadecanoyl CoA ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EDA "2 dehydro 3 deoxy phosphogluconate aldolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EDD "6 phosphogluconate dehydratase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EDTXS1 "Endotoxin Synthesis lauroyl transferase ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EDTXS2 "Endotoxin Synthesis myristoyl transferase ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EDTXS3 "Endotoxin Synthesis palmitoleoyl ACP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EDTXS4 "Endotoxin Synthesis myristoyl transferase ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ENLIPAtex "phosphoethanolamine lipid A transport via vector periplasm to extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ENO "enolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ENTCS "enterochelin synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ETHAAL "Ethanolamine ammonia lyase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ETHAt2pp "ethanolamine transport in via proton symport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ETHAtex "ethanolamine transport via diffusion extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ETHSO3tex "ethanesulfonate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ETOHt2rpp "ethanol reversible transport via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ETOHtex "ethanol transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_chitob_e "Chitobiose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_pydxn_e "Pyridoxine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_pydx_e "Pyridoxal exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_12ppd__R_e " R Propane 1 2 diol exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_12ppd__S_e " S Propane 1 2 diol exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_14glucan_e "1 4 alpha D glucan exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_15dap_e "1 5 Diaminopentane exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_23camp_e "2 3 Cyclic AMP exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_23ccmp_e "2 3 Cyclic CMP exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_23cgmp_e "2 3 Cyclic GMP exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_23cump_e "2 3 Cyclic UMP exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_23dappa_e "2 3 diaminopropionate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_26dap__M_e "meso 2 6 Diaminoheptanedioate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_2ddglcn_e "2 Dehydro 3 deoxy D gluconate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_34dhpac_e "3 4 Dihydroxyphenylacetaldehyde exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_3amp_e "3 AMP exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_3cmp_e "3 cmp exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_3gmp_e "3 GMP exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_3hcinnm_e "3 hydroxycinnamic acid exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_3hpppn_e "3 3 hydroxy phenyl propionate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_3ump_e "3 UMP exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_4abut_e "4 Aminobutanoate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_4hoxpacd_e "4 Hydroxyphenylacetaldehyde exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_5dglcn_e "5 Dehydro D gluconate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_LalaDgluMdapDala_e "L alanine D glutamate meso 2 6 diaminoheptanedioate D alanine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_LalaDgluMdap_e "L alanine D glutamate meso 2 6 diaminoheptanedioate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_ac_e "Acetate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_acac_e "Acetoacetate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_acald_e "Acetaldehyde exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_acgal1p_e "N Acetyl D galactosamine 1 phosphate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_acgal_e "N Acetyl D galactosamine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_acgam1p_e "N Acetyl D glucosamine 1 phosphate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_acgam_e "N Acetyl D glucosamine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_acmana_e "N Acetyl D mannosamine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_acmum_e "N Acetylmuramate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_acnam_e "N Acetylneuraminate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_acolipa_e "4 Amino 4 deoxy L arabinose modified core oligosaccharide lipid A exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_acser_e "O Acetyl L serine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_ade_e "Adenine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_adn_e "Adenosine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_adocbl_e "Adenosylcobalamin exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_ag_e "silver exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_agm_e "Agmatine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_akg_e "2 Oxoglutarate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_ala__B_e "beta Alanine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_ala__D_e "D Alanine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_ala__L_e "L Alanine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_alaala_e "D Alanyl D alanine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_all__D_e "D Allose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_alltn_e "Allantoin exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_amp_e "AMP exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_anhgm_e "N Acetyl D glucosamine anhydrous N Acetylmuramic acid exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_arab__L_e "L Arabinose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_arbtn_e "aerobactin minus Fe3 exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_arbtn__fe3_e "Aerobactin exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_arg__L_e "L Arginine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_ascb__L_e "L Ascorbate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_asn__L_e "L Asparagine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_aso3_e "arsenite exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_asp__L_e "L Aspartate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_but_e "Butyrate n C40 exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_butso3_e "butanesulfonate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_ca2_e "Calcium exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_cbi_e "Cobinamide exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_cbl1_e "Cob I alamin exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_cd2_e "Cadmium exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_cgly_e "Cys Gly exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_chol_e "Choline exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_cit_e "Citrate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_icit_e "Isocitrate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_acon__C_e "cisaconitate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_cl_e "Chloride exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_cmp_e "CMP exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_co2_e "CO2 exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_cobalt2_e "Co2 exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_colipa_e "core oligosaccharide lipid A exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_cpgn_e "coprogen exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_cpgn__un_e "coprogen unloaded no Fe III  exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_crn_e "L Carnitine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_csn_e "Cytosine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_cu2_e "Cu2 exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_cu_e "Cu exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_cyan_e "Hydrogen cyanide exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_cynt_e "Cyanate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_cys__D_e "D Cysteine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_cys__L_e "L Cysteine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_cysi__L_e "L Cystine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_cytd_e "Cytidine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_dad__2_e "Deoxyadenosine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_damp_e "dAMP exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_dca_e "Decanoate n C100 exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_dcmp_e "dCMP exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_dcyt_e "Deoxycytidine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_ddca_e "Dodecanoate n C120 exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_dgmp_e "dGMP exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_dgsn_e "Deoxyguanosine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_dha_e "Dihydroxyacetone exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_dimp_e "dIMP exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_din_e "Deoxyinosine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_dms_e "Dimethyl sulfide exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_dmso_e "Dimethyl sulfoxide exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_dopa_e "Dopamine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_dtmp_e "dTMP exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_dump_e "dUMP exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_duri_e "Deoxyuridine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_eca4colipa_e " enterobacterial common antigen x4 core oligosaccharide lipid A exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_enlipa_e "phosphoethanolamine KDO 2 lipid A exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_enter_e "Enterochelin exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_etha_e "Ethanolamine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_ethso3_e "ethanesulfonate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_etoh_e "Ethanol exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_f6p_e "D fructose 6 phosphate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_fald_e "Formaldehyde exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_fe2_e "Fe2 exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_fe3_e "Fe3 exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_fe3dcit_e "Fe III dicitrate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_fe3dhbzs_e "ferric 2 3 dihydroxybenzoylserine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_fe3hox_e "Fe III hydroxamate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_fe3hox__un_e "Fe III hydoxamate unloaded exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_fecrm_e "Ferrichrome exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_fecrm__un_e "Ferrichrome minus Fe III exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_feenter_e "Fe enterobactin exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_feoxam_e "ferroxamine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_feoxam__un_e "ferroxamine minus Fe 3 exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_for_e "Formate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_fru_e "D Fructose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_frulys_e "fructoselysine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_fruur_e "D Fructuronate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_fuc__L_e "L Fucose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_fum_e "Fumarate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_g1p_e "D Glucose 1 phosphate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_g3pc_e "sn Glycero 3 phosphocholine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_g3pe_e "sn Glycero 3 phosphoethanolamine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_g3pg_e "Glycerophosphoglycerol exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_g3pi_e "sn Glycero 3 phospho 1 inositol exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_g3ps_e "Glycerophosphoserine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_g6p_e "D Glucose 6 phosphate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_gal1p_e "alpha D Galactose 1 phosphate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_gal__bD_e "beta D Galactose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_gal_e "D Galactose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_galct__D_e "D Galactarate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_galctn__D_e "D Galactonate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_galctn__L_e "L Galactonate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_galt_e "Galactitol exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_galur_e "D Galacturonate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_gam6p_e "D Glucosamine 6 phosphate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_gam_e "D Glucosamine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_gbbtn_e "gamma butyrobetaine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_gdp_e "GDP exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_glc__D_e "D Glucose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_glcn_e "D Gluconate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_glcr_e "D Glucarate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_glcur1p_e "D Glucuronate 1 phosphate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_glcur_e "D Glucuronate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_gln__L_e "L Glutamine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_glu__L_e "L Glutamate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_gly_e "Glycine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_glyald_e "D Glyceraldehyde exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_glyb_e "Glycine betaine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_glyc2p_e "Glycerol 2 phosphate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_glyc3p_e "Glycerol 3 phosphate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_glyc__R_e " R Glycerate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_glyc_e "Glycerol exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_glyclt_e "Glycolate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_gmp_e "GMP exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_gsn_e "Guanosine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_gthox_e "Oxidized glutathione exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_gthrd_e "Reduced glutathione exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_gtp_e "GTP exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_gua_e "Guanine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_h2_e "H2 exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_h2o2_e "Hydrogen peroxide exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_h2o_e "H2O exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_h2s_e "Hydrogen sulfide exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_h_e "H exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_hacolipa_e "hepta acylated core oligosaccharide lipid A E coli exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_halipa_e "hepta acylated KDO 2 lipid A exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_hdca_e "Hexadecanoate n C160 exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_hdcea_e "hexadecenoate n C161 exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_hg2_e "Hg2 exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_his__L_e "L Histidine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_hom__L_e "L Homoserine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_hxa_e "Hexanoate n C60 exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_hxan_e "Hypoxanthine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_idon__L_e "L Idonate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_ile__L_e "L Isoleucine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_imp_e "IMP exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_indole_e "Indole exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_inost_e "myo Inositol exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_ins_e "Inosine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_isetac_e "Isethionic acid exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_k_e "K exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_kdo2lipid4_e "KDO 2 lipid IV A exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_lac__D_e "D lactate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_lac__L_e "L Lactate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_lcts_e "Lactose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_leu__L_e "L Leucine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_lipa__cold_e "cold adapted KDO 2 lipid A exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_lipa_e "KDO 2 lipid A exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_lys__L_e "L Lysine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_lyx__L_e "L Lyxose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_mal__D_e "D Malate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_mal__L_e "L Malate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_malt_e "Maltose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_malthx_e "Maltohexaose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_maltpt_e "Maltopentaose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_malttr_e "Maltotriose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_maltttr_e "Maltotetraose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_man6p_e "D Mannose 6 phosphate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_man_e "D Mannose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_manglyc_e "2 alpha D Mannosyl D glycerate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_melib_e "Melibiose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_met__D_e "D Methionine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_met__L_e "L Methionine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_metsox__R__L_e "L methionine R sulfoxide exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_metsox__S__L_e "L Methionine S oxide exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_mg2_e "Mg exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_minohp_e "myo Inositol hexakisphosphate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_mmet_e "S Methyl L methionine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_mn2_e "Mn2 exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_mnl_e "D Mannitol exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_mobd_e "Molybdate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_mso3_e "methanesulfonate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_n2o_e "Nitrous oxide exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_na1_e "Sodium exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_nac_e "Nicotinate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_nh4_e "Ammonia exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_ni2_e "Ni2 exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_nmn_e "NMN exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_no2_e "Nitrite exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_no3_e "Nitrate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_no_e "Nitric oxide exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_o2_e "O2 exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_o2s_e "Superoxide anion exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_ocdca_e "octadecanoate n C180 exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_ocdcea_e "octadecenoate n C181 exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_octa_e "octanoate n C80 exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_orn_e "Ornithine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_orot_e "Orotate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_oaa_e "Oxaloacetate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_pacald_e "Phenylacetaldehyde exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_peamn_e "Phenethylamine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_phe__L_e "L Phenylalanine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_pheme_e "Protoheme exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_pi_e "Phosphate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_pnto__R_e " R Pantothenate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_ppa_e "Propionate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_ppal_e "Propanal exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_pppn_e "Phenylpropanoate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_ppt_e "Phosphonate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_pro__L_e "L Proline exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_progly_e "L Prolinylglycine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_psclys_e "psicoselysine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_pser__L_e "O Phospho L serine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_ptrc_e "Putrescine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_pyr_e "Pyruvate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_r5p_e "alpha D Ribose 5 phosphate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_rib__D_e "D Ribose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_rmn_e "L Rhamnose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_sbt__D_e "D Sorbitol exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_ser__D_e "D Serine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_ser__L_e "L Serine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_skm_e "Shikimate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_so2_e "sulfur dioxide exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_so3_e "Sulfite exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_so4_e "Sulfate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_spmd_e "Spermidine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_succ_e "Succinate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_sucr_e "Sucrose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_sulfac_e "sulfoacetate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_tartr__L_e "L tartrate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_taur_e "Taurine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_tcynt_e "Thiocyanate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_thm_e "Thiamin exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_thr__L_e "L Threonine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_thrp_e "L Threonine O 3 phosphate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_thym_e "Thymine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_thymd_e "Thymidine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_tma_e "Trimethylamine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_tmao_e "Trimethylamine N oxide exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_tre_e "Trehalose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_trp__L_e "L Tryptophan exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_tsul_e "Thiosulfate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_ttdca_e "tetradecanoate n C140 exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_ttdcea_e "tetradecenoate n C141 exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_tungs_e "tungstate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_tym_e "Tyramine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_tyr__L_e "L Tyrosine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_tyrp_e "Phosphotyrosine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_uacgam_e "UDP N acetyl D glucosamine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_udpacgal_e "UDP N acetyl D galactosamine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_udpg_e "UDPglucose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_udpgal_e "UDPgalactose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_udpglcur_e "UDP D glucuronate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_ump_e "UMP exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_ura_e "Uracil exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_urea_e "Urea exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_uri_e "Uridine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_val__L_e "L Valine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_xan_e "Xanthine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_xmp_e "Xanthosine 5 phosphate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_xtsn_e "Xanthosine exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_xyl__D_e "D Xylose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_xylu__L_e "L Xylulose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_zn2_e "Zinc exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_Ec_biomass_iAF1260_core_59p81M "E coli biomass objective function iAF1260   core  with 5981 GAM estimate">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_F6PA "fructose 6 phosphate aldolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_F6PP "D fructose 6 phosphate phosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_F6Pt6_2pp "Fructose 6 phosphate transport via phosphate antiport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_F6Ptex "fructose 6 phosphate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FA100ACPHi "fatty acyl ACP hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FA120ACPHi "fatty acyl ACP hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FA140ACPHi "fatty acyl ACP hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FA141ACPHi "fatty acyl ACP hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FA160ACPHi "fatty acyl ACP hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FA161ACPHi "fatty acyl ACP hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FA80ACPHi "fatty acyl ACP hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FACOAE100 "fatty acid CoA thioesterase decanoate ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FACOAE120 "fatty acid CoA thioesterase dodecanoate ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FACOAE140 "fatty acid CoA thioesterase tetradecanoate ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FACOAE141 "fatty acid CoA thioesterase tetradecenoate ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FACOAE160 "fatty acid CoA thioesterase hexadecanoate ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FACOAE161 "fatty acid CoA thioesterase hexadecenoate ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FACOAE180 "fatty acid CoA thioesterase octadecanoate ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FACOAE181 "fatty acid CoA thioesterase octadecenoate ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FACOAE60 "fatty acid CoA thioesterase hexanoate ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FACOAE80 "fatty acid CoA thioesterase octanoate ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FACOAL100t2pp "fatty acid CoA ligase decanoate transport via vectoral Co A coupling ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FACOAL120t2pp "fatty acid CoA ligase dodecanoate transport via vectoral Co A coupling ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FACOAL140t2pp "fatty acid CoA ligase tetradecanoate transport via vectoral Co A coupling ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FACOAL141t2pp "fatty acid CoA ligase tetradecenoate transport via vectoral Co A coupling ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FACOAL160t2pp "fatty acid CoA ligase hexadecanoate transport via vectoral Co A coupling ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FACOAL161t2pp "fatty acid CoA ligase hexadecenoate transport via vectoral Co A coupling ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FACOAL180t2pp "fatty acid CoA ligase octadecanoate transport via vectoral Co A coupling ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FACOAL181t2pp "fatty acid CoA ligase octadecenoate transport via vectoral Co A coupling ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FACOAL60t2pp "fatty acid CoA ligase hexanoate transport via vectoral Co A coupling ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FACOAL80t2pp "fatty acid CoA ligase octanoate transport via vectoral Co A coupling ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FADRx "FAD reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FADRx2 "FAD reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FALDtex "formaldehyde transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FALDtpp "formaldehyde transport via diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FALGTHLs "formaldehyde glutathione ligase spontaneous ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FBA "fructose bisphosphate aldolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FBP "fructose bisphosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FCI "L fucose isomerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FCLK "L fuculokinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FCLPA "L fuculose 1 phosphate aldolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FCLT "Ferrochelatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FDH4pp "formate dehydrogenase quinone 8  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FDH5pp "Formate Dehydrogenase menaquinone 8  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FE2t2pp "iron II transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FE2tex "iron II transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FE2tpp "iron 2 transport in via permease no H ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FE3DHBZR "release of Fe III from ferric 2 3 dihydroxybenzoylserine">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FE3DHBZSabcpp "ferric 2 3 dihydroxybenzoylserine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FE3DHBZStonex "ferric 2 3 dihydroxybenzoylserine transport via ton system extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FE3HOXR1 "Fe III hydroxamate reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FE3HOXR2 "Fe III hydroxamate reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FE3HOXR3 "Fe III hydroxamate reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FE3HOXUtex "Fe III hydroxamate unloaded secretion">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FE3HOXUtpp "Fe III hydroxamate unloaded secretion extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FE3HOXexs "Fe III hydroxamate Fe loading reaction spontaneaous ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FE3HOXtonex "Fe III hydroxamine transport via ton system extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FE3Ri "Fe III reduction">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FE3tex "iron III transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FECRMR1 "Ferrichrome reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FECRMR2 "Ferrichrome reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FECRMR3 "Ferrichrome reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FECRMUtex "ferrichrome minus Fe secretion to extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FECRMUtpp "ferrichrome minus Fe secretion to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FECRMabcpp "ferrichrome transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FECRMexs "ferrichrome Fe III loading reaction spontaneous ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FECRMtonex "ferrichrome transport via ton system extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEENTERabcpp "Fe enterobactin transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEENTERexs "enterobactin Fe III binding spontaneous ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEENTERtonex "Fe enterobactin transport via ton system extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEENTERtpp "enterochelin transport secretion ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEOXAMUtex "ferroxamine minus Fe3 secretion to extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEOXAMUtpp "ferroxamine minus Fe3 secretion to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEOXAMabcpp "ferroxamine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEOXAMexs "ferroxamine Fe3 loading reaction spontaneous ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEOXAMtonex "ferroxamine transport via ton system extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEROpp "ferroxidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FHL "Formate hydrogen lyase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FLDR "flavodoxin reductase NADPH ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FLVR "flavin reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FLVRx "flavin reductase NAD ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FMETTRS "Methionyl tRNA formyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FMNAT "FMN adenylyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FMNRx "FMN reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FMNRx2 "FMN reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FORt2pp "formate transport via proton symport uptake only periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FORtex "formate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FORtppi "formate transport via diffusion cytoplasm to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FRD2 "fumarate reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FRD3 "fumarate reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FRUK "fructose 1 phosphate kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FRULYStex "fructoselysine transporter via diffusion extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FRUURtex "D fructuronate transport via diffusion extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FRUpts2pp "Fructose transport via PEPPyr PTS f6p generating  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FRUptspp "D fructose transport via PEPPyr PTS periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FRUtex "D fructose transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FTHFD "formyltetrahydrofolate deformylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FUCtex "L fucose transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FUCtpp "L fucose transport via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FUM "fumarase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FUMt2_2pp "Fumarate transport via proton symport 2 H  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FUMtex "Fumarate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G1PACT "glucosamine 1 phosphate N acetyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G1PPpp "Glucose 1 phosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G1PTT "glucose 1 phosphate thymidylyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G1Ptex "D glucose 1 phosphate transport via diffusion">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G1SAT "glutamate 1 semialdehyde aminotransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G2PPpp "glycerol 2 phosphate phosphatase periplasmic ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G3PAT120 "glycerol 3 phosphate acyltransferase C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G3PAT140 "glycerol 3 phosphate acyltransferase C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G3PAT141 "glycerol 3 phosphate acyltransferase C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G3PAT160 "glycerol 3 phosphate acyltransferase C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G3PAT161 "glycerol 3 phosphate acyltransferase C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G3PAT180 "glycerol 3 phosphate acyltransferase C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G3PAT181 "glycerol 3 phosphate acyltransferase C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G3PCabcpp "sn glycerol 3 phosphocholine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G3PCtex "glycero 3 phosphocholine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G3PD2 "glycerol 3 phosphate dehydrogenase NADP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G3PD5 "glycerol 3 phosphate dehydrogenase ubiquinone 8 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G3PD6 "glycerol 3 phosphate dehydrogenase menaquinone 8 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G3PD7 "glycerol 3 phosphate dehydrogenase demethylmenaquinone 8 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G3PEabcpp "sn glycerol 3 phosphoethanolamine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G3PEtex "glycero 3 phosphoethanolamine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G3PGabcpp "sn glycerol 3 phosphoglycerol transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G3PGtex "glycerophoglycerol transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G3PIabcpp "sn glycerol 3 phosphoethanolamine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G3PItex "glycero 3 phospho 1 inositol transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G3PSabcpp "sn glycerol 3 phosphoserine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G3PStex "glycerophosphserine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G3PT "glycerol 3 phosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G5SADs "L glutamate 5 semialdehyde dehydratase spontaneous ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G5SD "glutamate 5 semialdehyde dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G6PDA "glucosamine 6 phosphate deaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G6PDH2r "glucose 6 phosphate dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G6PP "glucose 6 phosphate phosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G6Pt6_2pp "Glucose 6 phosphate transport via phosphate antiport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G6Ptex "glucose 6 phosphate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GAL1PPpp "D galactose 1 phosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GAL1Ptex "D galactose 1 phosphate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GALBDtex "beta D galactose transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GALCTNLtex "L galactonate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GALCTNt2pp "D galactonate transport via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GALCTNtex "D galactonate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GALCTt2rpp "D galactarte transport via proton symport reversible periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GALCTtex "D galactarte transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GALKr "galactokinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GALM2pp "aldose 1 epimerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GALS3 "a galactosidase melibiose ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GALT1 "galactosyltransferase I LPS core synthesis ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GALTtex "Galactitol transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GALURt2rpp "D galacturonate transport via proton symport reversible periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GALURtex "D galacturonate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GALUi "UTP glucose 1 phosphate uridylyltransferase irreversible ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GALabcpp "D galactose transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GALt2pp "D galactose transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GALtex "D galactose transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GAM6Pt6_2pp "D Glucosamine 6 phosphate transport via phosphate antiport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GAMAN6Ptex "D glucosamine 6 phosphate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GAMptspp "D glucosamine transport via PEPPyr PTS periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GAMtex "D glucosamine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GAPD "glyceraldehyde 3 phosphate dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GARFT "phosphoribosylglycinamide formyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GART "GAR transformylase T">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GBBTNtex "gamma butyrobetaine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GDMANE "GDP 4 dehydro 6 deoxy D mannose epimerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GDPDPK "GDP diphosphokinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GDPMNH "GDP mannose mannosyl hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GDPMNP "GDP mannose phyrophosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GDPtex "GDP transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GF6PTA "glutamine fructose 6 phosphate transaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GHMT2r "glycine hydroxymethyltransferase reversible">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GK1 "guanylate kinase GMPATP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLBRAN2 "1 4 alpha glucan branching enzyme glycogen  bglycogen ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLCATr "D glucose O acetyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLCDpp "Glucose dehydrogenase ubiquinone 8 as acceptor  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLCNt2rpp "D gluconate transport via proton symport reversible periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLCNtex "D gluconate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLCP "glycogen phosphorylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLCP2 "glycogen phosphorylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLCRAL "5 dehydro 4 deoxyglucarate aldolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLCRD "glucarate dehydratase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLCRt2rpp "D glucarate transport via proton symport reversible periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLCRtex "D glucarate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLCS1 "glycogen synthase ADPGlc ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLCTR1 "glucosyltransferase I LPS core synthesis ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLCTR2 "glucosyltransferase II LPS core synthesis ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLCTR3 "glucosyltransferase III LPS core synthesis ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLCUR1Ptex "D glucuronate 1 phosphate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLCURt2rpp "D glucuronate transport via proton symport reversible periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLCURtex "D glucuronat transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLCabcpp "D glucose transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLCptspp "D glucose transport via PEPPyr PTS periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLCt2pp "D glucose transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLCtex "glucose transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLCtexi "D glucoseMaltotriose transport via diffusion extracellular to periplasm irreversible">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLDBRAN2 "glycogen debranching enzyme bglycogen  glycogen ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLGC "glucose 1 phosphate adenylyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLNS "glutamine synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLNTRS "Glutaminyl tRNA synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLNabcpp "L glutamine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLNtex "L glutamine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLU5K "glutamate 5 kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLUCYS "gamma glutamylcysteine synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLUDy "glutamate dehydrogenase NADP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLUN "glutaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLUNpp "glutaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLUPRT "glutamine phosphoribosyldiphosphate amidotransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLUR "glutamate racemase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLUSy "glutamate synthase NADPH ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLUTRR "glutamyl tRNA reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLUTRS "Glutamyl tRNA synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLUabcpp "L glutamate transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLUt2rpp "L glutamate transport via proton symport reversible periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLUt4pp "Naglutamate symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLUtex "L glutamate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLXCL "glyoxalate carboligase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYALDtex "Glyceraldehyde transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYALDtpp "Glyceraldehyde facilitated diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYAT "glycine C acetyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYBabcpp "Glycine betaine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYBtex "Glycine betaine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYC2Ptex "Glycerol 2 phosphate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYC3Pabcpp "sn Glycerol 3 phosphate transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYC3Pt6pp "Glycerol 3 phosphate phosphate antiporter periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYC3Ptex "Glycerol 3 phosphate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYCAt2rpp "D glycerate transport via proton symport reversible periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYCAtex "D glycerate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYCDx "Glycerol dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYCK "glycerate kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYCK2 "glycerate kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYCL "Glycine Cleavage System">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYCLTDx "Glycolate dehydrogenase NAD ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYCLTDy "Glycolate dehydrogenase NADP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYCLTt2rpp "glycolate transport via proton symport reversible periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYCLTt4pp "glycolate transport via sodium symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYCLTtex "glycolate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYCTO2 "Glycolate oxidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYCTO3 "Glycolate oxidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYCTO4 "Glycolate oxidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYCtex "glycerol transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYCtpp "glycerol transport via channel periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYK "glycerol kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYOX "hydroxyacylglutathione hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYOX3 "glyoxalase III">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYTRS "Glycyl tRNA synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYt2pp "glycine transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYtex "Glycine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GMAND "GDP D mannose dehydratase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GMHEPAT "D glycero D manno hepose 1 phosphate adenyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GMHEPK "D glycero D manno heptose 7 phosphate kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GMHEPPA "D glycero D manno heptose 1 7 bisphosphate phosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GMPR "GMP reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GMPS2 "GMP synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GMPtex "GMP transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GND "phosphogluconate dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GNK "gluconokinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GOFUCR "GDP 4 oxo L fucose reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GPDDA1 "Glycerophosphodiester phosphodiesterase Glycerophosphocholine ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GPDDA1pp "Glycerophosphodiester phosphodiesterase Glycerophosphocholine ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GPDDA2 "Glycerophosphodiester phosphodiesterase Glycerophosphoethanolamine ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GPDDA2pp "Glycerophosphodiester phosphodiesterase Glycerophosphoethanolamine ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GPDDA3 "Glycerophosphodiester phosphodiesterase Glycerophosphoserine ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GPDDA3pp "Glycerophosphodiester phosphodiesterase Glycerophosphoserine ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GPDDA4 "Glycerophosphodiester phosphodiesterase Glycerophosphoglycerol ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GPDDA4pp "Glycerophosphodiester phosphodiesterase Glycerophosphoglycerol ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GPDDA5 "Glycerophosphodiester phosphodiesterase Glycerophosphoinositol ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GPDDA5pp "Glycerophosphodiester phosphodiesterase Glycerophosphoinositol ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GRTT "geranyltranstransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GRXR "glutaredoxin reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GSNK "guanosine kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GSNt2pp "guanosine transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GSNtex "guanosine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GSPMDA "Glutathionylspermidine amidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GSPMDS "Glutathionylspermidine synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GTHOXtex "glutathione ox transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GTHOr "glutathione oxidoreductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GTHRDHpp "glutathione hydralase periplasmic ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GTHRDabc2pp "glutathione export via ABC system cytoplasm to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GTHRDabcpp "Reduced glutathione via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GTHRDtex "glutathione transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GTHS "glutathione synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GTPCI "GTP cyclohydrolase I">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GTPCII2 "GTP cyclohydrolase II 25drapp ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GTPDPDP "guanosine 5 triphosphate 3 diphosphate diphosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GTPDPK "GTP diphosphokinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GTPHs "GTP amine hydrolysis spontaneous ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GTPtex "GTP transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GUAPRT "guanine phosphoribosyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GUAt2pp "guanine transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GUAtex "Guanine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GUAtpp "Guanine transport via diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GUR1PPpp "Glucuronate 1 phosphate phosphatase periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_H2O2tex "hydrogen peroxide transport via diffusion external ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_H2Otex "H2O transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_H2Otpp "H2O transport via diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_H2SO "Hydrogen sulfide oxidation">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_H2St1pp "h2s transport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_H2Stex "h2s transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_H2tex "hydrogen transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_H2tpp "hydrogen transport diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HACD1i "3 hydroxyacyl CoA dehydrogenase acetoacetyl CoA ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HACD2i "3 hydroxyacyl CoA dehydrogenase 3 oxohexanoyl CoA ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HACD3i "3 hydroxyacyl CoA dehydrogenase 3 oxooctanoyl CoA ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HACD4i "3 hydroxyacyl CoA dehydrogenase 3 oxodecanoyl CoA ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HACD5i "3 hydroxyacyl CoA dehydrogenase 3 oxododecanoyl CoA ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HACD6i "3 hydroxyacyl CoA dehydrogenase 3 oxotetradecanoyl CoA ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HACD7i "3 hydroxyacyl CoA dehydrogenase 3 oxohexadecanoyl CoA ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HACD8i "3 hydroxyacyl CoA dehydrogenase 3 oxooctadecanoyl CoA ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HBZOPT "Hydroxybenzoate octaprenyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HCINNMtex "3 hydroxycinnamic acid transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HCO3E "HCO3 equilibration reaction">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HDCAtexi "Hexadecanoate transport via facilitated irreversible diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HDCEAtexi "Hexadecenoate transport via facilitated irreversible diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HDCOAI "hexadecenoyl coa cis trans isomerization">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HEMEOS "Heme O synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HEPK1 "LPS heptose kinase I LPS core synthesis ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HEPK2 "LPS heptose kinase II LPS core synthesis ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HEPT1 "heptosyltransferase I LPS core synthesis ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HEPT2 "heptosyltransferase II LPS core synthesis ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HEPT3 "heptosyltransferase III LPS core synthesis ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HEPT4 "heptosyltransferase IV LPS core synthesis ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HETZK "hydroxyethylthiazole kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HEX1 "hexokinase D glucoseATP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HEX4 "hexokinase D mannoseATP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HEX7 "hexokinase D fructoseATP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HG2abcpp "Mercury Hg2 ABC transporter periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HG2tex "mercury Hg2 transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HISTD "histidinol dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HISTP "histidinol phosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HISTRS "Histidyl tRNA synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HISabcpp "L histidine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HISt2rpp "L histidine reversible transport via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HIStex "L histidine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HMBS "hydroxymethylbilane synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HMPK1 "hydroxymethylpyrimidine kinase ATP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HOMt2pp "L homoserineserine efflux via proton symport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HOMtex "L homoserine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HPPK2 "6 hydroxymethyl dihydropterin pyrophosphokinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HPPPNtex "3 3 hydroxyphenyl propionate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HPYRI "hydroxypyruvate isomerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HPYRRx "Hydroxypyruvate reductase NADH ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HPYRRy "Hydroxypyruvate reductase NADPH ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HSDy "homoserine dehydrogenase NADPH ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HSK "homoserine kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HSST "homoserine O succinyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HSTPT "histidinol phosphate transaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HXAtex "Hexanoate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HXPRT "hypoxanthine phosphoribosyltransferase Hypoxanthine ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HYPOE "hypothetical enyme">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HYXNtex "Hypoxanthine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HYXNtpp "Hypoxanthine transport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_Htex "proton transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ICDHyr "isocitrate dehydrogenase NADP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ICHORS "isochorismate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ICHORSi "Isochorismate Synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ICHORT "isochorismatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ICL "Isocitrate lyase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_IDOND "L idonate 5 dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_IDOND2 "L indonate 5 dehydrogenase NADP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_IDONt2rpp "L idonate transport via proton symport reversible periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_IDONtex "L idonate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_IG3PS "Imidazole glycerol 3 phosphate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_IGPDH "imidazoleglycerol phosphate dehydratase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_IGPS "indole 3 glycerol phosphate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ILETA "isoleucine transaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ILETRS "Isoleucyl tRNA synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ILEabcpp "L isoleucine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ILEt2rpp "L isoleucine reversible transport via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ILEtex "L isoleucine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_IMPC "IMP cyclohydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_IMPD "IMP dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_IMPtex "IMP transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_INDOLEt2pp "Indole transport via proton symport irreversible periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_INDOLEt2rpp "Indole transport via proton symport reversible periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_INDOLEtex "Indole transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_INSH "Inosine hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_INSK "insosine kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_INSTtex "inositol transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_INSt2pp "inosine transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_INSt2rpp "inosine transport in via proton symport reversible periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_INStex "inosine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_IPDDI "isopentenyl diphosphate D isomerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_IPDPS "1 hydroxy 2 methyl 2 E butenyl 4 diphosphate reductase ipdp ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_IPMD "3 isopropylmalate dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_IPPMIa "3 isopropylmalate dehydratase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_IPPMIb "2 isopropylmalate hydratase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_IPPS "2 isopropylmalate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ISETACtex "isethionate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_K2L4Aabcpp "KDO 2 lipid IV A transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_K2L4Atex "KDO 2 lipid IV A transport via vector periplasm to extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_KARA1 "ketol acid reductoisomerase 2 3 dihydroxy 3 methylbutanoate ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_KARA2 "ketol acid reductoisomerase 2 Acetolactate ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_KAS14 "beta ketoacyl ACP synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_KAS15 "beta ketoacyl ACP synthase 2 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_KAT1 "3 ketoacyl CoA thiolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_KAT2 "3 ketoacyl CoA thiolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_KAT3 "3 ketoacyl CoA thiolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_KAT4 "3 ketoacyl CoA thiolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_KAT5 "3 ketoacyl CoA thiolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_KAT6 "3 ketoacyl CoA thiolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_KAT7 "3 ketoacyl CoA thiolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_KAT8 "3 ketoacyl CoA thiolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_KDOCT2 "3 deoxy manno octulosonate cytidylyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_KDOPP "3 deoxy manno octulosonate 8 phosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_KDOPS "3 deoxy D manno octulosonic acid 8 phosphate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_KG6PDC "3 keto L gulonate 6 phosphate decarboxylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_Kabcpp "Potassium ABC transporter periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_Kt2pp "potassium transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_Kt3pp "potassium transport out via proton antiport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_Ktex "potassium transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LA4NTpp "4 amino 4 deoxy L arabinotransferase LPS lipid A modification periplasmic face of membrane ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LADGMDH "L alanyl gamma D glutamyl meso diaminopimelate hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LALDO2x "D LactaldehydeNAD 1 oxidoreductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LALGP "L alanyl gamma L glutamate peptidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LCARR "lacaldehyde reductase R propane 1 2 diol forming ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LCARS "lacaldehyde reductase S propane 1 2 diol forming ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LCTStex "Lactose transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LDH_D "D lactate dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LDH_D2 "D lactate dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LEUTAi "leucine transaminase irreversible ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LEUTRS "Leucyl tRNA synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LEUabcpp "L leucine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LEUt2rpp "L leucine reversible transport via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LEUtex "L leucine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LGTHL "lactoylglutathione lyase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LIPACabcpp "lipid cold A transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LIPAabcpp "lipid A transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LIPAtex "lipid A transport via vector periplasm to extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPADSS "Lipid A disaccaride synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL1A120pp "Lysophospholipase L1 2 acylglycerophosphotidate n C120  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL1A140pp "Lysophospholipase L1 2 acylglycerophosphotidate n C140  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL1A141pp "Lysophospholipase L1 2 acylglycerophosphotidate n C141  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL1A160pp "Lysophospholipase L1 2 acylglycerophosphotidate n C160  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL1A161pp "Lysophospholipase L1 2 acylglycerophosphotidate n C161  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL1A180pp "Lysophospholipase L1 2 acylglycerophosphotidate n C180  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL1A181pp "Lysophospholipase L1 2 acylglycerophosphotidate n C181  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL1E120pp "Lysophospholipase L1 2 acylglycerophosphoethanolamine n C120  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL1E140pp "Lysophospholipase L1 2 acylglycerophosphoethanolamine n C140  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL1E141pp "Lysophospholipase L1 2 acylglycerophosphoethanolamine n C141  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL1E160pp "Lysophospholipase L1 2 acylglycerophosphoethanolamine n C160  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL1E161pp "Lysophospholipase L1 2 acylglycerophosphoethanolamine n C161  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL1E180pp "Lysophospholipase L1 2 acylglycerophosphoethanolamine n C180  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL1E181pp "Lysophospholipase L1 2 acylglycerophosphoethanolamine n C181  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL1G120pp "Lysophospholipase L1 2 acylglycerophosphoglycerol n C120  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL1G140pp "Lysophospholipase L1 2 acylglycerophosphoglycerol n C140  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL1G141pp "Lysophospholipase L1 2 acylglycerophosphoglycerol n C141  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL1G160pp "Lysophospholipase L1 2 acylglycerophosphoglycerol n C160  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL1G161pp "Lysophospholipase L1 2 acylglycerophosphoglycerol n C161  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL1G180pp "Lysophospholipase L1 2 acylglycerophosphoglycerol n C180  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL1G181pp "Lysophospholipase L1 2 acylglycerophosphoglycerol n C181  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2A120 "Lysophospholipase L2 2 acylglycerophosphotidate n C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2A140 "Lysophospholipase L2 2 acylglycerophosphotidate n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2A141 "Lysophospholipase L2 2 acylglycerophosphotidate n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2A160 "Lysophospholipase L2 2 acylglycerophosphotidate n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2A161 "Lysophospholipase L2 2 acylglycerophosphotidate n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2A180 "Lysophospholipase L2 2 acylglycerophosphotidate n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2A181 "Lysophospholipase L2 2 acylglycerophosphotidate n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2ATE120 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoethanolamine n C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2ATE140 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoethanolamine n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2ATE141 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoethanolamine n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2ATE160 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoethanolamine n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2ATE161 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoethanolamine n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2ATE180 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoethanolamine n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2ATE181 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoethanolamine n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2ATG120 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoglycerol n C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2ATG140 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoglycerol n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2ATG141 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoglycerol n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2ATG160 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoglycerol n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2ATG161 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoglycerol n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2ATG180 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoglycerol n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2ATG181 "Lysophospholipase L2 acyltransferase 2 acyl glycerophosphoglycerol n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2E120 "Lysophospholipase L2 2 acylglycerophosphoethanolamine n C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2E140 "Lysophospholipase L2 2 acylglycerophosphoethanolamine n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2E141 "Lysophospholipase L2 2 acylglycerophosphoethanolamine n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2E160 "Lysophospholipase L2 2 acylglycerophosphoethanolamine n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2E161 "Lysophospholipase L2 2 acylglycerophosphoethanolamine n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2E180 "Lysophospholipase L2 2 acylglycerophosphoethanolamine n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2E181 "Lysophospholipase L2 2 acylglycerophosphoethanolamine n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2G120 "Lysophospholipase L2 2 acylglycerophosphoglycerol n C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2G140 "Lysophospholipase L2 2 acylglycerophosphoglycerol n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2G141 "Lysophospholipase L2 2 acylglycerophosphoglycerol n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2G160 "Lysophospholipase L2 2 acylglycerophosphoglycerol n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2G161 "Lysophospholipase L2 2 acylglycerophosphoglycerol n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2G180 "Lysophospholipase L2 2 acylglycerophosphoglycerol n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LPLIPAL2G181 "Lysophospholipase L2 2 acylglycerophosphoglycerol n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LSERDHr "L serine dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LYSDC "lysine decarboxylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LYSTRS "Lysyl tRNA synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LYSabcpp "L lysine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LYSt2pp "L lysine transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LYSt3pp "L lysine transport out via proton antiport cytoplasm to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LYStex "L lysine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LYXI "Lyxose isomerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LYXt2pp "L Lyxose transport via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LYXtex "L Lyxose transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_L_LACD2 "L Lactate dehydrogenase ubiquinone ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_L_LACD3 "L Lactate dehydrogenase menaquinone ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_L_LACt2rpp "L lactate reversible transport via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_L_LACtex "L lactate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_M1PD "mannitol 1 phosphate 5 dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MACPD "Malonyl ACP decarboxylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MALDt2_2pp "D Malate transport via proton symport 2 H  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MALDtex "D Malate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MALS "malate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MALTATr "maltose O acetyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MALTHXabcpp "maltohexaose transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MALTHXtexi "maltohexaose transport via diffusion extracellular to periplasm irreversible">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MALTPTabcpp "maltopentaose transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MALTPTtexi "maltopentaoseMaltotriose transport via diffusion extracellular to periplasm irreversible">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MALTTRabcpp "Maltotriose transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MALTTRtexi "Maltotriose transport via diffusion extracellular to periplasm irreversible">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MALTTTRabcpp "maltotetraose transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MALTTTRtexi "maltotetraoseMaltotriose transport via diffusion extracellular to periplasm irreversible">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MALTabcpp "maltose transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MALTptspp "maltose transport via PEPPyr PTS periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MALTtexi "maltoseMaltotriose transport via diffusion extracellular to periplasm irreversible">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MALt2_2pp "Malate transport via proton symport 2 H  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MALtex "Malate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MAN6PI "mannose 6 phosphate isomerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MAN6Pt6_2pp "Mannose 6 phosphate transport via phosphate antiport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MAN6Ptex "Mannose 6 phosphate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MANGLYCtex "2 O alpha mannosyl D glycerate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MANptspp "D mannose transport via PEPPyr PTS periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MANtex "D mannose transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MCITD "2 methylcitrate dehydratase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MCITL2 "methylisocitrate lyase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MCITS "2 methylcitrate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MCOATA "Malonyl CoA ACP transacylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MCPST "3 mercaptopyruvate sulfurtransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MCTP1App "murein crosslinking transpeptidase 1A A2pm D ala  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MCTP1Bpp "murein crosslinking transpeptidase 1B A2pm A2pm  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MCTP2App "murein crosslinking transpeptidase 1A A2pm D ala  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MDDCP1pp "murein D D carboxypeptidase murein5px4p  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MDDCP2pp "murein D D carboxypeptidase murein5px4px4p  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MDDCP3pp "murein D D carboxypeptidase murein5p5p  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MDDCP4pp "murein D D carboxypeptidase murein5p4p  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MDDCP5pp "murein D D carboxypeptidase murein5p3p  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MDDEP1pp "murein D D endopeptidase murein4px4p  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MDDEP2pp "murein D D endopeptidase murein3px4p  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MDDEP3pp "murein D D endopeptidase murein5px4p  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MDDEP4pp "murein D D endopeptidase murein4px4px4p  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MDH "malate dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MDRPD "5 Methylthio 5 deoxy D ribulose 1 phosphate dehydratase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ME1 "malic enzyme NAD ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ME2 "malic enzyme NADP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MECDPDH2 "2C methyl D erythritol 2 4 cyclodiphosphate dehydratase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MECDPS "2 C methyl D erythritol 2 4 cyclodiphosphate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MELIBt2pp "melibiose transport in via symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MELIBt3ipp "melibiose transport in via antiport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MELIBtex "melibiose transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MEPCT "2 C methyl D erythritol 4 phosphate cytidylyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_METAT "methionine adenosyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_METDabcpp "D methionine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_METDtex "D methionine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_METOX1s "methionine oxidation spontaneous ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_METOX2s "methionine oxidation 2 spontaneous ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_METS "methionine synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_METSOX1abcpp "L methionine S oxide transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_METSOX1tex "L methionine S oxide diffusion extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_METSOX2abcpp "L methionine R oxide transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_METSOX2tex "L methionine R oxide diffusion extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_METSOXR1 "L methionine S oxide reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_METSOXR2 "L methionine R sulfoxide reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_METTRS "Methionyl tRNA synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_METabcpp "L methionine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_METtex "L methionine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MG2t3_2pp "magnesium Mg2 transport inout via proton antiport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MG2tex "magnesium Mg2 transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MG2tpp "magnesium 2 transport in via diffusion">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MGSA "methylglyoxal synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MI1PP "myo inositol 1 phosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MICITD "2 methylisocitrate dehydratase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MINOHPtexi "myo inositol phosphate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MLDCP1App "murein L D carboxypeptidase murein5px4p  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MLDCP1Bpp "murein L D carboxypeptidase murein4p4p  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MLDCP2App "murein L D carboxypeptidase murein5p5p  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MLDCP2Bpp "murein L D carboxypeptidase murein4p3p  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MLDCP3App "murein L D carboxypeptidase murein5px3p  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MLDEP1pp "murein L D endopeptidase murein3px3p  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MLDEP2pp "murein L D endopeptidase murein5px3p  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MLTG1 "Maltodextrin glucosidase maltotriose ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MLTG2 "Maltodextrin glucosidase maltotetraose ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MLTG3 "Maltodextrin glucosidase maltopentaose ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MLTG4 "Maltodextrin glucosidase maltohexaose ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MLTG5 "Maltodextrin glucosidase maltoheptaose ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MLTGY1pp "murein lytic transglycosylase murein4p4p  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MLTGY2pp "murein lytic transglycosylase murein4p3p  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MLTGY3pp "murein lytic transglycosylase murein3p3p  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MLTGY4pp "murein lytic transglycosylase murein4px4p4p  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MLTP1 "Maltodextrin phosphorylase maltopentaose ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MLTP2 "Maltodextrin phosphorylase maltohexaose ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MLTP3 "Maltodextrin phosphorylase maltoheptaose ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MME "methylmalonyl CoA epimerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MMETtex "S methyl L methionine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MN2t3pp "manganese Mn2 transport out via proton antiport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MN2tpp "manganese transport in via permease no H ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MN6PP "mannose 6 phosphate phosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MNLptspp "mannitol transport via PEPPyr PTS periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MNLtex "mannitol transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MNt2pp "manganese Mn2 transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MNtex "Manganese Mn2 transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MOAT "3 deoxy D manno octulosonic acid transferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MOAT2 "3 deoxy D manno octulosonic acid transferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MOAT3C "3 deoxy D manno octulosonic acid transferase III LPS core biosynthesis ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MOBDabcpp "molybdate transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MOBDtex "molybdate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MOHMT "3 methyl 2 oxobutanoate hydroxymethyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MPTG "murein polymerizing transglycosylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MPTG2 "murein polymerizing transglycosylase 2 three linked units ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MSO3tex "methanesulfonate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MTAN "methylthioadenosine nucleosidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MTHFC "methenyltetrahydrofolate cyclohydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MTHFD "methylenetetrahydrofolate dehydrogenase NADP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MTHFR2 "5 10 methylenetetrahydrofolate reductase NADH ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MTRI "5 methylthioribose 1 phosphate isomerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MTRK "5 methylthioribose kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MTRPOX "N methyltryptophan oxidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_N2Otex "nitrious oxide transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_N2Otpp "nitrious oxide transport diffusion ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NACODA "N acetylornithine deacetylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NACtex "Nicotinic acid transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NACtpp "Nicotinic acid uptake periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NADDP "NAD diphosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NADH10 "NADH dehydrogenase menaquinone 8 0 protons ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NADH16pp "NADH dehydrogenase ubiquinone 8 3 protons  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NADH17pp "NADH dehydrogenase menaquinone 8 3 protons  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NADH18pp "NADH dehydrogenase demethylmenaquinone 8 3 protons  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NADH5 "NADH dehydrogenase ubiquinone 8 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NADH9 "NADH dehydrogenase demethylmenaquinone 8 0 protons ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NADK "NAD kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NADN "NAD nucleosidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NADPHQR2 "NADPH Quinone Reductase Ubiquinone 8 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NADPHQR3 "NADPH Quinone Reductase Menaquinone 8 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NADPHQR4 "NADPH Quinone Reductase 2 Demethylmenaquinone 8 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NADPPPS "NADP phosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NADS1 "NAD synthase nh3 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NADTRHD "NAD transhydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NAMNPP "nicotinic acid mononucleotide pyrophosphorylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NAt3_1p5pp "sodium proton antiporter HNA is 15  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NAt3_2pp "sodium proton antiporter HNA is 2  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NAtex "sodium transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NDPK1 "nucleoside diphosphate kinase ATPGDP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NDPK2 "nucleoside diphosphate kinase ATPUDP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NDPK3 "nucleoside diphosphate kinase ATPCDP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NDPK4 "nucleoside diphosphate kinase ATPdTDP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NDPK5 "nucleoside diphosphate kinase ATPdGDP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NDPK6 "nucleoside diphosphate kinase ATPdUDP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NDPK7 "nucleoside diphosphate kinase ATPdCDP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NDPK8 "nucleoside diphosphate kinase ATPdADP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NH4tex "ammonia transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NH4tpp "ammonia reversible transport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NHFRBO "NADHflavorubredoxin oxidoreductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NI2abcpp "Nickle Ni2 ABC transporter periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NI2t3pp "nickle Ni2 transport out via proton antiport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NI2tex "nickel transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NMNAT "nicotinamide nucleotide adenylyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NMNDA "nicotinamide nucleotide amidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NMNN "NMN nucleosidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NMNPtpp "NMN permease periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NMNt7pp "NMN transport via NMN glycohydrolase periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NMNtex "NMN transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NNAM "nicotinamidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NNATr "nicotinate nucleotide adenylyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NNDPR "nicotinate nucleotide diphosphorylase carboxylating ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NO2t2rpp "nitrite transport in via proton symport reversible periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NO2tex "nitrite transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NO3R1bpp "Nitrate reductase Ubiquinol 8 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NO3R1pp "Nitrate reductase Ubiquinol 8  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NO3R2bpp "Nitrate reductase Menaquinol 8  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NO3R2pp "Nitrate reductase Menaquinol 8  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NO3t7pp "nitrate transport in via nitrite antiport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NO3tex "nitrate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NODOx "nitric oxide dioxygenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NODOy "nitric oxide dioxygenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NOtex "nitric oxide transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NOtpp "NO transport diffusion ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NPHS "naphthoate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTD1 "5 nucleotidase dUMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTD10 "5 nucleotidase XMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTD10pp "5 nucleotidase XMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTD11 "5 nucleotidase IMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTD11pp "5 nucleotidase IMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTD12 "5 nucleotidase dIMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTD12pp "5 nucleotidase dIMP  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTD1pp "5 nucleotidase dUMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTD2 "5 nucleotidase UMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTD2pp "5 nucleotidase UMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTD3 "5 nucleotidase dCMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTD3pp "5 nucleotidase dCMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTD4 "5 nucleotidase CMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTD4pp "5 nucleotidase CMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTD5 "5 nucleotidase dTMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTD5pp "5 nucleotidase dTMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTD6 "5 nucleotidase dAMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTD6pp "5 nucleotidase dAMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTD7 "5 nucleotidase AMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTD7pp "5 nucleotidase AMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTD8 "5 nucleotidase dGMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTD8pp "5 nucleotidase dGMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTD9 "5 nucleotidase GMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTD9pp "5 nucleotidase GMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTP1 "nucleoside triphosphatase ATP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTP10 "nucleoside triphosphatase ITP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTP11 "nucleoside triphosphatase dITP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTP12 "nucleoside triphosphatase XTP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTP3 "nucleoside triphosphatase GTP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTP5 "nucleoside triphosphatase CTP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTPP1 "Nucleoside triphosphate pyrophosphorylase dgtp ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTPP10 "Nucleoside triphosphate pyrophosphorylase ditp ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTPP11 "Nucleoside triphosphate pyrophosphorylase xtp ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTPP2 "Nucleoside triphosphate pyrophosphorylase gtp ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTPP3 "Nucleoside triphosphate pyrophosphorylase dctp ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTPP4 "Nucleoside triphosphate pyrophosphorylase ctp ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTPP5 "Nucleoside triphosphate pyrophosphorylase datp ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTPP6 "Nucleoside triphosphate pyrophosphorylase atp ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTPP7 "Nucleoside triphosphate pyrophosphorylase dttp ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTPP8 "Nucleoside triphosphate pyrophosphorylase utp ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTPP9 "Nucleoside triphosphate pyrophosphorylase itp ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTPTP1 "Nucleoside triphosphate tripolyhydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTPTP2 "Nucleoside triphosphate tripolyhydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTRIR2x "nitrite Reductase NADH ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTRIR3pp "nitrite Reductase Ubiquinole 8 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NTRIR4pp "nitrite Reductase Menaquinole 8 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_O2Stex "superoxide anion transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_O2tex "oxygen transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_O2tpp "o2 transport via diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAADC "oxaloacetate decarboxylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OBTFL "2 Oxobutanoate formate lyase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OCDCAtexi "Octadecanoate transport via facilitated irreversible diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OCDCEAtexi "Octadecenoate n C181 transport via facilitated irreversible diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OCTAtex "Octanoate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OCTDPS "Octaprenyl pyrophosphate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ODECOAI "Octadecenoyl coa cis trans isomerization">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OHPBAT "O Phospho 4 hydroxy L threonine2 oxoglutarate aminotransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OHPHM "2 octaprenyl 6 hydroxyphenol methylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OMBZLM "2 Octaprenyl 6 methoxy benzoquinol methylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OMCDC "2 Oxo 4 methyl 3 carboxypentanoate decarboxylation">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OMMBLHX "2 Octaprenyl 3 methyl 6 methoxy 1 4 benzoquinol hydroxylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OMMBLHX3 "2 Octaprenyl 3 methyl 6 methoxy 1 4 benzoquinol hydroxylase anaerobic ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OMPDC "orotidine 5 phosphate decarboxylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OMPHHX "2 octaprenyl 6 methoxyphenol hydroxylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OMPHHX3 "2 octaprenyl 6 methoxyphenol hydroxylase anaerobic ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OPHBDC "Octaprenyl hydroxybenzoate decarboxylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OPHHX "2 Octaprenylphenol hydroxylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OPHHX3 "2 Octaprenylphenol hydroxylase anaerobic ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ORNDC "Ornithine Decarboxylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ORNabcpp "ornithine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ORNtex "ornithine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OROTt2_2pp "Orotate transport via proton symport 2 H  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAAt2_2pp "Oxaloacetate transport via proton symport 2 H  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OROTtex "Orotate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAAtex "Oxaloacetate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ORPT "orotate phosphoribosyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OXAMTC "oxamate transcarbamoylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OXGDC2 "2 oxoglutarate decarboxylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_P5CD "1 pyrroline 5 carboxylate dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_P5CR "pyrroline 5 carboxylate reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PA120abcpp "phosphatidate transport via ABC system n C120 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PA140abcpp "phosphatidate transport via ABC system n C140 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PA141abcpp "phosphatidate transport via ABC system n C141 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PA160abcpp "phosphatidate transport via ABC system n C160 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PA161abcpp "phosphatidate transport via ABC system n C161 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PA180abcpp "phosphatidate transport via ABC system n C180 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PA181abcpp "phosphatidate transport via ABC system n C181 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PACALDt2rpp "phenylacetaldehyde reversible transport via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PACALDtex "phenethylacetaldehyde transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PANTS "pantothenate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PAPA120 "Phosphatidate phosphatase n C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PAPA120pp "Phosphatidate phosphatase periplasmic n C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PAPA140 "Phosphatidate phosphatase n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PAPA140pp "Phosphatidate phosphatase periplasmic n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PAPA141 "Phosphatidate phosphatase n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PAPA141pp "Phosphatidate phosphatase periplasmic n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PAPA160 "Phosphatidate phosphatase n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PAPA160pp "Phosphatidate phosphatase periplasmic n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PAPA161 "Phosphatidate phosphatase n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PAPA161pp "Phosphatidate phosphatase periplasmic n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PAPA180 "Phosphatidate phosphatase n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PAPA180pp "Phosphatidate phosphatase periplasmic n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PAPA181 "Phosphatidate phosphatase n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PAPA181pp "Phosphatidate phosphatase periplasmic n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PAPPT3 "phospho N acetylmuramoyl pentapeptide transferase meso 2 6 diaminopimelate ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PAPSR "phosphoadenylyl sulfate reductase thioredoxin ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PAPSR2 "phosphoadenylyl sulfate reductase glutaredoxin ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PDH "pyruvate dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PDX5PO2 "pyridoxine 5 phosphate oxidase anaerboic">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PDX5POi "pyridoxine 5 phosphate oxidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PDX5PS "Pyridoxine 5 phosphate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PDXPP "Pyridoxine 5 phosphate phosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PE120abcpp "phosphatidylethanolamine transport via ABC system n C120 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PE140abcpp "phosphatidylethanolamine transport via ABC system n C140 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PE141abcpp "phosphatidylethanolamine transport via ABC system n C141 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PE160abcpp "phosphatidylethanolamine transport via ABC system n C160 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PE161abcpp "phosphatidylethanolamine transport via ABC system n C161 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PE180abcpp "phosphatidylethanolamine transport via ABC system n C180 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PE181abcpp "phosphatidylethanolamine transport via ABC system n C181 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PEAMNtex "phenethylamine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PERD "Erythronate 4 phosphate 4per dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PETNT161pp "phosphoethanolamine transferase c C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PETNT181pp "phosphoethanolamine transferase c C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PFK "phosphofructokinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PFK_2 "Phosphofructokinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PFL "pyruvate formate lyase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PG120abcpp "phosphatidylglycerol transport via ABC system n C120 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PG140abcpp "phosphatidylglycerol transport via ABC system n C140 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PG141abcpp "phosphatidylglycerol transport via ABC system n C141 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PG160abcpp "phosphatidylglycerol transport via ABC system n C160 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PG161abcpp "phosphatidylglycerol transport via ABC system n C161 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PG180abcpp "phosphatidylglycerol transport via ABC system n C180 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PG181abcpp "phosphatidylglycerol transport via ABC system n C181 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGAMT "phosphoglucosamine mutase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGCD "phosphoglycerate dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGI "glucose 6 phosphate isomerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGK "phosphoglycerate kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGL "6 phosphogluconolactonase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGLYCP "Phosphoglycolate phosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGM "phosphoglycerate mutase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGMT "phosphoglucomutase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGP120abcpp "phosphatidylglycerophosphate transport via ABC system n C120 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGP140abcpp "phosphatidylglycerophosphate transport via ABC system n C140 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGP141abcpp "phosphatidylglycerophosphate transport via ABC system n C141 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGP160abcpp "phosphatidylglycerophosphate transport via ABC system n C160 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGP161abcpp "phosphatidylglycerophosphate transport via ABC system n C161 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGP180abcpp "phosphatidylglycerophosphate transport via ABC system n C180 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGP181abcpp "phosphatidylglycerophosphate transport via ABC system n C181 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGPP120 "phosphatidylglycerol phosphate phosphatase n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGPP120pp "phosphatidylglycerol phosphate phosphatase periplasm n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGPP140 "phosphatidylglycerol phosphate phosphatase n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGPP140pp "phosphatidylglycerol phosphate phosphatase periplasm n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGPP141 "phosphatidylglycerol phosphate phosphatase n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGPP141pp "phosphatidylglycerol phosphate phosphatase periplasm n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGPP160 "phosphatidylglycerol phosphate phosphatase n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGPP160pp "phosphatidylglycerol phosphate phosphatase periplasm n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGPP161 "phosphatidylglycerol phosphate phosphatase n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGPP161pp "phosphatidylglycerol phosphate phosphatase periplasm n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGPP180 "phosphatidylglycerol phosphate phosphatase n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGPP180pp "phosphatidylglycerol phosphate phosphatase periplasm n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGPP181 "phosphatidylglycerol phosphate phosphatase n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGPP181pp "phosphatidylglycerol phosphate phosphatase periplasm n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGSA120 "Phosphatidylglycerol synthase n C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGSA140 "Phosphatidylglycerol synthase n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGSA141 "Phosphatidylglycerol synthase n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGSA160 "Phosphatidylglycerol synthase n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGSA161 "Phosphatidylglycerol synthase n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGSA180 "Phosphatidylglycerol synthase n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PGSA181 "Phosphatidylglycerol synthase n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PHEMEabcpp "protoheme transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PHEMEtiex "protoheme transport irreversible out via diffusion periplasm to extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PHETA1 "phenylalanine transaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PHETRS "Phenylalanyl tRNA synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PHEt2rpp "L phenylalanine reversible transport via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PHEtex "L phenylalanine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PIt2rpp "phosphate reversible transport via symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PItex "phosphate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PIuabcpp "phosphate transport via ABC system uptake periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA1A120pp "Phospholipase A1 phosphatidate n C120  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA1A140pp "Phospholipase A1 phosphatidate n C140  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA1A141pp "Phospholipase A1 phosphatidate n C141  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA1A160pp "Phospholipase A1 phosphatidate n C160  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA1A161pp "Phospholipase A1 phosphatidate n C161  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA1A180pp "Phospholipase A1 phosphatidate n C180  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA1A181pp "Phospholipase A1 phosphatidate n C181  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA1E120pp "Phospholipase A1 phosphatidylethanolamine n C120  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA1E140pp "Phospholipase A1 phosphatidylethanolamine n C140  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA1E141pp "Phospholipase A1 phosphatidylethanolamine n C141  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA1E160pp "Phospholipase A1 phosphatidylethanolamine n C160  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA1E161pp "Phospholipase A1 phosphatidylethanolamine n C161  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA1E180pp "Phospholipase A1 phosphatidylethanolamine n C180  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA1E181pp "Phospholipase A1 phosphatidylethanolamine n C181  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA1G120pp "Phospholipase A1 phosphatidylglycerol n C120  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA1G140pp "Phospholipase A1 phosphatidylglycerol n C140  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA1G141pp "Phospholipase A1 phosphatidylglycerol n C141  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA1G160pp "Phospholipase A1 phosphatidylglycerol n C160  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA1G161pp "Phospholipase A1 phosphatidylglycerol n C161  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA1G180pp "Phospholipase A1 phosphatidylglycerol n C180  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA1G181pp "Phospholipase A1 phosphatidylglycerol n C181  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA2A120pp "Phospholipase A2 phosphatidate n C120  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA2A140pp "Phospholipase A2 phosphatidate n C140  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA2A141pp "Phospholipase A2 phosphatidate n C141  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA2A160pp "Phospholipase A2 phosphatidate n C160  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA2A161pp "Phospholipase A2 phosphatidate n C161  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA2A180pp "Phospholipase A2 phosphatidate n C180  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA2A181pp "Phospholipase A2 phosphatidate n C181  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA2E120pp "Phospholipase A2 phosphatidylethanolamine n C120  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA2E140pp "Phospholipase A2 phosphatidylethanolamine n C140  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA2E141pp "Phospholipase A2 phosphatidylethanolamine n C141  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA2E160pp "Phospholipase A2 phosphatidylethanolamine n C160  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA2E161pp "Phospholipase A2 phosphatidylethanolamine n C161  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA2E180pp "Phospholipase A2 phosphatidylethanolamine n C180  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA2E181pp "Phospholipase A2 phosphatidylethanolamine n C181  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA2G120pp "Phospholipase A2 phosphatidylglycerol n C120  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA2G140pp "Phospholipase A2 phosphatidylglycerol n C140  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA2G141pp "Phospholipase A2 phosphatidylglycerol n C141  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA2G160pp "Phospholipase A2 phosphatidylglycerol n C160  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA2G161pp "Phospholipase A2 phosphatidylglycerol n C161  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA2G180pp "Phospholipase A2 phosphatidylglycerol n C180  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PLIPA2G181pp "Phospholipase A2 phosphatidylglycerol n C181  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PMDPHT "pyrimidine phosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PMPK "phosphomethylpyrimidine kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PNTK "pantothenate kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PNTOt4pp "Pantothenate sodium symporter periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PNTOtex "Pantothenate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_POX "pyruvate oxidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PPA "inorganic diphosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PPA2 "inorganic triphosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PPAKr "Propionate kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PPALtex "propanal transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PPALtpp "propanal transport via channel periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PPAt4pp "NaPropionate symporter periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PPAtex "propionate transport via diffusion">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PPBNGS "porphobilinogen synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PPC "phosphoenolpyruvate carboxylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PPCDC "phosphopantothenoylcysteine decarboxylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PPCK "phosphoenolpyruvate carboxykinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PPGPPDP "guanosine 3 5 bis diphosphate 3 diphosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PPK2r "polyphosphate kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PPKr "polyphosphate kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PPM "phosphopentomutase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PPM2 "phosphopentomutase 2 deoxyribose ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PPNCL2 "phosphopantothenate cysteine ligase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PPND "prephenate dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PPNDH "prephenate dehydratase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PPPGO "protoporphyrinogen oxidase aerobic ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PPPGO3 "protoporphyrinogen oxidase anaerobic ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PPPNt2rpp "3 phenylpropionate transport via proton symport reversible periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PPPNtex "3 phenylpropionate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PPS "phosphoenolpyruvate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PPTtex "Phosphonate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PRAGSr "phosphoribosylglycinamide synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PRAIS "phosphoribosylaminoimidazole synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PRAIi "phosphoribosylanthranilate isomerase irreversible ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PRAMPC "phosphoribosyl AMP cyclohydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PRASCSi "phosphoribosylaminoimidazolesuccinocarboxamide synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PRATPP "phosphoribosyl ATP pyrophosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PRFGS "phosphoribosylformylglycinamidine synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PRMICI "1 5 phosphoribosyl 5 5 phosphoribosylamino methylideneamino imidazole 4 carboxamide isomerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PROD2 "Proline dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PROGLYabcpp "L Prolinylglycine Pro Gly transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PROGLYtex "L Prolinylglycine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PROTRS "Prolyl tRNA synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PROabcpp "L proline transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PROt4pp "NaProline L symporter periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PROtex "L proline transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PRPPS "phosphoribosylpyrophosphate synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PSCLYStex "psicoselysine transporter via diffusion extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PSCVT "3 phosphoshikimate 1 carboxyvinyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PSD120 "Phosphatidylserine decarboxylase n C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PSD140 "Phosphatidylserine decarboxylase n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PSD141 "Phosphatidylserine decarboxylase n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PSD160 "Phosphatidylserine decarboxylase n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PSD161 "Phosphatidylserine decarboxylase n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PSD180 "Phosphatidylserine decarboxylase n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PSD181 "Phosphatidylserine decarboxylase n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PSERT "phosphoserine transaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PSERtex "phospho L serine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PSP_L "phosphoserine phosphatase L serine ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PSP_Lpp "phospho L serine phosphatase periplasmic ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PSSA120 "Phosphatidylserine syntase n C120 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PSSA140 "Phosphatidylserine syntase n C140 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PSSA141 "Phosphatidylserine syntase n C141 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PSSA160 "Phosphatidylserine syntase n C160 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PSSA161 "Phosphatidylserine syntase n C161 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PSSA180 "Phosphatidylserine syntase n C180 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PSSA181 "Phosphatidylserine syntase n C181 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PTA2 "Phosphate acetyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PTAr "phosphotransacetylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PTHRpp "phospho L threonine phosphatase periplasmic ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PTPATi "pantetheine phosphate adenylyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PTRCORNt7pp "putrescineornithine antiporter periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PTRCTA "Putrescine Transaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PTRCabcpp "putrescine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PTRCt2pp "putrescine transport in via proton symport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PTRCtex "putrescine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PUNP1 "purine nucleoside phosphorylase Adenosine ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PUNP2 "purine nucleoside phosphorylase Deoxyadenosine ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PUNP3 "purine nucleoside phosphorylase Guanosine ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PUNP4 "purine nucleoside phosphorylase Deoxyguanosine ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PUNP5 "purine nucleoside phosphorylase Inosine ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PUNP6 "purine nucleoside phosphorylase Deoxyinosine ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PUNP7 "purine nucleoside phosphorylase Xanthosine ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PYAM5PO "pyridoxamine 5 phosphate oxidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PYDAMK "pyridoxamine kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PYDXK "pyridoxal kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PYDXNK "pyridoxine kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PYDXPP "Pyridoxal 5 phosphate phosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PYK "pyruvate kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PYNP2r "pyrimidine nucleoside phosphorylase uracil ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PYRt2rpp "pyruvate reversible transport via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PYRtex "pyruvate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_QMO2 "quinol monooxygenase Ubiquinol 8 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_QMO3 "quinol monooxygenase menaquinol 8 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_QULNS "quinolinate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_R5PP "ribose 5 phosphate phosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_R5PPpp "ribose 5 phosphate phosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_R5Ptex "Ribose 5 phosphate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RBFK "riboflavin kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RBFSa "riboflavin synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RBFSb "riboflavin synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RBK "ribokinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RBK_L1 "L ribulokinase L ribulose ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RBP4E "L ribulose phosphate 4 epimerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RHAT1 "rhamnosyltransferase I LPS core biosynthesis ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RHCCE "S ribosylhomocysteine cleavage enzyme">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RIBabcpp "D ribose transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RIBtex "ribose transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RMI "L rhamnose isomerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RMK "rhamnulokinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RMNtex "L rhamnose transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RMNtpp "L rhamnose transport via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RMPA "Rhamnulose 1 phosphate aldolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RNDR1 "ribonucleoside diphosphate reductase ADP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RNDR1b "ribonucleoside diphosphate reductase ADP  glutaredoxin ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RNDR2 "ribonucleoside diphosphate reductase GDP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RNDR2b "ribonucleoside diphosphate reductase GDP  glutaredoxin ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RNDR3 "ribonucleoside diphosphate reductase CDP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RNDR3b "ribonucleoside diphosphate reductase CDP  glutaredoxin ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RNDR4 "ribonucleoside diphosphate reductase UDP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RNDR4b "ribonucleoside diphosphate reductase UDP  glutaredoxin ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RNTR1c "ribonucleoside triphosphate reductase ATP  flavodoxin ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RNTR2c "ribonucleoside triphosphate reductase GTP  flavodoxin ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RNTR3c "ribonucleoside triphosphate reductase CTP  flavodoxin ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RNTR4c "ribonucleoside triphosphate reductase UTP  flavodoxin ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RPE "ribulose 5 phosphate 3 epimerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RPI "ribose 5 phosphate isomerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_S7PI "sedoheptulose 7 phosphate isomerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SADH "Succinylarginine dihydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SADT2 "Sulfate adenyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SBTPD "sorbitol 6 phosphate dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SBTptspp "D sorbitol transport via PEPPyr PTS periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SBTtex "D sorbitol transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SDPDS "succinyl diaminopimelate desuccinylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SDPTA "succinyldiaminopimelate transaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SELCYSS "selenocysteine synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SELNPS "Selenophosphate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SERASr " L seryl adenylate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SERAT "serine O acetyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SERD_D "D serine deaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SERTRS "Seryl tRNA synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SERTRS2 "Seryl tRNA synthetase selenocystein ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SERt2rpp "L serine reversible transport via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SERt4pp "L serine via sodium symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SERtex "L serine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SFGTHi "S Formylglutathione hydralase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SGDS "Succinylglutamate desuccinylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SGSAD "Succinylglutamic semialdehyde dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SHCHCS2 "2 succinyl 6 hydroxy 2 4 cyclohexadiene 1 carboxylate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SHCHD2 "sirohydrochlorin dehydrogenase NAD ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SHCHF "sirohydrochlorin ferrochetalase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SHK3Dr "shikimate dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SHKK "shikimate kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SKMtex "shikimate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SO2tex "SO2 transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SO2tpp "SO2 transport via diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SO3tex "sulfite transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SO4tex "sulfate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SOTA "Succinylornithine transaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SPMDAT1 "Spermidine acetyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SPMDAT2 "Spermidine acetyltransferase N8 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SPMDabcpp "spermidine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SPMDtex "spermidine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SPMS "spermidine synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SPODM "superoxide dismutase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SPODMpp "superoxide dismutase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SSALx "succinate semialdehyde dehydrogenase NAD ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SSALy "succinate semialdehyde dehydrogenase NADP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SUCBZL "o succinylbenzoate CoA ligase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SUCBZS "O succinylbenzoate CoA synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SUCCt2_2pp "succinate transport via proton symport 2 H  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SUCCt3pp "succinate transport out via proton antiport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SUCCtex "succinate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SUCDi "succinate dehydrogenase irreversible ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SUCOAS "succinyl CoA synthetase ADP forming ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SUCRtex "sucrose transport transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SULFACtex "sulfoaceate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SULRi "sulfite reductase NADPH2 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SULabcpp "sulfate transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_T2DECAI "trans 2 decenoyl ACP isomerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TALA "transaldolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TARTRtex "Tartrate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TAURtex "taurine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TCYNTtex "Thiocyanate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TDECOAI "tetradecenoyl coa cis trans isomerization">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TDP "thiamin pyrophosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TDPADGAT "dTDP 4 amino 4 6 dideoxy D glucose acetyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TDPAGTA "dTDP 4 amino 4 6 dideoxy D glucose transaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TDPDRE "dTDP 4 dehydrorhamnose 3 5 epimerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TDPDRR "dTDP 4 dehydrorhamnose reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TDPGDH "dTDPglucose 4 6 dehydratase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TDSK "Tetraacyldisaccharide 4 kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TDSR1 "thioldisulfide reductase DsbC ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TDSR2 "thioldisulfide reductase DsbG ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_THD2pp "NAD P transhydrogenase periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_THDPS "tetrahydrodipicolinate succinylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_THIORDXi "hydrogen peroxide reductase thioredoxin ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_THMDt2pp "thymidine transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_THMDt2rpp "thymidine transport in via proton symport reversible periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_THMDtex "thymidine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_THMabcpp "thiamine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_THMtex "Thiamine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_THRA2i "L allo Threonine Aldolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_THRAi "Threonine aldolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_THRD "L threonine dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_THRD_L "L threonine deaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_THRPtex "phospho L threonine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_THRS "threonine synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_THRTRS "Threonyl tRNA synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_THRabcpp "L threonine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_THRt2pp "L threonine efflux transport via proton antiport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_THRt2rpp "L threonine reversible transport via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_THRt4pp "L threonine via sodium symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_THRtex "L threonine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_THYMt3pp "thymine transport out via proton antiport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_THYMtex "thymine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TKT1 "transketolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TKT2 "transketolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TMAOR1pp "Trimethylamine N oxide reductase menaquinol 8  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TMAOR2pp "Trimethylamine N oxide reductase demethylmenaquinol 8  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TMAOtex "Trimethylamine N oxide transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TMAtex "Trimethylamine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TMDK1 "thymidine kinase ATPthymidine ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TMDPP "thymidine phosphorylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TMDS "thymidylate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TMK "thiamine kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TMPK "thiamine phosphate kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TMPPP "thiamine phosphate diphosphorylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TPI "triose phosphate isomerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TPRDCOAS "triphosphoribosyl dephospho CoA synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TRDR "thioredoxin reductase NADPH ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TRE6PH "trehalose 6 phosphate hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TRE6PP "trehalose phosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TRE6PS "alpha alpha trehalose phosphate synthase UDP forming ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TREH "alpha alpha trehalase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TREHpp "alpha alpha trehalase periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TREptspp "trehalose transport via PEPPyr PTS periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TREtex "trehalose transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TRPS1 "tryptophan synthase indoleglycerol phosphate ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TRPS2 "tryptophan synthase indole ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TRPS3 "tryptophan synthase indoleglycerol phosphate ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TRPTRS "Tryptophanyl tRNA synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TRPt2rpp "L tryptophan reversible transport via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TRPtex "L tryptophan transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TRSARr "tartronate semialdehyde reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TSULabcpp "thiosulfate transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TSULtex "thiosulfate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TTDCAtexi "Tetradecanoate transport via facilitated irreversible diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TTDCEAtexi "Tetradecenoate transport via facilitated irreversible diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TUNGSabcpp "tungstate transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TUNGStex "tungstate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TYMtex "tyramine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TYRPpp "phospho L tyrosine phosphatase periplasmic ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TYRPtex "phopho L tyrosine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TYRTA "tyrosine transaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TYRTRS "tyrosyl tRNA synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TYRt2rpp "L tyrosine reversible transport via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TYRtex "L tyrosine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_U23GAAT "UDP 3 O 3 hydroxymyristoyl glucosamine acyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UAAGDS "UDP N acetylmuramoyl L alanyl D glutamyl meso 2 6 diaminopimelate synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UACGALPpp "UDP N acetyl D galactosamine pyrophosphohydrolase periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UACGAMPpp "UDP N acetyl D glucosamine pyrophosphohydrolase periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UACGAMtex "UDP N acetyl D glucosamine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UACMAMO "UDP N acetyl D mannosamine oxidoreductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UAG2E "UDP N acetylglucosamine 2 epimerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UAGAAT "UDP N acetylglucosamine acyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UAGCVT "UDP N acetylglucosamine 1 carboxyvinyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UAGDP "UDP N acetylglucosamine diphosphorylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UAGPT3 "UDP N acetylglucosamine N acetylmuramyl pentapeptide pyrophosphoryl undecaprenol N acetylglucosamine transferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UAMAGS "UDP N acetylmuramoyl L alanyl D glutamate synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UAMAS "UDP N acetylmuramoyl L alanine synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UAPGR "UDP N acetylenolpyruvoylglucosamine reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UDCPDP "undecaprenyl diphosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UDCPDPS "Undecaprenyl diphosphate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UDCPDPpp "undecaprenyl diphosphatase periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UDCPPtppi "undecaprenyl phosphate transport cytoplasm to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UDPACGALtex "UDP N acetyl D galactosamine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UDPG4E "UDPglucose 4 epimerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UDPGALPpp "UDPgalactose pyrophosphohydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UDPGALtex "UDPgalactose transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UDPGD "UDPglucose 6 dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UDPGDC "UDP glucuronate C 4  decarboxylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UDPGLCURtex "UDP D glucuronate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UDPGPpp "UDPglucose pyrophosphohydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UDPGtex "UDPglucose transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UDPKAAT "UDP 4  ketopentoseUDP 4 amino 4 deoxy L arabinose aminotransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UGLCURPpp "UDP D glucuronate pyrophosphohydrolase periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UGLT "UDPglucose hexose 1 phosphate uridylyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UGLYCH "Ureidoglycolate hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UGMDDS "UDP N acetylmuramoyl L alanyl D glutamyl meso 2 6 diaminopimeloyl D alanyl D alanine synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UHGADA "UDP 3 O acetylglucosamine deacetylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ULA4NFT "UDP L Ara4N formyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ULA4Ntppi "transport cytoplasm to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UM3PL "UDP N acetylmuramateL alanyl gamma D glutamyl meso diaminopimelate ligase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UM4PCP "UDP N acetylmuramoyl L alanyl D gamma glutamyl meso 2 6 diaminopimelate D alanine L D carboxypeptidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UM4PL "UDP N acetylmuramateL alanyl gamma D glutamyl meso diaminopimelate D alanine ligase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UMPK "UMP kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UMPtex "UMP transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UNK3 "2 keto 4 methylthiobutyrate transamination">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UPLA4FNF "undecaprenyl phosphate L Ara4FN formylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UPLA4FNT "undecaprenyl phosphate L Ara4FN transferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UPP3MT "uroporphyrinogen methyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UPP3S "uroporphyrinogen III synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UPPRT "uracil phosphoribosyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_URAt2pp "uracil transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_URAtex "uracil transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_URDGLYCD "ureidoglycolate dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UREAtex "Urea transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UREAtpp "Urea transport via facilitate diffusion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_URIC "uricase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_URIDK2r "uridylate kinase dUMP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_URIH "Uridine hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_URIK2 "uridine kinase GTPUridine ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_URIt2pp "uridine transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_URIt2rpp "uridine transport in via proton symport reversible periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_URItex "uridine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_USHD "UDP sugar hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_VALTA "valine transaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_VALTRS "Valyl tRNA synthetase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_VALabcpp "L valine transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_VALt2rpp "L valine reversible transport via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_VALtex "L valine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_VPAMT "Valine pyruvate aminotransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_X5PL3E "L xylulose 5 phosphate 3 epimerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_XANt2pp "xanthine transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_XANtex "xanthine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_XANtpp "xanthine reversible transport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_XMPtex "XMP transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_XPPT "xanthine phosphoribosyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_XTSNH "Xanthosine hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_XTSNt2rpp "Xanthosine transport via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_XTSNtex "xanthosine transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_XYLI1 "xylose isomerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_XYLI2 "xylose isomerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_XYLK "xylulokinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_XYLK2 "L xylulokinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_XYLUt2pp "L xylulose transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_XYLUtex "L xylulose transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_XYLtex "D xylose transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_XYLt2pp "D xylose transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ZN2abcpp "Zinc Zn2 ABC transporter periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ZN2t3pp "zinc Zn2 transport out via proton antiport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ZN2tpp "zinc transport in via permease no H ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ZNabcpp "zinc Zn2 transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_Zn2tex "zinc Zn2 transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GCALDD "Glycolaldehyde dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_THZPSN "thiazole phosphate synthesis">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_AEP_e "AEP exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AEPtex "AEP transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AEPabcpp "AEP transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AEPPYRTA "2 aminoethylphosphonate pyruvate transaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PALDH "phosphonoacetaldehyde hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_4hoxpac_e "4 hydroxyphenylacetate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_4hoxpactex "4 hydroxyphenylacetate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_4HOXPACt2pp "4 hydroxyphenylacetate transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FLAVNADR "Flavin NAD P H reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_4HOXPACMON "4 hydroxyphenylacetate 3 monooxygenase nadh">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_4HOXPACMOF "4 hydroxyphenylacetate 3 monooxygenase FADH2">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_34DHPACDO "3 4 dihydroxyphenylacetate 2 3 dioxygenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_4C2HM6SADH "4 carboxy 2 hydroxymuconate 6 semialdehyde dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_5CM2HMUDI "5 carboxymethyl 2 hydroxymuconate delta isomerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_5C2O3EDDC "5 carboxy 2 oxohept 3 enedioate decarboxylation">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2HH24DDH "2hh24dd hydratase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_4H2KPILY "4h2kpi Lyase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_12PPDS2tpp " S Propane 1 2 diol facilitated transport 2 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_12PPDRDH " R Propane 1 2 diol dehydratase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_12PPDSDH " S Propane 1 2 diol dehydratase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALCDPPAL "alcohol dehydrogenase Propanal ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_COAPPALDH "CoA dependent Propanal dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DSCLCOCH "Sirohydrochlorin cobaltochelatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_Cobalt2abcppI "cobalt II transport via ABC system periplasm I">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_Cobalt2abcppII "cobalt II transport via ABC system periplasm II">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CODSCL2MT "Cobalt precorrin 2 methyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CODSCL3MT "Cobalt precorrin 3 C17 methyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CODSCL4MT "Cobalt precorrin 4 methyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CODSCL5DA "Cobalt precorrin 5a deacetylation">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CODSCL5BMT "Cobalt precorrin 5b methyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CODSCL6ARED "Cobalt precorrin 6a reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CODSCL6BMT "Cobalt precorrin 6b methyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CODSCL7MTDC "Cobalt precorrin 7 methyltransferase decarboxylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CODSCL8XI "Cobalt precorrin 8x isomerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_COBNAD "Cobyrinate amidation">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_COB2NDARED "cob II yrinate a c diamide reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_COB1NDAAT1 "cob I yrinate a c diamide adenosyltransferase 1">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_COB1NDAAT2 "cob I yrinate a c diamide adenosyltransferase 2">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADCOBNSYN "adenosylcobyric acid synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LTHRK "L threonine kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_THRPDC "L threonine phosphate decarboxylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADOCBIPS "Adenosyl cobinamide phosphate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADOCBLPS "Adenosylcobalamin phosphate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADOCBLPP "Adenosylcobalamin phosphate phosphatase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ADOCBIK "Adenosyl cobinamide kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CBLAT "cob I alamin adenosyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_APPK "1 amino 2 propanol kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_remnant1_e "residual atoms of reaction DMBZIDSYN exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_REMNANT1tex "residual atoms of reaction DMBZIDSYN transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_colipa20Oag_e "O antigen x20 core oligosaccharide lipid A exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_colipa20Oagtex "O antigen x20 core oligosaccharide lipid A transport periplasm to extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_udcdp20OagLpp "O antigen x20 ligase periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_udcdpgalrmnmanabetpp "Undecaprenyl diphosphate galactose rhamnose mannose abequose flippase cytoplasm to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OGLT "galactosyltransferase LPS O antigen biosynthesis ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ORLT "rhamnosyl transferase LPS O antigen biosynthesis ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OMLT "mannosyl transferase LPS O antigen biosynthesis ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OALT "abequosyl transferase LPS O antigen biosynthesis ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MAN1PT2 "mannose 1 phosphate guanylyltransferase GDP ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PMANM "phosphomannomutase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAP1pp "O antigen polymerase 1 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAP2pp "O antigen polymerase 2 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAP3pp "O antigen polymerase 3 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAP4pp "O antigen polymerase 4 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAP5pp "O antigen polymerase 5 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAP6pp "O antigen polymerase 6 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAP7pp "O antigen polymerase 7 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAP8pp "O antigen polymerase 8 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAP9pp "O antigen polymerase 9 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAP10pp "O antigen polymerase 10 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAP11pp "O antigen polymerase 11 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAP12pp "O antigen polymerase 12 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAP13pp "O antigen polymerase 13 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAP14pp "O antigen polymerase 14 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAP15pp "O antigen polymerase 15 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAP16pp "O antigen polymerase 16 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAP17pp "O antigen polymerase 17 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAP18pp "O antigen polymerase 18 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAP19pp "O antigen polymerase 19 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_G1PCT "glucose 1 phosphate cytidylyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CDPGLC46DH "CDP glucose 4 6 dehydratase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CDP4D6DGLCRx "CDP 4 dehydro 6 deoxyglucose reductase ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CDPABEQS "CDP abequose synthase ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SALCHS4FEexs "Salmochelin S4 Fe III binding spontaneous ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_SALCHS4_e "Salmochelin S4 exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_SALCHS4FE_e "Salmochelin S4 Fe III exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SALCHS4FEabcpp "Salmochelin S4 Fe III transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SALCHS4tex "Salmochelin S4 transport secretion periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SALCHS4abcpp "Salmochelin S4 transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEENTER2tpp "enterochelin transport2 via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_SALCHSX_e "Salmochelin SX exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SALCHSXtex "Salmochelin SX via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SALCHSXtpp "Salmochelin SX facilitated transport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CSNt2pp "cytosine transport in via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CSND "Cytosine deaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALCD19 "alcohol dehydrogenase glycerol ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALCD2x "alcohol dehydrogenase ethanol ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FALDH2 "formaldehyde dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DPR "2 dehydropantoate 2 reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LIPAHT2ex "core oligosaccharide lipid Ahexadecanoate transferase n C160  extracellular membrane ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LIPAHTex "Lipid Ahexadecanoate transferase n C160  extracellular membrane ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYTBD2pp "cytochrome oxidase bd menaquinol 8 2 protons  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYTBDpp "cytochrome oxidase bd ubiquinol 8 2 protons  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACANTHAT "acetyl CoAanthranilate acetyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLTPD "Galactitol 1 phosphate dehydrogenase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TGBPA "Tagatose bisphosphate aldolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GUI1 "glucuronate isomerase D glucuronate ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GUI2 "glucuronate isomerase D galacturonate ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MNNH "D mannonate hydrolyase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MANAO "Mannonate oxidoreductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAADCS "oxaloacetate decarboxylase sodium pump">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CITt4pp "Citrate transport via sodium symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DDGLCNt2rpp "2 dehydro 3 deoxy D gluconate transport via proton symport reversible periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CITt2pp "Citrate proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CITtupp "Citrate transport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ICITtupp "Isocitrate transport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ACONCtupp "Cisaconitate transport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NI2uabcpp "nickel transport via ABC system uptake periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GALTptspp "Galactitol transport via PEPPyr PTS periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_tag__D_e "D Tagatose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TAGtex "D Tagatose transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TAGptspp "D Tagatose transport via PEPPyr PTS periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TAG1PK "D Tagatose 1 phosphate kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FE2abcpp "iron II transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MN2abcpp "Manganese Mn2 transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TETDHpp1 "Tetrathionate Dehydrogenase menaquinone 8  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TSULDHpp1 "Thiosulfate Dehydrogenase menaquinone 8  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TETDHpp2 "Tetrathionate Dehydrogenase Demethylmenaquinol 8 periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TSULDHpp2 "Thiosulfate Dehydrogenase Demethylmenaquinol 8  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TETDHpp3 "Tetrathionate Dehydrogenase ubiquinone 8  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TSULDHpp3 "Thiosulfate Dehydrogenase ubiquinone 8  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SO3R "Sulfite reductase ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MG2uabcpp "Magnesium Mg2 ABC transporter ubtake periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UPPDC1 "uroporphyrinogen decarboxylase uroporphyrinogen III ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AIRSK "Aminoimidazole riboside kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_airs_e "Aminoimidazole riboside exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AIRStex "Aminoimidazole riboside transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AIRStpp "Aminoimidazole riboside facilitated transport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_REMNANT1tpp "residual atoms of reaction DMBZIDSYN facilitated transport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ARGDA "Arginine deiminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OCBT "ornithine carbamoyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CBMKr "Carbamate kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3PGt6pp "3 Phospho D glycerate phosphate antiporter periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2PGt6pp "D Glycerate 2 phosphate phosphate antiporter periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PEPt6pp "Phosphoenolpyruvate phosphate antiporter periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_pep_e "Phosphoenolpyruvate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PEPtex "Phosphoenolpyruvate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_2pg_e "D Glycerate 2 phosphate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2PGtex "D Glycerate 2 phosphate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_3pg_e "3 Phospho D glycerate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_3PGtex "3 Phospho D glycerate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SERD_L "L serine deaminase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TARTD "L  tartrate dehydratase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TARTRtpp "Tartrate facilitated transport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NI2tpp "nickel 2 transport in via permease no H ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CAT "catalase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CHORM "chorismate mutase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DAPAL "2 3 diaminopropionate amonnia lyase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UDPGALM "UDPgalactopyranose mutase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HYD1pp "hydrogenase ubiquinone 8 2 protons  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HYD2pp "Hydrogenase menaquinone8 2 protons  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HYD3pp "Hydrogenase Demethylmenaquinone 8 2 protons  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_tet_e "Tetrathionate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TETtex "Tetrathionate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_foam_e "Formamide exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FOAMtex "Formamide transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_tartr__D_e "D tartrate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TARTRDtex "D Tartrate transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TARTRDtpp "D Tartrate facilitated transport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GALCTD "galactarate dehydratase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SHSL1 "O succinylhomoserine lyase L cysteine ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ASPt2_3pp "L asparate transport via proton symport 3 H  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SUCFUMtpp "succinatefumarate antiporter periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SUCCt2_3pp "Succintate transport via proton symport 3 H  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FUMt2_3pp "Fumarate transport via proton symport 3 H  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MALt2_3pp "Malate transport via proton symport 3 H  periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALAALAD "D alanine D alanine dipeptidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DMSOR1 "Dimethyl sulfoxide reductase Menaquinol 8 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DMSOR2 "Dimethyl sulfoxide reductase Demethylmenaquinol 8 ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NAt3pp "sodium transport out via proton antiport cytoplasm to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_4IZ5PPH "4 Imidazolone 5 propanoate propionase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NFLGLNH "N Formimino L glutamate formiminohydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_4abz_e "4 Aminobenzoate exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ABZtex "4 aminobenzoate extracellular to cytosol ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_feroxB_e "Ferrioxamine B exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_feroxBfe_e "Ferrioxamine B fe exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_feroxE_e "Ferrioxamine E exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_feroxEfe_e "Ferrioxamine E fe exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_feroxG_e "Ferrioxamine G exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_feroxGfe_e "Ferrioxamine G fe exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEROXBFEabcpp "Ferrioxamine B fe transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEROXEFEabcpp "Ferrioxamine E fe transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEROXGFEabcpp "Ferrioxamine G fe transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEROXGFEtonex "Ferrioxamine G fe transport via ton system extermal ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEROXBFEtex "Ferrioxamine B fe transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEROXEFEtex "Ferrioxamine E fe transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEROXGtex "Ferrioxamine G transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEROXEtex "Ferrioxamine E transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEROXBtex "Ferrioxamine B transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEROXBtpp "Ferrioxamine B facilitated transport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEROXEtpp "Ferrioxamine E facilitated transport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEROXGtpp "Ferrioxamine G facilitated transport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_drib_e "deoxy D Ribose exchange">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DRIBtpp "deoxy D ribose transport via proton symport periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DRBK "deoxyribokinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DRIBtex "deoxyribose transport via diffusion extracellular to periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SCYSSL "S-sulfo-L-cysteine sulfite lyase ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SLCYSS "O-acetyl-L-serine sulfhydrylase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GSHPO "glutathione peroxidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HHDDI "2-hydroxyhepta-2,4-diene-1,7-dioate isomerase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_INOSR "Ketoinositol reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MMSAD3 "methylmalonate-semialdehyde dehydrogenase (malonic semialdehyde)">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CHITPH "chitobiose-6-phosphate hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_D5KGK "2-Deoxy-5-Keto-D-gluconate kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_D5KGPA "2-Deoxy-5-keto-D-gluconate 6-phosphate aldolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHEDAA "2,4-dihydroxyhept-2-ene-1,7-dioic acid aldolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DKDID "D-2,3-Diketo 4-deoxy-epi-inositol dehydratase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2INSD "2-Inosose dehydratase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DTARTD "D-tartrate dehydratase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NMNR "nmn hydrolysis">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RNMK "ribosylnicotinamide kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OACT "O-antigen Acetyl-Transferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UDCPAT "Abequosyl transferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UDCPMT "mannosyl transferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UDCPRT "rhamnosyl transferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UDCPGT "undecaprenol-phosphate galactosephosphotransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TCBO "Tricarballylate oxidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYBt6ex "betaine (glycine betaine) transport into periplasm">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GLYBt6pp "betaine (glycine betaine) transport in/out via proton symport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CHITOBex "Chitobiose transport into periplasm">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CHITOBpts "Chitobiose transport via PTS">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RNAMtex "Nicotinamide riboside transport into periplasm">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_RNAMtpp "Nicotinamide riboside transport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAO5t3ex "O-antigen unit (O5) translocase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAO5t3pp "O-antigen unit (O5) translocase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TCBt2pp "tricarballylate transport in via proton symport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TCBt2ex "tricarballylate transport into periplasm">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TTONR1pp "Trithionate Reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TTONtex "Trithionate transport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TTONR2pp "Trithionate Reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_LEUt4rpp "L-leucine transport in via sodium symport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UPLA4NT "Undecaprenyl phosphate 4-amino-4-deoxy L-arabinose synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PSUDS "Pseudouridylate synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PFOR "Pyruvate flavodoxin oxidoreductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_NNDMBRT "Nicotinate-nucleotide-dimethylbenzimidazole phosphoribosyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_biomass_iRR1083 "biomass equation from http://www.biomedcentral.com/1752-0509/3/38">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_peptido_ST "peptido_ST formation reaction">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_pe2_ST "membrane phosphatidylethanolamine composition based on http://www.biomedcentral.com/1752-0509/3/38">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_pg2_ST "membrane phosphatidylglycerol composition based on http://www.biomedcentral.com/1752-0509/3/38">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_clpn2_ST "membrane cardiolipin composition based on http://www.biomedcentral.com/1752-0509/3/38">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_pa2_ST "membrane phosphatidate composition based on http://www.biomedcentral.com/1752-0509/3/38">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ps2_ST "membrane phosphatidylserine composition based on http://www.biomedcentral.com/1752-0509/3/38">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_12dgr2_ST "membrane 1-2-diacylglycerol composition based on http://www.biomedcentral.com/1752-0509/3/38">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAL_ST "O-antigen ligase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OA4L_ST "O-antigen 4 polymerase with long chain">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OA5L_ST "O-antigen 5 polymerase with long chain">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OA4VL_ST "O-antigen 4 polymerase with very long chain">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OA5VL_ST "O-antigen 5 polymerase with very long chain">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAO4t3pp "O-antigen translocase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OAO4t3ex "O-antigen translocase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PYDXtex "Pyridoxal transport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PYDXtpp "Pyridoxal transport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PYDXNtex "Pyrdoxine transport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PYDXNtpp "Pyrdoxine transport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HEXt2rpp "hexanoate transport via proton symport, reversible (periplasm)">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_4HTHRtex "4-hydroxy-L-threonine transport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_4HTHRtrpp "4-hydroxy-L-threonine transport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_4HTHRK "4-Hydroxy-L-threonine kinase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_35PDE "3,5-cAMP Phosphodiesterase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_UROCANH "urocanate hydratase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AADDFT "4-alpha-L-fucosyltransferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ENTERHpp "enterobactin hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SALCHS4Hpp "salmochelin s4 hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SALCHS4FEHpp "salmochelin s4 fe3 hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHBSZ3tex "23dhbsz secretion">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHBSZ3FEexs "23dhbsz3 Fe III sequestration">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHBSZ3FEtonex "23dhbsz3  Fe III import">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHBSZ3FEabcpp "23dhbsz3 Fe III transport via ABC system periplasm">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEDHBZS3R1 "fe3dhbzs3 Fe III reduction and offloading">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEDHBZS3R2 "fe3dhbzs3 Fe III reduction and offloading">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEDHBZS3R3 "fe3dhbzs3 Fe III reduction and offloading">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SALCHS2tex "Salmochelin s2 secretion">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SALCHS2FEexs "Salmochelin s2 Fe III sequestration">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SALCHS2FEtonex "Salmochelin s2 Fe III import">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SALCHS2FEabcpp "Salmochelin s2 Fe III transport via ABC system periplasm">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SALCHS2FER1 "salmochelin s2 Fe III reduction and offloading">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SALCHS2FER2 "salmochelin s2 Fe III reduction and offloading">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SALCHS2FER3 "salmochelin s2 Fe III reduction and offloading">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SALCHS2H "Salmochelin s2 hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SALCHS1H "Salmochelin s1 hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ENTERH "enterobactin hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHBZS3H "23DHBS polymer hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHBZS2H "23DHBS polymer hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ENTERtex "Enterobactin secretion">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ENTERGLCT1 "Glycosyl transferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ENTERGLCT2 "Glycosyl transferase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEROXBFER1 "Ferrioxamine Fe III reduction and offloading">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEROXBFER2 "Ferrioxamine Fe III reduction and offloading">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEROXBFER3 "Ferrioxamine Fe III reduction and offloading">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEROXEFER1 "Ferrioxamine Fe III reduction and offloading">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEROXEFER2 "Ferrioxamine Fe III reduction and offloading">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEROXEFER3 "Ferrioxamine Fe III reduction and offloading">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEROXGFER1 "Ferrioxamine Fe III reduction and offloading">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEROXGFER2 "Ferrioxamine Fe III reduction and offloading">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEROXGFER3 "Ferrioxamine Fe III reduction and offloading">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GULNLtex "L-gulonate transport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GULNLtpp "L-gulonate transport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GULNLR "L-gulonate reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DXYLUDtex "1-deoxy-d-xyluose transport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DXYLUDtpp "1-deoxy-d-xyluose transport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_MUREINLPPTP "L,D-transpeptidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_APOLPPS "lpp signal peptidase - murein">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PROLPPOATPE160 "O-acyl Transferase - murein">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PROLPPOATPG160 "O-acyl Transferase - murein">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_PROLPPGT160 "Glyceryl Transferase - murein">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DMBZIDS "DMB synthase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_2HH24DDH1 "2hh24dd hydratase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_GALCTND "galactonate dehydratase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DDPGALA "2-dehydro-3-deoxy-6-phosphogalactonate aldolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FOAMtrpp "Formamide transport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEENTERR1 "Fe enterobactin reduction Fe III unloading ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEENTERR2 "Fe enterobactin reduction Fe III unloading ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEENTERR3 "Fe enterobactin reduction Fe III unloading ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SALCHS4FER1 "Salmochelin S4 Fe III reduction Fe III unloading ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SALCHS4FER2 "Salmochelin S4 Fe III reduction Fe III unloading ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SALCHS4FER3 "Salmochelin S4 Fe III reduction Fe III unloading ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SALCHS4FEtonex "Salmochelin S4 Fe III transport via ton system extracellular ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HISNH4L "Histidine ammonia lyase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_AB6PGH "Arbutin 6 phosphate glucohydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_SARCOX "sarcosine oxidase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FE3HOXabcpp "ferric hydroxamate transport via ABC system periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEOXAMR1 "ferroxamine reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEOXAMR2 "ferroxamine reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_FEOXAMR3 "ferroxamine reductase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DHBSH "2 3 dihydroxybenzoylserine hydrolase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALPATE160pp "apolipoprotein N acyltransferase phosphatidylethanolamine periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_ALPATG160pp "apolipoprotein N acyltransferase phosphatidylglycerol periplasm ">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_CYSLDS "L-cysteine desulfhydrase">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_INOSTtpp "myo-inositol transport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_HDCAt2pp "Hexadecanoate transport via proton symport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OCDCAt2pp "Octadecanoate transport via proton symport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_OCDCEAt2pp "Octadecenoate transport via proton symport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_TTDCAt2pp "Tetradecanoate transport via proton symport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_DDCAt2pp "Dodecanoate transport via proton symport">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_biomass_iRR1083_metals "biomass equation from http://www.biomedcentral.com/1752-0509/3/38 including metals from iAF1260 biomass function">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_dxyl_e "dxyl_e Boundary Reaction">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_salchs2fe_e "salchs2fe_e Boundary Reaction">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_rnam_e "rnam_e Boundary Reaction">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_colipaOA_e "colipaOA_e Boundary Reaction">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_udcpo4_e "udcpo4_e Boundary Reaction">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_tcb_e "tcb_e Boundary Reaction">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_fe3dhbzs3_e "fe3dhbzs3_e Boundary Reaction">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_23dhbzs3_e "23dhbzs3_e Boundary Reaction">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_guln__L_e "guln__L_e Boundary Reaction">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_udcpo5_e "udcpo5_e Boundary Reaction">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_4hthr_e "4hthr_e Boundary Reaction">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_salchs2_e "salchs2_e Boundary Reaction">
Encoding OBJECTIVE_COEFFICIENT in KineticLaw is discouraged, use fbc:fluxObjective instead: <Reaction R_EX_tton_e "tton_e Boundary Reaction">
[3]:
import pandas
df = pandas.DataFrame(dict(loopless=loopless.fluxes, nominal=nominal.fluxes))
[4]:
df.plot.scatter(x='loopless', y='nominal')
[4]:
<AxesSubplot:xlabel='loopless', ylabel='nominal'>
_images/loopless_7_1.png

This functionality can also be used in FVA by using the loopless=True argument to avoid getting high flux ranges for reactions that essentially only can reach high fluxes if they are allowed to participate in loops (see the simulation notebook) leading to much narrower flux ranges.

9.2. Loopless model

Cobrapy also includes the “classical” loopless formulation by Schellenberger et. al. implemented in cobra.flux_analysis.add_loopless modify the model with additional mixed-integer constraints that make thermodynamically infeasible loops impossible. This is much slower than the strategy provided above and should only be used if one of the two following cases applies:

  1. You want to combine a non-linear (e.g. quadratic) objective with the loopless condition

  2. You want to force the model to be infeasible in the presence of loops independent of the set reaction bounds.

We will demonstrate this with a toy model which has a simple loop cycling A \(\rightarrow\) B \(\rightarrow\) C \(\rightarrow\) A, with A allowed to enter the system and C allowed to leave. A graphical view of the system is drawn below:

[5]:
plot_helper.plot_loop()
_images/loopless_11_0.png
[6]:
model = Model()
model.add_metabolites([Metabolite(i) for i in "ABC"])
model.add_reactions([Reaction(i) for i in ["EX_A", "DM_C", "v1", "v2", "v3"]])

model.reactions.EX_A.add_metabolites({"A": 1})
model.reactions.DM_C.add_metabolites({"C": -1})

model.reactions.v1.add_metabolites({"A": -1, "B": 1})
model.reactions.v2.add_metabolites({"B": -1, "C": 1})
model.reactions.v3.add_metabolites({"C": -1, "A": 1})

model.objective = 'DM_C'

While this model contains a loop, a flux state exists which has no flux through reaction v\(_3\), and is identified by loopless FBA.

[7]:
with model:
    add_loopless(model)
    solution = model.optimize()
print("loopless solution: status = " + solution.status)
print("loopless solution flux: v3 = %.1f" % solution.fluxes["v3"])
loopless solution: status = optimal
loopless solution flux: v3 = 0.0

If there is no forced flux through a loopless reaction, parsimonious FBA will also have no flux through the loop.

[8]:
solution = pfba(model)
print("parsimonious solution: status = " + solution.status)
print("loopless solution flux: v3 = %.1f" % solution.fluxes["v3"])
parsimonious solution: status = optimal
loopless solution flux: v3 = 0.0

However, if flux is forced through v\(_3\), then there is no longer a feasible loopless solution, but the parsimonious solution will still exist.

[9]:
model.reactions.v3.lower_bound = 1
with model:
    add_loopless(model)
    try:
        solution = model.optimize()
    except:
        print('model is infeasible')
/Users/uridavidakavia/PycharmProjects/cobrapy/src/cobra/util/solver.py:554: UserWarning: Solver status is 'infeasible'.
  warn(f"Solver status is '{status}'.", UserWarning)
[10]:
solution = pfba(model)
print("parsimonious solution: status = " + solution.status)
print("loopless solution flux: v3 = %.1f" % solution.fluxes["v3"])
parsimonious solution: status = optimal
loopless solution flux: v3 = 1.0

9.3. Method

loopless_solution is based on a given reference flux distribution. It will look for a new flux distribution with the following requirements:

  1. The objective value is the same as in the reference fluxes.

  2. All exchange fluxes have the same value as in the reference distribution.

  3. All non-exchange fluxes have the same sign (flow in the same direction) as the reference fluxes.

  4. The sum of absolute non-exchange fluxes is minimized.

As proven in the original publication this will identify the “least-loopy” solution closest to the reference fluxes.

If you are using add_loopless this will use the method described here. In summary, it will add \(G \approx \Delta G\) proxy variables and make loops thermodynamically infeasible. This is achieved by the following formulation.

\[\begin{split}\begin{eqnarray} &\text{maximize } v_{obj} \\ s.t. & Sv = 0\\ & lb_j \leq v_j \leq ub_j \\ & -M\cdot (1 - a_i) \leq v_i \leq M\cdot a_i\\ & -1000a_i + (1 - a_i) \leq G_i \leq -a_i + 1000(1 - a_i)\\ & N_{int}G = 0\\ & a_i \in \{0, 1\} \end{eqnarray}\end{split}\]

Here the index j runs over all reactions and the index i only over internal ones. \(a_i\) are indicator variables which equal one if the reaction flux flows in hte forward direction and 0 otherwise. They are used to force the G proxies to always carry the opposite sign of the flux (as it is the case for the “real” \(\Delta G\) values). \(N_{int}\) is the nullspace matrix for internal reactions and is used to find thermodinamically “correct” values for G.