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: <React