# HG changeset patch
# User frogs
# Date 1770211004 0
# Node ID 6507a8d42a4fde9010f82abfbd712af3af19fbe9
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 78ca62b54aee22893d278d9c3d495527be405f8a
diff -r 000000000000 -r 6507a8d42a4f FROGS_STAT.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/FROGS_STAT.xml Wed Feb 04 13:16:44 2026 +0000
@@ -0,0 +1,224 @@
+
+ Analysis of community structure, composition, and differential abundances
+
+ frogs_stat_macros.xml
+ phyloseq_import_macros.xml
+ phyloseq_composition_macros.xml
+ phyloseq_alpha_diversity_macros.xml
+ phyloseq_beta_diversity_macros.xml
+ phyloseq_clustering_macros.xml
+ phyloseq_structure_macros.xml
+ phyloseq_manova_macros.xml
+ deseq2_preprocess_macros.xml
+ deseq2_visualisation_macros.xml
+
+
+
+
+
+
+
+
+
+
+ -- Please select a tool --
+ Phyloseq: Import data
+ Phyloseq: Taxonomic composition analysis
+ Phyloseq: Alpha diversity analysis
+ Phyloseq: Beta diversity analysis
+ Phyloseq: Sample clustering analysis
+ Phyloseq: Structure analysis (based on ordination methods)
+ Phyloseq: Multivariate Analysis of Variance
+ DESeq2: Preprocess for differential analysis of ASV
+ DESeq2: Preprocess for differential analysis of FUNCTION
+ DESeq2: Visualisation of differential analysis of ASV
+ DESeq2: Visualisation of differential analysis of FUNCTION
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10.1093/bioinformatics/btx791
+ 10.1093/bib/bbab318
+
+
+
diff -r 000000000000 -r 6507a8d42a4f deseq2_preprocess_macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/deseq2_preprocess_macros.xml Wed Feb 04 13:16:44 2026 +0000
@@ -0,0 +1,107 @@
+
+
+
+ deseq2_preprocess.py
+ --analysis-type 'ASV'
+ --phyloseq-rdata '$phyloseq_rdata'
+ #if $multiple.correction == 'true'
+ --var-exp '$var_exp${multiple.model_type}${multiple.conf_factor}'
+ #else
+ --var-exp '$var_exp'
+ #end if
+ --output-deseq-rdata '$ASV_deseq_rdata'
+
+
+
+
+
+
+
+
+
+
+
+ True
+ False
+
+
+
+
+
+
+
+ Linear (+)
+ Interaction (*)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ deseq2_preprocess.py
+ --analysis-type 'FUNCTION'
+ --input-functions-abund '$input_functions_abund'
+ --sample-metadata-tsv '$sample_metadata_tsv'
+
+ #if $multiple.correction == 'true'
+ --var-exp '$var_exp${multiple.model_type}${multiple.conf_factor}'
+ #else
+ --var-exp '$var_exp'
+ #end if
+
+ --output-phyloseq-rdata '$FUN_phyloseq_rdata'
+ --output-deseq-rdata '$FUN_deseq_rdata'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ True
+ False
+
+
+
+
+
+
+
+ Linear (+)
+ Interaction (*)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r 6507a8d42a4f deseq2_visualisation_macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/deseq2_visualisation_macros.xml Wed Feb 04 13:16:44 2026 +0000
@@ -0,0 +1,152 @@
+
+
+
+ deseq2_visualisation.py
+ --analysis-type 'ASV'
+ --phyloseq-rdata '$phyloseq_rdata'
+ --deseq-rdata '$deseq_rdata'
+ --var-exp '$var_exp'
+ #if $varType.vartType_selected == "qualitative":
+ --mod1 '$varType.mod1'
+ --mod2 '$varType.mod2'
+ #end if
+ --padj $padj
+ --html '$html'
+
+
+
+
+
+
+
+
+
+
+
+
+ Qualitative
+ Quantitative
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ deseq2_visualisation.py
+ --analysis 'FUNCTION'
+ --phyloseq-rdata '$phyloseq_rdata'
+ --deseq-rdata '$deseq_rdata'
+ --var-exp '$var_exp'
+ #if $varType.vartType_selected == "qualitative":
+ --mod1 '$varType.mod1'
+ --mod2 '$varType.mod2'
+ #end if
+ --padj $padj
+ --html '$html'
+ --output-ipath-over '$Function_over_abund'
+ --output-ipath-under '$Function_under_abund'
+
+
+
+
+
+
+
+
+
+
+
+
+ Qualitative
+ Quantitative
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r 6507a8d42a4f frogs_stat_macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/frogs_stat_macros.xml Wed Feb 04 13:16:44 2026 +0000
@@ -0,0 +1,84 @@
+
+
+
+ 5.1.0
+ 0
+
+
+
+ frogs
+ r-base
+ bioconductor-phyloseq
+ r-essentials
+ r-plotly
+ bioconductor-deseq2
+ r-gridextra
+ r-dt
+ r-optparse
+ r-sessioninfo
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [A-Za-z0-9- _.]+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [A-Za-z0-9+*-= _,.]+
+
+
+
+
+
+ frogs_stat_tools['tool_name'] != 'deseq2_asv_preprocess' and frogs_stat_tools['tool_name'] != 'deseq2_fun_preprocess'
+
+
+
+
+
+ frogs_stat_tools['tool_name'] == 'phyloseq_alpha_diversity'
+
+
+
+ frogs_stat_tools['tool_name'] == 'phyloseq_import'
+
+
+ frogs_stat_tools['tool_name'] == 'deseq2_fun_preprocess'
+
+
+
+ frogs_stat_tools['tool_name'] == 'deseq2_asv_preprocess'
+
+
+ frogs_stat_tools['tool_name'] == 'deseq2_fun_preprocess'
+
+
+
+ frogs_stat_tools['tool_name'] == 'deseq2_fun_visualisation'
+
+
+ frogs_stat_tools['tool_name'] == 'deseq2_fun_visualisation'
+
+
+
\ No newline at end of file
diff -r 000000000000 -r 6507a8d42a4f phyloseq_alpha_diversity_macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/phyloseq_alpha_diversity_macros.xml Wed Feb 04 13:16:44 2026 +0000
@@ -0,0 +1,58 @@
+
+
+
+
+ phyloseq_alpha_diversity.py
+ --phyloseq-rdata '$phyloseq_rdata'
+ --var-exp '$var_exp'
+ --alpha-measures ${" ".join(str($alpha_measures).split(","))}
+ --output-alpha-tsv '$alpha_div_tsv'
+ --html '$html'
+
+
+
+
+
+
+
+
+
+
+ Observed
+ Chao1
+ Shannon
+ InvSimpson
+ Simpson
+ ACE
+ Fisher
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r 6507a8d42a4f phyloseq_beta_diversity_macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/phyloseq_beta_diversity_macros.xml Wed Feb 04 13:16:44 2026 +0000
@@ -0,0 +1,52 @@
+
+
+
+ phyloseq_beta_diversity.py
+ --phyloseq-rdata '$phyloseq_rdata'
+ --var-exp '$var_exp'
+ --beta-distance-methods ${" ".join(str($beta_distance_methods).split(","))} ${" ".join(str($other_beta_method).split(","))}
+ --matrix-outdir 'BetaMatrix'
+ --html '$html'
+
+
+
+
+
+
+
+
+
+
+ Unifrac
+ Weighted Unifrac
+ Bray-Curtis
+ Jaccard (corresponds to the ‘cc’ method in the betadiver vegan function)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r 6507a8d42a4f phyloseq_clustering_macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/phyloseq_clustering_macros.xml Wed Feb 04 13:16:44 2026 +0000
@@ -0,0 +1,40 @@
+
+
+
+ phyloseq_clustering.py
+ --phyloseq-rdata '$phyloseq_rdata'
+ --beta-distance-matrix '$beta_distance_matrix'
+ --var-exp '$var_exp'
+ --html '$html'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r 6507a8d42a4f phyloseq_composition_macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/phyloseq_composition_macros.xml Wed Feb 04 13:16:44 2026 +0000
@@ -0,0 +1,66 @@
+
+
+
+ phyloseq_composition.py
+ --phyloseq-rdata '$phyloseq_rdata'
+ --var-exp '$var_exp'
+ --taxa-rank-1 '$taxa_rank_1'
+ --taxa-set-1 '$taxa_set_1'
+ --taxa-rank-2 '$taxa_rank_2'
+ --number-of-taxa $number_of_taxa
+ --html '$html'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r 6507a8d42a4f phyloseq_import_macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/phyloseq_import_macros.xml Wed Feb 04 13:16:44 2026 +0000
@@ -0,0 +1,68 @@
+
+
+
+ phyloseq_import_data.py
+ --input-biom '$input_biom'
+ --sample-metadata-tsv '$sample_metadata_tsv'
+ #if $tree_nwk
+ --tree-nwk '$tree_nwk'
+ #end if
+ --ranks $ranks
+ #if $normalisation == "true"
+ --normalisation
+ #end if
+ --output-phyloseq-rdata '$ASV_phyloseq_rdata'
+ --html '$html'
+
+
+
+
+
+
+
+
+
+
+
+
+ No, keep original abundances.
+ Yes, subsample abundances to match the smallest sample size.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r 6507a8d42a4f phyloseq_manova_macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/phyloseq_manova_macros.xml Wed Feb 04 13:16:44 2026 +0000
@@ -0,0 +1,43 @@
+
+
+
+ phyloseq_manova.py
+ --phyloseq-rdata '$phyloseq_rdata'
+ --beta-distance-matrix '$beta_distance_matrix'
+ --var-exp '$var_exp'
+ --html '$html'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r 6507a8d42a4f phyloseq_structure_macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/phyloseq_structure_macros.xml Wed Feb 04 13:16:44 2026 +0000
@@ -0,0 +1,49 @@
+
+
+
+ phyloseq_structure.py
+ --phyloseq-rdata '$phyloseq_rdata'
+ --beta-distance-matrix '$beta_distance_matrix'
+ --var-exp '$var_exp'
+ --ordination-method '$ordination_method'
+ --html '$html'
+
+
+
+
+
+
+
+
+
+
+
+ MDS/PCoA
+ NMDS
+ DPCoA
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r 6507a8d42a4f test-data/input/chaillou.biom
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/input/chaillou.biom Wed Feb 04 13:16:44 2026 +0000
@@ -0,0 +1,1 @@
+{"rows": [{"id": "otu_01778", "metadata": {"taxonomy": ["k__Bacteria", "p__Tenericutes", "c__Mollicutes", "o__Mycoplasmatales", "f__Mycoplasmataceae", "g__Candidatus Lumbricincola", "s__NA"]}}, {"id": "otu_01838", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Bacteroidia", "o__Bacteroidales", "f__Prevotellaceae", "g__Prevotella", "s__NA"]}}, {"id": "otu_01386", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Xanthomonadales", "f__Xanthomonadaceae", "g__Dyella", "s__Ginsengisoli"]}}, {"id": "otu_01835", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Planococcaceae", "g__Incertae Sedis", "s__NA"]}}, {"id": "otu_01837", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__NA"]}}, {"id": "otu_01832", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Leuconostocaceae", "g__Weissella", "s__NA"]}}, {"id": "otu_01833", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Actinomycetales", "f__Actinomycetaceae", "g__Actinomyces", "s__NA"]}}, {"id": "otu_00156", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Brevibacteriaceae", "g__Brevibacterium", "s__Marinum"]}}, {"id": "otu_01719", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Neisseriales", "f__Neisseriaceae", "g__Neisseria", "s__Perflava"]}}, {"id": "otu_00015", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Aerococcaceae", "g__Facklamia", "s__Tabacinasalis"]}}, {"id": "otu_00769", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Lactobacillaceae", "g__Lactobacillus", "s__Sakei"]}}, {"id": "otu_00768", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Lactobacillaceae", "g__Lactobacillus", "s__Brevis"]}}, {"id": "otu_00011", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Moraxellaceae", "g__Acinetobacter", "s__Soli"]}}, {"id": "otu_00010", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Moraxellaceae", "g__Acinetobacter", "s__Junii"]}}, {"id": "otu_00013", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Moraxellaceae", "g__Acinetobacter", "s__Kyonggiensis"]}}, {"id": "otu_00012", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Moraxellaceae", "g__Acinetobacter", "s__Johnsonii"]}}, {"id": "otu_00018", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Aerococcaceae", "g__Abiotrophia", "s__Defectiva"]}}, {"id": "otu_00569", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Enterobacteriales", "f__Enterobacteriaceae", "g__Serratia", "s__Proteamaculans"]}}, {"id": "otu_00568", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Enterobacteriales", "f__Enterobacteriaceae", "g__Serratia", "s__Fonticola"]}}, {"id": "otu_00602", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Family XII Incertae Sedis", "g__Exiguobacterium", "s__Aestuarii"]}}, {"id": "otu_00386", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Comamonadaceae", "g__Comamonas", "s__Aquatica"]}}, {"id": "otu_00604", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Family XII Incertae Sedis", "g__Exiguobacterium", "s__Sibiricum"]}}, {"id": "otu_00605", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Family XII Incertae Sedis", "g__Exiguobacterium", "s__Undae"]}}, {"id": "otu_00607", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Family XII Incertae Sedis", "g__Exiguobacterium", "s__Indicum"]}}, {"id": "otu_00608", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Family XII Incertae Sedis", "g__Exiguobacterium", "s__Acetylicum"]}}, {"id": "otu_00566", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Enterobacteriales", "f__Enterobacteriaceae", "g__Serratia", "s__Liquefaciens"]}}, {"id": "otu_01849", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__NA"]}}, {"id": "otu_01658", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhodobacterales", "f__Rhodobacteraceae", "g__Roseicyclus", "s__NA"]}}, {"id": "otu_01790", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Planococcaceae", "g__Jeotgalibacillus", "s__Psychrophilus"]}}, {"id": "otu_01841", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Family XI Incertae Sedis", "g__Gallicola", "s__NA"]}}, {"id": "otu_01840", "metadata": {"taxonomy": ["k__Bacteria", "p__Spirochaetes", "c__Spirochaetes", "o__Spirochaetales", "f__NA", "g__NA", "s__NA"]}}, {"id": "otu_01843", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Eubacteriaceae", "g__Eubacterium", "s__NA"]}}, {"id": "otu_01330", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhizobiales", "f__Rhizobiaceae", "g__Rhizobium", "s__Fluminensis"]}}, {"id": "otu_01845", "metadata": {"taxonomy": ["k__Bacteria", "p__Tenericutes", "c__Mollicutes", "o__Mycoplasmatales", "f__Mycoplasmataceae", "g__Mycoplasma", "s__NA"]}}, {"id": "otu_01336", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhizobiales", "f__Rhizobiaceae", "g__Rhizobium", "s__Daejeonense"]}}, {"id": "otu_01847", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Lachnospiraceae", "g__NA", "s__NA"]}}, {"id": "otu_01334", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhizobiales", "f__Methylocystaceae", "g__Pleomorphomonas", "s__Oryzae"]}}, {"id": "otu_01487", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Sphingobacteria", "o__Sphingobacteriales", "f__Sphingobacteriaceae", "g__Sphingobacterium", "s__Faecium"]}}, {"id": "otu_01795", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__NA"]}}, {"id": "otu_00127", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Bacteroidia", "o__Bacteroidales", "f__Prevotellaceae", "g__Prevotella", "s__Heparinolytica"]}}, {"id": "otu_01649", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Bacteroidia", "o__Bacteroidales", "f__Prevotellaceae", "g__Prevotella", "s__NA"]}}, {"id": "otu_01648", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Peptostreptococcaceae", "g__Peptostreptococcus", "s__NA"]}}, {"id": "otu_01647", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__NA", "g__NA", "s__NA"]}}, {"id": "otu_01645", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Bacteroidia", "o__Bacteroidales", "f__BS11 gut group", "g__NA", "s__NA"]}}, {"id": "otu_01643", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Ruminococcaceae", "g__uncultured", "s__NA"]}}, {"id": "otu_01642", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Eubacteriaceae", "g__Eubacterium", "s__Rectale"]}}, {"id": "otu_01641", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Streptococcaceae", "g__Streptococcus", "s__Parasanguinis"]}}, {"id": "otu_00903", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Microbacteriaceae", "g__Pseudoclavibacter", "s__Helvolus"]}}, {"id": "otu_00462", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Corynebacteriales", "f__Corynebacteriaceae", "g__Corynebacterium", "s__Singulare"]}}, {"id": "otu_00469", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Corynebacteriales", "f__Corynebacteriaceae", "g__Corynebacterium", "s__Testudinoris"]}}, {"id": "otu_00263", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Clostridiaceae", "g__Clostridium", "s__Hastiforme"]}}, {"id": "otu_00260", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Clostridiaceae", "g__Clostridium", "s__Bartlettii"]}}, {"id": "otu_00266", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Clostridiaceae", "g__Clostridium", "s__Oroticum"]}}, {"id": "otu_01209", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Moraxellaceae", "g__Psychrobacter", "s__Nivimaris"]}}, {"id": "otu_01208", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Moraxellaceae", "g__Psychrobacter", "s__Faecalis"]}}, {"id": "otu_01205", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Pseudomonadaceae", "g__Pseudomonas", "s__Deceptionensis"]}}, {"id": "otu_01204", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Pseudomonadaceae", "g__Pseudomonas", "s__Fragi"]}}, {"id": "otu_01203", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Pseudomonadaceae", "g__Pseudomonas", "s__Fluorescens"]}}, {"id": "otu_00833", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Listeriaceae", "g__Listeria", "s__Monocytogenes"]}}, {"id": "otu_00838", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Staphylococcaceae", "g__Macrococcus", "s__Caseolyticus"]}}, {"id": "otu_01907", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__NA"]}}, {"id": "otu_00990", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Micrococcaceae", "g__Arthrobacter", "s__Antarcticus"]}}, {"id": "otu_00994", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Micrococcaceae", "g__Arthrobacter", "s__Psychrolactophilus"]}}, {"id": "otu_01025", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Neisseriales", "f__Neisseriaceae", "g__Neisseria", "s__Subflava"]}}, {"id": "otu_00999", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Micrococcaceae", "g__Arthrobacter", "s__Cryotolerans"]}}, {"id": "otu_00411", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Comamonadaceae", "g__Simplicispira", "s__Psychrophila"]}}, {"id": "otu_00417", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Comamonadaceae", "g__Acidovorax", "s__Defluvii"]}}, {"id": "otu_00418", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Comamonadaceae", "g__Limnohabitans", "s__Planktonicus"]}}, {"id": "otu_00396", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Comamonadaceae", "g__Rhodoferax", "s__Ferrireducens"]}}, {"id": "otu_00391", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Comamonadaceae", "g__Polaromonas", "s__Hydrogenivorans"]}}, {"id": "otu_00398", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Comamonadaceae", "g__Acidovorax", "s__Temperans"]}}, {"id": "otu_00182", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Burkholderiaceae", "g__Ralstonia", "s__Pickettii"]}}, {"id": "otu_00191", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Carnobacteriaceae", "g__Carnobacterium", "s__Maltaromaticum"]}}, {"id": "otu_00192", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Carnobacteriaceae", "g__Carnobacterium", "s__Jeotgali"]}}, {"id": "otu_00193", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Carnobacteriaceae", "g__Carnobacterium", "s__Viridans"]}}, {"id": "otu_00194", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Carnobacteriaceae", "g__Carnobacterium", "s__Mobile"]}}, {"id": "otu_00195", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Carnobacteriaceae", "g__Carnobacterium", "s__Inhibens"]}}, {"id": "otu_01737", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Sphingobacteria", "o__Sphingobacteriales", "f__Chitinophagaceae", "g__Sediminibacterium", "s__NA"]}}, {"id": "otu_01735", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Dermacoccaceae", "g__Dermacoccus", "s__Nishinomiyaensis"]}}, {"id": "otu_01734", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Comamonadaceae", "g__Acidovorax", "s__NA"]}}, {"id": "otu_01732", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Moraxellaceae", "g__Acinetobacter", "s__Schindleri"]}}, {"id": "otu_01731", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Cloacibacterium", "s__Normanense"]}}, {"id": "otu_00601", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Family XII Incertae Sedis", "g__Exiguobacterium", "s__Oxidotolerans"]}}, {"id": "otu_00527", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Enterobacteriales", "f__Enterobacteriaceae", "g__Morganella", "s__Psychrotolerans"]}}, {"id": "otu_00526", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Enterobacteriales", "f__Enterobacteriaceae", "g__Proteus", "s__Mirabilis"]}}, {"id": "otu_00521", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Enterobacteriales", "f__Enterobacteriaceae", "g__Morganella", "s__Morganii"]}}, {"id": "otu_00520", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Enterobacteriales", "f__Enterobacteriaceae", "g__Raoultella", "s__Ornithinolytica"]}}, {"id": "otu_00482", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Corynebacteriales", "f__Corynebacteriaceae", "g__Corynebacterium", "s__Ammoniagenes"]}}, {"id": "otu_00483", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Corynebacteriales", "f__Corynebacteriaceae", "g__Corynebacterium", "s__Accolens"]}}, {"id": "otu_00480", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Corynebacteriales", "f__Corynebacteriaceae", "g__Corynebacterium", "s__Callunae"]}}, {"id": "otu_00485", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Corynebacteriales", "f__Corynebacteriaceae", "g__Corynebacterium", "s__Jeikeium"]}}, {"id": "otu_01804", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Carnobacteriaceae", "g__Carnobacterium", "s__NA"]}}, {"id": "otu_01213", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Moraxellaceae", "g__Psychrobacter", "s__Maritimus"]}}, {"id": "otu_01803", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Alteromonadales", "f__Shewanellaceae", "g__Shewanella", "s__NA"]}}, {"id": "otu_01802", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__NA", "f__NA", "g__NA", "s__NA"]}}, {"id": "otu_01706", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Acidimicrobiia", "o__Acidimicrobiales", "f__Acidimicrobiaceae", "g__Ilumatobacter", "s__NA"]}}, {"id": "otu_00165", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Burkholderiaceae", "g__Chitinimonas", "s__Koreensis"]}}, {"id": "otu_01609", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Enterococcaceae", "g__Vagococcus", "s__Lutrae"]}}, {"id": "otu_00160", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Brevibacteriaceae", "g__Brevibacterium", "s__Antiquum"]}}, {"id": "otu_00162", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Listeriaceae", "g__Brochothrix", "s__Thermosphacta"]}}, {"id": "otu_01603", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Streptococcaceae", "g__Streptococcus", "s__Parauberis"]}}, {"id": "otu_00168", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Burkholderiaceae", "g__Burkholderia", "s__Cenocepacia"]}}, {"id": "otu_01604", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Streptococcaceae", "g__Streptococcus", "s__Mitis"]}}, {"id": "otu_00730", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Lactobacillaceae", "g__Lactobacillus", "s__Crispatus"]}}, {"id": "otu_00732", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Lactobacillaceae", "g__Lactobacillus", "s__Animalis"]}}, {"id": "otu_00736", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Lactobacillaceae", "g__Lactobacillus", "s__Ingluviei"]}}, {"id": "otu_00738", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Lactobacillaceae", "g__Lactobacillus", "s__Fuchuensis"]}}, {"id": "otu_00632", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Robiginitalea", "s__Biformata"]}}, {"id": "otu_00634", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Myroides", "s__Marinus"]}}, {"id": "otu_01758", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Corynebacteriales", "f__Dietziaceae", "g__Dietzia", "s__Schimae"]}}, {"id": "otu_01709", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Carnobacteriaceae", "g__Atopostipes", "s__Suicloacalis"]}}, {"id": "otu_00259", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Lachnospiraceae", "g__Butyrivibrio", "s__Proteoclasticus"]}}, {"id": "otu_00228", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__Indologenes"]}}, {"id": "otu_00226", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__Gleum"]}}, {"id": "otu_00227", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__Bovis"]}}, {"id": "otu_00224", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__Aquaticum"]}}, {"id": "otu_00225", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__Marinum"]}}, {"id": "otu_00222", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__Indoltheticum"]}}, {"id": "otu_00223", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__Scophthalmum"]}}, {"id": "otu_00220", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__Hominis"]}}, {"id": "otu_00221", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__Daeguense"]}}, {"id": "otu_01097", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Vibrionales", "f__Vibrionaceae", "g__Photobacterium", "s__Aquimaris"]}}, {"id": "otu_01699", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Family XI Incertae Sedis", "g__Anaerococcus", "s__NA"]}}, {"id": "otu_01450", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Alteromonadales", "f__Shewanellaceae", "g__Shewanella", "s__Morhuae"]}}, {"id": "otu_01451", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Alteromonadales", "f__Shewanellaceae", "g__Shewanella", "s__Baltica"]}}, {"id": "otu_01515", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Sphingomonadales", "f__Sphingomonadaceae", "g__Sphingomonas", "s__Aestuarii"]}}, {"id": "otu_00595", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Erysipelotrichi", "o__Erysipelotrichales", "f__Erysipelotrichaceae", "g__Erysipelothrix", "s__Tonsillarum"]}}, {"id": "otu_00596", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Erysipelotrichi", "o__Erysipelotrichales", "f__Erysipelotrichaceae", "g__Sharpea", "s__Azabuensis"]}}, {"id": "otu_01100", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Vibrionales", "f__Vibrionaceae", "g__Photobacterium", "s__Lipolyticum"]}}, {"id": "otu_01101", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Vibrionales", "f__Vibrionaceae", "g__Photobacterium", "s__Phosphoreum"]}}, {"id": "otu_00593", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Erysipelotrichi", "o__Erysipelotrichales", "f__Erysipelotrichaceae", "g__Turicibacter", "s__Sanguinis"]}}, {"id": "otu_00451", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Corynebacteriales", "f__Corynebacteriaceae", "g__Corynebacterium", "s__Macginleyi"]}}, {"id": "otu_00599", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Eubacteriaceae", "g__Eubacterium", "s__Cylindroides"]}}, {"id": "otu_00357", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Comamonadaceae", "g__Pseudorhodoferax", "s__Soli"]}}, {"id": "otu_01848", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__NA"]}}, {"id": "otu_00358", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Comamonadaceae", "g__Comamonas", "s__Kerstersii"]}}, {"id": "otu_00359", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Comamonadaceae", "g__Variovorax", "s__Soli"]}}, {"id": "otu_00296", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Clostridiaceae", "g__Clostridium", "s__Putrefaciens"]}}, {"id": "otu_00941", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Micrococcaceae", "g__Arthrobacter", "s__Psychrochitiniphilus"]}}, {"id": "otu_01420", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Xanthomonadales", "f__Xanthomonadaceae", "g__Rhodanobacter", "s__Lindaniclasticus"]}}, {"id": "otu_00865", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Microbacteriaceae", "g__Microbacterium", "s__Lacticum"]}}, {"id": "otu_00688", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__Degerlachei"]}}, {"id": "otu_00689", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__Antarcticum"]}}, {"id": "otu_01775", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Actinomycetales", "f__Actinomycetaceae", "g__Trueperella", "s__Pyogenes"]}}, {"id": "otu_01774", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Ruminococcaceae", "g__uncultured", "s__NA"]}}, {"id": "otu_00680", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__Johnsoniae"]}}, {"id": "otu_00682", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__Glaciei"]}}, {"id": "otu_00683", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__Segetis"]}}, {"id": "otu_00685", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__Psychrolimnae"]}}, {"id": "otu_00687", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__Weaverense"]}}, {"id": "otu_01175", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Pseudomonadaceae", "g__Pseudomonas", "s__Taetrolens"]}}, {"id": "otu_01177", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Pseudomonadaceae", "g__Pseudomonas", "s__Salomonii"]}}, {"id": "otu_01844", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Myroides", "s__NA"]}}, {"id": "otu_01798", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Vibrionales", "f__Vibrionaceae", "g__Aliivibrio", "s__NA"]}}, {"id": "otu_01846", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__NA"]}}, {"id": "otu_00006", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Moraxellaceae", "g__Acinetobacter", "s__Lwoffii"]}}, {"id": "otu_00004", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Moraxellaceae", "g__Acinetobacter", "s__Calcoaceticus"]}}, {"id": "otu_00005", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Moraxellaceae", "g__Acinetobacter", "s__Baumannii"]}}, {"id": "otu_00779", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Lactobacillaceae", "g__Lactobacillus", "s__Plantarum"]}}, {"id": "otu_00001", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Moraxellaceae", "g__Acinetobacter", "s__Beijerinckii"]}}, {"id": "otu_00775", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Lactobacillaceae", "g__Lactobacillus", "s__Amylovorus"]}}, {"id": "otu_00776", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Lactobacillaceae", "g__Lactobacillus", "s__Helveticus"]}}, {"id": "otu_00770", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Lactobacillaceae", "g__Lactobacillus", "s__Bobalius"]}}, {"id": "otu_00675", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__Omnivorum"]}}, {"id": "otu_01084", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhodobacterales", "f__Rhodobacteraceae", "g__Paracoccus", "s__Koreensis"]}}, {"id": "otu_01087", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhodobacterales", "f__Rhodobacteraceae", "g__Paracoccus", "s__Alcaliphilus"]}}, {"id": "otu_01086", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhodobacterales", "f__Rhodobacteraceae", "g__Paracoccus", "s__Sulfuroxidans"]}}, {"id": "otu_00670", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__Tegetincola"]}}, {"id": "otu_00673", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__Saccharophilum"]}}, {"id": "otu_00672", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__Hercynium"]}}, {"id": "otu_00572", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Enterococcaceae", "g__Enterococcus", "s__Aquimarinus"]}}, {"id": "otu_00679", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__Succinicans"]}}, {"id": "otu_00577", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Enterococcaceae", "g__Enterococcus", "s__Cecorum"]}}, {"id": "otu_00574", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Enterococcaceae", "g__Enterococcus", "s__Faecalis"]}}, {"id": "otu_01858", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__NA"]}}, {"id": "otu_01852", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__PeM15", "f__NA", "g__NA", "s__NA"]}}, {"id": "otu_01853", "metadata": {"taxonomy": ["k__Bacteria", "p__Fusobacteria", "c__Fusobacteria", "o__Fusobacteriales", "f__Hados.Sed.Eubac.3", "g__NA", "s__NA"]}}, {"id": "otu_01851", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Deltaproteobacteria", "o__NA", "f__NA", "g__NA", "s__NA"]}}, {"id": "otu_01856", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Ruminococcaceae", "g__uncultured", "s__NA"]}}, {"id": "otu_01857", "metadata": {"taxonomy": ["k__Bacteria", "p__Tenericutes", "c__Mollicutes", "o__Mycoplasmatales", "f__Mycoplasmataceae", "g__Candidatus Lumbricincola", "s__NA"]}}, {"id": "otu_01854", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Clostridiaceae", "g__Proteiniclasticum", "s__NA"]}}, {"id": "otu_01559", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Staphylococcaceae", "g__Staphylococcus", "s__Lentus"]}}, {"id": "otu_01495", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__Mizutaii"]}}, {"id": "otu_00133", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Bacteroidia", "o__Bacteroidales", "f__Bacteroidaceae", "g__Bacteroides", "s__Pyogenes"]}}, {"id": "otu_01550", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Staphylococcaceae", "g__Staphylococcus", "s__Warneri"]}}, {"id": "otu_01556", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Staphylococcaceae", "g__Staphylococcus", "s__Cohnii"]}}, {"id": "otu_01799", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Epsilonproteobacteria", "o__Campylobacterales", "f__Campylobacteraceae", "g__Arcobacter", "s__NA"]}}, {"id": "otu_01651", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__NA"]}}, {"id": "otu_01652", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Corynebacteriales", "f__Mycobacteriaceae", "g__Mycobacterium", "s__Cookii"]}}, {"id": "otu_01653", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Micrococcaceae", "g__Arthrobacter", "s__Soli"]}}, {"id": "otu_01655", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Eubacteriaceae", "g__Eubacterium", "s__Biforme"]}}, {"id": "otu_01656", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Carnobacteriaceae", "g__Trichococcus", "s__Pasteurii"]}}, {"id": "otu_01657", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Dermabacteraceae", "g__Brachybacterium", "s__Paraconglomeratum"]}}, {"id": "otu_00701", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__Soli"]}}, {"id": "otu_01659", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhodobacterales", "f__Rhodobacteraceae", "g__Pseudoruegeria", "s__NA"]}}, {"id": "otu_01793", "metadata": {"taxonomy": ["k__Bacteria", "p__Fusobacteria", "c__Fusobacteria", "o__Fusobacteriales", "f__Fusobacteriaceae", "g__Fusobacterium", "s__Periodonticum"]}}, {"id": "otu_01792", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Family XI Incertae Sedis", "g__Finegoldia", "s__Magna"]}}, {"id": "otu_00705", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__Xinjiangense"]}}, {"id": "otu_01794", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Neisseriales", "f__Neisseriaceae", "g__uncultured", "s__NA"]}}, {"id": "otu_01797", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__NA"]}}, {"id": "otu_00857", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Microbacteriaceae", "g__Microbacterium", "s__Maritypicum"]}}, {"id": "otu_01825", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Vibrionales", "f__Vibrionaceae", "g__Photobacterium", "s__NA"]}}, {"id": "otu_00311", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Clostridiaceae", "g__Clostridium", "s__Disporicum"]}}, {"id": "otu_01210", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Moraxellaceae", "g__Psychrobacter", "s__Urativorans"]}}, {"id": "otu_00254", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Clostridiaceae", "g__Clostridium", "s__Nexile"]}}, {"id": "otu_00250", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__Shigense"]}}, {"id": "otu_01357", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhodospirillales", "f__Acetobacteraceae", "g__Acidocella", "s__Facilis"]}}, {"id": "otu_00824", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Leuconostocaceae", "g__Leuconostoc", "s__Gasicomitatum"]}}, {"id": "otu_00825", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Leuconostocaceae", "g__Leuconostoc", "s__Lactis"]}}, {"id": "otu_00826", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Leuconostocaceae", "g__Leuconostoc", "s__Kimchii"]}}, {"id": "otu_00820", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Leuconostocaceae", "g__Leuconostoc", "s__Citreum"]}}, {"id": "otu_00821", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Leuconostocaceae", "g__Leuconostoc", "s__Gelidum"]}}, {"id": "otu_00823", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Leuconostocaceae", "g__Leuconostoc", "s__Mesenteroides"]}}, {"id": "otu_00459", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Corynebacteriales", "f__Corynebacteriaceae", "g__Corynebacterium", "s__Tuscaniense"]}}, {"id": "otu_00828", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Leuconostocaceae", "g__Leuconostoc", "s__Carnosum"]}}, {"id": "otu_00591", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Enterococcaceae", "g__Enterococcus", "s__Ratti"]}}, {"id": "otu_01034", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Oxalobacteraceae", "g__Janthinobacterium", "s__NA"]}}, {"id": "otu_01039", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Oxalobacteraceae", "g__Janthinobacterium", "s__Agaricidamnosum"]}}, {"id": "otu_00402", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Comamonadaceae", "g__Comamonas", "s__Koreensis"]}}, {"id": "otu_00403", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Comamonadaceae", "g__Curvibacter", "s__Lanceolatus"]}}, {"id": "otu_00404", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Comamonadaceae", "g__Variovorax", "s__Boronicumulans"]}}, {"id": "otu_01730", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Peptostreptococcaceae", "g__Peptostreptococcus", "s__Russellii"]}}, {"id": "otu_00919", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Microbacteriaceae", "g__Microbacterium", "s__Paraoxydans"]}}, {"id": "otu_00917", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Microbacteriaceae", "g__Leucobacter", "s__Iarius"]}}, {"id": "otu_01683", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Clostridiaceae", "g__Clostridium", "s__Lituseburense"]}}, {"id": "otu_01682", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Actinomycetales", "f__Actinomycetaceae", "g__Actinomyces", "s__Viscosus"]}}, {"id": "otu_01680", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Moraxellaceae", "g__Psychrobacter", "s__Fozii"]}}, {"id": "otu_01687", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhodobacterales", "f__Rhodobacteraceae", "g__Rhodobacter", "s__NA"]}}, {"id": "otu_01685", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Deltaproteobacteria", "o__NA", "f__NA", "g__NA", "s__NA"]}}, {"id": "otu_01689", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Family XIII Incertae Sedis", "g__Mogibacterium", "s__NA"]}}, {"id": "otu_01723", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhodobacterales", "f__Rhodobacteraceae", "g__NA", "s__NA"]}}, {"id": "otu_01724", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Paenibacillaceae", "g__Paenibacillus", "s__NA"]}}, {"id": "otu_01725", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Staphylococcaceae", "g__Nosocomiicoccus", "s__Ampullae"]}}, {"id": "otu_01726", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Family XI Incertae Sedis", "g__Gemella", "s__Sanguinis"]}}, {"id": "otu_01041", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Oxalobacteraceae", "g__Massilia", "s__Aurea"]}}, {"id": "otu_01040", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Oxalobacteraceae", "g__Janthinobacterium", "s__Lividum"]}}, {"id": "otu_01043", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Oxalobacteraceae", "g__Massilia", "s__Timonae"]}}, {"id": "otu_01045", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Oxalobacteraceae", "g__Massilia", "s__Brevitalea"]}}, {"id": "otu_01638", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Leuconostocaceae", "g__Weissella", "s__Cibaria"]}}, {"id": "otu_01816", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Peptostreptococcaceae", "g__uncultured", "s__NA"]}}, {"id": "otu_01813", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Myroides", "s__NA"]}}, {"id": "otu_01810", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Bacteroidia", "o__Bacteroidales", "f__Porphyromonadaceae", "g__Parabacteroides", "s__NA"]}}, {"id": "otu_01818", "metadata": {"taxonomy": ["k__Bacteria", "p__Fusobacteria", "c__Fusobacteria", "o__Fusobacteriales", "f__Hados.Sed.Eubac.3", "g__NA", "s__NA"]}}, {"id": "otu_01819", "metadata": {"taxonomy": ["k__Bacteria", "p__Fusobacteria", "c__Fusobacteria", "o__Fusobacteriales", "f__Fusobacteriaceae", "g__Cetobacterium", "s__NA"]}}, {"id": "otu_01597", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Streptococcaceae", "g__Streptococcus", "s__Oralis"]}}, {"id": "otu_00177", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Burkholderiaceae", "g__Limnobacter", "s__Thiooxidans"]}}, {"id": "otu_01594", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Streptococcaceae", "g__Streptococcus", "s__Infantarius"]}}, {"id": "otu_01593", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Streptococcaceae", "g__Streptococcus", "s__Sanguinis"]}}, {"id": "otu_01610", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Enterococcaceae", "g__Vagococcus", "s__Salmoninarum"]}}, {"id": "otu_01611", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Enterococcaceae", "g__Vagococcus", "s__Fessus"]}}, {"id": "otu_01612", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Enterococcaceae", "g__Vagococcus", "s__Carniphilus"]}}, {"id": "otu_01613", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Enterococcaceae", "g__Vagococcus", "s__Fluvialis"]}}, {"id": "otu_00745", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Lactobacillaceae", "g__Lactobacillus", "s__Algidus"]}}, {"id": "otu_00740", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Lactobacillaceae", "g__Lactobacillus", "s__Kimchii"]}}, {"id": "otu_01886", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__NA"]}}, {"id": "otu_00624", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Cloacibacterium", "s__Rupense"]}}, {"id": "otu_01711", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Caulobacterales", "f__Caulobacteraceae", "g__uncultured", "s__NA"]}}, {"id": "otu_01713", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Cellulomonadaceae", "g__Demequina", "s__Flava"]}}, {"id": "otu_00589", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Enterococcaceae", "g__Enterococcus", "s__Hermanniensis"]}}, {"id": "otu_00214", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Caulobacterales", "f__Caulobacteraceae", "g__Brevundimonas", "s__Diminuta"]}}, {"id": "otu_01257", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhizobiales", "f__Methylobacteriaceae", "g__Methylobacterium", "s__Fujisawaense"]}}, {"id": "otu_01728", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Leuconostocaceae", "g__Weissella", "s__Halotolerans"]}}, {"id": "otu_01729", "metadata": {"taxonomy": ["k__Bacteria", "p__Cyanobacteria", "c__SubsectionI", "o__Prochlorococcus", "f__NA", "g__NA", "s__NA"]}}, {"id": "otu_01462", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Sphingobacteria", "o__Sphingobacteriales", "f__Sphingobacteriaceae", "g__Sphingobacterium", "s__Multivorum"]}}, {"id": "otu_01461", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Alteromonadales", "f__Shewanellaceae", "g__Shewanella", "s__Frigidimarina"]}}, {"id": "otu_01716", "metadata": {"taxonomy": ["k__Bacteria", "p__Fusobacteria", "c__Fusobacteria", "o__Fusobacteriales", "f__Fusobacteriaceae", "g__Fusobacterium", "s__Necrophorum"]}}, {"id": "otu_01466", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Sphingobacteria", "o__Sphingobacteriales", "f__Sphingobacteriaceae", "g__Sphingobacterium", "s__Composti"]}}, {"id": "otu_01669", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Propionibacteriales", "f__Nocardioidaceae", "g__Nocardioides", "s__NA"]}}, {"id": "otu_01668", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Streptococcaceae", "g__Streptococcus", "s__NA"]}}, {"id": "otu_01661", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Ruminococcaceae", "g__Ruminococcus", "s__NA"]}}, {"id": "otu_01663", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Leuconostocaceae", "g__Weissella", "s__Ceti"]}}, {"id": "otu_01662", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Corynebacteriales", "f__Nocardiaceae", "g__Rhodococcus", "s__Jialingiae"]}}, {"id": "otu_01665", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Moraxellaceae", "g__Psychrobacter", "s__Sanguinis"]}}, {"id": "otu_01667", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Comamonadaceae", "g__Aquabacterium", "s__Parvum"]}}, {"id": "otu_00449", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Corynebacteriales", "f__Corynebacteriaceae", "g__Corynebacterium", "s__Glutamicum"]}}, {"id": "otu_00446", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Corynebacteriales", "f__Corynebacteriaceae", "g__Corynebacterium", "s__Simulans"]}}, {"id": "otu_00366", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Comamonadaceae", "g__Comamonas", "s__Testosteroni"]}}, {"id": "otu_00365", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Comamonadaceae", "g__Curvibacter", "s__Gracilis"]}}, {"id": "otu_00360", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Comamonadaceae", "g__Pelomonas", "s__Saccharophila"]}}, {"id": "otu_01221", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Moraxellaceae", "g__Psychrobacter", "s__Glacincola"]}}, {"id": "otu_01222", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhizobiales", "f__Bradyrhizobiaceae", "g__Afipia", "s__Broomeae"]}}, {"id": "otu_01094", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Vibrionales", "f__Vibrionaceae", "g__Photobacterium", "s__Angustum"]}}, {"id": "otu_01226", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhizobiales", "f__Brucellaceae", "g__Pseudochrobactrum", "s__Asaccharolyticum"]}}, {"id": "otu_00954", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Micrococcaceae", "g__Kocuria", "s__Palustris"]}}, {"id": "otu_00952", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Micrococcaceae", "g__Micrococcus", "s__Terreus"]}}, {"id": "otu_01093", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Vibrionales", "f__Vibrionaceae", "g__Photobacterium", "s__Rosenbergii"]}}, {"id": "otu_00085", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Bacillaceae", "g__Bacillus", "s__Cereus"]}}, {"id": "otu_00082", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Bacillaceae", "g__Bacillus", "s__Aerophilus"]}}, {"id": "otu_01765", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Propionibacteriales", "f__Nocardioidaceae", "g__Marmoricola", "s__Scoriae"]}}, {"id": "otu_01766", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Coriobacteria", "o__Coriobacteriales", "f__Coriobacteriaceae", "g__Olsenella", "s__NA"]}}, {"id": "otu_01760", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Corynebacteriales", "f__Corynebacteriaceae", "g__Corynebacterium", "s__Humireducens"]}}, {"id": "otu_01005", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Micrococcaceae", "g__Micrococcus", "s__Luteus"]}}, {"id": "otu_01768", "metadata": {"taxonomy": ["k__Bacteria", "p__Fusobacteria", "c__Fusobacteria", "o__Fusobacteriales", "f__Fusobacteriaceae", "g__Fusobacterium", "s__NA"]}}, {"id": "otu_01769", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhodobacterales", "f__Rhodobacteraceae", "g__NA", "s__NA"]}}, {"id": "otu_01773", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Bacteroidia", "o__Bacteroidales", "f__BS11 gut group", "g__NA", "s__NA"]}}, {"id": "otu_01160", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Alteromonadales", "f__Pseudoalteromonadaceae", "g__Pseudoalteromonas", "s__Arctica"]}}, {"id": "otu_01079", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhodobacterales", "f__Rhodobacteraceae", "g__Paracoccus", "s__Versutus"]}}, {"id": "otu_01168", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Pseudomonadaceae", "g__Pseudomonas", "s__Frederikbergensis"]}}, {"id": "otu_01169", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Pseudomonadaceae", "g__Pseudomonas", "s__Panacis"]}}, {"id": "otu_01918", "metadata": {"taxonomy": ["k__Bacteria", "p__CK-1C4-19", "c__NA", "o__NA", "f__NA", "g__NA", "s__NA"]}}, {"id": "otu_01913", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Veillonellaceae", "g__Succiniclasticum", "s__NA"]}}, {"id": "otu_01911", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__NA"]}}, {"id": "otu_01910", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__NA"]}}, {"id": "otu_00032", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Aeromonadales", "f__Aeromonadaceae", "g__Aeromonas", "s__Salmonicida"]}}, {"id": "otu_00034", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Aeromonadales", "f__Aeromonadaceae", "g__Aeromonas", "s__Popoffii"]}}, {"id": "otu_00781", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Lactobacillaceae", "g__Lactobacillus", "s__Delbrueckii"]}}, {"id": "otu_00783", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Lactobacillaceae", "g__Lactobacillus", "s__Farciminis"]}}, {"id": "otu_01712", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__Oncorhynchi"]}}, {"id": "otu_01717", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Chromatiales", "f__Chromatiaceae", "g__Thiohalocapsa", "s__NA"]}}, {"id": "otu_00786", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Lactobacillaceae", "g__Lactobacillus", "s__Curvatus"]}}, {"id": "otu_00789", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Lactobacillaceae", "g__Lactobacillus", "s__Salivarius"]}}, {"id": "otu_01528", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Sphingomonadales", "f__Sphingomonadaceae", "g__Sphingomonas", "s__Paucimobilis"]}}, {"id": "otu_01075", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhodobacterales", "f__Rhodobacteraceae", "g__Paracoccus", "s__Aminovorans"]}}, {"id": "otu_00666", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Myroides", "s__Phaeus"]}}, {"id": "otu_00667", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__Granuli"]}}, {"id": "otu_00664", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Epilithonimonas", "s__Lactis"]}}, {"id": "otu_01095", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Vibrionales", "f__Vibrionaceae", "g__Photobacterium", "s__Profundum"]}}, {"id": "otu_00662", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Myroides", "s__Odoratimimus"]}}, {"id": "otu_00663", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Planobacterium", "s__Taklimakanense"]}}, {"id": "otu_01091", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Vibrionales", "f__Vibrionaceae", "g__Photobacterium", "s__Frigidiphilum"]}}, {"id": "otu_00545", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Enterobacteriales", "f__Enterobacteriaceae", "g__Yersinia", "s__Intermedia"]}}, {"id": "otu_01098", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Vibrionales", "f__Vibrionaceae", "g__Photobacterium", "s__Kishitanii"]}}, {"id": "otu_01293", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhizobiales", "f__Methylobacteriaceae", "g__Methylobacterium", "s__Zatmanii"]}}, {"id": "otu_01867", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__NA", "o__NA", "f__NA", "g__NA", "s__NA"]}}, {"id": "otu_01866", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Aerococcaceae", "g__Facklamia", "s__NA"]}}, {"id": "otu_01864", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Carnobacteriaceae", "g__uncultured", "s__NA"]}}, {"id": "otu_01863", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__NA"]}}, {"id": "otu_01860", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Polaribacter", "s__NA"]}}, {"id": "otu_01148", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Bacteroidia", "o__Bacteroidales", "f__Prevotellaceae", "g__Prevotella", "s__Melaninogenica"]}}, {"id": "otu_01548", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Staphylococcaceae", "g__Staphylococcus", "s__Haemolyticus"]}}, {"id": "otu_01549", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Staphylococcaceae", "g__Staphylococcus", "s__Saprophyticus"]}}, {"id": "otu_01545", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Staphylococcaceae", "g__Staphylococcus", "s__Aureus"]}}, {"id": "otu_01546", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Staphylococcaceae", "g__Staphylococcus", "s__Epidermidis"]}}, {"id": "otu_01547", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Staphylococcaceae", "g__Staphylococcus", "s__Lugdunensis"]}}, {"id": "otu_01788", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhizobiales", "f__Uncultured", "g__NA", "s__NA"]}}, {"id": "otu_01626", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Vibrionales", "f__Vibrionaceae", "g__Vibrio", "s__Litoralis"]}}, {"id": "otu_01782", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Sphingomonadales", "f__Sphingomonadaceae", "g__Novosphingobium", "s__NA"]}}, {"id": "otu_00713", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Bacillaceae", "g__Geobacillus", "s__Debilis"]}}, {"id": "otu_01751", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Bacillaceae", "g__Anoxybacillus", "s__Flavithermus"]}}, {"id": "otu_01781", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Alteromonadales", "f__Moritellaceae", "g__Moritella", "s__Abyssi"]}}, {"id": "otu_01784", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Ruminococcaceae", "g__Faecalibacterium", "s__NA"]}}, {"id": "otu_01785", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Planococcaceae", "g__Planococcus", "s__Halocryophilus"]}}, {"id": "otu_00248", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__Antarcticum"]}}, {"id": "otu_00249", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__Ureilyticum"]}}, {"id": "otu_01701", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Deltaproteobacteria", "o__Desulfobacterales", "f__Desulfobacteraceae", "g__uncultured", "s__NA"]}}, {"id": "otu_01750", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Neisseriales", "f__Neisseriaceae", "g__uncultured", "s__NA"]}}, {"id": "otu_00241", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__Caeni"]}}, {"id": "otu_00242", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__Vrystaatense"]}}, {"id": "otu_00244", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__Haifense"]}}, {"id": "otu_01264", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhizobiales", "f__Brucellaceae", "g__Ochrobactrum", "s__Rhizosphaerae"]}}, {"id": "otu_01342", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhizobiales", "f__Rhizobiaceae", "g__Rhizobium", "s__Rosettiformans"]}}, {"id": "otu_01430", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Xanthomonadales", "f__Xanthomonadaceae", "g__Rhodanobacter", "s__Spathiphylli"]}}, {"id": "otu_01432", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Pseudomonadaceae", "g__Pseudomonas", "s__Boreopolis"]}}, {"id": "otu_01679", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Staphylococcaceae", "g__Staphylococcus", "s__Equorum"]}}, {"id": "otu_01439", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Xanthomonadales", "f__Xanthomonadaceae", "g__Stenotrophomonas", "s__Maltophilia"]}}, {"id": "otu_01537", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Sphingomonadales", "f__Sphingomonadaceae", "g__Sphingobium", "s__Ummariense"]}}, {"id": "otu_00436", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Corynebacteriales", "f__Corynebacteriaceae", "g__Corynebacterium", "s__Efficiens"]}}, {"id": "otu_00432", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Corynebacteriales", "f__Corynebacteriaceae", "g__Corynebacterium", "s__Casei"]}}, {"id": "otu_00431", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Corynebacteriales", "f__Corynebacteriaceae", "g__Corynebacterium", "s__Tuberculostearicum"]}}, {"id": "otu_00429", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Corynebacteriales", "f__Corynebacteriaceae", "g__Corynebacterium", "s__Xerosis"]}}, {"id": "otu_01791", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Myroides", "s__Odoratus"]}}, {"id": "otu_00439", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Corynebacteriales", "f__Corynebacteriaceae", "g__Corynebacterium", "s__Kroppenstedtii"]}}, {"id": "otu_01704", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Ruminococcaceae", "g__Saccharofermentans", "s__NA"]}}, {"id": "otu_00969", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Micrococcaceae", "g__Rothia", "s__Amarae"]}}, {"id": "otu_00964", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Micrococcaceae", "g__Kocuria", "s__Salsicia"]}}, {"id": "otu_00966", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Micrococcaceae", "g__Arthrobacter", "s__Kerguelensis"]}}, {"id": "otu_00960", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Micrococcaceae", "g__Micrococcus", "s__Flavus"]}}, {"id": "otu_01088", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhodobacterales", "f__Rhodobacteraceae", "g__Paracoccus", "s__Aminophilus"]}}, {"id": "otu_01694", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Lachnospiraceae", "g__NA", "s__NA"]}}, {"id": "otu_01696", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Bacteroidia", "o__Bacteroidales", "f__BS11 gut group", "g__NA", "s__NA"]}}, {"id": "otu_01697", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Chromatiales", "f__Chromatiaceae", "g__Thiococcus", "s__NA"]}}, {"id": "otu_01690", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Lachnospiraceae", "g__Dorea", "s__Longicatena"]}}, {"id": "otu_01691", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Lachnospiraceae", "g__NA", "s__NA"]}}, {"id": "otu_01692", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__Chaponense"]}}, {"id": "otu_01757", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Micrococcaceae", "g__Kocuria", "s__Rhizophila"]}}, {"id": "otu_01698", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Oxalobacteraceae", "g__Undibacterium", "s__Oligocarboniphilum"]}}, {"id": "otu_01119", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Bacteroidia", "o__Bacteroidales", "f__Porphyromonadaceae", "g__Porphyromonas", "s__Catoniae"]}}, {"id": "otu_01192", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Pseudomonadaceae", "g__Pseudomonas", "s__Agarici"]}}, {"id": "otu_01789", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Pseudomonadaceae", "g__Pseudomonas", "s__Caeni"]}}, {"id": "otu_01822", "metadata": {"taxonomy": ["k__Bacteria", "p__Fusobacteria", "c__Fusobacteria", "o__Fusobacteriales", "f__Hados.Sed.Eubac.3", "g__NA", "s__NA"]}}, {"id": "otu_01827", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Vibrionales", "f__Vibrionaceae", "g__Vibrio", "s__NA"]}}, {"id": "otu_01826", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Vibrionales", "f__Vibrionaceae", "g__Photobacterium", "s__NA"]}}, {"id": "otu_01393", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Xanthomonadales", "f__Xanthomonadaceae", "g__Stenotrophomonas", "s__Nitritireducens"]}}, {"id": "otu_01824", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Vibrionales", "f__Vibrionaceae", "g__Photobacterium", "s__NA"]}}, {"id": "otu_01581", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Streptococcaceae", "g__Streptococcus", "s__Infantis"]}}, {"id": "otu_01582", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Streptococcaceae", "g__Streptococcus", "s__Gallolyticus"]}}, {"id": "otu_00145", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Brevibacteriaceae", "g__Brevibacterium", "s__Casei"]}}, {"id": "otu_00061", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Bacillaceae", "g__Bacillus", "s__Licheniformis"]}}, {"id": "otu_00753", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Lactobacillaceae", "g__Lactobacillus", "s__Oligofermentans"]}}, {"id": "otu_00618", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Epilithonimonas", "s__Tenax"]}}, {"id": "otu_01894", "metadata": {"taxonomy": ["k__Bacteria", "p__Tenericutes", "c__Mollicutes", "o__Mycoplasmatales", "f__Mycoplasmataceae", "g__Candidatus Bacilloplasma", "s__NA"]}}, {"id": "otu_01891", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Clostridiaceae", "g__uncultured", "s__NA"]}}, {"id": "otu_00209", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Caulobacterales", "f__Caulobacteraceae", "g__Brevundimonas", "s__Nasdae"]}}, {"id": "otu_01478", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Sphingobacteria", "o__Sphingobacteriales", "f__Sphingobacteriaceae", "g__Pedobacter", "s__Heparinus"]}}, {"id": "otu_01474", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Sphingobacteria", "o__Sphingobacteriales", "f__Sphingobacteriaceae", "g__Sphingobacterium", "s__Anhuiense"]}}, {"id": "otu_01574", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Streptococcaceae", "g__Streptococcus", "s__Cristatus"]}}, {"id": "otu_01576", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Streptococcaceae", "g__Streptococcus", "s__Dysgalactiae"]}}, {"id": "otu_01571", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Streptococcaceae", "g__Streptococcus", "s__Pneumoniae"]}}, {"id": "otu_01572", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Streptococcaceae", "g__Streptococcus", "s__Alactolyticus"]}}, {"id": "otu_01673", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Carnobacteriaceae", "g__Trichococcus", "s__NA"]}}, {"id": "otu_01670", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Peptostreptococcaceae", "g__Incertae Sedis", "s__Aminiphila"]}}, {"id": "otu_01671", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Comamonadaceae", "g__Acidovorax", "s__Delafieldii"]}}, {"id": "otu_01579", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Streptococcaceae", "g__Streptococcus", "s__Salivarius"]}}, {"id": "otu_01674", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Bacteroidia", "o__Bacteroidales", "f__Prevotellaceae", "g__Prevotella", "s__NA"]}}, {"id": "otu_01675", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Streptococcaceae", "g__Streptococcus", "s__Australis"]}}, {"id": "otu_00937", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Micrococcaceae", "g__Rothia", "s__Nasimurium"]}}, {"id": "otu_00935", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Microbacteriaceae", "g__Microbacterium", "s__Phyllosphaerae"]}}, {"id": "otu_00472", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Corynebacteriales", "f__Corynebacteriaceae", "g__Corynebacterium", "s__Variabile"]}}, {"id": "otu_00371", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Comamonadaceae", "g__Schlegelella", "s__Thermodepolymerans"]}}, {"id": "otu_00479", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Corynebacteriales", "f__Corynebacteriaceae", "g__Corynebacterium", "s__Afermentans"]}}, {"id": "otu_00478", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Corynebacteriales", "f__Corynebacteriaceae", "g__Corynebacterium", "s__Propinquum"]}}, {"id": "otu_00273", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Clostridiaceae", "g__Clostridium", "s__Bifermentans"]}}, {"id": "otu_00277", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Lachnospiraceae", "g__Blautia", "s__Wexlerae"]}}, {"id": "otu_00276", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Clostridiaceae", "g__Proteiniclasticum", "s__Ruminis"]}}, {"id": "otu_01231", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhizobiales", "f__Xanthobacteraceae", "g__Xanthobacter", "s__Flavus"]}}, {"id": "otu_01409", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Xanthomonadales", "f__Xanthomonadaceae", "g__Lysobacter", "s__Antibioticus"]}}, {"id": "otu_01408", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Xanthomonadales", "f__Xanthomonadaceae", "g__Fulvimonas", "s__Soli"]}}, {"id": "otu_01834", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Aerococcaceae", "g__Facklamia", "s__NA"]}}, {"id": "otu_01407", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Xanthomonadales", "f__Xanthomonadaceae", "g__Stenotrophomonas", "s__Humi"]}}, {"id": "otu_00989", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Micrococcaceae", "g__Arthrobacter", "s__Protophormiae"]}}, {"id": "otu_00988", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Micrococcaceae", "g__Arthrobacter", "s__Tumbae"]}}, {"id": "otu_00985", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Micrococcaceae", "g__Rothia", "s__Dentocariosa"]}}, {"id": "otu_00984", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Micrococcaceae", "g__Kocuria", "s__Carniphila"]}}, {"id": "otu_00982", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Micrococcaceae", "g__Rothia", "s__Mucilaginosa"]}}, {"id": "otu_01157", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Propionibacteriales", "f__Propionibacteriaceae", "g__Propionibacterium", "s__Freudenreichii"]}}, {"id": "otu_01085", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhodobacterales", "f__Rhodobacteraceae", "g__Paracoccus", "s__Thiocyanatus"]}}, {"id": "otu_01153", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Propionibacteriales", "f__Propionibacteriaceae", "g__Propionibacterium", "s__Granulosum"]}}, {"id": "otu_01152", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Propionibacteriales", "f__Propionibacteriaceae", "g__Propionibacterium", "s__Acnes"]}}, {"id": "otu_00385", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Comamonadaceae", "g__Diaphorobacter", "s__Nitroreducens"]}}, {"id": "otu_00676", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__Sasangense"]}}, {"id": "otu_00380", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Burkholderiales", "f__Comamonadaceae", "g__Delftia", "s__Acidovorans"]}}, {"id": "otu_01080", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhodobacterales", "f__Rhodobacteraceae", "g__Paracoccus", "s__Yeei"]}}, {"id": "otu_01083", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhodobacterales", "f__Rhodobacteraceae", "g__Paracoccus", "s__Carotinifaciens"]}}, {"id": "otu_01904", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__NA"]}}, {"id": "otu_01082", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhodobacterales", "f__Rhodobacteraceae", "g__Paracoccus", "s__Marinus"]}}, {"id": "otu_01902", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Order Incertae Sedis", "f__Family Incertae Sedis", "g__Sedimenticola", "s__NA"]}}, {"id": "otu_00186", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Carnobacteriaceae", "g__Carnobacterium", "s__Funditum"]}}, {"id": "otu_00029", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Aeromonadales", "f__Aeromonadaceae", "g__Aeromonas", "s__Eucrenophila"]}}, {"id": "otu_00024", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Aerococcaceae", "g__Aerococcus", "s__Urinaeequi"]}}, {"id": "otu_00189", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Carnobacteriaceae", "g__Carnobacterium", "s__Divergens"]}}, {"id": "otu_00188", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Carnobacteriaceae", "g__Carnobacterium", "s__Pleistocenium"]}}, {"id": "otu_00791", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Lactobacillaceae", "g__Lactobacillus", "s__Malefermentans"]}}, {"id": "otu_00796", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Streptococcaceae", "g__Lactococcus", "s__Raffinolactis"]}}, {"id": "otu_00797", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Streptococcaceae", "g__Lactococcus", "s__Chungangensis"]}}, {"id": "otu_00794", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Streptococcaceae", "g__Lactococcus", "s__Piscium"]}}, {"id": "otu_00795", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Streptococcaceae", "g__Lactococcus", "s__Lactis"]}}, {"id": "otu_01708", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Myroides", "s__Profundi"]}}, {"id": "otu_00799", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Streptococcaceae", "g__Lactococcus", "s__Garvieae"]}}, {"id": "otu_00656", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Soonwooa", "s__Buanensis"]}}, {"id": "otu_00654", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Riemerella", "s__Anatipestifer"]}}, {"id": "otu_00555", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Enterobacteriales", "f__Enterobacteriaceae", "g__Hafnia-Obesumbacterium", "s__Alveii"]}}, {"id": "otu_00678", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__Terrae"]}}, {"id": "otu_00513", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Empedobacter", "s__Brevis"]}}, {"id": "otu_01873", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Lachnospiraceae", "g__NA", "s__NA"]}}, {"id": "otu_01874", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Family XI Incertae Sedis", "g__Peptoniphilus", "s__NA"]}}, {"id": "otu_01875", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__NA", "s__NA"]}}, {"id": "otu_01876", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Carnobacteriaceae", "g__Trichococcus", "s__NA"]}}, {"id": "otu_01888", "metadata": {"taxonomy": ["k__Bacteria", "p__GN02", "c__NA", "o__NA", "f__NA", "g__NA", "s__NA"]}}, {"id": "otu_00056", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Epsilonproteobacteria", "o__Campylobacterales", "f__Campylobacteraceae", "g__Arcobacter", "s__Venerupis"]}}, {"id": "otu_01635", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Leuconostocaceae", "g__Weissella", "s__Viridescens"]}}, {"id": "otu_01633", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Leuconostocaceae", "g__Weissella", "s__Confusa"]}}, {"id": "otu_01630", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Vibrionales", "f__Vibrionaceae", "g__Vibrio", "s__Ordalii"]}}, {"id": "otu_00724", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Lactobacillaceae", "g__Lactobacillus", "s__Paracasei"]}}, {"id": "otu_00722", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Planococcaceae", "g__Kurthia", "s__Zopfii"]}}, {"id": "otu_00721", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Planococcaceae", "g__Kurthia", "s__Gibsonii"]}}, {"id": "otu_00720", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Hydrogenophilales", "f__Hydrogenophilaceae", "g__Hydrogenophilus", "s__Hirschii"]}}, {"id": "otu_00876", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Microbacteriaceae", "g__Frigoribacterium", "s__Faeni"]}}, {"id": "otu_00875", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Microbacteriaceae", "g__Leucobacter", "s__Aridicollis"]}}, {"id": "otu_00870", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Microbacteriaceae", "g__Leucobacter", "s__Chromiireducens"]}}, {"id": "otu_00239", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__Piscium"]}}, {"id": "otu_00238", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__Hispanicum"]}}, {"id": "otu_00333", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Veillonellaceae", "g__Succiniclasticum", "s__Ruminis"]}}, {"id": "otu_00231", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__Jeonii"]}}, {"id": "otu_00233", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__Soli"]}}, {"id": "otu_00232", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Chryseobacterium", "s__Jejuense"]}}, {"id": "otu_01275", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhizobiales", "f__Brucellaceae", "g__Brucella", "s__Microti"]}}, {"id": "otu_01374", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Alphaproteobacteria", "o__Rhodospirillales", "f__Acetobacteraceae", "g__Roseomonas", "s__Mucosa"]}}, {"id": "otu_01444", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Xanthomonadales", "f__Xanthomonadaceae", "g__Stenotrophomonas", "s__Rhizophila"]}}, {"id": "otu_01447", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Alteromonadales", "f__Shewanellaceae", "g__Shewanella", "s__Putrefaciens"]}}, {"id": "otu_01448", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Alteromonadales", "f__Shewanellaceae", "g__Shewanella", "s__Vesiculosa"]}}, {"id": "otu_00517", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Empedobacter", "s__NA"]}}, {"id": "otu_00583", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Enterococcaceae", "g__Enterococcus", "s__Termitis"]}}, {"id": "otu_00582", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Enterococcaceae", "g__Enterococcus", "s__Mundtii"]}}, {"id": "otu_00581", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Enterococcaceae", "g__Enterococcus", "s__Faecium"]}}, {"id": "otu_00586", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Enterococcaceae", "g__Enterococcus", "s__Phoeniculicola"]}}, {"id": "otu_00585", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Enterococcaceae", "g__Enterococcus", "s__Avium"]}}, {"id": "otu_00422", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Coriobacteria", "o__Coriobacteriales", "f__Coriobacteriaceae", "g__Olsenella", "s__Umbonata"]}}, {"id": "otu_00588", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Lactobacillales", "f__Enterococcaceae", "g__Enterococcus", "s__Devriesei"]}}, {"id": "otu_00343", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Veillonellaceae", "g__Veillonella", "s__Parvula"]}}, {"id": "otu_01015", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Neisseriales", "f__Neisseriaceae", "g__Uruburuella", "s__Suis"]}}, {"id": "otu_00978", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Micrococcaceae", "g__Arthrobacter", "s__Ardleyensis"]}}, {"id": "otu_00973", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Micrococcaceae", "g__Arthrobacter", "s__Nicotinovorans"]}}, {"id": "otu_00971", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Micrococcales", "f__Micrococcaceae", "g__Arthrobacter", "s__Alpinus"]}}, {"id": "otu_01748", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Bacilli", "o__Bacillales", "f__Family XI Incertae Sedis", "g__Gemella", "s__Haemolysans"]}}, {"id": "otu_01747", "metadata": {"taxonomy": ["k__Bacteria", "p__Actinobacteria", "c__Actinobacteria", "o__Propionibacteriales", "f__Propionibacteriaceae", "g__Luteococcus", "s__Japonicus"]}}, {"id": "otu_01744", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Betaproteobacteria", "o__Rhodocyclales", "f__Rhodocyclaceae", "g__Methyloversatilis", "s__Universalis"]}}, {"id": "otu_01740", "metadata": {"taxonomy": ["k__Bacteria", "p__Firmicutes", "c__Clostridia", "o__Clostridiales", "f__Family XI Incertae Sedis", "g__Tissierella", "s__NA"]}}, {"id": "otu_01741", "metadata": {"taxonomy": ["k__Bacteria", "p__Candidate division TM7", "c__NA", "o__NA", "f__NA", "g__NA", "s__NA"]}}, {"id": "otu_00695", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__Terrigena"]}}, {"id": "otu_00694", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__Hibernum"]}}, {"id": "otu_00693", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__Cheniae"]}}, {"id": "otu_00519", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Wautersiella", "s__Falsenii"]}}, {"id": "otu_00690", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__Frigidarium"]}}, {"id": "otu_01184", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Pseudomonadaceae", "g__Pseudomonas", "s__Arsenicoxydans"]}}, {"id": "otu_00516", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Empedobacter", "s__NA"]}}, {"id": "otu_01187", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Pseudomonadaceae", "g__Pseudomonas", "s__Syringae"]}}, {"id": "otu_01182", "metadata": {"taxonomy": ["k__Bacteria", "p__Proteobacteria", "c__Gammaproteobacteria", "o__Pseudomonadales", "f__Pseudomonadaceae", "g__Pseudomonas", "s__Cedrina"]}}, {"id": "otu_00698", "metadata": {"taxonomy": ["k__Bacteria", "p__Bacteroidetes", "c__Flavobacteria", "o__Flavobacteriales", "f__Flavobacteriaceae", "g__Flavobacterium", "s__Suncheonense"]}}], "matrix_element_type": "int", "format": "Biological Observation Matrix 1.0.0", "data": [[0, 49, 98], [0, 50, 23], [0, 51, 10], [0, 52, 16], [0, 53, 19], [0, 54, 4], [0, 55, 30], [1, 17, 9], [1, 18, 4], [1, 21, 4], [1, 22, 3], [1, 23, 3], [1, 25, 5], [1, 26, 9], [1, 27, 2], [1, 28, 371], [1, 29, 4], [1, 30, 19], [1, 31, 11], [2, 0, 4], [2, 3, 7], [2, 4, 7], [2, 5, 9], [2, 6, 6], [2, 18, 3], [2, 23, 3], [2, 24, 3], [2, 25, 2], [2, 26, 25], [2, 27, 2], [2, 28, 10], [2, 29, 6], [2, 30, 5], [2, 31, 4], [2, 49, 46], [2, 50, 21], [2, 51, 27], [2, 52, 108], [2, 53, 73], [2, 54, 33], [2, 55, 49], [3, 0, 13], [3, 1, 118], [3, 2, 6], [3, 5, 8], [3, 6, 2], [3, 7, 6], [3, 27, 3], [3, 39, 2], [3, 55, 8], [3, 56, 2], [3, 57, 8], [3, 58, 4], [3, 59, 4], [3, 60, 5], [3, 62, 3], [3, 63, 5], [4, 0, 9], [4, 1, 9], [4, 2, 16], [4, 4, 7], [4, 5, 10], [4, 6, 2], [4, 7, 4], [4, 31, 5], [4, 35, 9], [4, 36, 6], [4, 39, 2], [4, 40, 7], [4, 41, 6], [4, 42, 3], [4, 43, 4], [4, 46, 3], [4, 47, 3], [4, 49, 13], [4, 51, 2], [4, 52, 52], [4, 53, 19], [4, 54, 8], [4, 55, 4], [4, 56, 12], [4, 57, 41], [4, 58, 32], [4, 59, 64], [4, 60, 5], [4, 61, 5], [4, 62, 64], [4, 63, 112], [5, 3, 91], [5, 7, 36], [5, 12, 6], [5, 16, 4], [5, 21, 2], [5, 25, 9], [5, 26, 4], [6, 4, 3], [6, 5, 26], [6, 7, 2], [6, 16, 4], [6, 17, 61], [6, 18, 8], [6, 19, 3], [6, 20, 6], [6, 21, 6], [6, 22, 3], [6, 23, 59], [6, 26, 10], [6, 28, 3], [6, 31, 3], [6, 44, 4], [6, 45, 17], [6, 47, 7], [7, 7, 3], [7, 8, 24], [7, 10, 25], [7, 11, 20], [7, 12, 13], [7, 13, 32], [7, 14, 20], [7, 15, 7], [7, 17, 8], [7, 22, 3], [7, 23, 3], [7, 41, 11], [7, 43, 4], [7, 52, 7], [7, 57, 15], [7, 61, 3], [7, 62, 23], [7, 63, 8], [8, 0, 2], [8, 1, 3], [8, 2, 4], [8, 3, 17], [8, 4, 29], [8, 5, 16], [8, 6, 23], [8, 7, 15], [8, 10, 10], [8, 11, 8], [8, 16, 6], [8, 17, 3], [8, 18, 4], [8, 19, 10], [8, 21, 2], [8, 24, 20], [8, 27, 3], [8, 47, 28], [9, 1, 1], [9, 4, 4], [9, 6, 2], [9, 8, 4], [9, 16, 15], [9, 17, 9], [9, 18, 25], [9, 19, 17], [9, 20, 9], [9, 21, 5], [9, 22, 103], [9, 23, 18], [9, 24, 14], [9, 25, 8], [9, 26, 25], [9, 27, 28], [9, 28, 44], [9, 29, 19], [9, 30, 19], [9, 31, 26], [9, 39, 2], [9, 46, 5], [9, 59, 3], [10, 0, 15], [10, 1, 9], [10, 2, 126], [10, 3, 191], [10, 4, 115], [10, 5, 208], [10, 6, 37], [10, 7, 150], [10, 8, 4116], [10, 9, 4069], [10, 10, 937], [10, 11, 1516], [10, 12, 395], [10, 13, 1818], [10, 14, 6200], [10, 15, 8784], [10, 16, 461], [10, 17, 91], [10, 18, 106], [10, 19, 270], [10, 20, 102], [10, 21, 279], [10, 22, 166], [10, 23, 156], [10, 24, 114], [10, 25, 21], [10, 26, 175], [10, 27, 90], [10, 28, 46], [10, 29, 68], [10, 30, 73], [10, 31, 63], [10, 32, 141], [10, 33, 3563], [10, 34, 1494], [10, 35, 3678], [10, 36, 5081], [10, 37, 13], [10, 38, 965], [10, 39, 138], [10, 40, 65], [10, 41, 2256], [10, 42, 2171], [10, 43, 1996], [10, 44, 23], [10, 45, 71], [10, 46, 30], [10, 47, 31], [10, 48, 2], [10, 49, 202], [10, 50, 49], [10, 51, 30], [10, 52, 144], [10, 53, 83], [10, 54, 123], [10, 55, 133], [10, 56, 2], [10, 57, 2], [10, 58, 38], [10, 59, 60], [10, 60, 6], [10, 61, 3], [10, 62, 4], [10, 63, 9], [11, 4, 4], [11, 7, 7], [11, 10, 15], [11, 12, 13], [11, 13, 24], [11, 16, 4], [11, 17, 25], [11, 18, 225], [11, 19, 20], [11, 20, 3], [11, 21, 3], [11, 22, 74], [11, 23, 19], [11, 27, 2], [12, 0, 2], [12, 1, 3], [12, 2, 3], [12, 3, 4], [12, 4, 3], [12, 5, 40], [12, 6, 4], [12, 11, 12], [12, 12, 6], [12, 15, 4], [12, 16, 6], [12, 18, 3], [12, 19, 5], [12, 21, 2], [12, 24, 3], [12, 26, 5], [12, 27, 8], [12, 30, 3], [12, 31, 3], [12, 32, 1], [12, 40, 7], [12, 41, 14], [12, 42, 3], [12, 43, 10], [12, 45, 5], [12, 46, 5], [12, 48, 15], [12, 49, 14], [12, 51, 6], [12, 52, 4], [12, 53, 23], [12, 54, 5], [12, 55, 10], [12, 56, 2], [12, 57, 2], [12, 58, 3], [13, 0, 2], [13, 2, 2], [13, 3, 3], [13, 4, 2], [13, 6, 4], [13, 8, 18], [13, 9, 6], [13, 10, 333], [13, 11, 12], [13, 12, 99], [13, 13, 40], [13, 14, 15], [13, 15, 4], [13, 17, 5], [13, 18, 11], [13, 19, 10], [13, 20, 3], [13, 24, 3], [13, 27, 2], [13, 28, 7], [13, 29, 6], [13, 33, 14], [13, 34, 8], [13, 35, 9], [13, 38, 5], [13, 39, 2], [13, 41, 36], [13, 42, 18], [13, 43, 21], [13, 44, 12], [13, 45, 10], [13, 46, 16], [13, 47, 16], [13, 48, 20], [13, 49, 4], [13, 51, 2], [13, 52, 4], [13, 54, 4], [13, 55, 3], [13, 57, 2], [13, 58, 2], [13, 59, 4], [14, 1, 2], [14, 2, 2], [14, 4, 2], [14, 5, 2], [14, 6, 3], [14, 7, 2], [14, 9, 6], [14, 10, 10], [14, 11, 12], [14, 13, 16], [14, 14, 6], [14, 18, 3], [14, 19, 6], [14, 21, 4], [14, 22, 10], [14, 24, 255], [14, 26, 4], [14, 27, 4], [14, 28, 4], [14, 29, 5], [14, 31, 3], [14, 36, 6], [14, 41, 9], [14, 42, 5], [14, 43, 4], [14, 45, 4], [14, 46, 3], [14, 47, 6], [14, 48, 38], [14, 51, 4], [14, 52, 5], [14, 53, 3], [14, 54, 10], [14, 58, 2], [14, 59, 3], [14, 62, 3], [15, 1, 2], [15, 2, 12], [15, 4, 8], [15, 5, 15], [15, 6, 102], [15, 7, 4], [15, 10, 10], [15, 14, 6], [15, 19, 7], [15, 23, 3], [15, 24, 3], [15, 27, 5], [15, 31, 5], [15, 38, 5], [15, 39, 2], [15, 40, 7], [15, 41, 6], [15, 42, 3], [15, 43, 4], [15, 45, 9], [15, 46, 5], [15, 47, 6], [15, 48, 23], [15, 49, 4], [15, 50, 2], [15, 51, 4], [15, 52, 4], [15, 54, 16], [15, 56, 3], [15, 57, 59], [15, 58, 15], [15, 59, 61], [15, 60, 2], [15, 61, 4], [15, 62, 50], [15, 63, 17], [16, 1, 2], [16, 4, 3], [16, 5, 7], [16, 6, 2], [16, 7, 10], [16, 8, 4], [16, 10, 10], [16, 11, 20], [16, 17, 5], [16, 18, 4], [16, 19, 10], [16, 20, 3], [16, 21, 2], [16, 22, 7], [16, 23, 3], [16, 27, 3], [16, 40, 158], [16, 47, 4], [17, 0, 12], [17, 1, 3], [17, 2, 26], [17, 3, 16], [17, 4, 38], [17, 6, 4], [17, 8, 10], [17, 9, 15], [17, 10, 40], [17, 11, 35], [17, 12, 11], [17, 13, 119], [17, 18, 3], [17, 19, 6], [17, 24, 6], [17, 26, 4], [17, 28, 9], [17, 29, 5], [17, 33, 31], [17, 34, 7], [17, 35, 29], [17, 36, 6], [17, 38, 7], [17, 39, 2], [17, 41, 550], [17, 42, 531], [17, 43, 445], [17, 48, 10], [17, 54, 10], [17, 59, 8], [18, 19, 3], [18, 32, 1], [18, 33, 7], [18, 35, 9], [18, 39, 2], [19, 0, 13], [19, 2, 2], [19, 3, 12], [19, 4, 15], [19, 5, 10], [19, 7, 23], [19, 29, 5], [19, 50, 2], [19, 51, 4], [19, 52, 4], [19, 55, 3], [19, 56, 2], [19, 57, 20], [19, 58, 16], [19, 59, 8], [19, 61, 6], [19, 62, 20], [19, 63, 11], [20, 0, 92], [20, 1, 10], [20, 2, 13], [20, 4, 94], [20, 5, 76], [20, 6, 171], [20, 7, 7], [20, 17, 5], [20, 20, 5], [20, 22, 5], [20, 27, 9], [20, 28, 4], [20, 40, 7], [20, 42, 12], [20, 44, 4], [20, 45, 5], [20, 46, 13], [20, 47, 6], [20, 48, 240], [20, 49, 4], [20, 51, 5], [20, 52, 63], [20, 53, 60], [20, 54, 53], [20, 55, 3], [20, 56, 3], [20, 57, 11], [20, 58, 9], [20, 59, 18], [20, 61, 3], [20, 62, 3], [20, 63, 3], [21, 0, 6], [21, 5, 120], [21, 10, 20], [21, 12, 8], [21, 30, 5], [21, 50, 33], [21, 51, 9], [21, 52, 8], [21, 56, 6], [21, 57, 47], [21, 58, 16], [21, 59, 13], [21, 60, 8], [21, 61, 32], [21, 62, 30], [21, 63, 4], [22, 0, 12], [22, 5, 62], [22, 50, 6], [22, 51, 4], [22, 56, 2], [22, 57, 2], [22, 58, 2], [22, 61, 3], [22, 62, 5], [23, 10, 10], [23, 56, 3], [23, 57, 77], [23, 58, 3], [23, 59, 4], [23, 61, 6], [24, 0, 2], [24, 56, 3], [24, 57, 69], [24, 58, 2], [24, 59, 4], [24, 60, 2], [24, 61, 10], [24, 62, 3], [24, 63, 4], [25, 1, 3], [25, 17, 5], [25, 19, 5], [26, 0, 26], [26, 1, 23], [26, 2, 76], [26, 4, 65], [26, 5, 10], [26, 6, 2], [26, 7, 12], [26, 23, 3], [26, 24, 3], [26, 26, 5], [26, 27, 2], [26, 28, 7], [26, 29, 2], [26, 30, 5], [26, 32, 1], [26, 33, 11], [26, 34, 3], [26, 35, 29], [26, 37, 1], [26, 39, 2], [26, 42, 27], [26, 43, 4], [26, 44, 6], [26, 45, 7], [26, 46, 34], [26, 47, 13], [26, 48, 57], [26, 49, 51], [26, 53, 71], [26, 54, 42], [26, 55, 11], [26, 56, 2], [26, 58, 32], [26, 59, 31], [26, 61, 3], [26, 62, 3], [26, 63, 21], [27, 50, 2], [27, 56, 2], [27, 57, 6], [27, 58, 150], [27, 59, 131], [27, 60, 2], [27, 61, 9], [27, 62, 48], [27, 63, 25], [28, 0, 6], [28, 1, 5], [28, 2, 7], [28, 3, 12], [28, 4, 43], [28, 5, 58], [28, 6, 8], [28, 7, 15], [28, 8, 4], [28, 9, 12], [28, 11, 8], [28, 12, 6], [28, 13, 24], [28, 14, 6], [28, 22, 26], [28, 23, 9], [28, 24, 3], [28, 25, 13], [28, 26, 12], [28, 27, 34], [28, 28, 26], [28, 29, 5], [28, 30, 10], [28, 31, 15], [28, 33, 7], [28, 39, 2], [28, 40, 10], [28, 41, 6], [28, 46, 3], [28, 49, 6], [28, 51, 4], [28, 52, 7], [28, 53, 16], [28, 58, 4], [28, 63, 4], [29, 0, 16], [29, 1, 4], [29, 2, 61], [29, 3, 7], [29, 4, 11], [29, 11, 8], [29, 17, 24], [29, 19, 9], [29, 20, 12], [29, 21, 2], [29, 22, 37], [29, 23, 26], [29, 25, 2], [29, 29, 3], [29, 30, 4], [29, 58, 9], [29, 59, 3], [30, 16, 10], [30, 18, 10], [30, 51, 354], [30, 52, 13], [30, 54, 4], [30, 55, 281], [31, 0, 4], [31, 2, 7], [31, 4, 4], [31, 19, 3], [31, 20, 5], [31, 21, 7], [31, 23, 50], [31, 24, 10], [31, 26, 4], [31, 27, 5], [31, 28, 3], [31, 29, 3], [31, 30, 3], [31, 31, 3], [32, 3, 7], [32, 4, 24], [32, 5, 26], [32, 6, 7], [32, 7, 4], [32, 11, 20], [32, 40, 13], [32, 42, 4], [32, 44, 6], [32, 46, 12], [32, 47, 3], [32, 55, 3], [32, 57, 3], [32, 58, 7], [32, 59, 11], [32, 61, 2], [32, 62, 5], [32, 63, 13], [33, 49, 1075], [33, 51, 17], [33, 53, 10], [34, 41, 20], [34, 44, 25], [34, 45, 20], [34, 46, 34], [34, 47, 73], [35, 4, 2], [35, 8, 8], [35, 13, 24], [35, 14, 6], [35, 19, 3], [35, 20, 3], [35, 21, 2], [35, 22, 7], [35, 23, 20], [35, 24, 26], [35, 25, 7], [35, 26, 34], [35, 27, 27], [35, 28, 110], [35, 29, 14], [35, 30, 19], [35, 31, 33], [36, 40, 44], [36, 43, 7], [36, 44, 41], [36, 45, 38], [36, 46, 38], [36, 47, 53], [37, 0, 53], [37, 2, 12], [37, 3, 6], [37, 4, 2], [37, 5, 7], [37, 6, 5], [37, 7, 4], [37, 8, 4], [37, 10, 10], [37, 47, 3], [37, 48, 21], [37, 52, 32], [37, 54, 16], [37, 56, 3], [37, 57, 4], [37, 58, 6], [37, 59, 30], [37, 61, 83], [37, 62, 11], [37, 63, 10], [38, 0, 2], [38, 1, 4], [38, 2, 4], [38, 3, 4], [38, 4, 48], [38, 5, 79], [38, 6, 4], [38, 8, 6], [38, 9, 6], [38, 10, 10], [38, 11, 8], [38, 12, 11], [38, 13, 16], [38, 14, 6], [38, 15, 4], [38, 19, 21], [38, 20, 14], [38, 22, 3], [38, 24, 9], [38, 25, 2], [38, 27, 3], [38, 28, 3], [38, 29, 9], [38, 30, 5], [38, 35, 9], [38, 36, 6], [38, 40, 16], [38, 41, 160], [38, 42, 73], [38, 43, 101], [38, 44, 18], [38, 45, 97], [38, 46, 86], [38, 47, 16], [38, 48, 2536], [38, 49, 4], [38, 51, 21], [38, 52, 60], [38, 53, 65], [38, 54, 1874], [38, 55, 15], [38, 57, 2], [38, 58, 9], [38, 59, 13], [38, 62, 4], [38, 63, 3], [39, 0, 19], [39, 3, 32], [39, 4, 30], [39, 6, 10], [39, 26, 4], [39, 29, 11], [39, 31, 6], [39, 46, 5], [40, 21, 2], [40, 22, 3], [40, 23, 3], [40, 24, 3], [40, 25, 9], [40, 26, 60], [40, 27, 6], [40, 28, 100], [40, 29, 3], [40, 30, 4], [40, 31, 31], [41, 0, 19], [41, 3, 12], [41, 4, 14], [41, 5, 37], [41, 6, 29], [41, 7, 4], [41, 8, 4], [41, 11, 8], [41, 14, 6], [41, 39, 2], [41, 45, 5], [41, 46, 5], [42, 17, 9], [42, 18, 9], [42, 20, 8], [42, 21, 6], [42, 23, 13], [42, 24, 14], [42, 25, 9], [42, 26, 125], [42, 27, 21], [42, 28, 328], [42, 29, 18], [42, 30, 34], [42, 31, 53], [43, 18, 3], [43, 22, 5], [43, 23, 9], [43, 24, 4], [43, 25, 8], [43, 26, 23], [43, 27, 12], [43, 28, 93], [43, 29, 2], [43, 30, 13], [43, 31, 22], [43, 59, 3], [44, 0, 4], [44, 1, 1], [44, 2, 2], [44, 3, 9], [44, 4, 3], [44, 5, 7], [44, 6, 4], [44, 7, 6], [44, 9, 6], [44, 10, 15], [44, 11, 8], [44, 12, 6], [44, 13, 24], [44, 15, 9], [44, 17, 5], [44, 23, 3], [44, 24, 3], [44, 25, 4], [44, 26, 21], [44, 27, 9], [44, 28, 26], [44, 29, 7], [44, 30, 4], [44, 31, 12], [45, 4, 2], [45, 5, 3], [45, 6, 3], [45, 7, 3], [45, 11, 8], [45, 18, 3], [45, 20, 3], [45, 23, 6], [45, 24, 10], [45, 25, 3], [45, 26, 60], [45, 27, 12], [45, 28, 63], [45, 29, 19], [45, 30, 11], [45, 31, 16], [45, 53, 3], [45, 60, 2], [46, 4, 3], [46, 5, 6], [46, 6, 2], [46, 11, 16], [46, 26, 4], [46, 29, 5], [46, 40, 34], [46, 43, 4], [46, 44, 3], [46, 45, 85], [46, 47, 10], [47, 1, 1], [47, 2, 3], [47, 4, 8], [47, 5, 5], [47, 6, 4], [47, 9, 9], [47, 10, 10], [47, 11, 12], [47, 12, 13], [47, 13, 16], [47, 14, 6], [47, 15, 4], [47, 17, 3], [47, 19, 3], [47, 20, 36], [47, 21, 2], [47, 22, 14], [47, 23, 8], [47, 24, 3], [47, 27, 4], [47, 43, 4], [47, 49, 21], [47, 51, 5], [47, 52, 11], [47, 53, 4], [47, 55, 17], [47, 56, 2], [47, 58, 47], [47, 59, 17], [47, 61, 5], [48, 1, 5], [48, 2, 4], [48, 5, 4], [48, 17, 8], [48, 18, 18], [48, 19, 6], [48, 20, 9], [48, 21, 2], [48, 22, 31], [48, 23, 3], [48, 33, 7], [48, 41, 17], [48, 42, 5], [48, 46, 5], [48, 47, 10], [49, 2, 2], [49, 3, 3], [49, 4, 6], [49, 7, 3], [49, 16, 4], [49, 17, 87], [49, 18, 6], [49, 19, 6], [49, 20, 74], [49, 23, 10], [49, 56, 3], [49, 58, 40], [49, 61, 2], [49, 62, 5], [49, 63, 3], [50, 0, 2], [50, 1, 6], [50, 2, 17], [50, 3, 16], [50, 4, 12], [50, 5, 4], [50, 6, 4], [50, 22, 5], [50, 26, 17], [50, 27, 3], [50, 28, 4], [50, 30, 27], [50, 52, 7], [50, 59, 23], [51, 17, 12], [51, 18, 37], [51, 19, 62], [51, 20, 21], [51, 21, 7], [51, 22, 162], [51, 23, 8], [51, 25, 2], [51, 26, 5], [51, 30, 3], [51, 31, 5], [51, 47, 6], [51, 58, 3], [51, 59, 3], [52, 3, 4], [52, 4, 3], [52, 6, 2], [52, 8, 8], [52, 9, 23], [52, 10, 25], [52, 11, 50], [52, 12, 11], [52, 13, 40], [52, 14, 15], [52, 15, 5], [52, 17, 3], [52, 19, 3], [52, 20, 3], [52, 21, 2], [52, 23, 6], [52, 25, 3], [52, 26, 18], [52, 27, 10], [52, 28, 19], [52, 29, 10], [52, 30, 3], [52, 31, 18], [52, 41, 6], [52, 43, 4], [52, 47, 4], [52, 52, 4], [52, 55, 3], [53, 6, 21], [53, 22, 3], [53, 27, 2], [53, 48, 3], [53, 49, 32], [53, 50, 30], [53, 51, 25], [53, 52, 7], [53, 53, 4], [53, 54, 7], [53, 55, 68], [53, 56, 2], [53, 59, 21], [53, 61, 3], [54, 0, 3], [54, 1, 2], [54, 2, 4], [54, 4, 4], [54, 6, 17], [54, 15, 4], [54, 16, 10], [54, 22, 9], [54, 27, 5], [54, 29, 3], [54, 49, 23], [54, 50, 3], [54, 52, 21], [54, 56, 2], [54, 59, 32], [54, 61, 13], [54, 63, 3], [55, 0, 2], [55, 1, 3], [55, 2, 2], [55, 3, 36], [55, 4, 21], [55, 5, 4], [55, 6, 168], [55, 8, 4], [55, 10, 15], [55, 11, 8], [55, 12, 19], [55, 22, 3], [55, 26, 4], [55, 27, 3], [55, 28, 4], [55, 29, 8], [55, 30, 9], [55, 31, 3], [55, 32, 1], [55, 39, 2], [55, 40, 7], [55, 41, 14], [55, 42, 4], [55, 43, 9], [55, 44, 7], [55, 45, 4], [55, 46, 5], [55, 48, 37], [55, 49, 44], [55, 52, 4], [55, 53, 4], [55, 54, 4], [55, 55, 6], [56, 0, 2], [56, 1, 3], [56, 2, 8], [56, 3, 36], [56, 4, 49], [56, 5, 17], [56, 6, 290], [56, 7, 18], [56, 8, 10], [56, 9, 6], [56, 12, 71], [56, 14, 6], [56, 15, 4], [56, 19, 6], [56, 20, 3], [56, 21, 4], [56, 22, 320], [56, 24, 3], [56, 25, 3], [56, 27, 4], [56, 29, 2], [56, 30, 4], [56, 31, 3], [56, 32, 1], [56, 40, 7], [56, 41, 22], [56, 42, 3], [56, 43, 4], [56, 44, 3], [56, 45, 4], [56, 46, 15], [56, 48, 170], [56, 49, 4], [56, 50, 2], [56, 51, 3], [56, 52, 4], [56, 54, 19], [56, 55, 10], [56, 57, 2], [56, 59, 4], [57, 1, 3], [57, 2, 2], [57, 3, 16], [57, 4, 18], [57, 5, 10], [57, 6, 128], [57, 7, 6], [57, 8, 4], [57, 9, 12], [57, 10, 15], [57, 11, 8], [57, 12, 37], [57, 13, 16], [57, 19, 3], [57, 21, 2], [57, 22, 13], [57, 25, 2], [57, 27, 2], [57, 29, 2], [57, 30, 5], [57, 32, 2], [57, 37, 1], [57, 41, 6], [57, 42, 4], [57, 43, 4], [57, 46, 5], [57, 48, 49], [57, 49, 7], [57, 51, 3], [57, 52, 5], [57, 54, 4], [57, 55, 3], [57, 61, 2], [57, 63, 3], [58, 0, 9], [58, 1, 1], [58, 2, 25], [58, 3, 45], [58, 4, 15], [58, 5, 5], [58, 6, 8], [58, 7, 4], [58, 16, 53], [58, 17, 17], [58, 18, 66], [58, 19, 14], [58, 20, 14], [58, 21, 24], [58, 22, 159], [58, 23, 12], [58, 26, 50], [58, 28, 3], [58, 30, 3], [58, 31, 5], [58, 32, 22], [58, 33, 37], [58, 34, 78], [58, 35, 196], [58, 36, 41], [58, 37, 2], [58, 39, 16], [59, 0, 59], [59, 1, 213], [59, 2, 449], [59, 3, 323], [59, 4, 236], [59, 5, 107], [59, 6, 14], [59, 7, 50], [59, 8, 12], [59, 9, 6], [59, 10, 10], [59, 11, 12], [59, 12, 8], [59, 13, 40], [59, 15, 4], [59, 17, 1401], [59, 18, 49], [59, 19, 230], [59, 20, 142], [59, 21, 42], [59, 22, 42], [59, 23, 28], [59, 24, 10], [59, 25, 13], [59, 26, 71], [59, 27, 49], [59, 28, 31], [59, 29, 27], [59, 30, 19], [59, 31, 17], [59, 40, 7], [59, 41, 6], [59, 49, 9], [59, 50, 18], [59, 52, 33], [59, 54, 4], [59, 55, 10], [59, 56, 9], [59, 57, 1751], [59, 58, 9], [59, 59, 180], [59, 60, 2], [59, 61, 836], [59, 62, 5], [60, 17, 5], [60, 26, 9], [60, 48, 3], [60, 50, 73], [60, 51, 6], [60, 52, 41], [60, 53, 15], [60, 55, 31], [61, 0, 77], [61, 1, 68], [61, 2, 7], [61, 3, 17], [61, 4, 22], [61, 5, 67], [61, 6, 212], [61, 7, 86], [61, 12, 11], [61, 22, 7], [61, 23, 6], [61, 24, 7], [61, 26, 4], [61, 27, 25], [61, 29, 2], [61, 30, 5], [61, 31, 5], [61, 32, 4], [61, 45, 12], [61, 46, 19], [61, 47, 13], [61, 48, 46], [61, 49, 127], [61, 51, 36], [61, 52, 177], [61, 53, 44], [61, 54, 13], [61, 55, 43], [61, 58, 6], [61, 59, 7], [61, 61, 2], [62, 1, 1], [62, 6, 2], [62, 17, 6], [62, 19, 5], [62, 20, 18], [62, 21, 6], [62, 22, 17], [62, 23, 8], [62, 29, 2], [62, 48, 3], [62, 49, 28], [62, 51, 10], [62, 52, 82], [62, 54, 7], [62, 55, 24], [62, 61, 3], [63, 0, 2], [63, 4, 4], [63, 5, 34], [63, 7, 15], [63, 12, 6], [63, 18, 3], [63, 27, 10], [63, 40, 25], [63, 41, 6], [63, 43, 4], [63, 45, 4], [63, 46, 3], [63, 47, 10], [63, 58, 3], [64, 0, 13], [64, 1, 3], [64, 7, 6], [64, 17, 11], [64, 48, 7], [64, 49, 25], [64, 50, 2], [64, 51, 4], [64, 52, 106], [64, 53, 6], [64, 55, 6], [64, 56, 2], [64, 57, 10], [64, 58, 27], [64, 61, 3], [65, 0, 2], [65, 1, 17], [65, 4, 22], [65, 5, 2], [65, 26, 4], [65, 27, 3], [65, 49, 6], [65, 51, 9], [65, 52, 52], [65, 55, 21], [65, 58, 13], [65, 59, 6], [66, 0, 2], [66, 1, 13], [66, 2, 2], [66, 3, 28], [66, 4, 20], [66, 5, 27], [66, 6, 5], [66, 7, 6], [66, 12, 6], [66, 14, 6], [66, 17, 5], [66, 21, 2], [66, 22, 13], [66, 24, 8], [66, 25, 2], [66, 26, 5], [66, 27, 4], [66, 28, 4], [66, 29, 4], [66, 30, 4], [66, 31, 6], [66, 33, 7], [66, 36, 6], [66, 40, 7], [66, 41, 11], [66, 42, 31], [66, 43, 58], [66, 45, 4], [66, 46, 15], [66, 48, 3], [66, 49, 7], [66, 50, 2], [66, 51, 2], [66, 52, 10], [66, 53, 10], [66, 54, 16], [66, 55, 4], [66, 56, 2], [66, 57, 9], [66, 58, 137], [66, 59, 62], [66, 62, 6], [66, 63, 3], [67, 5, 3], [67, 26, 5], [67, 31, 7], [67, 33, 7], [67, 34, 2], [67, 38, 5], [67, 41, 39], [67, 42, 73], [67, 43, 57], [67, 46, 9], [67, 47, 3], [67, 51, 3], [67, 52, 5], [67, 53, 20], [67, 54, 8], [67, 55, 4], [67, 58, 4], [68, 4, 10], [68, 5, 29], [68, 41, 9], [68, 47, 4], [68, 51, 3], [68, 53, 3], [68, 55, 8], [68, 58, 13], [68, 59, 5], [68, 61, 2], [68, 63, 3], [69, 2, 5], [69, 4, 4], [69, 5, 27], [69, 6, 4], [69, 21, 2], [69, 27, 2], [69, 29, 2], [69, 30, 3], [69, 31, 4], [69, 40, 7], [69, 41, 9], [69, 49, 13], [69, 51, 9], [69, 52, 16], [69, 53, 3], [69, 54, 4], [69, 55, 6], [69, 58, 12], [69, 59, 4], [70, 2, 2], [70, 4, 13], [70, 5, 55], [70, 6, 2], [70, 7, 2], [70, 32, 1], [70, 33, 44], [70, 34, 8], [70, 35, 17], [70, 36, 9], [70, 37, 1], [70, 39, 2], [70, 40, 10], [70, 41, 14], [70, 42, 15], [70, 43, 15], [70, 44, 6], [70, 45, 14], [70, 46, 9], [70, 47, 7], [70, 49, 4], [70, 50, 2], [70, 51, 3], [70, 53, 3], [70, 54, 4], [70, 57, 2], [70, 58, 11], [70, 59, 3], [70, 61, 2], [70, 62, 3], [70, 63, 3], [71, 4, 6], [71, 5, 2], [71, 9, 9], [71, 11, 16], [71, 33, 11], [71, 34, 2], [71, 35, 9], [71, 37, 1], [71, 39, 3], [71, 40, 7], [71, 41, 9], [71, 42, 23], [71, 43, 31], [71, 44, 7], [71, 45, 9], [71, 46, 34], [71, 47, 18], [71, 50, 2], [71, 51, 2], [71, 58, 35], [71, 59, 5], [71, 61, 2], [71, 62, 3], [71, 63, 3], [72, 0, 138], [72, 1, 178], [72, 2, 208], [72, 3, 36], [72, 4, 58], [72, 5, 44], [72, 6, 126], [72, 7, 43], [72, 8, 93], [72, 9, 49], [72, 10, 90], [72, 11, 39], [72, 12, 748], [72, 13, 198], [72, 14, 12], [72, 15, 7], [72, 16, 10], [72, 17, 27], [72, 18, 28], [72, 19, 24], [72, 20, 27], [72, 21, 28], [72, 22, 35], [72, 23, 26], [72, 24, 82], [72, 25, 10], [72, 26, 61], [72, 27, 33], [72, 28, 76], [72, 29, 11], [72, 30, 31], [72, 31, 27], [72, 32, 284], [72, 33, 435], [72, 34, 407], [72, 35, 436], [72, 36, 713], [72, 37, 4], [72, 38, 149], [72, 39, 78], [72, 40, 28], [72, 41, 907], [72, 42, 450], [72, 43, 789], [72, 44, 18], [72, 45, 18], [72, 46, 64], [72, 47, 13], [72, 48, 62], [72, 49, 75], [72, 50, 12], [72, 51, 4], [72, 52, 49], [72, 53, 10], [72, 54, 95], [72, 55, 17], [72, 56, 5], [72, 57, 12], [72, 58, 78], [72, 59, 76], [72, 60, 22], [72, 61, 109], [72, 63, 8], [73, 6, 2], [73, 32, 4], [73, 33, 14], [73, 34, 15], [73, 35, 9], [73, 36, 9], [73, 39, 2], [73, 49, 16], [73, 50, 12], [73, 51, 36], [73, 52, 8], [73, 54, 4], [73, 55, 25], [73, 58, 3], [73, 59, 15], [73, 61, 2], [73, 63, 3], [74, 0, 3], [74, 1, 6], [74, 4, 2], [74, 5, 4], [74, 6, 9], [74, 7, 22], [74, 10, 10], [74, 24, 3], [74, 25, 2], [74, 27, 9], [74, 28, 5], [74, 29, 3], [74, 31, 3], [74, 34, 3], [74, 48, 4], [74, 49, 21], [74, 50, 18], [74, 51, 38], [74, 52, 7], [74, 54, 13], [74, 55, 51], [74, 58, 2], [74, 59, 13], [75, 0, 16], [75, 1, 6], [75, 3, 17], [75, 4, 12], [75, 6, 4], [75, 8, 10], [75, 9, 23], [75, 10, 149], [75, 11, 112], [75, 12, 47], [75, 13, 48], [75, 14, 9], [75, 15, 38], [75, 18, 5], [75, 21, 3], [75, 22, 9], [75, 25, 6], [75, 31, 3], [75, 33, 7], [75, 34, 2], [75, 36, 6], [75, 48, 4], [75, 50, 6], [75, 51, 3], [75, 55, 8], [75, 57, 2], [75, 60, 3], [75, 61, 5], [76, 1, 1], [76, 2, 2], [76, 3, 4], [76, 4, 8], [76, 5, 3], [76, 6, 24], [76, 7, 11], [76, 8, 4], [76, 10, 15], [76, 12, 24], [76, 13, 16], [76, 14, 6], [76, 18, 4], [76, 21, 2], [76, 23, 3], [76, 24, 6], [76, 25, 4], [76, 27, 18], [76, 29, 13], [76, 30, 3], [76, 31, 3], [76, 33, 205], [76, 34, 5], [76, 35, 13], [76, 36, 9], [76, 37, 1], [76, 38, 5], [76, 39, 2], [76, 48, 9], [76, 49, 6], [76, 50, 11], [76, 51, 7], [76, 52, 4], [76, 53, 3], [76, 54, 4], [76, 55, 22], [76, 56, 4], [76, 57, 2], [76, 58, 4], [76, 59, 3], [76, 60, 28], [76, 61, 26], [76, 62, 3], [77, 7, 11], [77, 8, 12], [77, 9, 6], [77, 10, 50], [77, 11, 16], [77, 13, 16], [77, 22, 3], [77, 42, 15], [77, 46, 5], [77, 49, 4], [77, 50, 7], [77, 51, 15], [77, 52, 16], [77, 53, 16], [77, 54, 8], [77, 55, 13], [77, 58, 4], [77, 59, 7], [78, 1, 1], [78, 2, 2], [78, 3, 12], [78, 5, 4], [78, 6, 2], [78, 9, 6], [78, 11, 8], [78, 14, 6], [78, 17, 5], [78, 18, 14], [78, 20, 3], [78, 21, 5], [78, 23, 8], [78, 25, 25], [78, 27, 3], [78, 28, 3], [78, 29, 3], [78, 31, 14], [78, 39, 2], [78, 40, 7], [78, 41, 17], [78, 42, 7], [78, 45, 9], [78, 57, 2], [78, 58, 2], [78, 60, 4], [79, 2, 4], [79, 3, 8], [79, 4, 8], [79, 5, 16], [79, 6, 6], [79, 9, 6], [79, 12, 8], [79, 41, 11], [79, 42, 10], [79, 43, 4], [79, 45, 4], [79, 48, 42], [79, 50, 2], [79, 51, 8], [79, 52, 38], [79, 53, 57], [79, 54, 10], [79, 55, 13], [79, 56, 2], [79, 59, 3], [79, 61, 2], [79, 63, 15], [80, 1, 12], [80, 6, 8], [80, 8, 6], [80, 10, 80], [80, 12, 19], [80, 13, 16], [80, 19, 7], [80, 22, 3], [80, 27, 2], [80, 41, 25], [80, 42, 12], [80, 43, 9], [80, 48, 6], [80, 51, 6], [80, 53, 7], [80, 54, 5], [81, 0, 8], [81, 2, 3], [81, 3, 6], [81, 4, 10], [81, 6, 8], [81, 7, 12], [81, 10, 10], [81, 13, 48], [81, 14, 6], [81, 22, 6], [81, 32, 1], [81, 34, 2], [81, 35, 9], [81, 41, 6], [81, 42, 4], [81, 43, 7], [81, 44, 66], [81, 45, 67], [81, 46, 131], [81, 47, 286], [81, 58, 8], [81, 59, 6], [82, 51, 31], [82, 54, 14], [82, 63, 4], [83, 11, 8], [83, 33, 7], [83, 35, 21], [83, 41, 9], [83, 42, 3], [83, 45, 5], [83, 56, 2], [83, 59, 3], [84, 40, 44], [84, 43, 4], [84, 44, 114], [84, 45, 36], [84, 46, 58], [84, 47, 105], [85, 35, 13], [85, 43, 4], [85, 54, 4], [85, 56, 2], [85, 59, 3], [85, 60, 2], [86, 35, 9], [86, 38, 5], [86, 40, 7], [86, 41, 20], [86, 42, 9], [86, 43, 5], [87, 8, 8], [87, 9, 60], [87, 10, 50], [87, 11, 73], [87, 12, 63], [87, 13, 111], [87, 14, 23], [87, 15, 9], [87, 27, 3], [88, 2, 7], [88, 3, 3], [88, 7, 9], [88, 11, 12], [88, 17, 3], [88, 18, 11], [88, 19, 10], [88, 20, 8], [88, 21, 9], [88, 22, 16], [88, 23, 5], [88, 30, 5], [88, 33, 17], [88, 34, 2], [88, 36, 6], [88, 39, 2], [88, 40, 7], [88, 41, 6], [88, 42, 19], [88, 43, 12], [88, 44, 15], [88, 45, 40], [88, 46, 17], [88, 47, 35], [89, 2, 7], [89, 16, 46], [89, 17, 40], [89, 18, 46], [89, 19, 137], [89, 20, 38], [89, 21, 3], [89, 22, 78], [89, 23, 15], [89, 24, 4], [89, 26, 5], [89, 59, 3], [90, 5, 27], [90, 6, 2], [90, 7, 38], [90, 11, 8], [90, 16, 4], [90, 18, 11], [90, 19, 9], [90, 20, 3], [90, 21, 2], [90, 22, 34], [90, 23, 3], [90, 31, 3], [90, 41, 6], [90, 44, 4], [90, 61, 2], [91, 0, 3], [91, 1, 8], [91, 2, 2], [91, 3, 3], [91, 4, 2], [91, 5, 2], [91, 6, 9], [91, 7, 11], [91, 9, 6], [91, 10, 10], [91, 20, 3], [91, 21, 3], [91, 23, 3], [91, 24, 5], [91, 25, 11], [91, 26, 4], [91, 27, 8], [91, 28, 4], [91, 29, 11], [91, 30, 3], [91, 31, 6], [91, 33, 7], [91, 34, 6], [91, 36, 6], [91, 39, 2], [91, 48, 2], [91, 49, 11], [91, 50, 11], [91, 51, 16], [91, 55, 22], [91, 59, 6], [92, 1, 1], [92, 2, 12], [92, 5, 6], [92, 6, 19], [92, 12, 8], [92, 24, 3], [92, 27, 3], [92, 31, 5], [92, 49, 231], [92, 50, 24], [92, 51, 34], [92, 52, 58], [92, 53, 21], [92, 54, 13], [92, 55, 40], [92, 59, 3], [92, 61, 2], [92, 63, 11], [93, 1, 1], [93, 18, 5], [93, 20, 6], [93, 22, 6], [93, 34, 3], [93, 35, 9], [93, 37, 2], [93, 38, 5], [93, 39, 7], [93, 48, 17], [93, 50, 3], [93, 51, 25], [93, 52, 24], [93, 54, 4], [93, 55, 10], [94, 21, 2], [94, 32, 3], [94, 34, 4], [94, 37, 11], [94, 39, 4], [94, 48, 14], [94, 49, 44], [94, 50, 26], [94, 51, 4], [94, 52, 4], [94, 53, 3], [94, 55, 26], [94, 59, 3], [95, 41, 6], [95, 56, 2], [95, 57, 5], [95, 58, 68], [95, 59, 74], [95, 60, 3], [95, 61, 9], [95, 62, 11], [95, 63, 9], [96, 41, 6], [96, 43, 4], [96, 44, 11], [96, 45, 23], [96, 46, 31], [96, 47, 90], [96, 58, 8], [97, 0, 17], [97, 1, 86], [97, 2, 72], [97, 4, 10], [97, 6, 2], [97, 28, 3], [97, 40, 16], [97, 44, 50], [97, 45, 32], [97, 46, 127], [97, 47, 96], [97, 55, 3], [98, 1, 1], [98, 2, 2], [98, 3, 9], [98, 4, 22], [98, 5, 112], [98, 6, 12], [98, 7, 43], [98, 9, 23], [98, 10, 30], [98, 11, 12], [98, 14, 15], [98, 17, 20], [98, 25, 2], [98, 27, 2], [98, 28, 4], [98, 49, 13], [98, 50, 2], [98, 52, 55], [98, 54, 7], [98, 55, 4], [99, 0, 7742], [99, 1, 8465], [99, 2, 822], [99, 3, 5679], [99, 4, 5470], [99, 5, 1769], [99, 6, 6822], [99, 7, 3111], [99, 8, 101], [99, 9, 117], [99, 10, 75], [99, 11, 66], [99, 12, 203], [99, 13, 56], [99, 14, 20], [99, 15, 4], [99, 16, 1047], [99, 17, 549], [99, 18, 570], [99, 19, 1273], [99, 20, 1613], [99, 21, 855], [99, 22, 572], [99, 23, 3454], [99, 24, 8658], [99, 25, 4064], [99, 26, 1522], [99, 27, 5056], [99, 28, 2643], [99, 29, 7822], [99, 30, 8858], [99, 31, 4260], [99, 32, 60], [99, 33, 1071], [99, 34, 3024], [99, 35, 822], [99, 36, 842], [99, 37, 5], [99, 38, 64], [99, 39, 510], [99, 40, 1335], [99, 41, 83], [99, 42, 155], [99, 43, 169], [99, 44, 248], [99, 45, 3248], [99, 46, 945], [99, 47, 311], [99, 48, 1029], [99, 49, 141], [99, 50, 6], [99, 51, 73], [99, 52, 710], [99, 53, 125], [99, 54, 1409], [99, 55, 53], [99, 56, 90], [99, 57, 109], [99, 58, 341], [99, 59, 442], [99, 60, 31], [99, 61, 1211], [99, 62, 22], [99, 63, 51], [100, 0, 11], [100, 1, 8], [100, 2, 9], [100, 3, 16], [100, 4, 3], [100, 6, 8], [100, 7, 37], [100, 8, 4], [100, 9, 6], [100, 16, 57], [100, 17, 1699], [100, 18, 3], [100, 19, 10], [100, 20, 48], [100, 21, 113], [100, 22, 12], [100, 23, 18], [100, 25, 25], [100, 27, 14], [100, 29, 5], [100, 30, 4], [100, 31, 3], [100, 32, 1], [100, 41, 6], [100, 52, 4], [100, 56, 87], [100, 57, 625], [100, 58, 27], [100, 59, 188], [100, 60, 7], [100, 61, 191], [100, 62, 8], [100, 63, 10], [101, 0, 4], [101, 1, 5], [101, 2, 4], [101, 3, 8], [101, 4, 34], [101, 5, 33], [101, 6, 12], [101, 7, 17], [101, 26, 5], [101, 41, 28], [101, 42, 50], [101, 43, 60], [101, 44, 3], [101, 50, 6], [101, 51, 7], [101, 52, 8], [101, 53, 24], [101, 55, 6], [102, 0, 6], [102, 1, 8], [102, 2, 16], [102, 3, 17], [102, 4, 27], [102, 5, 83], [102, 6, 17], [102, 7, 38], [102, 8, 8], [102, 13, 127], [102, 17, 3], [102, 19, 3], [102, 26, 7], [102, 40, 68], [102, 41, 9], [102, 43, 7], [102, 45, 14], [102, 47, 6], [102, 59, 4], [103, 0, 2], [103, 2, 2], [103, 3, 12], [103, 4, 7], [103, 5, 12], [103, 6, 2], [103, 7, 13], [103, 8, 38], [103, 9, 40], [103, 10, 75], [103, 11, 31], [103, 12, 19], [103, 13, 190], [103, 14, 99], [103, 15, 5], [103, 18, 25], [103, 20, 3], [103, 42, 5], [103, 52, 5], [103, 58, 2], [104, 5, 4], [104, 7, 6], [104, 9, 6], [104, 14, 6], [104, 16, 4], [104, 21, 4], [104, 22, 5], [104, 23, 26], [104, 27, 3], [104, 29, 2], [104, 31, 93], [104, 39, 4], [104, 44, 4], [104, 45, 7], [105, 8, 22], [105, 10, 95], [105, 11, 24], [105, 12, 19], [105, 13, 119], [105, 14, 88], [105, 15, 15], [105, 20, 8], [105, 23, 3], [105, 34, 2], [106, 2, 2], [106, 3, 7], [106, 4, 4], [106, 5, 16], [106, 7, 3], [106, 8, 3925], [106, 9, 4341], [106, 10, 347], [106, 11, 507], [106, 12, 154], [106, 13, 396], [106, 14, 329], [106, 15, 1037], [106, 16, 39], [106, 17, 8], [106, 18, 17], [106, 19, 69], [106, 20, 29], [106, 21, 27], [106, 22, 26], [106, 23, 103], [106, 24, 3], [106, 25, 9], [106, 26, 28], [106, 27, 16], [106, 28, 18], [106, 29, 8], [106, 30, 9], [106, 31, 6], [106, 32, 9], [106, 33, 328], [106, 34, 119], [106, 35, 379], [106, 36, 377], [106, 37, 2], [106, 38, 90], [106, 39, 10], [106, 40, 7], [106, 41, 94], [106, 42, 107], [106, 43, 97], [106, 45, 4], [106, 46, 6], [106, 47, 3], [106, 49, 11], [106, 50, 4], [106, 52, 13], [106, 53, 14], [106, 54, 11], [106, 55, 8], [106, 58, 4], [106, 59, 5], [106, 60, 2], [107, 58, 24], [107, 59, 91], [107, 60, 2], [107, 61, 6], [107, 62, 7], [107, 63, 23], [108, 1, 72], [108, 2, 4], [108, 6, 5], [108, 48, 16], [108, 53, 3], [108, 54, 10], [108, 55, 3], [108, 56, 6], [108, 57, 43], [108, 58, 25], [108, 59, 169], [108, 62, 125], [108, 63, 66], [109, 1, 6], [109, 3, 62], [109, 4, 47], [109, 6, 2], [109, 8, 14], [109, 9, 20], [109, 10, 55], [109, 11, 123], [109, 12, 13], [109, 14, 15], [109, 17, 6], [109, 18, 10], [109, 19, 7], [109, 22, 6], [109, 23, 5], [109, 26, 4], [109, 43, 5], [109, 46, 10], [109, 47, 7], [109, 49, 7], [109, 50, 2], [109, 51, 2], [109, 52, 97], [109, 54, 4], [109, 55, 11], [109, 57, 6], [109, 59, 4], [109, 63, 5], [110, 0, 2], [110, 5, 4], [110, 6, 2], [110, 13, 16], [110, 21, 3], [110, 22, 9], [110, 28, 7], [110, 30, 4], [110, 31, 3], [110, 33, 7], [110, 36, 12], [110, 42, 20], [110, 43, 21], [110, 44, 3], [110, 45, 5], [110, 46, 24], [110, 51, 2], [111, 18, 3], [111, 20, 3], [111, 21, 2], [111, 23, 3], [111, 24, 6], [111, 25, 2], [111, 26, 25], [111, 27, 28], [111, 28, 52], [111, 29, 5], [111, 30, 3], [111, 31, 3], [112, 1, 1], [112, 3, 3], [112, 9, 6], [112, 23, 3], [112, 27, 3], [112, 28, 3], [112, 29, 12], [112, 31, 12], [112, 33, 7], [112, 34, 2], [112, 35, 9], [112, 47, 4], [112, 51, 2], [112, 53, 4], [112, 54, 4], [112, 57, 181], [112, 58, 85], [113, 5, 2], [113, 27, 7], [113, 31, 4], [113, 48, 14], [113, 57, 77], [114, 1, 3], [114, 2, 8], [114, 4, 62], [114, 5, 7], [114, 6, 2], [114, 27, 7], [114, 57, 25], [114, 58, 133], [114, 59, 12], [114, 61, 2], [115, 0, 2], [115, 1, 3], [115, 2, 4], [115, 4, 6], [115, 5, 14], [115, 6, 2], [115, 27, 9], [115, 30, 3], [115, 32, 1], [115, 33, 7], [115, 34, 2], [115, 35, 9], [115, 36, 6], [115, 40, 7], [115, 43, 4], [115, 44, 3], [115, 45, 4], [115, 46, 3], [115, 47, 7], [115, 48, 33], [115, 52, 7], [115, 53, 7], [115, 57, 8], [115, 58, 9], [115, 59, 4], [115, 60, 2], [115, 62, 3], [116, 3, 6], [116, 4, 2], [116, 18, 5], [116, 30, 8], [116, 45, 5], [116, 49, 20], [116, 50, 256], [116, 51, 38], [116, 52, 33], [116, 53, 11], [116, 55, 49], [116, 58, 3], [116, 59, 3], [117, 1, 2], [117, 2, 5], [117, 5, 64], [117, 7, 2], [117, 8, 8], [117, 10, 15], [117, 12, 6], [117, 20, 6], [117, 27, 18], [117, 30, 3], [117, 34, 2], [117, 35, 9], [117, 36, 6], [117, 37, 1], [117, 39, 7], [117, 41, 9], [117, 42, 3], [117, 43, 4], [117, 44, 3], [117, 45, 9], [117, 46, 9], [117, 47, 11], [117, 48, 29], [117, 51, 18], [117, 52, 8], [117, 53, 7], [117, 54, 80], [117, 55, 3], [117, 56, 2], [117, 57, 18], [117, 58, 58], [117, 59, 9], [117, 62, 34], [117, 63, 13], [118, 0, 3], [118, 5, 7], [118, 6, 2], [118, 7, 4], [118, 19, 3], [118, 20, 3], [118, 26, 4], [118, 27, 2], [118, 29, 2], [118, 31, 3], [118, 48, 3], [118, 52, 8], [118, 53, 6], [118, 54, 7], [118, 57, 33], [118, 58, 22], [118, 59, 3], [118, 60, 2], [118, 61, 4], [118, 62, 15], [118, 63, 9], [119, 0, 2], [119, 2, 13], [119, 4, 2], [119, 5, 64], [119, 7, 22], [119, 11, 16], [119, 16, 4], [119, 18, 22], [119, 19, 3], [119, 21, 2], [119, 22, 14], [119, 23, 3], [119, 26, 4], [119, 27, 25], [119, 28, 4], [119, 29, 11], [119, 30, 3], [119, 31, 9], [119, 57, 4], [119, 58, 5], [119, 59, 3], [119, 62, 3], [119, 63, 4], [120, 3, 140], [120, 4, 70], [120, 5, 58], [120, 6, 6], [120, 27, 9], [120, 28, 3], [120, 31, 4], [120, 45, 4], [120, 48, 56], [120, 49, 14], [120, 51, 2], [120, 52, 4], [120, 53, 27], [120, 54, 55], [120, 55, 6], [120, 57, 6], [120, 58, 11], [120, 59, 12], [121, 12, 6], [121, 22, 3], [121, 32, 7], [121, 34, 7], [121, 37, 990], [121, 38, 5], [121, 39, 5], [121, 42, 4], [121, 43, 4], [121, 48, 2], [121, 49, 6], [121, 50, 2], [121, 55, 3], [122, 1, 1], [122, 2, 2], [122, 3, 4], [122, 4, 4], [122, 5, 9], [122, 6, 3], [122, 7, 22], [122, 8, 4], [122, 9, 6], [122, 10, 20], [122, 11, 43], [122, 12, 11], [122, 13, 16], [122, 14, 17], [122, 15, 4], [122, 16, 4], [122, 17, 8], [122, 18, 5], [122, 19, 3], [122, 20, 3], [122, 21, 6], [122, 22, 13], [122, 23, 3], [122, 28, 3], [122, 29, 2], [122, 36, 9], [122, 41, 9], [122, 42, 16], [123, 16, 4], [123, 45, 4], [123, 48, 6], [123, 51, 9], [123, 54, 4], [123, 55, 80], [124, 0, 2], [124, 2, 7], [124, 5, 2], [124, 16, 6], [124, 19, 7], [124, 21, 12], [124, 32, 2], [124, 33, 17], [124, 37, 1], [124, 48, 53], [124, 49, 167], [124, 50, 124], [124, 51, 7], [124, 52, 16], [124, 53, 10], [124, 54, 11], [124, 55, 202], [124, 57, 2], [124, 59, 11], [125, 1, 67], [125, 2, 2], [125, 3, 26], [125, 4, 63], [125, 5, 3], [125, 6, 9], [125, 7, 4], [125, 19, 5], [125, 58, 3], [126, 0, 5], [126, 1, 20], [126, 2, 4], [126, 6, 4], [126, 8, 8], [126, 9, 6], [126, 10, 10], [126, 11, 16], [126, 18, 19], [126, 27, 3], [126, 46, 3], [126, 59, 5], [127, 5, 7], [127, 17, 3], [127, 18, 4], [127, 20, 3], [127, 21, 2], [127, 22, 3], [127, 23, 6], [127, 24, 6], [127, 25, 5], [127, 26, 39], [127, 27, 41], [127, 28, 207], [127, 29, 30], [127, 30, 14], [127, 31, 28], [128, 32, 14], [128, 37, 41], [128, 39, 869], [128, 44, 18], [128, 45, 4], [128, 47, 3], [128, 49, 26], [128, 50, 12], [128, 54, 4], [128, 55, 29], [128, 59, 4], [129, 1, 1], [129, 2, 13], [129, 3, 8], [129, 4, 18], [129, 5, 6], [129, 6, 10], [129, 7, 12], [129, 8, 8], [129, 9, 6], [129, 10, 30], [129, 11, 20], [129, 12, 2474], [129, 13, 32], [129, 14, 6], [129, 16, 33], [129, 17, 6], [129, 18, 33], [129, 19, 30], [129, 20, 32], [129, 21, 29], [129, 22, 39], [129, 23, 3], [129, 24, 14], [129, 25, 7], [129, 26, 12], [129, 27, 2], [129, 29, 2], [129, 31, 8], [129, 32, 8757], [129, 33, 248], [129, 34, 2051], [129, 35, 184], [129, 36, 304], [129, 37, 5848], [129, 38, 7745], [129, 39, 5204], [129, 40, 25], [129, 41, 229], [129, 42, 228], [129, 43, 201], [129, 44, 3746], [129, 45, 67], [129, 46, 17], [129, 47, 63], [129, 48, 101], [129, 49, 1039], [129, 50, 407], [129, 51, 565], [129, 52, 50], [129, 53, 28], [129, 54, 672], [129, 55, 582], [129, 56, 2], [129, 58, 3], [129, 59, 3], [129, 60, 2], [129, 61, 3], [129, 63, 4], [130, 0, 10], [130, 4, 3], [130, 6, 2], [130, 7, 21], [130, 17, 37], [130, 18, 29], [130, 19, 102], [130, 20, 78], [130, 21, 20], [130, 22, 145], [130, 23, 59], [130, 24, 3], [130, 25, 13], [130, 26, 18], [130, 27, 27], [130, 28, 10], [130, 29, 22], [130, 30, 11], [130, 31, 20], [130, 40, 7], [130, 58, 3], [130, 59, 3], [131, 3, 3], [131, 22, 13], [131, 23, 3], [131, 34, 2], [131, 40, 7], [131, 41, 6], [131, 42, 14], [131, 43, 5], [131, 44, 7], [131, 45, 72], [131, 46, 17], [131, 47, 97], [132, 8, 10], [132, 11, 20], [132, 13, 206], [132, 15, 4], [132, 22, 3], [132, 23, 3], [132, 24, 4], [132, 25, 2], [132, 26, 4], [132, 27, 7], [132, 28, 24], [132, 29, 12], [132, 30, 4], [132, 31, 5], [133, 2, 3], [133, 4, 7], [133, 5, 31], [133, 6, 5], [133, 28, 3], [133, 48, 8], [133, 52, 10], [133, 53, 11], [133, 54, 4], [133, 58, 15], [133, 59, 3], [133, 62, 11], [133, 63, 8], [134, 1, 375], [134, 2, 2], [134, 6, 2], [134, 18, 3], [134, 25, 3], [134, 26, 15], [134, 27, 2], [134, 28, 3], [135, 0, 2], [135, 2, 2], [135, 5, 3], [135, 6, 10], [135, 7, 6], [135, 12, 8], [135, 22, 5], [135, 32, 1], [135, 40, 7], [135, 42, 8], [135, 44, 205], [135, 45, 156], [135, 46, 323], [135, 47, 444], [135, 48, 32], [135, 53, 14], [135, 54, 4], [135, 59, 4], [135, 62, 14], [136, 0, 5], [136, 3, 27], [136, 4, 5], [136, 5, 2], [136, 6, 2], [136, 18, 9], [136, 41, 6], [136, 42, 5], [136, 43, 5], [136, 46, 5], [136, 57, 2], [136, 58, 14], [136, 59, 43], [137, 0, 6], [137, 1, 1], [137, 2, 11], [137, 3, 11], [137, 4, 8], [137, 6, 3], [137, 7, 8], [137, 8, 4], [137, 16, 4], [137, 17, 14], [137, 18, 3], [137, 21, 2], [137, 22, 3], [137, 23, 6], [137, 25, 2], [137, 27, 3], [137, 28, 3], [137, 29, 5], [137, 30, 3], [137, 31, 6], [137, 35, 9], [137, 58, 4], [137, 63, 7], [138, 0, 26], [138, 1, 57], [138, 2, 12], [138, 3, 14], [138, 4, 24], [138, 5, 64], [138, 6, 34], [138, 7, 28], [138, 12, 24], [138, 13, 24], [138, 14, 6], [138, 15, 5], [138, 16, 13], [138, 17, 17], [138, 18, 14], [138, 19, 92], [138, 20, 824], [138, 21, 112], [138, 22, 46], [138, 23, 45], [138, 24, 7], [138, 26, 4], [138, 27, 69], [138, 28, 5], [138, 29, 5], [138, 30, 3], [138, 31, 3], [138, 44, 3], [138, 45, 10], [138, 46, 10], [138, 48, 9], [138, 49, 685], [138, 50, 6], [138, 51, 98], [138, 52, 1741], [138, 53, 32], [138, 54, 50], [138, 55, 263], [138, 57, 2], [138, 58, 6], [138, 59, 5], [138, 61, 13], [139, 5, 2], [139, 16, 4], [139, 17, 8], [139, 21, 2], [139, 23, 3], [139, 24, 3], [139, 25, 5], [139, 26, 73], [139, 27, 7], [139, 28, 45], [139, 29, 22], [139, 30, 17], [139, 31, 14], [139, 49, 16], [139, 50, 17], [139, 51, 25], [139, 52, 69], [139, 53, 49], [139, 54, 8], [139, 55, 35], [140, 3, 4], [140, 4, 2], [140, 22, 3], [140, 40, 65], [140, 41, 6], [140, 42, 9], [140, 43, 66], [140, 44, 3], [140, 45, 12], [140, 46, 9], [140, 47, 25], [140, 50, 41], [140, 51, 82], [140, 53, 124], [141, 45, 4], [141, 48, 3], [141, 49, 137], [141, 50, 43], [141, 51, 60], [141, 52, 22], [141, 53, 10], [141, 54, 38], [141, 55, 122], [142, 0, 2], [142, 1, 27], [142, 2, 3], [142, 3, 7], [142, 4, 2], [142, 5, 10], [142, 6, 4], [142, 7, 6], [142, 18, 3], [142, 22, 5], [142, 27, 5], [142, 48, 10], [142, 49, 165], [142, 50, 37], [142, 51, 2], [142, 52, 89], [142, 53, 16], [142, 55, 104], [142, 59, 9], [143, 0, 255], [143, 1, 1], [143, 2, 13], [143, 3, 279], [143, 4, 239], [143, 5, 10], [143, 6, 102], [143, 7, 4], [143, 20, 11], [143, 23, 3], [143, 26, 17], [143, 27, 2], [143, 28, 3], [143, 29, 56], [143, 30, 8], [143, 31, 3], [143, 40, 7], [143, 45, 12], [143, 46, 8], [143, 54, 4], [144, 5, 4], [144, 6, 2], [144, 7, 4], [144, 8, 16], [144, 9, 6], [144, 10, 15], [144, 11, 20], [144, 12, 21], [144, 13, 56], [144, 14, 23], [144, 15, 4], [144, 21, 2], [144, 23, 3], [144, 24, 4], [144, 25, 13], [144, 26, 109], [144, 27, 24], [144, 28, 179], [144, 29, 12], [144, 30, 19], [144, 31, 19], [144, 63, 3], [145, 1, 9], [145, 5, 16], [145, 6, 6], [145, 7, 2], [145, 17, 5], [145, 27, 2], [145, 35, 13], [145, 36, 6], [145, 37, 1], [145, 40, 7], [145, 42, 3], [145, 46, 5], [145, 47, 3], [145, 48, 2], [145, 49, 82], [145, 50, 27], [145, 51, 76], [145, 52, 379], [145, 53, 8], [145, 54, 27], [145, 55, 498], [145, 56, 3], [145, 57, 2], [145, 58, 7], [145, 59, 18], [145, 62, 3], [145, 63, 4], [146, 1, 2], [146, 5, 2], [146, 26, 4], [146, 27, 3], [146, 42, 19], [146, 43, 12], [146, 44, 6], [146, 47, 3], [146, 48, 3], [146, 49, 70], [146, 51, 15], [146, 52, 46], [146, 53, 7], [146, 54, 7], [146, 55, 46], [146, 58, 5], [146, 63, 3], [147, 5, 7], [147, 34, 2], [147, 35, 9], [147, 37, 3], [147, 38, 5], [147, 41, 6], [147, 43, 4], [147, 45, 5], [147, 46, 3], [147, 48, 11], [147, 49, 56], [147, 51, 9], [147, 52, 24], [147, 54, 7], [147, 55, 107], [147, 58, 481], [147, 59, 274], [147, 63, 4], [148, 24, 3], [148, 26, 9], [148, 31, 5], [148, 33, 7], [148, 34, 2], [148, 35, 9], [148, 36, 6], [148, 38, 5], [148, 39, 2], [148, 41, 14], [148, 42, 44], [148, 43, 29], [148, 44, 3], [148, 45, 4], [148, 46, 3], [148, 47, 7], [148, 48, 2], [148, 50, 6], [148, 51, 11], [148, 52, 5], [148, 53, 4], [148, 54, 11], [148, 55, 7], [148, 58, 33], [148, 59, 14], [149, 0, 2], [149, 5, 4], [149, 13, 16], [149, 25, 2], [149, 28, 4], [149, 48, 14], [149, 49, 118], [149, 50, 2], [149, 51, 18], [149, 52, 63], [149, 53, 12], [149, 54, 8], [149, 55, 182], [149, 58, 498], [149, 59, 303], [149, 63, 4], [150, 0, 2], [150, 1, 3], [150, 3, 16], [150, 4, 11], [150, 5, 2], [150, 6, 103], [150, 12, 6], [150, 27, 2], [150, 41, 6], [150, 42, 6], [150, 48, 35], [150, 49, 23], [150, 50, 2], [150, 51, 2], [150, 54, 10], [150, 55, 8], [151, 3, 7], [151, 4, 4], [151, 6, 42], [151, 10, 10], [151, 48, 3], [152, 1, 6], [152, 2, 4], [152, 3, 11], [152, 4, 4], [152, 5, 2], [152, 6, 4], [152, 8, 6], [152, 48, 28], [152, 50, 5], [152, 51, 2], [152, 52, 24], [152, 53, 66], [152, 54, 19], [152, 55, 46], [152, 57, 6], [152, 59, 45], [152, 61, 3], [153, 16, 6], [153, 32, 81], [153, 37, 4], [153, 39, 1583], [153, 42, 3], [153, 43, 4], [153, 44, 15], [153, 45, 4], [153, 47, 3], [153, 48, 2], [153, 49, 46], [153, 50, 21], [153, 54, 4], [153, 55, 34], [153, 59, 16], [154, 0, 3], [154, 1, 1], [154, 2, 13], [154, 4, 23], [154, 5, 2], [154, 7, 9], [154, 26, 4], [154, 27, 5], [154, 48, 2], [154, 53, 6], [154, 54, 4], [155, 0, 2], [155, 1, 1], [155, 2, 2], [155, 3, 7], [155, 5, 14], [155, 6, 4], [155, 7, 4], [155, 8, 4], [155, 11, 8], [155, 12, 6], [155, 21, 2], [155, 27, 2], [155, 29, 2], [155, 46, 3], [155, 47, 3], [155, 51, 2], [155, 55, 3], [155, 57, 6], [155, 60, 3], [156, 0, 2], [156, 3, 3], [156, 4, 4], [156, 6, 2], [156, 10, 35], [156, 11, 8], [156, 12, 19], [156, 35, 9], [156, 41, 11], [156, 43, 5], [156, 48, 3], [156, 57, 2], [157, 0, 3], [157, 1, 21], [157, 2, 5], [157, 3, 13], [157, 4, 13], [157, 5, 17], [157, 6, 23], [157, 7, 5], [157, 11, 8], [157, 12, 6], [157, 15, 10], [157, 16, 33], [157, 17, 9], [157, 18, 273], [157, 19, 3], [157, 21, 2], [157, 22, 6], [157, 23, 3], [157, 24, 3], [157, 25, 3], [157, 27, 2], [157, 28, 4], [157, 30, 7], [157, 31, 3], [157, 32, 1], [157, 33, 11], [157, 41, 6], [157, 42, 8], [157, 43, 15], [157, 44, 6], [157, 45, 4], [157, 46, 13], [157, 47, 5], [157, 48, 21], [157, 49, 52], [157, 50, 2], [157, 51, 10], [157, 52, 8], [157, 53, 12], [157, 54, 16], [157, 55, 19], [157, 57, 5], [157, 58, 3], [157, 59, 3], [157, 61, 2], [157, 63, 3], [158, 2, 7], [158, 7, 3], [158, 8, 20], [158, 9, 6], [158, 10, 30], [158, 11, 39], [158, 12, 11], [158, 13, 103], [158, 14, 17], [158, 15, 7], [158, 17, 30], [158, 18, 46], [158, 19, 3], [158, 20, 14], [158, 21, 7], [158, 22, 13], [158, 23, 5], [158, 29, 2], [158, 56, 3], [158, 57, 2], [158, 59, 3], [159, 0, 4], [159, 1, 19], [159, 2, 11], [159, 3, 17], [159, 4, 22], [159, 5, 5], [159, 6, 25], [159, 7, 8], [159, 19, 3], [159, 25, 5], [159, 27, 2], [159, 29, 2], [159, 31, 3], [159, 32, 1], [159, 33, 11], [159, 35, 9], [159, 46, 3], [159, 48, 30], [159, 49, 46], [159, 50, 2], [159, 51, 16], [159, 52, 7], [159, 53, 8], [159, 54, 21], [159, 55, 21], [159, 58, 3], [159, 59, 3], [160, 0, 15], [160, 2, 7], [160, 4, 8], [160, 5, 15], [160, 6, 4], [160, 7, 3], [160, 8, 87], [160, 9, 117], [160, 10, 55], [160, 11, 20], [160, 12, 89], [160, 13, 743], [160, 14, 394], [160, 15, 59], [160, 19, 3], [160, 24, 4], [160, 26, 4], [160, 27, 2], [160, 42, 3], [161, 0, 2], [161, 5, 8], [161, 8, 6], [161, 9, 40], [161, 10, 45], [161, 11, 12], [161, 12, 45], [161, 13, 143], [161, 14, 23], [161, 15, 4], [161, 27, 5], [161, 28, 3], [161, 29, 2], [162, 9, 6], [162, 33, 7], [162, 35, 13], [162, 36, 6], [162, 37, 1], [162, 38, 5], [162, 39, 2], [163, 5, 4], [163, 13, 16], [163, 22, 5], [163, 43, 9], [163, 48, 12], [163, 49, 63], [163, 50, 12], [163, 51, 5], [163, 52, 7], [163, 53, 4], [163, 54, 49], [163, 55, 172], [163, 58, 182], [163, 59, 123], [164, 1, 1], [164, 4, 10], [164, 5, 2], [164, 6, 2], [164, 36, 6], [164, 41, 6], [164, 43, 4], [164, 44, 15], [164, 45, 5], [164, 46, 10], [164, 47, 37], [164, 58, 2], [165, 1, 6], [165, 2, 4], [165, 3, 3], [165, 4, 8], [165, 5, 10], [165, 7, 4], [165, 8, 10], [165, 19, 3], [165, 23, 5], [165, 36, 6], [165, 52, 5], [165, 55, 4], [165, 56, 6], [165, 58, 92], [165, 59, 62], [165, 61, 5], [165, 62, 19], [165, 63, 13], [166, 7, 3], [166, 22, 5], [166, 49, 4], [166, 56, 8], [166, 57, 6], [166, 58, 29], [166, 59, 6], [166, 60, 2], [166, 61, 3], [166, 62, 8], [166, 63, 4], [167, 0, 3], [167, 1, 17], [167, 2, 3], [167, 3, 16], [167, 4, 6], [167, 5, 28], [167, 6, 8], [167, 7, 18], [167, 8, 4], [167, 13, 24], [167, 14, 15], [167, 15, 4], [167, 16, 4], [167, 17, 3], [167, 22, 5], [167, 23, 6], [167, 24, 3], [167, 26, 4], [167, 27, 2], [167, 29, 2], [167, 30, 3], [167, 40, 7], [167, 44, 6], [167, 46, 3], [167, 48, 15], [167, 49, 780], [167, 50, 210], [167, 51, 39], [167, 52, 401], [167, 53, 60], [167, 54, 208], [167, 55, 727], [167, 56, 2], [167, 57, 6], [167, 58, 12], [167, 59, 20], [167, 61, 2], [167, 62, 15], [167, 63, 11], [168, 4, 2], [168, 5, 26], [168, 7, 12], [168, 10, 25], [168, 27, 5], [168, 34, 2], [168, 40, 10], [168, 41, 6], [168, 42, 3], [168, 43, 4], [168, 44, 3], [168, 45, 4], [168, 47, 6], [168, 48, 76], [168, 49, 11], [168, 51, 2], [168, 52, 5], [168, 53, 8], [168, 54, 31], [168, 55, 6], [168, 58, 5], [168, 59, 12], [168, 62, 3], [168, 63, 3], [169, 1, 4], [169, 3, 3], [169, 4, 6], [169, 5, 11], [169, 10, 10], [169, 27, 4], [169, 43, 5], [169, 45, 9], [169, 48, 115], [169, 49, 106], [169, 50, 2], [169, 51, 17], [169, 52, 63], [169, 53, 15], [169, 54, 33], [169, 55, 53], [169, 58, 7], [169, 59, 5], [169, 62, 6], [169, 63, 9], [170, 0, 273], [170, 1, 52], [170, 2, 916], [170, 4, 10], [170, 5, 7], [170, 6, 2], [170, 19, 5], [170, 20, 8], [170, 21, 28], [170, 22, 27], [170, 26, 4], [170, 31, 3], [170, 44, 4], [170, 46, 3], [170, 49, 7], [170, 54, 7], [170, 56, 3], [170, 57, 3], [171, 18, 3], [171, 21, 9], [171, 22, 3], [171, 23, 5], [171, 24, 6], [171, 26, 103], [171, 27, 2], [171, 31, 18], [171, 33, 24], [171, 34, 8], [171, 35, 29], [171, 36, 59], [171, 38, 11], [171, 39, 4], [171, 40, 65], [171, 41, 970], [171, 42, 1177], [171, 43, 1126], [171, 44, 78], [171, 45, 67], [171, 46, 128], [171, 47, 81], [171, 48, 5], [171, 49, 7], [171, 50, 18], [171, 51, 26], [171, 52, 43], [171, 53, 83], [171, 54, 45], [171, 55, 35], [171, 57, 2], [171, 58, 18], [171, 59, 16], [171, 62, 4], [171, 63, 3], [172, 2, 2], [172, 3, 11], [172, 4, 3], [172, 5, 2], [172, 6, 2], [172, 8, 12], [172, 9, 29], [172, 10, 15], [172, 11, 16], [172, 12, 26], [172, 13, 48], [172, 14, 9], [172, 15, 4], [172, 21, 2], [172, 22, 5], [172, 23, 5], [172, 24, 3], [172, 25, 3], [172, 26, 4], [172, 27, 2], [172, 28, 4], [172, 29, 13], [172, 30, 3], [172, 31, 25], [172, 40, 10], [172, 45, 5], [172, 47, 18], [172, 53, 4], [173, 0, 3], [173, 1, 10], [173, 2, 35], [173, 3, 120], [173, 4, 10], [173, 5, 7], [173, 6, 3], [173, 7, 20], [173, 8, 8], [173, 9, 12], [173, 10, 40], [173, 11, 62], [173, 12, 21], [173, 13, 40], [173, 14, 12], [173, 15, 5], [173, 21, 2], [173, 22, 3], [173, 24, 9], [173, 25, 2], [173, 26, 12], [173, 28, 7], [173, 29, 162], [173, 31, 5], [173, 32, 1], [173, 33, 11], [173, 34, 2], [173, 38, 7], [173, 40, 13], [173, 41, 58], [173, 42, 42], [173, 43, 36], [173, 44, 14], [173, 45, 33], [173, 46, 64], [173, 47, 42], [173, 49, 18], [173, 50, 5], [173, 51, 11], [173, 52, 8], [173, 53, 14], [173, 54, 4], [173, 55, 6], [173, 57, 2], [173, 61, 2], [173, 62, 3], [173, 63, 3], [174, 0, 8], [174, 1, 7], [174, 2, 18], [174, 4, 22], [174, 5, 19], [174, 6, 16], [174, 7, 12], [174, 26, 5], [174, 31, 4], [174, 34, 2], [174, 35, 9], [174, 39, 2], [174, 41, 6], [174, 42, 3], [174, 44, 6], [174, 45, 4], [174, 46, 6], [174, 48, 2], [174, 49, 160], [174, 50, 12], [174, 51, 40], [174, 52, 557], [174, 53, 25], [174, 54, 10], [174, 55, 73], [174, 58, 10], [174, 59, 14], [174, 60, 2], [174, 61, 2], [174, 62, 3], [174, 63, 15], [175, 58, 75], [175, 59, 40], [175, 61, 3], [175, 62, 3], [175, 63, 7], [176, 16, 13], [176, 18, 14], [176, 20, 5], [176, 44, 3], [176, 48, 2], [176, 49, 404], [176, 50, 36], [176, 52, 15], [176, 53, 20], [176, 55, 1512], [177, 58, 129], [177, 59, 71], [177, 60, 6], [177, 61, 3], [177, 62, 12], [177, 63, 26], [178, 5, 7], [178, 9, 6], [178, 10, 20], [178, 11, 12], [178, 12, 16], [178, 13, 40], [178, 25, 5], [178, 26, 20], [178, 27, 4], [178, 28, 15], [178, 29, 11], [178, 31, 11], [178, 46, 9], [179, 17, 3], [179, 56, 2], [179, 58, 168], [179, 59, 57], [179, 60, 3121], [179, 61, 13], [179, 62, 1274], [179, 63, 187], [180, 0, 3], [180, 1, 7], [180, 2, 29], [180, 4, 7], [180, 5, 16], [180, 8, 4], [180, 17, 3], [180, 18, 18], [180, 20, 5], [180, 21, 6], [180, 22, 3], [180, 23, 79], [180, 25, 2], [180, 27, 4], [180, 29, 5], [180, 52, 4], [180, 59, 4], [181, 0, 2], [181, 1, 5], [181, 2, 19], [181, 3, 3], [181, 4, 7], [181, 5, 16], [181, 6, 8], [181, 7, 8], [181, 8, 14], [181, 9, 66], [181, 10, 25], [181, 11, 24], [181, 12, 45], [181, 13, 119], [181, 14, 17], [181, 15, 4], [181, 16, 308], [181, 17, 27], [181, 18, 3354], [181, 19, 41], [181, 20, 20], [181, 21, 39], [181, 22, 46], [181, 23, 32], [181, 24, 10], [181, 25, 2], [181, 26, 4], [181, 27, 8], [181, 29, 5], [181, 30, 9], [181, 31, 10], [181, 43, 4], [181, 46, 5], [181, 49, 4], [181, 52, 7], [181, 55, 4], [181, 56, 9], [181, 57, 132], [181, 58, 5], [181, 59, 4], [181, 60, 3], [181, 61, 13], [182, 4, 4], [182, 56, 2], [182, 57, 32], [182, 58, 9], [182, 59, 14], [182, 60, 2], [182, 61, 2], [182, 62, 27], [182, 63, 33], [183, 0, 4], [183, 1, 1], [183, 2, 4], [183, 3, 181], [183, 4, 137], [183, 6, 8], [183, 7, 5], [183, 21, 2], [183, 24, 5], [183, 26, 4], [183, 28, 8], [183, 29, 18], [183, 30, 3], [183, 45, 5], [183, 46, 3], [184, 0, 29], [184, 1, 9], [184, 2, 1411], [184, 3, 17], [184, 4, 42], [184, 5, 440], [184, 6, 27], [184, 7, 1166], [184, 8, 32], [184, 9, 68], [184, 10, 100], [184, 11, 1167], [184, 12, 52], [184, 13, 80], [184, 14, 172], [184, 15, 4], [184, 16, 10], [184, 17, 22], [184, 18, 103], [184, 19, 51], [184, 20, 14], [184, 21, 29], [184, 22, 30], [184, 23, 40], [184, 24, 7], [184, 25, 2], [184, 26, 204], [184, 27, 32], [184, 28, 199], [184, 29, 50], [184, 30, 26], [184, 31, 40], [184, 32, 2], [184, 33, 21], [184, 34, 3], [184, 35, 17], [184, 36, 18], [184, 37, 1], [184, 39, 3], [184, 40, 813], [184, 41, 50], [184, 42, 72], [184, 43, 68], [184, 44, 15], [184, 45, 41], [184, 46, 22], [184, 47, 23], [184, 48, 2], [184, 49, 16], [184, 50, 2], [184, 51, 13], [184, 52, 18], [184, 53, 19], [184, 54, 5], [184, 55, 19], [184, 56, 2], [184, 57, 8], [184, 58, 21], [184, 59, 17], [184, 60, 2], [184, 61, 5], [184, 63, 7], [185, 1, 1], [185, 2, 13], [185, 3, 3], [185, 4, 7], [185, 5, 18], [185, 6, 4], [185, 7, 25], [185, 8, 48], [185, 9, 32], [185, 10, 110], [185, 11, 39], [185, 12, 39], [185, 13, 103], [185, 14, 37], [185, 15, 5], [185, 16, 15], [185, 17, 14], [185, 18, 16], [185, 19, 7], [185, 20, 8], [185, 21, 9], [185, 22, 23], [185, 23, 10], [185, 24, 10], [185, 25, 9], [185, 26, 25], [185, 27, 6], [185, 28, 9], [185, 29, 13], [185, 30, 7], [185, 31, 8], [185, 32, 1], [185, 33, 17], [185, 34, 10], [185, 35, 110], [185, 36, 33], [185, 37, 1], [185, 38, 5], [185, 39, 5], [185, 40, 47], [185, 41, 25], [185, 42, 24], [185, 43, 29], [185, 44, 8], [185, 45, 35], [185, 46, 50], [185, 47, 53], [185, 49, 6], [185, 50, 4], [185, 51, 6], [185, 52, 4], [185, 53, 6], [185, 55, 3], [185, 56, 3], [185, 57, 6], [185, 58, 43], [185, 59, 45], [185, 60, 7], [185, 61, 3], [185, 62, 3], [185, 63, 10], [186, 2, 2], [186, 50, 60], [186, 51, 3], [186, 52, 4], [186, 54, 7], [186, 55, 100], [186, 58, 3], [186, 59, 9], [187, 3, 6], [187, 4, 10], [187, 18, 5], [187, 21, 2], [187, 26, 10], [187, 27, 5], [187, 31, 9], [187, 32, 1], [187, 33, 7], [187, 35, 9], [187, 36, 9], [187, 40, 7], [187, 41, 102], [187, 42, 124], [187, 43, 133], [187, 44, 7], [187, 45, 12], [187, 46, 17], [187, 47, 9], [187, 48, 2], [187, 49, 4], [187, 50, 6], [187, 51, 2], [187, 52, 5], [187, 53, 7], [187, 54, 4], [187, 55, 3], [187, 58, 3], [187, 59, 5], [187, 61, 2], [187, 62, 3], [187, 63, 3], [188, 0, 2], [188, 18, 6], [188, 39, 2], [188, 42, 5], [188, 47, 4], [188, 56, 2], [188, 57, 10], [188, 58, 7], [188, 59, 30], [188, 60, 4], [188, 61, 15], [188, 62, 11], [188, 63, 3], [189, 0, 3], [189, 1, 4], [189, 2, 2], [189, 3, 3], [189, 4, 2], [189, 5, 6], [189, 6, 2], [189, 7, 12], [189, 11, 16], [189, 12, 19], [189, 13, 56], [189, 14, 15], [189, 15, 4], [189, 16, 6], [189, 20, 5], [189, 21, 2], [189, 22, 14], [189, 23, 5], [189, 27, 2], [189, 31, 3], [189, 42, 5], [189, 48, 2], [189, 49, 13], [189, 52, 7], [189, 53, 7], [189, 55, 11], [189, 56, 2], [189, 57, 152], [189, 58, 5], [189, 59, 11], [189, 60, 7], [189, 61, 4], [189, 62, 8], [190, 0, 3], [190, 17, 14], [190, 18, 3], [190, 20, 5], [190, 21, 6], [190, 22, 3], [190, 23, 40], [190, 24, 7], [190, 25, 16], [190, 26, 105], [190, 27, 41], [190, 28, 80], [190, 29, 77], [190, 30, 30], [190, 31, 114], [191, 0, 37], [191, 1, 9], [191, 2, 178], [191, 5, 5], [191, 6, 2], [191, 7, 8], [191, 10, 20], [191, 16, 6], [191, 29, 3], [191, 49, 4], [191, 50, 4], [191, 52, 4], [191, 56, 2], [191, 57, 3], [191, 58, 38], [191, 59, 68], [191, 61, 15], [192, 3, 3], [192, 4, 3], [192, 5, 14], [192, 6, 2], [192, 7, 24], [192, 8, 12], [192, 9, 17], [192, 10, 65], [192, 11, 62], [192, 12, 26], [192, 14, 15], [192, 20, 5], [192, 22, 14], [192, 40, 22], [192, 42, 4], [192, 46, 26], [192, 47, 3], [192, 51, 2], [192, 52, 8], [192, 53, 6], [192, 55, 4], [192, 57, 2], [192, 58, 2], [193, 6, 2], [193, 22, 5], [193, 26, 20], [193, 31, 4], [193, 35, 9], [193, 36, 15], [193, 37, 1], [193, 40, 7], [193, 41, 212], [193, 42, 222], [193, 43, 231], [193, 44, 15], [193, 45, 12], [193, 46, 26], [193, 47, 16], [193, 50, 3], [193, 52, 5], [193, 53, 8], [193, 54, 5], [193, 58, 7], [193, 59, 6], [194, 56, 2], [194, 57, 4], [194, 58, 58], [194, 59, 29], [194, 61, 4], [194, 62, 7], [194, 63, 7], [195, 0, 8], [195, 1, 25], [195, 2, 3], [195, 3, 19], [195, 4, 20], [195, 5, 45], [195, 6, 7], [195, 7, 7], [195, 8, 4], [195, 10, 25], [195, 26, 5], [195, 33, 7], [195, 40, 34], [195, 44, 4], [195, 45, 32], [195, 46, 3], [195, 47, 31], [195, 51, 2], [195, 52, 5], [196, 8, 4], [196, 11, 24], [196, 16, 4], [196, 17, 3], [196, 18, 4], [196, 19, 45], [196, 20, 3], [196, 21, 10], [196, 22, 3], [196, 26, 4], [196, 27, 4], [196, 34, 2], [196, 40, 7], [196, 43, 15], [196, 44, 4], [196, 45, 10], [196, 46, 6], [196, 47, 31], [196, 59, 3], [197, 1, 3], [197, 5, 4], [197, 27, 7], [197, 41, 6], [197, 42, 14], [197, 48, 14], [197, 49, 25], [197, 50, 3], [197, 51, 2], [197, 52, 25], [197, 53, 6], [197, 54, 13], [197, 55, 12], [197, 58, 3], [197, 59, 11], [198, 0, 6], [198, 1, 8], [198, 2, 23], [198, 3, 69], [198, 4, 20], [198, 5, 283], [198, 6, 9], [198, 7, 174], [198, 8, 50], [198, 9, 97], [198, 10, 149], [198, 11, 265], [198, 12, 94], [198, 13, 80], [198, 14, 31], [198, 17, 3], [198, 18, 5], [198, 20, 5], [198, 21, 2], [198, 22, 7], [198, 23, 3], [198, 24, 3], [198, 26, 5], [198, 28, 3], [198, 32, 3], [198, 33, 7], [198, 34, 5], [198, 35, 13], [198, 36, 6], [198, 39, 2], [198, 40, 201], [198, 41, 44], [198, 42, 125], [198, 43, 65], [198, 44, 102], [198, 45, 84], [198, 46, 85], [198, 47, 204], [198, 55, 4], [198, 57, 2], [198, 58, 9], [198, 59, 6], [198, 60, 3], [198, 62, 3], [198, 63, 5], [199, 0, 127], [199, 1, 49], [199, 2, 1661], [199, 3, 147], [199, 4, 232], [199, 5, 17], [199, 6, 33], [199, 7, 125], [199, 8, 6], [199, 10, 15], [199, 12, 13], [199, 13, 16], [199, 22, 6], [199, 24, 3], [199, 26, 4], [199, 27, 2], [199, 29, 5], [199, 44, 6], [199, 45, 22], [199, 46, 51], [199, 47, 4], [199, 49, 219], [199, 50, 12], [199, 51, 56], [199, 52, 641], [199, 53, 12], [199, 54, 8], [199, 55, 38], [199, 56, 24], [199, 57, 3], [199, 58, 531], [199, 59, 240], [199, 60, 22], [199, 61, 89], [199, 62, 100], [199, 63, 211], [200, 0, 9], [200, 1, 3], [200, 2, 26], [200, 3, 22], [200, 4, 8], [200, 5, 7], [200, 6, 2], [200, 7, 4], [200, 8, 4], [200, 9, 6], [200, 11, 12], [200, 14, 6], [200, 15, 4], [200, 17, 30], [200, 18, 9], [200, 19, 24], [200, 20, 14], [200, 21, 6], [200, 22, 21], [200, 23, 25], [200, 26, 4], [200, 29, 2], [200, 37, 1], [200, 40, 7], [200, 41, 6], [200, 42, 6], [200, 44, 4], [200, 45, 4], [200, 46, 3], [200, 47, 3], [200, 48, 2], [200, 49, 4], [200, 50, 30], [200, 51, 41], [200, 52, 15], [200, 53, 66], [200, 54, 8], [200, 55, 3], [200, 56, 2], [200, 57, 12], [200, 58, 28], [200, 59, 8], [200, 61, 4], [200, 62, 12], [200, 63, 3], [201, 16, 4], [201, 32, 10], [201, 33, 7], [201, 34, 4], [201, 37, 49], [201, 38, 11], [201, 39, 16], [201, 47, 3], [201, 49, 9], [201, 50, 37], [201, 51, 2], [201, 54, 5], [201, 55, 3], [202, 0, 15], [202, 3, 4], [202, 4, 9], [202, 5, 9], [202, 6, 4], [202, 7, 5], [202, 16, 4], [202, 17, 17], [202, 18, 18], [202, 19, 88], [202, 20, 36], [202, 21, 7], [202, 22, 106], [202, 23, 83], [202, 24, 8], [202, 25, 27], [202, 26, 71], [202, 27, 91], [202, 28, 47], [202, 29, 124], [202, 30, 32], [202, 31, 115], [202, 39, 7], [202, 42, 7], [202, 46, 6], [202, 51, 2], [202, 58, 7], [202, 59, 9], [202, 61, 2], [203, 0, 27], [203, 1, 34], [203, 2, 202], [203, 3, 19], [203, 4, 19], [203, 5, 23], [203, 6, 204], [203, 7, 18], [203, 8, 4], [203, 9, 6], [203, 12, 24], [203, 21, 2], [203, 25, 7], [203, 26, 7], [203, 27, 61], [203, 29, 12], [203, 31, 3], [203, 32, 6], [203, 42, 9], [203, 46, 8], [203, 48, 15], [203, 49, 345], [203, 50, 48], [203, 51, 55], [203, 52, 18], [203, 54, 55], [203, 55, 153], [203, 56, 4], [203, 58, 4], [203, 59, 151], [203, 61, 33], [203, 63, 3], [204, 0, 3], [204, 2, 4], [204, 3, 6], [204, 4, 3], [204, 5, 2], [204, 6, 6], [204, 7, 11], [204, 8, 22], [204, 9, 23], [204, 10, 100], [204, 11, 96], [204, 12, 21], [204, 13, 143], [204, 14, 17], [204, 15, 18], [204, 19, 3], [204, 22, 12], [204, 23, 5], [204, 24, 8], [204, 25, 15], [204, 26, 39], [204, 27, 49], [204, 28, 112], [204, 29, 32], [204, 30, 11], [204, 31, 37], [204, 47, 7], [204, 58, 3], [204, 59, 5], [205, 0, 9], [205, 1, 13], [205, 2, 10], [205, 5, 6], [205, 6, 10], [205, 7, 75], [205, 9, 6], [205, 10, 10], [205, 19, 3], [205, 26, 5], [205, 27, 14], [205, 29, 4], [205, 31, 6], [205, 47, 3], [205, 48, 12], [205, 51, 5], [205, 54, 11], [205, 56, 2], [205, 57, 27], [205, 58, 2], [205, 61, 7], [206, 3, 3], [206, 4, 9], [206, 20, 5], [206, 26, 26], [206, 27, 2], [206, 28, 12], [206, 29, 5], [206, 31, 5], [206, 49, 13], [206, 50, 19], [206, 51, 6], [206, 52, 30], [206, 53, 31], [206, 54, 5], [206, 55, 20], [207, 1, 2], [207, 2, 4], [207, 3, 12], [207, 4, 11], [207, 5, 27], [207, 6, 3], [207, 7, 160], [207, 8, 24], [207, 9, 29], [207, 10, 35], [207, 11, 154], [207, 12, 94], [207, 13, 16], [207, 14, 217], [207, 15, 26], [207, 16, 2389], [207, 17, 323], [207, 18, 1645], [207, 19, 2413], [207, 20, 2152], [207, 21, 1852], [207, 22, 1293], [207, 23, 1736], [207, 24, 648], [207, 25, 1588], [207, 26, 2478], [207, 27, 1584], [207, 28, 1038], [207, 29, 476], [207, 30, 739], [207, 31, 2601], [207, 32, 61], [207, 33, 890], [207, 34, 707], [207, 35, 1664], [207, 36, 1108], [207, 37, 3], [207, 38, 194], [207, 39, 221], [207, 40, 541], [207, 41, 187], [207, 42, 87], [207, 43, 65], [207, 44, 3015], [207, 45, 750], [207, 46, 2068], [207, 47, 1319], [207, 49, 6], [207, 50, 2], [207, 52, 5], [207, 53, 3], [207, 54, 7], [207, 55, 3], [207, 56, 5], [207, 57, 24], [207, 58, 105], [207, 59, 102], [207, 60, 29], [207, 61, 24], [207, 62, 8], [207, 63, 66], [208, 12, 13], [208, 13, 24], [208, 14, 9], [208, 18, 5], [208, 19, 3], [208, 20, 3], [208, 22, 3], [208, 24, 3], [208, 35, 9], [208, 42, 3], [209, 16, 51], [209, 17, 3], [209, 18, 46], [209, 19, 74], [209, 20, 21], [209, 21, 31], [209, 22, 41], [209, 23, 26], [209, 24, 3], [209, 25, 2], [209, 26, 5], [209, 27, 2], [209, 29, 2], [209, 30, 3], [209, 31, 3], [209, 32, 3], [209, 33, 14], [209, 34, 11], [209, 35, 37], [209, 36, 12], [209, 38, 5], [210, 1, 1], [210, 2, 4], [210, 3, 8], [210, 4, 10], [210, 5, 2], [210, 6, 6], [210, 7, 21], [210, 8, 75], [210, 9, 43], [210, 10, 318], [210, 11, 58], [210, 12, 125], [210, 13, 317], [210, 14, 96], [210, 15, 28], [210, 16, 243], [210, 17, 3], [210, 18, 162], [210, 19, 312], [210, 20, 84], [210, 21, 128], [210, 22, 138], [210, 23, 87], [210, 24, 7], [210, 25, 2], [210, 26, 303], [210, 27, 28], [210, 28, 3], [210, 29, 9], [210, 30, 5], [210, 31, 33], [210, 32, 12], [210, 33, 144], [210, 34, 117], [210, 35, 224], [210, 36, 88], [210, 38, 35], [210, 40, 10], [210, 43, 10], [210, 44, 23], [210, 45, 10], [210, 56, 7], [210, 57, 4], [210, 58, 3], [210, 59, 6], [210, 61, 2], [211, 7, 8], [211, 16, 135], [211, 17, 17], [211, 18, 55], [211, 19, 89], [211, 20, 71], [211, 21, 91], [211, 22, 34], [211, 23, 83], [211, 24, 26], [211, 25, 53], [211, 26, 31], [211, 27, 29], [211, 28, 21], [211, 29, 16], [211, 30, 20], [211, 31, 65], [211, 32, 1], [211, 33, 21], [211, 34, 20], [211, 35, 57], [211, 36, 30], [211, 38, 9], [211, 39, 6], [211, 40, 16], [211, 44, 8], [211, 45, 23], [211, 46, 16], [211, 47, 4], [211, 58, 3], [211, 61, 2], [212, 1, 2], [212, 4, 9], [212, 5, 7], [212, 6, 3], [212, 7, 24], [212, 8, 87], [212, 9, 51], [212, 10, 699], [212, 11, 453], [212, 12, 161], [212, 13, 767], [212, 14, 228], [212, 15, 75], [212, 16, 11], [212, 17, 36], [212, 18, 9], [212, 19, 20], [212, 20, 41], [212, 21, 38], [212, 22, 34], [212, 23, 72], [212, 24, 3], [212, 25, 2], [212, 26, 7], [212, 27, 5], [212, 28, 3], [212, 29, 2], [212, 30, 3], [212, 31, 6], [212, 32, 2], [212, 33, 358], [212, 34, 21], [212, 35, 25], [212, 36, 30], [212, 37, 1], [212, 39, 4], [212, 40, 13], [212, 41, 11], [212, 42, 6], [212, 43, 7], [212, 44, 3], [212, 45, 4], [212, 46, 9], [212, 47, 4], [212, 49, 4], [212, 52, 4], [212, 54, 4], [212, 56, 2], [212, 57, 2], [212, 58, 2], [212, 59, 3], [212, 60, 59], [212, 61, 3], [212, 62, 6], [213, 2, 32], [213, 5, 14], [213, 10, 10], [213, 11, 20], [213, 16, 4], [213, 17, 5], [213, 18, 6], [213, 19, 17], [213, 20, 5], [213, 21, 4], [213, 22, 7], [213, 23, 5], [213, 41, 9], [213, 43, 7], [213, 45, 7], [214, 1, 1], [214, 2, 3], [214, 3, 8], [214, 4, 14], [214, 5, 2], [214, 6, 4], [214, 7, 35], [214, 8, 46], [214, 9, 77], [214, 10, 134], [214, 11, 902], [214, 12, 60], [214, 13, 111], [214, 14, 1644], [214, 15, 117], [214, 16, 206], [214, 17, 286], [214, 18, 273], [214, 19, 469], [214, 20, 551], [214, 21, 532], [214, 22, 415], [214, 23, 493], [214, 24, 22], [214, 25, 29], [214, 26, 55], [214, 27, 108], [214, 28, 15], [214, 29, 56], [214, 30, 39], [214, 31, 73], [214, 32, 13], [214, 33, 225], [214, 34, 130], [214, 35, 228], [214, 36, 360], [214, 37, 1], [214, 38, 47], [214, 39, 19], [214, 40, 13], [214, 41, 66], [214, 42, 107], [214, 43, 65], [214, 44, 11], [214, 45, 25], [214, 46, 12], [214, 47, 3], [214, 49, 11], [214, 50, 2], [214, 51, 2], [214, 52, 4], [214, 53, 7], [214, 54, 10], [214, 55, 3], [214, 58, 14], [214, 59, 16], [214, 60, 2], [214, 61, 4], [215, 1, 6], [215, 2, 22], [215, 3, 90], [215, 4, 52], [215, 5, 4], [215, 6, 5], [215, 7, 4], [215, 8, 4], [215, 16, 11], [215, 18, 4], [215, 19, 3], [215, 20, 5], [215, 21, 2], [215, 25, 2], [215, 26, 9], [215, 27, 12], [215, 28, 8], [215, 30, 3], [215, 32, 5], [215, 33, 54], [215, 34, 48], [215, 35, 45], [215, 36, 21], [215, 37, 1], [215, 38, 5], [215, 39, 3], [215, 43, 15], [215, 46, 5], [215, 49, 6], [215, 50, 5], [215, 52, 4], [215, 54, 5], [215, 58, 3], [215, 59, 3], [216, 0, 2], [216, 1, 4], [216, 2, 6], [216, 3, 8], [216, 4, 18], [216, 5, 163], [216, 6, 14], [216, 7, 23], [216, 8, 34], [216, 9, 20], [216, 10, 645], [216, 11, 8], [216, 12, 21], [216, 14, 12], [216, 15, 4], [216, 17, 8], [216, 18, 9], [216, 20, 3], [216, 22, 6], [216, 24, 5], [216, 26, 5], [216, 27, 5], [216, 28, 4], [216, 30, 3], [216, 31, 6], [216, 32, 4], [216, 33, 14], [216, 34, 2], [216, 35, 21], [216, 36, 9], [216, 37, 1], [216, 38, 5], [216, 39, 2], [216, 40, 7], [216, 41, 6], [216, 42, 17], [216, 43, 15], [216, 44, 3], [216, 45, 17], [216, 46, 30], [216, 47, 9], [216, 48, 554], [216, 49, 9], [216, 51, 19], [216, 52, 18], [216, 53, 23], [216, 54, 213], [216, 55, 13], [216, 57, 2], [216, 58, 11], [216, 59, 20], [216, 60, 2], [216, 61, 5], [216, 62, 3], [217, 2, 3], [217, 3, 8], [217, 4, 2], [217, 5, 22], [217, 6, 2], [217, 7, 11], [217, 8, 6], [217, 9, 6], [217, 10, 30], [217, 12, 13], [217, 14, 6], [217, 15, 4], [217, 17, 5], [217, 18, 6], [217, 21, 2], [217, 22, 5], [217, 27, 2], [217, 29, 2], [217, 31, 3], [217, 33, 7], [217, 34, 2], [217, 35, 9], [217, 36, 6], [217, 41, 11], [217, 42, 6], [217, 43, 4], [217, 45, 4], [217, 46, 6], [217, 47, 3], [217, 48, 57], [217, 49, 4], [217, 51, 2], [217, 53, 6], [217, 54, 11], [217, 58, 3], [217, 59, 3], [217, 63, 3], [218, 0, 2], [218, 1, 11], [218, 5, 16], [218, 29, 2], [218, 31, 7], [218, 40, 13], [218, 47, 3], [218, 48, 2], [218, 49, 11], [218, 51, 9], [218, 52, 8], [218, 53, 3], [218, 54, 13], [218, 57, 7], [218, 59, 7], [218, 62, 5], [219, 24, 3], [219, 26, 4], [219, 31, 3], [219, 33, 7], [219, 39, 2], [219, 40, 19], [219, 41, 88], [219, 42, 71], [219, 43, 50], [219, 44, 11], [219, 45, 14], [219, 46, 22], [219, 50, 3], [219, 53, 11], [219, 55, 4], [220, 3, 8], [220, 4, 8], [220, 5, 7], [220, 6, 4], [220, 7, 11], [220, 22, 3], [220, 34, 2], [220, 40, 10], [220, 41, 11], [220, 42, 11], [220, 43, 10], [220, 46, 3], [220, 53, 8], [220, 58, 21], [220, 59, 4], [221, 0, 27], [221, 1, 2], [221, 2, 94], [221, 4, 20], [221, 6, 22], [221, 8, 65], [221, 10, 15], [221, 11, 31], [221, 12, 13], [221, 13, 16], [221, 14, 6], [221, 15, 5], [221, 18, 11], [221, 20, 8], [221, 21, 3], [221, 23, 6], [221, 26, 4], [221, 27, 3], [221, 28, 7], [221, 29, 2], [221, 30, 5], [221, 31, 6], [221, 58, 14], [222, 2, 2], [222, 4, 2], [222, 6, 2], [222, 19, 3], [222, 22, 5], [222, 53, 7], [222, 56, 2], [222, 57, 13], [222, 58, 9], [222, 59, 17], [222, 60, 4], [222, 61, 3], [222, 62, 22], [222, 63, 5], [223, 3, 12], [223, 4, 4], [223, 17, 15], [223, 19, 5], [223, 20, 6], [223, 21, 4], [223, 22, 5], [223, 23, 20], [223, 49, 4], [223, 50, 30], [223, 51, 22], [223, 52, 7], [223, 53, 56], [223, 54, 4], [223, 55, 7], [223, 56, 2], [223, 57, 8], [223, 58, 6], [223, 59, 24], [223, 60, 2], [223, 61, 4], [223, 62, 3], [223, 63, 3], [224, 6, 3], [224, 16, 26], [224, 17, 53], [224, 18, 289], [224, 19, 209], [224, 20, 51], [224, 21, 25], [224, 22, 449], [224, 23, 72], [224, 24, 9], [224, 25, 13], [224, 26, 69], [224, 27, 41], [224, 28, 16], [224, 29, 47], [224, 30, 27], [224, 31, 25], [224, 41, 11], [224, 42, 40], [224, 43, 29], [224, 44, 7], [224, 45, 35], [224, 46, 5], [224, 47, 3], [224, 51, 2], [224, 53, 4], [224, 58, 2], [225, 0, 21], [225, 1, 11], [225, 2, 13], [225, 3, 43], [225, 4, 20], [225, 5, 52], [225, 6, 14], [225, 7, 24], [225, 8, 4], [225, 10, 15], [225, 11, 31], [225, 12, 6], [225, 18, 3], [225, 19, 3], [225, 28, 3], [225, 30, 3], [225, 40, 25], [225, 41, 11], [225, 42, 8], [225, 43, 5], [225, 45, 9], [225, 47, 7], [225, 59, 3], [226, 0, 15], [226, 1, 21], [226, 2, 32], [226, 3, 6], [226, 4, 12], [226, 5, 14], [226, 6, 209], [226, 7, 15], [226, 8, 4], [226, 12, 8], [226, 14, 6], [226, 16, 4], [226, 18, 3], [226, 22, 3], [226, 23, 5], [226, 24, 7], [226, 25, 15], [226, 26, 10], [226, 27, 185], [226, 28, 3], [226, 29, 4], [226, 31, 5], [226, 32, 1], [226, 34, 2], [226, 39, 2], [226, 44, 3], [226, 45, 15], [226, 46, 8], [226, 47, 3], [226, 48, 12], [226, 49, 501], [226, 50, 147], [226, 51, 134], [226, 52, 61], [226, 53, 24], [226, 54, 107], [226, 55, 347], [226, 56, 3], [226, 57, 2], [226, 58, 24], [226, 59, 124], [226, 60, 3], [226, 61, 15], [226, 62, 4], [226, 63, 3], [227, 1, 12], [227, 3, 11], [227, 4, 3], [227, 5, 10], [227, 7, 8], [227, 18, 6], [227, 20, 11], [227, 22, 7], [227, 23, 6], [227, 26, 20], [227, 28, 4], [227, 29, 3], [227, 32, 1], [227, 33, 7], [227, 34, 2], [227, 35, 9], [227, 36, 6], [227, 38, 7], [227, 42, 4], [227, 43, 4], [227, 45, 4], [227, 49, 6], [227, 50, 2], [227, 52, 19], [227, 53, 3], [227, 54, 4], [227, 55, 29], [227, 56, 2], [227, 57, 2], [227, 58, 9], [227, 59, 21], [227, 62, 3], [227, 63, 14], [228, 58, 31], [228, 59, 29], [228, 60, 8], [228, 61, 2], [228, 62, 11], [228, 63, 43], [229, 7, 2], [229, 19, 3], [229, 22, 16], [229, 23, 9], [229, 25, 4], [229, 26, 13], [229, 27, 13], [229, 28, 57], [229, 29, 2], [229, 30, 7], [229, 31, 7], [229, 59, 3], [230, 1, 15], [230, 3, 7], [230, 4, 2], [230, 5, 13], [230, 6, 2], [230, 23, 5], [230, 40, 50], [230, 44, 3], [230, 47, 14], [230, 52, 4], [230, 53, 6], [230, 56, 2], [230, 57, 3], [230, 58, 41], [230, 59, 16], [230, 60, 2], [230, 61, 2], [230, 62, 5], [231, 8, 107], [231, 9, 20], [231, 10, 169], [231, 11, 16], [231, 12, 91], [231, 13, 80], [231, 14, 12], [231, 15, 7], [231, 41, 6], [231, 42, 11], [231, 43, 4], [232, 10, 15], [232, 11, 8], [232, 23, 3], [232, 24, 5], [232, 25, 5], [232, 26, 9], [232, 27, 13], [232, 28, 41], [232, 29, 22], [232, 30, 15], [232, 31, 4], [232, 53, 3], [233, 0, 2], [233, 2, 2], [233, 3, 4], [233, 4, 2], [233, 5, 13], [233, 7, 13], [233, 11, 12], [233, 27, 3], [233, 40, 53], [233, 45, 18], [233, 46, 10], [233, 47, 30], [233, 53, 3], [234, 0, 2], [234, 3, 7], [234, 5, 70], [234, 8, 20], [234, 9, 15], [234, 10, 55], [234, 12, 58], [234, 13, 56], [234, 14, 34], [234, 15, 7], [234, 19, 3], [234, 21, 11], [234, 23, 3], [234, 26, 5], [234, 28, 4], [234, 29, 2], [234, 42, 16], [234, 43, 15], [234, 48, 6], [234, 50, 6], [234, 51, 19], [234, 52, 13], [234, 53, 7], [234, 54, 4], [234, 55, 4], [234, 58, 20], [234, 59, 11], [234, 62, 3], [235, 0, 6], [235, 1, 4], [235, 2, 2], [235, 3, 24], [235, 4, 34], [235, 5, 334], [235, 6, 15], [235, 7, 21], [235, 8, 32], [235, 9, 23], [235, 10, 1715], [235, 11, 8], [235, 12, 60], [235, 14, 15], [235, 15, 4], [235, 19, 3], [235, 20, 11], [235, 22, 28], [235, 23, 5], [235, 24, 3], [235, 26, 9], [235, 27, 6], [235, 28, 3], [235, 30, 4], [235, 31, 4], [235, 32, 12], [235, 33, 14], [235, 34, 2], [235, 35, 13], [235, 36, 6], [235, 37, 1], [235, 39, 3], [235, 40, 10], [235, 41, 75], [235, 42, 75], [235, 43, 89], [235, 44, 25], [235, 45, 25], [235, 46, 138], [235, 47, 40], [235, 48, 1301], [235, 49, 18], [235, 50, 3], [235, 51, 35], [235, 52, 78], [235, 53, 58], [235, 54, 792], [235, 55, 64], [235, 57, 2], [235, 58, 14], [235, 59, 39], [235, 60, 2], [235, 61, 3], [235, 62, 3], [235, 63, 4], [236, 5, 14], [236, 7, 3], [236, 8, 8], [236, 9, 9], [236, 10, 25], [236, 11, 31], [236, 12, 16], [236, 18, 6], [236, 26, 4], [236, 40, 7], [236, 44, 6], [236, 45, 5], [236, 47, 14], [236, 51, 12], [236, 52, 7], [236, 53, 7], [236, 54, 5], [236, 63, 3], [237, 3, 3], [237, 5, 16], [237, 7, 4], [237, 8, 6], [237, 12, 6], [237, 17, 11], [237, 18, 12], [237, 19, 6], [237, 21, 18], [237, 22, 14], [237, 23, 3], [237, 24, 3], [237, 26, 4], [237, 28, 3], [237, 30, 3], [237, 34, 2], [237, 40, 7], [237, 48, 6], [237, 51, 3], [237, 54, 5], [237, 57, 2], [237, 58, 3], [237, 59, 3], [238, 1, 3], [238, 2, 7], [238, 3, 32], [238, 4, 48], [238, 5, 39], [238, 6, 7], [238, 7, 3], [238, 8, 32], [238, 9, 6], [238, 10, 124], [238, 11, 12], [238, 12, 68], [238, 13, 72], [238, 14, 26], [238, 15, 7], [238, 21, 2], [238, 22, 3], [238, 23, 3], [238, 43, 4], [238, 47, 3], [239, 2, 5], [239, 27, 2], [239, 29, 2], [239, 59, 27], [239, 60, 13], [239, 61, 5], [239, 62, 3], [240, 0, 2], [240, 1, 6], [240, 2, 12], [240, 3, 12], [240, 4, 19], [240, 5, 22], [240, 6, 4], [240, 7, 58], [240, 25, 5], [240, 27, 6], [240, 28, 3], [240, 29, 5], [240, 30, 5], [240, 35, 9], [240, 45, 7], [240, 46, 8], [240, 47, 9], [240, 48, 271], [240, 49, 6], [240, 50, 6], [240, 51, 8], [240, 52, 11], [240, 53, 39], [240, 54, 315], [240, 55, 55], [240, 59, 3], [240, 61, 3], [241, 49, 92], [241, 50, 21], [241, 52, 5], [241, 54, 8], [241, 55, 668], [242, 21, 2], [242, 49, 32], [242, 51, 61], [242, 55, 3], [243, 48, 2], [243, 49, 6], [243, 52, 4], [243, 53, 3], [243, 54, 7], [244, 0, 4], [244, 1, 3], [244, 2, 4], [244, 3, 9], [244, 4, 6], [244, 5, 10], [244, 6, 2], [244, 7, 21], [244, 20, 3], [244, 26, 9], [244, 30, 3], [244, 40, 115], [244, 43, 13], [244, 44, 3], [244, 45, 4], [244, 47, 13], [244, 63, 4], [245, 32, 11], [245, 33, 623], [245, 34, 99], [245, 35, 49], [245, 36, 50], [245, 37, 3], [245, 38, 24], [245, 39, 25], [245, 52, 8], [245, 53, 7], [245, 55, 3], [246, 3, 3], [246, 5, 35], [246, 6, 6], [246, 9, 6], [246, 10, 30], [246, 17, 99], [246, 18, 31], [246, 19, 178], [246, 20, 44], [246, 21, 12], [246, 22, 35], [246, 23, 937], [246, 24, 200], [246, 25, 184], [246, 26, 1132], [246, 27, 759], [246, 28, 1012], [246, 29, 902], [246, 30, 240], [246, 31, 861], [246, 56, 2], [246, 57, 6], [246, 58, 35], [246, 59, 18], [246, 60, 5], [246, 62, 5], [246, 63, 3], [247, 0, 31], [247, 1, 19], [247, 2, 19], [247, 3, 53], [247, 4, 42], [247, 5, 74], [247, 6, 40], [247, 7, 65], [247, 10, 20], [247, 11, 8], [247, 12, 11], [247, 27, 2], [247, 34, 2], [247, 40, 121], [247, 41, 6], [247, 43, 13], [247, 47, 7], [247, 53, 3], [247, 58, 2], [248, 0, 134], [248, 1, 139], [248, 2, 7], [248, 3, 9], [248, 4, 25], [248, 5, 7], [248, 6, 2], [248, 7, 4], [248, 8, 4], [248, 10, 10], [248, 11, 8], [248, 17, 11], [248, 18, 3], [248, 19, 6], [248, 20, 11], [248, 21, 2], [248, 22, 3], [248, 23, 19], [248, 24, 3], [248, 25, 2], [248, 26, 4], [248, 27, 9], [248, 29, 3], [248, 32, 3], [248, 33, 7], [248, 35, 9], [248, 46, 20], [248, 48, 46], [248, 49, 4], [248, 51, 5], [248, 53, 6], [248, 54, 16], [248, 55, 16], [248, 57, 3], [248, 61, 25], [249, 1, 3], [249, 6, 2], [249, 7, 12], [249, 8, 6], [249, 10, 25], [249, 11, 12], [249, 12, 6], [249, 14, 6], [249, 15, 4], [249, 48, 2], [249, 49, 13], [249, 54, 44], [249, 57, 24], [249, 61, 20], [250, 1, 8], [250, 2, 4], [250, 4, 2], [250, 6, 2], [250, 9, 9], [250, 10, 10], [250, 13, 95], [250, 27, 2], [250, 32, 4], [250, 33, 31], [250, 34, 36], [250, 35, 41], [250, 36, 30], [250, 38, 5], [250, 39, 6], [250, 57, 6], [250, 59, 46], [250, 61, 3], [251, 0, 22], [251, 1, 68], [251, 2, 25], [251, 3, 29], [251, 4, 22], [251, 5, 11], [251, 6, 17], [251, 7, 45], [251, 8, 20], [251, 9, 60], [251, 10, 65], [251, 11, 8], [251, 12, 37], [251, 13, 24], [251, 14, 6], [251, 17, 20], [251, 18, 14], [251, 19, 26], [251, 20, 6], [251, 21, 13], [251, 22, 24], [251, 23, 8], [251, 24, 7], [251, 25, 5], [251, 26, 31], [251, 27, 6], [251, 28, 14], [251, 29, 8], [251, 30, 13], [251, 31, 4], [251, 32, 10], [251, 33, 51], [251, 34, 76], [251, 35, 106], [251, 36, 76], [251, 37, 1], [251, 38, 9], [251, 39, 13], [251, 40, 7], [251, 41, 53], [251, 42, 44], [251, 43, 57], [251, 44, 8], [251, 45, 4], [251, 47, 5], [251, 48, 6], [251, 49, 18], [251, 50, 9], [251, 51, 3], [251, 52, 4], [251, 53, 7], [251, 54, 25], [251, 55, 39], [251, 56, 17], [251, 57, 17], [251, 58, 5], [251, 59, 83], [251, 61, 38], [251, 62, 3], [251, 63, 3], [252, 3, 4], [252, 4, 2], [252, 5, 44], [252, 6, 2], [252, 7, 315], [252, 10, 10], [252, 11, 8], [252, 12, 24], [252, 13, 48], [252, 14, 31], [252, 15, 288], [252, 16, 1774], [252, 17, 264], [252, 18, 159], [252, 19, 197], [252, 20, 71], [252, 21, 3052], [252, 22, 1070], [252, 23, 107], [252, 24, 10], [252, 25, 3976], [252, 26, 137], [252, 27, 21], [252, 28, 20], [252, 29, 27], [252, 30, 16], [252, 31, 304], [252, 32, 1], [252, 33, 34], [252, 34, 28], [252, 35, 74], [252, 36, 38], [252, 37, 1], [252, 38, 9], [252, 39, 22], [252, 40, 44], [252, 41, 11], [252, 42, 8], [252, 43, 17], [252, 44, 35], [252, 45, 585], [252, 46, 149], [252, 47, 55], [252, 53, 3], [252, 54, 4], [252, 55, 3], [252, 57, 3], [252, 58, 12], [252, 59, 4], [252, 60, 2], [252, 61, 2], [253, 8, 8], [253, 9, 20], [253, 10, 45], [253, 11, 39], [253, 12, 99], [253, 13, 48], [253, 14, 15], [253, 15, 4], [253, 17, 3], [253, 34, 3], [253, 35, 37], [253, 36, 27], [253, 37, 1], [253, 38, 20], [253, 39, 2], [253, 50, 4], [253, 52, 4], [253, 54, 10], [253, 59, 8], [254, 2, 4], [254, 5, 7], [254, 7, 11], [254, 32, 2], [254, 33, 7], [254, 35, 49], [254, 36, 6], [254, 39, 2], [254, 41, 6], [254, 42, 3], [254, 43, 4], [254, 48, 14], [254, 51, 10], [254, 54, 278], [254, 57, 4], [254, 59, 3], [254, 61, 24], [254, 62, 196], [254, 63, 14], [255, 0, 4], [255, 5, 5], [255, 7, 4], [255, 27, 2], [255, 34, 2], [255, 44, 3], [255, 45, 7], [255, 46, 10], [255, 47, 34], [255, 48, 6], [255, 51, 2], [255, 54, 8], [255, 58, 3], [256, 4, 4], [256, 6, 4], [256, 7, 4], [256, 8, 8], [256, 16, 6], [256, 18, 5], [256, 26, 12], [256, 28, 4], [256, 43, 10], [256, 49, 7], [256, 51, 5], [256, 52, 25], [256, 53, 12], [256, 54, 14], [256, 55, 12], [256, 60, 2], [257, 22, 7], [257, 57, 22], [257, 58, 58], [257, 59, 3], [257, 60, 9], [257, 61, 13], [258, 0, 2], [258, 1, 3], [258, 2, 6], [258, 3, 3], [258, 4, 3], [258, 5, 31], [258, 6, 2], [258, 7, 8], [258, 8, 4], [258, 12, 6], [258, 19, 5], [258, 20, 3], [258, 21, 3], [258, 22, 3], [258, 23, 3], [258, 25, 6], [258, 30, 3], [258, 31, 4], [258, 43, 4], [259, 0, 4], [259, 1, 1], [259, 3, 8], [259, 4, 24], [259, 5, 36], [259, 6, 8], [259, 7, 15], [259, 11, 8], [259, 12, 8], [259, 16, 4], [259, 20, 8], [259, 26, 7], [259, 30, 4], [259, 33, 7], [259, 34, 2], [259, 35, 9], [259, 36, 6], [259, 37, 1], [259, 38, 5], [259, 40, 22], [259, 41, 6], [259, 42, 16], [259, 44, 3], [259, 46, 5], [259, 47, 3], [259, 48, 2], [259, 49, 26], [259, 50, 13], [259, 51, 14], [259, 52, 83], [259, 53, 15], [259, 54, 11], [259, 55, 44], [259, 56, 3], [259, 57, 22], [259, 58, 59], [259, 59, 41], [259, 61, 4], [259, 62, 149], [259, 63, 21], [260, 5, 4], [260, 6, 2], [260, 7, 11], [260, 12, 6], [260, 18, 3], [260, 19, 5], [260, 22, 3], [260, 23, 6], [260, 24, 7], [260, 25, 2], [260, 26, 42], [260, 28, 41], [260, 29, 48], [260, 30, 3], [260, 31, 14], [260, 54, 4], [261, 1, 1], [261, 3, 35], [262, 46, 6], [262, 50, 7], [262, 56, 6], [262, 57, 2], [262, 58, 153], [262, 59, 1387], [262, 60, 81], [262, 61, 15], [262, 62, 184], [262, 63, 113], [263, 1, 11], [263, 3, 3], [263, 4, 4], [263, 5, 7], [263, 6, 2], [263, 8, 4], [263, 9, 6], [263, 11, 8], [263, 26, 4], [263, 27, 4], [263, 31, 6], [263, 53, 3], [263, 57, 20], [263, 58, 2], [264, 32, 4], [264, 48, 8], [264, 49, 13], [264, 50, 5], [264, 54, 67], [264, 55, 98], [264, 59, 8], [265, 0, 188], [265, 1, 2], [265, 2, 19], [265, 3, 324], [265, 4, 290], [265, 5, 51], [265, 6, 277], [265, 7, 41], [265, 21, 2], [265, 22, 5], [265, 26, 7], [265, 30, 3], [265, 31, 3], [266, 0, 8], [266, 1, 5], [266, 2, 3], [266, 3, 167], [266, 4, 152], [266, 5, 19], [266, 6, 17], [266, 7, 10], [266, 8, 4], [266, 9, 63], [266, 10, 20], [266, 11, 8], [266, 13, 16], [266, 14, 23], [266, 28, 3], [266, 32, 1], [266, 34, 4], [266, 36, 9], [266, 41, 14], [266, 42, 21], [266, 43, 12], [266, 46, 10], [266, 49, 6], [266, 50, 2], [266, 51, 5], [266, 52, 24], [266, 53, 4], [266, 54, 7], [266, 55, 3], [266, 56, 4], [266, 57, 41], [266, 58, 13], [266, 59, 31], [266, 60, 4], [266, 61, 6], [266, 62, 24], [266, 63, 53], [267, 0, 2], [267, 2, 2], [267, 3, 4], [267, 4, 2], [267, 7, 5], [267, 35, 25], [267, 47, 7], [267, 58, 3], [267, 62, 3], [268, 0, 10], [268, 1, 2], [268, 3, 7], [268, 4, 4], [268, 6, 4], [268, 7, 5], [268, 8, 4], [268, 15, 4], [268, 16, 4], [268, 19, 5], [268, 20, 3], [268, 22, 5], [268, 23, 28], [268, 24, 14], [268, 25, 9], [268, 26, 10], [268, 27, 13], [268, 28, 8], [268, 29, 23], [268, 30, 16], [268, 31, 25], [268, 32, 2], [268, 33, 61], [268, 34, 16], [268, 35, 37], [268, 36, 76], [268, 37, 1], [268, 38, 7], [268, 39, 9], [268, 40, 44], [268, 41, 36], [268, 42, 130], [268, 43, 23], [268, 44, 39], [268, 45, 36], [268, 46, 168], [268, 47, 79], [268, 50, 4], [268, 52, 5], [268, 53, 6], [268, 55, 7], [268, 56, 2], [268, 57, 2], [268, 58, 13], [268, 59, 51], [268, 60, 5], [268, 61, 5], [268, 62, 6], [268, 63, 22], [269, 3, 9], [269, 4, 3], [269, 8, 4], [269, 10, 10], [269, 11, 16], [269, 18, 3], [269, 21, 6], [269, 22, 5], [269, 23, 3], [269, 24, 16], [269, 25, 12], [269, 26, 18], [269, 27, 24], [269, 28, 31], [269, 29, 5], [269, 30, 5], [269, 31, 26], [270, 27, 3], [270, 28, 10], [270, 56, 7667], [270, 57, 216], [270, 59, 94], [270, 60, 4], [270, 61, 7248], [270, 62, 4], [271, 0, 10], [271, 1, 6], [271, 2, 2], [271, 3, 3], [271, 4, 51], [271, 5, 22], [271, 6, 2], [271, 7, 11], [271, 8, 6], [271, 9, 6], [271, 10, 25], [271, 11, 8], [271, 12, 21], [271, 13, 24], [271, 14, 15], [271, 15, 4], [271, 16, 4], [271, 17, 932], [271, 18, 42], [271, 19, 41], [271, 20, 47], [271, 21, 26], [271, 22, 84], [271, 23, 59], [271, 27, 2], [271, 28, 3], [271, 29, 2], [271, 32, 2], [271, 40, 10], [271, 41, 6], [271, 42, 3], [271, 43, 12], [271, 44, 4], [271, 45, 12], [271, 46, 10], [271, 47, 14], [271, 48, 2], [271, 49, 20], [271, 50, 2], [271, 51, 4], [271, 52, 108], [271, 53, 4], [271, 54, 7], [271, 55, 22], [271, 57, 3], [271, 58, 32], [271, 59, 37], [271, 60, 2], [271, 61, 2], [271, 63, 3], [272, 0, 331], [272, 1, 19], [272, 2, 567], [272, 3, 24], [272, 4, 34], [272, 5, 20], [272, 6, 29], [272, 7, 3], [272, 8, 4], [272, 12, 6], [272, 14, 6], [272, 17, 3], [272, 21, 2], [272, 24, 3], [272, 26, 5], [272, 27, 4], [272, 29, 2], [272, 30, 3], [272, 46, 3], [272, 50, 6], [272, 52, 10], [272, 55, 15], [272, 59, 4], [272, 61, 2], [273, 0, 5], [273, 3, 63], [273, 4, 73], [273, 6, 11], [273, 7, 11], [273, 20, 3], [273, 26, 4], [273, 32, 1], [273, 33, 37], [273, 34, 7], [273, 35, 25], [273, 36, 18], [273, 39, 2], [273, 41, 6], [273, 42, 46], [273, 43, 12], [273, 44, 3], [273, 46, 5], [273, 47, 13], [273, 49, 4], [273, 50, 4], [273, 51, 2], [273, 53, 4], [273, 54, 4], [273, 55, 7], [273, 58, 5], [273, 59, 4], [273, 61, 2], [273, 62, 3], [274, 16, 168], [274, 19, 10], [274, 20, 6], [274, 21, 2], [274, 31, 3], [275, 5, 37], [275, 7, 33], [275, 17, 3], [275, 18, 12], [275, 21, 2], [275, 22, 3], [275, 31, 3], [275, 40, 10], [275, 58, 2], [276, 0, 3], [276, 1, 48], [276, 2, 2], [276, 3, 7], [276, 4, 5], [276, 5, 14], [276, 6, 4], [276, 7, 6], [276, 16, 4], [276, 22, 7], [276, 25, 2], [276, 26, 4], [276, 27, 5], [276, 29, 5], [276, 31, 7], [276, 33, 17], [276, 34, 2], [276, 39, 2], [276, 40, 75], [276, 42, 3], [276, 45, 4], [276, 47, 3], [276, 48, 31], [276, 49, 7], [276, 50, 2], [276, 51, 6], [276, 52, 33], [276, 53, 32], [276, 54, 16], [276, 55, 8], [276, 56, 6], [276, 57, 71], [276, 58, 42], [276, 59, 23], [276, 60, 5], [276, 61, 2], [276, 62, 225], [276, 63, 40], [277, 16, 4], [277, 26, 9], [277, 39, 2], [277, 41, 22], [277, 42, 15], [277, 43, 13], [277, 44, 3], [277, 46, 9], [277, 49, 9], [277, 50, 7], [277, 51, 12], [277, 52, 60], [277, 53, 28], [277, 54, 4], [277, 55, 15], [278, 0, 4], [278, 1, 1], [278, 2, 7], [278, 3, 7], [278, 4, 7], [278, 5, 9], [278, 6, 2], [278, 7, 6], [278, 8, 4], [278, 9, 6], [278, 10, 15], [278, 12, 6], [278, 13, 16], [278, 14, 9], [278, 17, 3], [278, 20, 3], [278, 21, 2], [278, 22, 5], [278, 23, 3], [278, 25, 2], [278, 26, 9], [278, 31, 3], [278, 32, 1], [278, 33, 7], [278, 35, 9], [278, 41, 50], [278, 42, 79], [278, 43, 63], [278, 44, 14], [278, 45, 9], [278, 46, 13], [278, 47, 10], [278, 50, 6], [278, 51, 2], [278, 52, 7], [278, 53, 15], [278, 54, 8], [278, 55, 11], [278, 58, 10], [278, 60, 2], [278, 63, 9], [279, 0, 4], [279, 1, 10], [279, 2, 11], [279, 4, 14], [279, 5, 14], [279, 6, 129], [279, 7, 5], [279, 9, 6], [279, 12, 26], [279, 17, 5], [279, 21, 2], [279, 25, 2], [279, 27, 21], [279, 29, 4], [279, 49, 30], [279, 50, 18], [279, 51, 14], [279, 52, 11], [279, 53, 3], [279, 54, 4], [279, 55, 39], [279, 58, 7], [279, 59, 81], [279, 61, 3], [280, 1, 1], [280, 3, 3], [280, 4, 5], [280, 6, 4], [280, 16, 6], [280, 18, 12], [280, 19, 3], [280, 29, 2], [280, 32, 1], [280, 34, 2], [280, 35, 17], [280, 36, 6], [280, 40, 10], [280, 42, 3], [280, 43, 4], [280, 44, 25], [280, 45, 4], [280, 46, 24], [280, 47, 32], [280, 49, 4], [280, 50, 5], [280, 51, 3], [280, 52, 13], [280, 53, 10], [280, 54, 7], [280, 55, 8], [281, 32, 4], [281, 34, 2], [281, 37, 22], [281, 38, 5], [281, 39, 4], [281, 44, 3], [282, 0, 51], [282, 1, 11], [282, 2, 88], [282, 3, 55], [282, 4, 97], [282, 5, 56], [282, 6, 18], [282, 7, 8], [282, 10, 10], [282, 12, 6], [282, 16, 13], [282, 17, 24], [282, 18, 19], [282, 20, 9], [282, 21, 10], [282, 22, 3], [282, 23, 5], [282, 24, 6], [282, 27, 6], [282, 29, 2], [282, 40, 10], [282, 42, 3], [282, 45, 12], [282, 48, 36], [282, 49, 40], [282, 50, 325], [282, 51, 326], [282, 52, 119], [282, 53, 604], [282, 54, 49], [282, 55, 13], [282, 56, 19], [282, 57, 56], [282, 58, 48], [282, 59, 232], [282, 60, 5], [282, 61, 22], [282, 62, 228], [282, 63, 141], [283, 0, 4], [283, 2, 3], [283, 5, 18], [283, 6, 2], [283, 7, 12], [283, 8, 22], [283, 9, 34], [283, 10, 50], [283, 11, 35], [283, 12, 16], [283, 13, 40], [283, 14, 20], [283, 15, 7], [283, 17, 3], [283, 19, 16], [283, 23, 3], [283, 26, 5], [283, 34, 2], [283, 40, 7], [283, 46, 5], [283, 47, 5], [283, 57, 3], [283, 58, 14], [283, 59, 5], [284, 1, 67], [284, 2, 2], [284, 3, 26], [284, 4, 10], [284, 5, 2], [284, 6, 14], [284, 7, 13], [284, 9, 9], [284, 10, 20], [284, 11, 20], [284, 47, 6], [284, 58, 2], [285, 32, 8], [285, 39, 131], [285, 44, 3], [285, 49, 6], [285, 50, 2], [286, 1, 1], [286, 4, 2], [286, 8, 10], [286, 9, 26], [286, 10, 35], [286, 11, 24], [286, 12, 16], [286, 13, 87], [286, 14, 9], [286, 17, 3], [286, 20, 6], [286, 21, 2], [286, 22, 3], [286, 23, 5], [286, 24, 6], [286, 25, 2], [286, 26, 103], [286, 27, 3], [286, 28, 24], [286, 29, 18], [286, 30, 36], [286, 31, 16], [286, 40, 10], [286, 45, 12], [286, 46, 3], [286, 52, 5], [286, 57, 14], [287, 8, 24], [287, 9, 51], [287, 10, 90], [287, 11, 188], [287, 12, 21], [287, 13, 151], [287, 14, 29], [287, 15, 4], [288, 0, 13], [288, 4, 3], [288, 5, 6], [288, 6, 2], [288, 16, 8], [288, 17, 33], [288, 18, 4], [288, 19, 31], [288, 20, 11], [288, 21, 15], [288, 22, 9], [288, 23, 32], [288, 26, 4], [288, 31, 3], [288, 36, 6], [288, 40, 7], [288, 46, 3], [288, 47, 9], [288, 51, 3], [288, 52, 10], [288, 53, 4], [288, 55, 3], [288, 57, 4], [288, 58, 4], [288, 62, 3], [289, 5, 5], [289, 17, 5], [289, 21, 2], [289, 22, 3], [289, 23, 3], [289, 24, 20], [289, 25, 2], [289, 26, 23], [289, 27, 28], [289, 28, 26], [289, 29, 13], [289, 30, 31], [289, 31, 16], [290, 0, 3], [290, 1, 26], [290, 2, 7], [290, 3, 11], [290, 4, 8], [290, 12, 11], [290, 14, 6], [290, 16, 6], [290, 17, 18], [290, 18, 22], [290, 19, 55], [290, 20, 9], [290, 21, 3], [290, 22, 49], [290, 23, 28], [290, 24, 3], [290, 25, 2], [290, 26, 5], [291, 0, 9], [291, 1, 2], [291, 2, 10], [291, 3, 18], [291, 4, 3], [291, 5, 142], [291, 6, 2], [291, 7, 54], [291, 8, 12], [291, 9, 63], [291, 10, 45], [291, 11, 169], [291, 12, 37], [291, 13, 48], [291, 14, 15], [291, 15, 4], [291, 17, 3], [291, 18, 4], [291, 19, 6], [291, 20, 20], [291, 21, 3], [291, 22, 23], [291, 23, 3], [291, 25, 3], [291, 26, 4], [291, 28, 3], [291, 29, 2], [291, 34, 4], [291, 35, 25], [291, 39, 2], [291, 40, 68], [291, 41, 44], [291, 42, 29], [291, 43, 17], [291, 44, 16], [291, 45, 33], [291, 46, 217], [291, 47, 59], [291, 51, 3], [291, 52, 7], [291, 53, 6], [291, 54, 8], [291, 55, 3], [291, 57, 2], [291, 58, 6], [291, 61, 4], [292, 8, 6], [292, 17, 3], [292, 40, 22], [292, 56, 39], [292, 58, 89], [292, 59, 688], [292, 60, 86], [292, 61, 69], [292, 62, 515], [292, 63, 3472], [293, 56, 6], [293, 57, 57], [293, 58, 186], [293, 59, 174], [293, 60, 31], [293, 61, 24], [293, 62, 16], [293, 63, 30], [294, 17, 3], [294, 18, 3], [294, 21, 4], [294, 22, 3], [294, 23, 6], [294, 24, 4], [294, 25, 6], [294, 26, 145], [294, 27, 41], [294, 28, 647], [294, 29, 28], [294, 30, 13], [294, 31, 26], [295, 32, 2], [295, 49, 40], [295, 50, 4], [295, 52, 4], [295, 54, 106], [295, 55, 29], [295, 59, 22], [295, 63, 3], [296, 0, 5], [296, 3, 27], [296, 4, 21], [296, 5, 5], [296, 6, 6], [296, 7, 15], [296, 8, 8], [296, 10, 20], [296, 11, 8], [296, 14, 6], [296, 18, 12], [296, 40, 19], [296, 44, 35], [296, 45, 63], [296, 46, 117], [296, 47, 203], [296, 49, 6], [296, 50, 4], [296, 51, 5], [296, 52, 7], [296, 53, 4], [296, 54, 4], [296, 55, 6], [296, 56, 4], [296, 57, 31], [296, 58, 96], [296, 59, 66], [296, 61, 21], [296, 62, 27], [296, 63, 15], [297, 6, 8], [297, 8, 144], [297, 9, 255], [297, 10, 476], [297, 11, 24], [297, 12, 180], [297, 13, 293], [297, 14, 59], [297, 15, 34], [297, 19, 3], [297, 41, 11], [297, 43, 5], [297, 48, 9], [297, 54, 4], [298, 1, 3], [298, 2, 3], [298, 3, 3], [298, 4, 4], [298, 5, 11], [298, 6, 19], [298, 12, 13], [298, 19, 3], [298, 48, 55], [298, 49, 7], [298, 51, 2], [298, 54, 31], [299, 56, 3382], [299, 57, 498], [299, 58, 1581], [299, 59, 198], [299, 60, 7421], [299, 61, 162], [299, 62, 2502], [299, 63, 4578], [300, 17, 5], [300, 21, 2], [300, 24, 17], [300, 26, 7], [300, 27, 3], [300, 28, 52], [300, 29, 9], [300, 30, 8], [300, 31, 9], [301, 0, 4], [301, 5, 41], [301, 7, 5], [301, 19, 6], [301, 22, 5], [301, 32, 5], [301, 33, 7], [301, 37, 1], [301, 40, 7], [301, 41, 6], [301, 42, 3], [301, 43, 4], [301, 44, 3], [301, 48, 2], [301, 49, 4], [301, 52, 4], [301, 54, 11], [301, 55, 3], [301, 58, 21], [301, 61, 2], [301, 62, 3], [301, 63, 3], [302, 0, 3], [302, 1, 5], [302, 4, 44], [302, 5, 25], [302, 7, 12], [302, 32, 1], [302, 34, 3], [302, 45, 9], [302, 46, 3], [302, 48, 106], [302, 49, 14], [302, 51, 4], [302, 52, 18], [302, 53, 15], [302, 54, 24], [302, 55, 3], [302, 58, 11], [302, 59, 8], [302, 62, 4], [302, 63, 20], [303, 1, 2], [303, 5, 2], [303, 12, 6], [303, 13, 16], [303, 37, 1], [303, 39, 6], [303, 46, 3], [303, 47, 3], [303, 48, 6], [303, 50, 2], [303, 52, 4], [303, 53, 3], [303, 55, 3], [303, 56, 2], [303, 59, 15], [303, 60, 3], [303, 63, 3], [304, 35, 9], [304, 51, 2], [304, 59, 6], [305, 0, 2], [305, 4, 2], [305, 9, 9], [305, 12, 6], [305, 13, 16], [305, 14, 6], [305, 15, 7], [305, 23, 93], [305, 26, 12], [305, 27, 10], [305, 31, 5], [305, 59, 3], [306, 8, 14], [306, 9, 32], [306, 10, 20], [306, 11, 54], [306, 12, 268], [306, 13, 95], [306, 14, 23], [306, 15, 4], [306, 32, 2], [306, 33, 31], [306, 34, 8], [306, 35, 74], [306, 36, 65], [306, 38, 13], [306, 39, 4], [306, 49, 4], [306, 50, 4], [306, 52, 7], [306, 53, 3], [306, 54, 8], [307, 0, 3], [307, 3, 3], [307, 22, 20], [307, 26, 4], [307, 27, 2], [307, 29, 5], [307, 30, 3], [307, 46, 5], [307, 47, 4], [307, 48, 130], [307, 52, 5], [307, 54, 10], [307, 57, 52], [307, 58, 4], [307, 59, 7], [307, 61, 11], [307, 62, 4], [307, 63, 3], [308, 58, 10], [308, 59, 55], [308, 61, 4], [308, 62, 37], [308, 63, 5], [309, 0, 2], [309, 1, 2], [309, 2, 5], [309, 3, 217], [309, 4, 109], [309, 5, 181], [309, 6, 65], [309, 7, 624], [309, 8, 182], [309, 9, 63], [309, 10, 164], [309, 11, 204], [309, 12, 76], [309, 13, 190], [309, 14, 138], [309, 15, 356], [309, 16, 39], [309, 17, 11], [309, 18, 37], [309, 19, 23], [309, 20, 12], [309, 21, 35], [309, 22, 14], [309, 23, 80], [309, 24, 9], [309, 25, 2], [309, 26, 10], [309, 27, 3], [309, 28, 3], [309, 30, 3], [309, 31, 8], [309, 32, 8], [309, 33, 238], [309, 34, 80], [309, 35, 147], [309, 36, 287], [309, 37, 2], [309, 38, 64], [309, 39, 6], [309, 41, 66], [309, 42, 70], [309, 43, 101], [309, 45, 7], [309, 49, 35], [309, 50, 3], [309, 51, 2], [309, 52, 10], [309, 53, 3], [309, 54, 13], [309, 55, 3], [309, 57, 2], [309, 58, 5], [309, 59, 12], [309, 60, 9], [309, 61, 3], [309, 63, 3], [310, 8, 32], [310, 9, 49], [310, 10, 45], [310, 11, 39], [310, 12, 32], [310, 13, 103], [310, 14, 62], [310, 15, 9], [310, 20, 3], [310, 21, 6], [310, 22, 10], [310, 23, 133], [310, 24, 20], [310, 25, 9], [310, 26, 178], [310, 27, 30], [310, 28, 18], [310, 29, 22], [310, 30, 15], [310, 31, 454], [310, 39, 19], [310, 40, 7], [310, 41, 6], [310, 43, 17], [310, 44, 3], [310, 45, 4], [310, 46, 3], [310, 59, 7], [311, 4, 2], [311, 7, 32], [311, 11, 8], [311, 32, 1], [311, 33, 11], [311, 39, 2], [311, 40, 59], [311, 43, 5], [311, 44, 31], [311, 45, 14], [311, 46, 58], [311, 47, 70], [311, 50, 5], [311, 51, 3], [311, 52, 4], [311, 53, 3], [311, 54, 4], [311, 55, 6], [311, 58, 2], [312, 1, 10], [312, 4, 2], [312, 5, 13], [312, 7, 6], [312, 10, 15], [312, 19, 5], [312, 21, 2], [312, 56, 2], [312, 57, 6], [312, 58, 43], [312, 59, 123], [312, 60, 3], [312, 61, 2], [312, 62, 9], [312, 63, 3], [313, 0, 2], [313, 1, 5], [313, 3, 4], [313, 4, 6], [313, 5, 10], [313, 6, 5], [313, 7, 9], [313, 8, 42], [313, 10, 25], [313, 20, 3], [313, 22, 6], [313, 45, 5], [313, 46, 12], [313, 47, 6], [313, 48, 388], [313, 49, 6], [313, 52, 10], [313, 53, 49], [313, 54, 61], [313, 55, 11], [313, 59, 40], [313, 62, 5], [313, 63, 3], [314, 0, 4], [314, 1, 5], [314, 2, 7], [314, 3, 3], [314, 4, 73], [314, 5, 60], [314, 6, 4], [314, 7, 10], [314, 8, 6], [314, 9, 6], [314, 10, 30], [314, 11, 8], [314, 12, 11], [314, 13, 16], [314, 14, 6], [314, 15, 4], [314, 19, 16], [314, 20, 14], [314, 22, 6], [314, 24, 7], [314, 25, 2], [314, 26, 4], [314, 27, 7], [314, 28, 3], [314, 29, 7], [314, 30, 5], [314, 31, 3], [314, 36, 6], [314, 40, 10], [314, 41, 110], [314, 42, 64], [314, 43, 89], [314, 44, 15], [314, 45, 85], [314, 46, 75], [314, 47, 18], [314, 48, 1910], [314, 49, 40], [314, 50, 9], [314, 51, 14], [314, 52, 38], [314, 53, 84], [314, 54, 1643], [314, 55, 107], [314, 58, 9], [314, 59, 24], [314, 61, 3], [314, 62, 5], [314, 63, 8], [315, 0, 9], [315, 1, 3], [315, 2, 2], [315, 4, 2], [315, 5, 31], [315, 6, 2], [315, 8, 4], [315, 9, 6], [315, 14, 6], [315, 15, 4], [315, 22, 3], [315, 23, 3], [315, 24, 3], [315, 26, 5], [315, 27, 9], [315, 28, 3], [315, 29, 3], [315, 30, 3], [315, 31, 7], [315, 39, 2], [315, 40, 7], [315, 43, 10], [315, 44, 3], [315, 48, 18], [315, 49, 6], [315, 50, 2], [315, 51, 2], [315, 52, 5], [315, 53, 3], [315, 54, 19], [315, 55, 8], [315, 57, 15], [315, 58, 27], [315, 59, 9], [315, 61, 2], [315, 62, 17], [315, 63, 5], [316, 35, 9], [316, 36, 6], [316, 37, 49], [317, 0, 2], [317, 1, 4], [317, 2, 4], [317, 3, 13], [317, 4, 8], [317, 5, 13], [317, 6, 2], [317, 7, 2], [317, 27, 5], [317, 30, 3], [317, 31, 3], [317, 44, 3], [317, 48, 68], [317, 52, 5], [317, 53, 16], [317, 54, 80], [317, 55, 16], [317, 58, 2], [317, 59, 17], [317, 62, 6], [318, 1, 42], [318, 3, 265], [318, 4, 206], [318, 5, 3], [318, 6, 22], [318, 7, 16], [318, 40, 16], [318, 57, 4], [318, 58, 2], [318, 63, 3], [319, 32, 2], [319, 33, 7], [319, 34, 2], [319, 35, 33], [319, 36, 15], [319, 37, 232], [319, 38, 5], [319, 39, 2], [319, 49, 4], [320, 32, 1], [320, 33, 7], [320, 39, 2], [320, 41, 113], [320, 42, 21], [320, 43, 39], [320, 45, 12], [320, 46, 8], [320, 47, 3], [320, 59, 4], [321, 2, 2], [321, 3, 4], [321, 4, 2], [321, 7, 3], [321, 12, 984], [321, 16, 11], [321, 18, 8], [321, 19, 12], [321, 20, 6], [321, 21, 3], [321, 22, 26], [321, 24, 5], [321, 25, 3], [321, 31, 4], [321, 32, 942], [321, 33, 51], [321, 34, 382], [321, 35, 37], [321, 36, 62], [321, 37, 3739], [321, 38, 914], [321, 39, 1680], [321, 40, 7], [321, 41, 42], [321, 42, 19], [321, 43, 37], [321, 44, 492], [321, 45, 46], [321, 46, 23], [321, 47, 10], [321, 48, 18], [321, 49, 456], [321, 50, 97], [321, 51, 354], [321, 52, 5], [321, 53, 6], [321, 54, 174], [321, 55, 379], [322, 0, 3], [322, 3, 7], [322, 4, 2], [322, 6, 3], [322, 7, 2], [322, 8, 4], [322, 11, 12], [322, 16, 6], [322, 17, 5], [322, 18, 11], [322, 21, 2], [322, 22, 3], [322, 40, 25], [322, 41, 6], [322, 42, 3], [322, 43, 4], [322, 44, 23], [322, 45, 9], [322, 46, 13], [322, 47, 69], [322, 52, 5], [322, 53, 10], [322, 54, 4], [322, 55, 6], [323, 18, 3], [323, 20, 3], [323, 21, 2], [323, 23, 6], [323, 24, 15], [323, 25, 2], [323, 26, 21], [323, 27, 2], [323, 28, 36], [323, 29, 2], [323, 30, 22], [323, 31, 25], [323, 34, 2], [324, 0, 13], [324, 2, 38], [324, 3, 12], [324, 4, 3], [324, 5, 28], [324, 6, 7], [324, 7, 40], [325, 3, 4], [325, 4, 5], [325, 17, 47], [325, 18, 5], [325, 21, 2], [325, 22, 3], [325, 23, 3], [325, 27, 2], [325, 29, 2], [325, 34, 2], [325, 46, 15], [325, 56, 2], [325, 58, 6], [325, 59, 24], [325, 61, 3], [326, 0, 2], [326, 1, 2], [326, 3, 6], [326, 4, 6], [326, 16, 4], [326, 21, 4], [326, 49, 139], [326, 50, 19], [326, 51, 4], [326, 52, 110], [326, 53, 10], [326, 55, 71], [326, 56, 2], [326, 58, 30], [326, 59, 59], [326, 61, 2], [326, 62, 8], [326, 63, 34], [327, 57, 29], [327, 59, 3], [327, 60, 302], [327, 61, 2], [327, 62, 6], [327, 63, 3], [328, 0, 2], [328, 2, 2], [328, 5, 6], [328, 7, 14], [328, 16, 4], [328, 38, 5], [328, 40, 19], [328, 42, 5], [328, 45, 167], [328, 46, 3], [328, 47, 33], [329, 0, 2], [329, 1, 2], [329, 2, 176], [329, 3, 24], [329, 4, 12], [329, 5, 91], [329, 6, 3], [329, 7, 79], [329, 8, 24], [329, 9, 23], [329, 10, 55], [329, 11, 127], [329, 12, 11], [329, 13, 56], [329, 14, 59], [329, 15, 4], [329, 16, 4], [329, 17, 5], [329, 18, 12], [329, 19, 37], [329, 20, 5], [329, 21, 4], [329, 22, 31], [329, 23, 15], [329, 24, 6], [329, 25, 2], [329, 26, 108], [329, 27, 17], [329, 28, 25], [329, 29, 33], [329, 30, 4], [329, 31, 8], [329, 32, 1], [329, 33, 14], [329, 34, 6], [329, 35, 13], [329, 36, 6], [329, 38, 5], [329, 39, 3], [329, 40, 152], [329, 41, 64], [329, 42, 35], [329, 43, 53], [329, 44, 14], [329, 45, 22], [329, 46, 59], [329, 47, 70], [329, 49, 4], [329, 50, 6], [329, 51, 12], [329, 52, 4], [329, 53, 3], [329, 54, 7], [329, 56, 2], [329, 57, 2], [329, 58, 18], [329, 59, 31], [329, 60, 2], [329, 63, 4], [330, 0, 4], [330, 1, 1], [330, 2, 2], [330, 4, 2], [330, 5, 281], [330, 6, 6], [330, 7, 544], [330, 8, 18], [330, 9, 29], [330, 10, 50], [330, 11, 8], [330, 12, 21], [330, 13, 40], [330, 14, 9], [330, 16, 13], [330, 17, 324], [330, 18, 68], [330, 19, 32], [330, 20, 45], [330, 21, 22], [330, 22, 23], [330, 23, 22], [330, 25, 4], [330, 26, 15], [330, 27, 5], [330, 28, 3], [330, 29, 14], [330, 30, 8], [330, 31, 3], [330, 32, 1], [330, 37, 1], [330, 39, 2], [330, 40, 7], [330, 41, 6], [330, 42, 3], [330, 43, 10], [330, 49, 13], [330, 50, 11], [330, 51, 23], [330, 52, 13], [330, 53, 11], [330, 54, 14], [330, 55, 21], [330, 56, 2], [330, 57, 14], [330, 58, 21], [330, 59, 12], [330, 60, 2], [330, 61, 2], [330, 62, 3], [330, 63, 8], [331, 0, 2], [331, 1, 1], [331, 2, 3], [331, 5, 4], [331, 6, 4], [331, 7, 2], [331, 8, 4], [331, 10, 10], [331, 13, 16], [331, 14, 6], [331, 15, 4], [331, 17, 11], [331, 18, 18], [331, 19, 9], [331, 20, 9], [331, 21, 14], [331, 22, 3], [331, 23, 3], [331, 27, 2], [331, 29, 2], [331, 31, 3], [331, 40, 13], [331, 45, 4], [331, 59, 6], [332, 0, 22], [332, 1, 7], [332, 2, 132], [332, 3, 79], [332, 4, 35], [332, 5, 1643], [332, 6, 15], [332, 7, 968], [332, 8, 18], [332, 9, 85], [332, 10, 199], [332, 11, 400], [332, 12, 76], [332, 13, 143], [332, 14, 37], [332, 15, 7], [332, 16, 35], [332, 17, 62], [332, 18, 110], [332, 19, 149], [332, 20, 44], [332, 21, 59], [332, 22, 74], [332, 23, 56], [332, 24, 7], [332, 25, 4], [332, 26, 234], [332, 27, 40], [332, 28, 93], [332, 29, 30], [332, 30, 14], [332, 31, 29], [332, 32, 3], [332, 33, 37], [332, 34, 10], [332, 35, 45], [332, 36, 30], [332, 37, 1], [332, 38, 5], [332, 39, 8], [332, 40, 739], [332, 41, 64], [332, 42, 67], [332, 43, 93], [332, 44, 58], [332, 45, 64], [332, 46, 68], [332, 47, 136], [332, 49, 4], [332, 50, 9], [332, 51, 12], [332, 52, 13], [332, 53, 36], [332, 54, 7], [332, 55, 13], [332, 57, 4], [332, 58, 61], [332, 59, 35], [332, 61, 2], [332, 62, 3], [332, 63, 17], [333, 0, 2], [333, 1, 1], [333, 2, 56], [333, 7, 2], [333, 13, 24], [333, 19, 3], [333, 20, 6], [333, 21, 12], [333, 29, 2], [333, 40, 7], [333, 41, 9], [333, 42, 4], [333, 43, 4], [333, 45, 7], [334, 47, 3], [334, 56, 3], [334, 58, 47], [334, 59, 20], [334, 60, 20], [334, 61, 4], [334, 62, 19], [334, 63, 14], [335, 32, 1], [335, 34, 19], [335, 35, 175], [336, 3, 4], [336, 5, 28], [336, 6, 4], [336, 11, 20], [336, 12, 8], [336, 13, 16], [336, 21, 2], [336, 22, 3], [336, 26, 7], [336, 31, 4], [336, 33, 7], [336, 34, 2], [336, 36, 9], [336, 37, 1], [336, 38, 20], [336, 41, 6], [336, 42, 27], [336, 43, 18], [336, 44, 4], [336, 47, 6], [336, 49, 4], [336, 50, 2], [336, 51, 2], [336, 52, 4], [336, 53, 3], [336, 54, 4], [336, 55, 7], [336, 56, 2], [336, 57, 2], [336, 58, 62], [336, 59, 4], [336, 60, 2], [336, 62, 3], [336, 63, 3], [337, 2, 2], [337, 3, 7], [337, 34, 2], [337, 35, 9], [337, 36, 6], [337, 38, 9], [337, 40, 7], [337, 41, 119], [337, 42, 122], [337, 43, 177], [337, 44, 19], [337, 45, 9], [337, 46, 27], [337, 47, 65], [338, 0, 2], [338, 1, 5], [338, 2, 11], [338, 3, 31], [338, 4, 24], [338, 5, 22], [338, 6, 27], [338, 7, 21], [338, 8, 4], [338, 9, 134], [338, 10, 25], [338, 11, 43], [338, 12, 8], [338, 13, 56], [338, 14, 57], [338, 15, 10], [338, 24, 3], [338, 31, 3], [338, 32, 1], [338, 49, 11], [338, 50, 5], [338, 51, 2], [338, 52, 50], [338, 53, 3], [338, 54, 10], [340, 0, 2], [340, 8, 83], [340, 9, 68], [340, 10, 25], [340, 11, 227], [340, 12, 97], [340, 13, 261], [340, 14, 90], [340, 15, 46], [340, 43, 15], [341, 0, 6], [341, 1, 3], [341, 3, 3], [341, 4, 5], [341, 5, 2], [341, 6, 43], [341, 7, 27], [341, 8, 4], [341, 9, 12], [341, 10, 10], [341, 11, 8], [341, 12, 8], [341, 13, 24], [341, 14, 6], [341, 15, 4], [341, 16, 119], [341, 17, 50], [341, 18, 3], [341, 19, 6], [341, 20, 3], [341, 21, 2], [341, 22, 5], [341, 23, 5], [341, 24, 3], [341, 25, 53], [341, 26, 55], [341, 27, 2], [341, 28, 5], [341, 29, 2], [341, 30, 3], [341, 31, 4], [341, 32, 1], [341, 34, 2], [341, 40, 10], [341, 41, 6], [341, 44, 3], [341, 46, 5], [341, 47, 3], [341, 49, 23], [341, 50, 69], [341, 51, 24], [341, 52, 60], [341, 53, 10], [341, 54, 10], [341, 55, 80], [341, 56, 3], [341, 58, 2], [341, 59, 15], [341, 60, 2], [341, 61, 2], [341, 62, 24], [341, 63, 10], [342, 0, 11], [342, 1, 8], [342, 2, 13], [342, 3, 6], [342, 4, 38], [342, 5, 12], [342, 6, 9], [342, 7, 39], [342, 21, 2], [342, 26, 7], [342, 27, 5], [342, 33, 7], [342, 34, 2], [342, 36, 36], [342, 39, 2], [342, 41, 6], [342, 43, 20], [342, 44, 3], [342, 46, 3], [342, 49, 47], [342, 50, 2], [342, 51, 28], [342, 52, 234], [342, 53, 10], [342, 55, 3], [342, 56, 2], [342, 57, 6], [342, 58, 73], [342, 59, 31], [342, 60, 2], [342, 61, 4], [342, 62, 6], [342, 63, 72], [343, 0, 11], [343, 1, 118], [343, 2, 13], [343, 3, 9], [343, 4, 15], [343, 5, 4], [343, 6, 13], [343, 13, 16], [343, 22, 3], [343, 23, 3], [343, 26, 21], [343, 27, 37], [343, 29, 11], [343, 31, 4], [343, 33, 11], [343, 34, 2], [343, 35, 9], [343, 36, 6], [343, 37, 1], [343, 38, 5], [343, 39, 2], [343, 41, 6], [343, 42, 3], [343, 43, 4], [343, 44, 3], [343, 45, 4], [343, 46, 8], [343, 47, 5], [343, 48, 115], [343, 52, 4], [343, 54, 7], [343, 55, 3], [343, 57, 494], [343, 58, 9], [343, 59, 6], [343, 60, 2], [343, 61, 23], [343, 62, 41], [343, 63, 4], [344, 58, 38], [344, 59, 80], [344, 60, 2], [344, 61, 3], [344, 62, 3], [344, 63, 71], [345, 0, 3], [345, 2, 3], [345, 3, 16], [345, 4, 2], [345, 5, 6], [345, 6, 2], [345, 7, 5], [345, 22, 5], [345, 27, 5], [345, 30, 3], [345, 31, 3], [345, 56, 2], [345, 57, 8], [345, 58, 3], [345, 59, 13], [345, 61, 3], [346, 56, 2], [346, 57, 6], [346, 58, 50], [346, 60, 2], [346, 62, 28], [346, 63, 13], [347, 0, 5], [347, 21, 2], [347, 26, 18], [347, 27, 110], [347, 30, 3], [347, 35, 9], [347, 40, 10], [347, 46, 17], [347, 47, 3], [347, 48, 163], [347, 52, 10], [347, 53, 3], [347, 54, 67], [347, 58, 5], [347, 59, 12], [347, 61, 2], [347, 63, 3], [348, 0, 112], [348, 1, 42], [348, 2, 1409], [348, 3, 333], [348, 4, 442], [348, 5, 49], [348, 6, 61], [348, 7, 131], [348, 8, 6], [348, 10, 10], [348, 11, 16], [348, 12, 13], [348, 13, 56], [348, 14, 9], [348, 22, 6], [348, 26, 12], [348, 27, 6], [348, 29, 4], [348, 31, 3], [348, 34, 2], [348, 35, 9], [348, 39, 2], [348, 40, 7], [348, 42, 3], [348, 43, 4], [348, 44, 40], [348, 45, 67], [348, 46, 135], [348, 47, 168], [348, 48, 3], [348, 49, 208], [348, 50, 6], [348, 51, 48], [348, 52, 616], [348, 53, 12], [348, 54, 11], [348, 55, 37], [348, 56, 21], [348, 57, 202], [348, 58, 857], [348, 59, 226], [348, 60, 14], [348, 61, 83], [348, 62, 102], [348, 63, 303], [349, 1, 67], [349, 2, 2], [349, 3, 26], [349, 4, 8], [349, 5, 4], [349, 6, 5], [349, 9, 6], [349, 12, 6], [349, 20, 3], [349, 27, 2], [349, 39, 2], [349, 48, 3], [349, 50, 61], [349, 51, 77], [349, 52, 4], [349, 53, 149], [349, 58, 3], [349, 59, 9], [350, 0, 4], [350, 1, 5], [350, 2, 4], [350, 3, 8], [350, 4, 106], [350, 5, 4], [350, 6, 2], [350, 7, 7], [350, 8, 4], [350, 9, 9], [350, 10, 10], [350, 12, 8], [350, 13, 24], [350, 22, 3], [350, 46, 3], [350, 52, 5], [350, 58, 9], [350, 61, 2], [350, 62, 4], [350, 63, 4], [351, 0, 5], [351, 2, 4], [351, 3, 12], [351, 4, 15], [351, 5, 12], [351, 6, 8], [351, 20, 5], [351, 24, 5], [351, 25, 5], [351, 26, 50], [351, 27, 2], [351, 28, 31], [351, 29, 18], [351, 30, 9], [351, 31, 8], [351, 40, 7], [351, 44, 4], [351, 49, 47], [351, 50, 37], [351, 51, 41], [351, 52, 131], [351, 53, 103], [351, 54, 30], [351, 55, 52], [351, 58, 5], [352, 36, 6], [352, 41, 61], [352, 42, 6], [352, 43, 4], [352, 44, 19], [352, 45, 25], [352, 46, 33], [352, 47, 58], [352, 58, 2], [353, 1, 3], [353, 2, 14], [353, 3, 6], [353, 4, 85], [353, 5, 38], [353, 6, 4], [353, 7, 62], [353, 8, 8], [353, 9, 49], [353, 10, 55], [353, 11, 58], [353, 12, 29], [353, 13, 16], [353, 14, 12], [353, 15, 5], [353, 16, 37], [353, 17, 36], [353, 18, 9], [353, 19, 20], [353, 20, 9], [353, 21, 4], [353, 22, 35], [353, 23, 5], [353, 24, 14], [353, 25, 9], [353, 26, 26], [353, 27, 24], [353, 28, 19], [353, 29, 25], [353, 30, 17], [353, 31, 16], [353, 32, 1], [353, 33, 14], [353, 34, 23], [353, 35, 9], [353, 37, 1], [353, 38, 5], [353, 39, 4], [353, 40, 7], [353, 43, 10], [353, 46, 13], [353, 48, 2], [353, 49, 6], [353, 50, 6], [353, 51, 11], [353, 52, 49], [353, 53, 7], [353, 54, 4], [353, 55, 10], [353, 57, 3], [353, 58, 7], [353, 59, 4], [353, 60, 2], [353, 63, 7], [354, 0, 5], [354, 1, 36], [354, 2, 3], [354, 3, 12], [354, 4, 52], [354, 5, 10], [354, 6, 8], [354, 7, 4], [354, 8, 4], [354, 9, 9], [354, 10, 20], [354, 12, 19], [354, 14, 9], [354, 15, 5], [354, 19, 3], [354, 22, 6], [354, 28, 16], [354, 29, 3], [354, 40, 7], [354, 44, 3], [354, 46, 5], [354, 47, 9], [354, 48, 4], [354, 50, 6], [354, 51, 4], [354, 52, 10], [354, 53, 3], [354, 54, 58], [354, 57, 63], [354, 58, 23], [354, 59, 32], [354, 61, 5], [354, 62, 451], [354, 63, 96], [355, 5, 11], [355, 7, 28], [355, 23, 3], [355, 32, 2], [355, 33, 24], [355, 34, 10], [355, 35, 21], [355, 36, 15], [355, 37, 1], [355, 38, 5], [355, 39, 4], [355, 40, 25], [355, 42, 4], [355, 44, 7], [355, 47, 3], [356, 1, 11], [356, 16, 26], [356, 17, 14], [356, 18, 29], [356, 19, 124], [356, 20, 9], [356, 21, 2], [356, 22, 128], [356, 23, 8], [356, 32, 1], [357, 8, 40], [357, 9, 91], [357, 10, 169], [357, 11, 185], [357, 12, 97], [357, 13, 301], [357, 14, 74], [357, 15, 17], [357, 16, 8], [357, 17, 3], [357, 19, 7], [357, 20, 8], [357, 22, 3], [357, 25, 2], [357, 27, 5], [357, 28, 5], [357, 29, 4], [357, 30, 3], [357, 43, 4], [357, 52, 5], [357, 57, 2], [358, 0, 6], [358, 1, 2], [358, 2, 162], [358, 3, 87], [358, 4, 10], [358, 5, 44], [358, 6, 7], [358, 7, 23], [358, 8, 4], [358, 9, 26], [358, 10, 40], [358, 11, 323], [358, 12, 19], [358, 13, 48], [358, 14, 9], [358, 16, 4], [358, 17, 6], [358, 18, 19], [358, 19, 13], [358, 20, 11], [358, 21, 8], [358, 22, 23], [358, 23, 23], [358, 24, 3], [358, 26, 7], [358, 30, 3], [358, 32, 2], [358, 33, 325], [358, 34, 2], [358, 35, 17], [358, 40, 31], [358, 41, 53], [358, 42, 58], [358, 43, 31], [358, 44, 25], [358, 45, 95], [358, 46, 54], [358, 47, 106], [358, 50, 3], [358, 51, 2], [358, 53, 10], [358, 54, 5], [358, 59, 3], [359, 2, 13], [359, 3, 3], [359, 5, 22], [359, 7, 30], [359, 8, 6], [359, 9, 6], [359, 10, 10], [359, 11, 8], [359, 12, 6], [359, 13, 48], [359, 14, 17], [359, 15, 5], [359, 16, 26], [359, 18, 28], [359, 19, 6], [359, 20, 8], [359, 21, 27], [359, 22, 42], [359, 23, 10], [359, 24, 3], [359, 28, 3], [359, 29, 2], [359, 30, 3], [359, 46, 5], [359, 53, 3], [360, 1, 10], [360, 5, 4], [360, 6, 2], [360, 8, 10], [360, 9, 6], [360, 10, 10], [360, 27, 6], [360, 48, 2], [360, 56, 2], [360, 57, 50], [360, 58, 5], [360, 59, 219], [360, 62, 5], [361, 3, 7], [361, 4, 2], [361, 5, 97], [361, 6, 3], [361, 7, 97], [361, 8, 8], [361, 11, 24], [361, 12, 6], [361, 18, 6], [361, 21, 2], [361, 22, 3], [361, 33, 14], [361, 34, 2], [361, 35, 9], [361, 36, 6], [361, 37, 1], [361, 39, 2], [361, 40, 75], [361, 41, 6], [361, 42, 12], [361, 43, 4], [361, 44, 40], [361, 45, 56], [361, 46, 64], [361, 47, 125], [361, 49, 4], [361, 50, 5], [361, 51, 3], [361, 52, 15], [361, 53, 11], [361, 54, 4], [361, 55, 3], [361, 58, 14], [361, 59, 9], [361, 60, 2], [361, 63, 4], [362, 18, 8], [362, 21, 2], [362, 23, 3], [362, 24, 8], [362, 25, 17], [362, 26, 21], [362, 27, 13], [362, 28, 147], [362, 29, 16], [362, 30, 3], [362, 31, 11], [363, 2, 6], [363, 5, 7], [363, 7, 11], [363, 11, 24], [363, 27, 2], [363, 30, 3], [363, 41, 17], [363, 42, 6], [363, 56, 2], [363, 57, 2], [363, 58, 96], [363, 59, 3], [363, 60, 2], [363, 61, 3], [364, 0, 2], [364, 2, 2], [364, 3, 7], [364, 4, 4], [364, 7, 3], [364, 8, 4], [364, 9, 6], [364, 10, 10], [364, 11, 8], [364, 12, 21], [364, 13, 16], [364, 14, 12], [364, 16, 6], [364, 17, 39], [364, 18, 3], [364, 19, 26], [364, 20, 77], [364, 21, 4], [364, 22, 45], [364, 23, 13], [364, 25, 2], [364, 26, 4], [364, 29, 2], [364, 31, 6], [364, 43, 4], [365, 0, 2], [365, 2, 2], [365, 5, 4], [365, 52, 15], [365, 56, 12], [365, 57, 3], [365, 58, 2], [365, 59, 43], [365, 61, 13], [365, 62, 25], [365, 63, 11], [366, 3, 4], [366, 4, 4], [366, 5, 3], [366, 7, 6], [366, 17, 15], [366, 19, 5], [366, 22, 3], [366, 42, 7], [366, 43, 7], [366, 46, 10], [366, 47, 3], [366, 57, 4], [366, 58, 9], [366, 59, 15], [366, 60, 2], [366, 62, 3], [366, 63, 3], [367, 3, 7], [367, 4, 3], [367, 5, 4], [367, 8, 4], [367, 11, 12], [367, 17, 3], [367, 35, 9], [367, 37, 1], [367, 40, 7], [367, 41, 6], [367, 43, 5], [367, 44, 3], [367, 45, 4], [367, 46, 15], [367, 47, 3], [367, 50, 2], [367, 51, 2], [367, 52, 4], [367, 55, 3], [367, 56, 2], [367, 57, 2], [367, 58, 19], [367, 59, 3], [367, 60, 5], [367, 61, 2], [367, 62, 5], [367, 63, 7], [368, 2, 2], [368, 20, 11], [368, 21, 2], [368, 23, 5], [368, 24, 18], [368, 25, 5], [368, 26, 9], [368, 27, 9], [368, 28, 37], [368, 29, 6], [368, 30, 4], [368, 31, 16], [369, 17, 3], [369, 18, 5], [369, 22, 9], [369, 23, 6], [369, 24, 12], [369, 25, 15], [369, 26, 113], [369, 27, 26], [369, 28, 365], [369, 29, 14], [369, 30, 3], [369, 31, 7], [370, 58, 52], [370, 59, 252], [370, 60, 6], [370, 61, 9], [370, 62, 38], [370, 63, 42], [371, 0, 2], [371, 2, 2], [371, 3, 8], [371, 7, 7], [371, 20, 3], [371, 21, 2], [371, 23, 5], [371, 24, 3], [371, 25, 5], [371, 26, 28], [371, 27, 12], [371, 28, 23], [371, 29, 18], [371, 30, 7], [371, 31, 23], [372, 18, 4], [372, 19, 5], [372, 20, 3], [372, 21, 8], [372, 22, 9], [372, 23, 8], [372, 24, 8], [372, 25, 34], [372, 26, 90], [372, 27, 73], [372, 28, 510], [372, 29, 22], [372, 30, 7], [372, 31, 40], [372, 63, 3], [373, 0, 6], [373, 1, 1], [373, 2, 22], [373, 4, 67], [373, 5, 17], [373, 6, 6], [373, 7, 5], [373, 10, 15], [373, 12, 8], [373, 18, 5], [373, 25, 2], [373, 27, 5], [373, 30, 3], [373, 32, 11], [373, 33, 11], [373, 34, 2], [373, 36, 36], [373, 37, 1], [373, 38, 5], [373, 40, 10], [373, 41, 6], [373, 42, 4], [373, 43, 9], [373, 44, 3], [373, 46, 26], [373, 47, 9], [373, 49, 65], [373, 50, 2], [373, 51, 31], [373, 52, 212], [373, 53, 18], [373, 54, 7], [373, 55, 47], [373, 57, 64], [373, 58, 96], [373, 59, 44], [373, 60, 2], [373, 61, 6], [373, 62, 4], [373, 63, 21], [374, 0, 3], [374, 1, 1], [374, 2, 2], [374, 3, 11], [374, 4, 5], [374, 5, 26], [374, 6, 2], [374, 7, 18], [374, 8, 8], [374, 9, 29], [374, 10, 55], [374, 11, 20], [374, 12, 21], [374, 13, 32], [374, 14, 12], [374, 15, 4], [374, 16, 4], [374, 17, 20], [374, 19, 23], [374, 20, 74], [374, 21, 3], [374, 22, 44], [374, 23, 10], [374, 24, 3], [374, 25, 6], [374, 27, 2], [374, 28, 3], [374, 29, 8], [374, 30, 3], [374, 31, 5], [374, 45, 4], [374, 46, 15], [374, 50, 3], [374, 52, 15], [374, 53, 6], [375, 0, 5], [375, 1, 1], [375, 2, 5], [375, 3, 17], [375, 4, 2], [375, 5, 16], [375, 6, 2], [375, 7, 2], [375, 10, 15], [375, 11, 27], [375, 12, 6], [375, 13, 16], [375, 14, 6], [375, 15, 5], [375, 17, 5], [375, 19, 7], [375, 20, 3], [375, 21, 2], [375, 23, 3], [375, 24, 10], [375, 30, 3], [375, 32, 1], [375, 33, 7], [375, 34, 2], [375, 35, 9], [375, 36, 6], [375, 39, 2], [375, 41, 44], [375, 42, 20], [375, 43, 23], [375, 45, 4], [375, 46, 17], [375, 48, 2], [375, 49, 21], [375, 50, 21], [375, 51, 24], [375, 52, 41], [375, 53, 33], [375, 54, 21], [375, 55, 24], [375, 56, 2], [375, 58, 2], [375, 59, 5], [376, 1, 2], [376, 3, 3], [376, 4, 4], [376, 5, 54], [376, 6, 2], [376, 7, 35], [376, 40, 38], [376, 45, 9], [376, 47, 14], [376, 52, 4], [376, 53, 3], [376, 59, 3], [377, 4, 4], [377, 5, 2], [377, 6, 12], [377, 7, 2], [377, 12, 13], [377, 32, 4], [377, 43, 5], [377, 48, 17], [377, 49, 21], [377, 50, 6], [377, 51, 3], [377, 54, 5], [377, 55, 6], [377, 59, 9], [377, 62, 9], [378, 0, 7], [378, 1, 4], [378, 2, 47], [378, 4, 7], [378, 5, 2], [378, 22, 3], [378, 26, 7], [378, 49, 28], [378, 50, 4], [378, 52, 4], [378, 55, 13], [378, 59, 6], [379, 16, 15], [379, 18, 9], [379, 19, 23], [379, 21, 17], [379, 22, 14], [379, 33, 14], [379, 34, 3], [379, 35, 33], [379, 47, 9], [379, 49, 189], [379, 50, 7], [379, 51, 416], [379, 53, 3], [379, 55, 40], [380, 32, 1], [380, 33, 7], [380, 34, 51], [380, 35, 13], [380, 37, 40], [380, 39, 2], [380, 55, 4], [381, 17, 3], [381, 21, 2], [381, 32, 67], [381, 33, 7], [381, 35, 13], [381, 36, 6], [381, 37, 9], [381, 38, 15], [381, 39, 73], [381, 40, 7], [381, 41, 6], [381, 44, 3], [381, 46, 3], [381, 48, 5], [381, 49, 21], [381, 50, 17], [381, 51, 7], [381, 54, 21], [381, 55, 17], [382, 4, 2], [382, 12, 6], [382, 40, 13], [382, 46, 5], [382, 48, 2], [382, 50, 3], [382, 54, 10], [382, 56, 5], [382, 57, 6], [382, 58, 33], [382, 59, 86], [382, 60, 2], [382, 61, 2], [382, 62, 268], [382, 63, 79], [383, 11, 8], [383, 12, 99], [383, 16, 13], [383, 18, 3], [383, 20, 3], [383, 21, 6], [383, 22, 9], [383, 24, 4], [383, 25, 4], [383, 31, 4], [383, 32, 907], [383, 33, 31], [383, 34, 229], [383, 35, 29], [383, 36, 47], [383, 37, 593], [383, 38, 811], [383, 39, 725], [383, 40, 7], [383, 41, 39], [383, 42, 19], [383, 43, 26], [383, 44, 269], [383, 45, 12], [383, 46, 3], [383, 47, 7], [383, 48, 12], [383, 49, 198], [383, 50, 56], [383, 51, 132], [383, 52, 8], [383, 54, 75], [383, 55, 200], [384, 2, 5], [384, 3, 4], [384, 4, 3], [384, 5, 157], [384, 7, 61], [384, 12, 11], [384, 16, 10], [384, 19, 34], [384, 23, 5], [384, 27, 3], [384, 30, 3], [384, 40, 291], [384, 44, 11], [384, 45, 58], [384, 46, 8], [384, 47, 109], [384, 58, 5], [385, 12, 6], [385, 17, 21], [385, 18, 6], [385, 19, 3], [385, 20, 3], [385, 21, 5], [385, 23, 70], [385, 24, 7], [385, 25, 21], [385, 26, 42], [385, 27, 50], [385, 28, 85], [385, 29, 98], [385, 30, 8], [385, 31, 189], [385, 57, 2331], [385, 58, 3], [385, 61, 3], [385, 62, 3], [386, 5, 3], [386, 7, 2], [386, 8, 32], [386, 9, 6], [386, 10, 20], [386, 11, 35], [386, 12, 11], [386, 13, 32], [386, 14, 17], [386, 15, 12], [386, 41, 9], [386, 43, 4], [386, 46, 5], [386, 52, 10], [386, 56, 2], [386, 57, 29], [386, 58, 3], [386, 60, 2], [386, 61, 3], [386, 62, 35], [386, 63, 10], [387, 8, 4], [387, 12, 8], [387, 26, 4], [387, 45, 4], [387, 53, 3], [387, 56, 2], [387, 58, 215], [387, 60, 2], [387, 63, 3], [388, 5, 19], [388, 8, 16], [388, 9, 12], [388, 10, 40], [388, 11, 70], [388, 12, 21], [388, 13, 16], [388, 14, 12], [388, 15, 4], [388, 17, 12], [388, 18, 10], [388, 19, 7], [388, 20, 32], [388, 21, 8], [388, 22, 7], [388, 23, 83], [388, 24, 3], [388, 26, 5], [388, 27, 2], [388, 28, 7], [388, 29, 4], [388, 30, 4], [388, 31, 3], [388, 32, 1], [388, 34, 7], [388, 35, 13], [388, 36, 15], [388, 39, 4], [388, 41, 6], [389, 2, 8], [389, 4, 7], [389, 27, 7], [389, 52, 11], [389, 54, 8], [389, 57, 8], [389, 58, 44], [389, 59, 37], [389, 62, 15], [389, 63, 25], [390, 56, 2], [390, 57, 424], [390, 58, 2], [390, 59, 5], [390, 60, 42], [390, 61, 15], [390, 62, 5], [390, 63, 13], [391, 0, 12], [391, 2, 22], [391, 4, 4], [391, 5, 2], [391, 6, 2], [391, 17, 5], [391, 18, 11], [391, 20, 8], [391, 21, 72], [391, 22, 6], [391, 23, 48], [391, 28, 3], [391, 30, 7], [391, 31, 7], [392, 0, 3], [392, 2, 7], [392, 3, 58], [392, 4, 83], [392, 5, 22], [392, 6, 15], [392, 7, 14], [392, 8, 4], [392, 9, 6], [392, 10, 15], [392, 11, 66], [392, 12, 34], [392, 13, 16], [392, 14, 9], [392, 20, 5], [392, 22, 5], [392, 26, 13], [392, 31, 6], [392, 33, 7], [392, 34, 3], [392, 35, 13], [392, 40, 13], [392, 41, 61], [392, 42, 3], [392, 44, 11], [392, 45, 18], [392, 46, 12], [392, 47, 44], [392, 51, 2], [392, 54, 10], [392, 57, 11], [392, 58, 25], [392, 59, 11], [392, 60, 4], [392, 62, 11], [392, 63, 10], [393, 1, 1], [393, 3, 11], [393, 4, 26], [393, 5, 13], [393, 6, 2], [393, 7, 5], [393, 52, 22], [393, 54, 4], [393, 57, 2], [393, 58, 4], [393, 61, 3], [394, 0, 15], [394, 1, 1], [394, 2, 4], [394, 4, 2], [394, 5, 4], [394, 6, 2], [394, 27, 2], [394, 45, 5], [394, 48, 34], [394, 52, 7], [394, 53, 8], [394, 54, 13], [394, 56, 2], [394, 61, 46], [394, 63, 3], [395, 0, 2], [395, 1, 3], [395, 2, 6], [395, 3, 3], [395, 4, 3], [395, 5, 37], [395, 6, 25], [395, 7, 8], [395, 8, 4], [395, 11, 16], [395, 21, 6], [395, 27, 7], [395, 30, 3], [395, 31, 3], [395, 39, 2], [395, 40, 25], [395, 41, 6], [395, 42, 7], [395, 45, 5], [395, 46, 3], [395, 47, 14], [395, 51, 3], [396, 0, 10], [396, 1, 40], [396, 2, 20], [396, 3, 130], [396, 4, 101], [396, 6, 59], [396, 7, 22], [396, 8, 4], [396, 10, 10], [396, 15, 4], [396, 27, 6], [396, 29, 6], [397, 0, 4], [397, 1, 3], [397, 2, 7], [397, 3, 3], [397, 4, 3], [397, 5, 19], [397, 6, 5], [397, 7, 22], [397, 8, 4], [397, 11, 8], [397, 27, 2], [397, 40, 31], [397, 47, 7], [397, 52, 4], [398, 0, 2], [398, 3, 9], [398, 4, 20], [398, 5, 15], [398, 6, 6], [398, 7, 47], [398, 8, 22], [398, 9, 32], [398, 10, 20], [398, 11, 50], [398, 12, 11], [398, 13, 32], [398, 14, 26], [398, 15, 4], [398, 23, 5], [398, 24, 7], [398, 27, 2], [398, 28, 3], [398, 29, 2], [398, 30, 3], [398, 31, 5], [398, 41, 9], [398, 43, 12], [398, 57, 4], [399, 0, 35], [399, 1, 2], [399, 2, 116], [399, 4, 8], [399, 17, 11], [399, 18, 59], [399, 19, 9], [399, 20, 9], [399, 22, 12], [399, 23, 32], [399, 27, 2], [399, 28, 3], [399, 29, 2], [399, 31, 3], [399, 49, 4], [399, 55, 6], [400, 0, 297], [400, 1, 10], [400, 2, 362], [400, 3, 13], [400, 4, 16], [400, 5, 10], [400, 6, 76], [400, 7, 12], [400, 14, 6], [400, 17, 6], [400, 18, 11], [400, 20, 3], [400, 21, 3], [400, 22, 5], [400, 23, 6], [400, 26, 4], [400, 27, 2], [400, 28, 3], [400, 29, 2], [400, 30, 7], [400, 31, 3], [400, 32, 1], [400, 41, 6], [400, 58, 3], [401, 1, 2], [401, 3, 6], [401, 4, 6], [401, 5, 3], [401, 7, 8], [401, 10, 15], [401, 11, 8], [401, 16, 8], [401, 22, 37], [401, 26, 4], [401, 33, 7], [401, 34, 2], [401, 36, 6], [401, 38, 13], [401, 40, 22], [401, 41, 6], [401, 42, 29], [401, 43, 12], [401, 44, 3], [401, 45, 4], [401, 46, 3], [401, 47, 3], [401, 50, 3], [401, 51, 2], [401, 52, 4], [401, 53, 3], [401, 54, 4], [401, 58, 2], [401, 60, 2], [401, 63, 3], [402, 0, 5], [402, 1, 1], [402, 2, 12], [402, 3, 28], [402, 4, 11], [402, 5, 514], [402, 6, 2], [402, 7, 151], [402, 8, 4], [402, 9, 6], [402, 11, 24], [402, 12, 11], [402, 16, 11], [402, 20, 3], [402, 23, 18], [402, 25, 4], [402, 26, 29], [402, 27, 30], [402, 28, 8], [402, 29, 14], [402, 30, 4], [402, 31, 47], [402, 34, 4], [402, 35, 9], [402, 39, 2], [402, 40, 140], [402, 42, 6], [402, 43, 5], [402, 44, 11], [402, 45, 134], [402, 46, 6], [402, 47, 207], [402, 50, 6], [402, 51, 7], [402, 52, 5], [402, 53, 11], [402, 54, 5], [402, 55, 24], [402, 57, 2], [402, 58, 9], [402, 59, 6], [402, 60, 2], [402, 63, 5], [403, 17, 3], [403, 22, 5], [403, 23, 3], [403, 24, 8], [403, 25, 11], [403, 26, 36], [403, 27, 11], [403, 28, 96], [403, 29, 14], [403, 30, 4], [403, 31, 15], [404, 0, 2], [404, 1, 1], [404, 2, 4], [404, 4, 2], [404, 5, 213], [404, 6, 2], [404, 7, 68], [404, 9, 6], [404, 11, 27], [404, 16, 4], [404, 18, 15], [404, 20, 3], [404, 21, 2], [404, 22, 3], [404, 23, 6], [404, 24, 45], [404, 25, 2], [404, 26, 36], [404, 27, 8], [404, 28, 9], [404, 29, 4], [404, 30, 11], [404, 31, 7], [404, 34, 4], [404, 46, 16], [404, 47, 98], [404, 53, 4], [404, 58, 2], [404, 59, 4], [405, 0, 4], [405, 1, 5], [405, 2, 4], [405, 3, 8], [405, 5, 4], [405, 6, 4], [405, 12, 11], [405, 19, 10], [405, 20, 3], [405, 26, 5], [405, 56, 2], [405, 57, 11], [405, 58, 13], [405, 59, 5], [405, 60, 4], [405, 61, 12], [405, 62, 4], [405, 63, 5], [406, 0, 6], [406, 1, 3], [406, 2, 15], [406, 5, 15], [406, 54, 4], [406, 58, 43], [406, 59, 15], [407, 1, 22], [407, 2, 63], [407, 4, 3], [407, 5, 2], [407, 6, 2], [407, 8, 10], [407, 9, 17], [407, 10, 10], [407, 11, 50], [407, 14, 31], [407, 18, 9], [407, 19, 17], [407, 23, 5], [407, 28, 3], [407, 41, 14], [407, 42, 4], [407, 43, 10], [407, 44, 6], [407, 47, 3], [407, 55, 6], [407, 57, 7], [408, 7, 3], [408, 8, 4], [408, 11, 12], [408, 14, 6], [408, 15, 4], [408, 33, 7], [408, 34, 2], [408, 35, 9], [408, 40, 10], [408, 44, 4], [408, 45, 14], [408, 46, 26], [408, 47, 25], [408, 50, 6], [408, 51, 3], [408, 52, 10], [408, 53, 11], [408, 55, 15], [408, 58, 2], [408, 63, 3], [409, 4, 5], [409, 5, 3], [409, 11, 8], [409, 17, 3], [409, 18, 21], [409, 19, 3], [409, 20, 3], [409, 21, 3], [409, 22, 12], [409, 23, 6], [409, 29, 2], [409, 41, 83], [409, 42, 8], [409, 47, 6], [410, 5, 3], [410, 33, 7], [410, 42, 4], [410, 43, 12], [410, 44, 14], [410, 45, 66], [410, 46, 24], [410, 47, 103], [410, 58, 3], [411, 11, 8], [411, 17, 8], [411, 22, 10], [411, 26, 9], [411, 27, 3], [411, 29, 7], [411, 44, 3], [411, 47, 9], [411, 49, 18], [411, 50, 3], [411, 51, 3], [411, 52, 47], [411, 54, 21], [412, 5, 6], [412, 6, 2], [412, 8, 24], [412, 9, 15], [412, 10, 40], [412, 11, 58], [412, 12, 24], [412, 13, 214], [412, 14, 12], [412, 15, 5], [412, 20, 6], [412, 21, 4], [412, 22, 3], [412, 23, 22], [412, 24, 18], [412, 25, 7], [412, 26, 41], [412, 27, 41], [412, 28, 20], [412, 29, 28], [412, 30, 14], [412, 31, 70], [412, 39, 2], [412, 47, 11], [412, 58, 8], [413, 0, 17], [413, 1, 8], [413, 2, 194], [413, 3, 69], [413, 4, 30], [413, 6, 6], [413, 7, 7], [413, 49, 4], [413, 59, 6], [414, 41, 113], [414, 42, 3], [414, 44, 87], [414, 45, 141], [414, 46, 148], [414, 47, 294], [415, 1, 1], [415, 3, 7], [415, 4, 11], [415, 13, 16], [415, 58, 36], [415, 59, 22], [415, 62, 4], [415, 63, 11], [416, 0, 2], [416, 6, 2], [416, 16, 6], [416, 17, 8], [416, 18, 5], [416, 19, 3], [416, 20, 3], [416, 21, 4], [416, 22, 3], [416, 23, 8], [416, 24, 4], [416, 25, 7], [416, 26, 130], [416, 27, 10], [416, 28, 95], [416, 29, 39], [416, 30, 38], [416, 31, 35], [416, 49, 85], [416, 50, 109], [416, 51, 105], [416, 52, 350], [416, 53, 247], [416, 54, 112], [416, 55, 160], [416, 58, 3], [417, 16, 4], [417, 17, 59], [417, 18, 266], [417, 19, 66], [417, 20, 181], [417, 21, 26], [417, 22, 128], [417, 23, 189], [417, 25, 2], [417, 26, 7], [417, 27, 2], [417, 28, 3], [417, 29, 2], [417, 31, 4], [417, 49, 14], [418, 3, 3], [418, 5, 2], [418, 52, 30], [418, 56, 2], [418, 58, 5], [418, 59, 25], [418, 62, 47], [418, 63, 7], [419, 1, 1], [419, 4, 6], [419, 22, 5], [419, 52, 7], [419, 56, 20], [419, 57, 76], [419, 59, 33], [419, 60, 2], [419, 61, 7], [419, 62, 23], [419, 63, 14], [420, 17, 396], [420, 18, 3], [420, 58, 2], [421, 0, 2], [421, 2, 4], [421, 3, 3], [421, 4, 9], [421, 5, 30], [421, 7, 4], [421, 11, 8], [421, 12, 6], [421, 18, 5], [421, 19, 3], [421, 22, 3], [421, 26, 4], [421, 29, 2], [421, 31, 3], [421, 40, 25], [421, 43, 5], [421, 45, 9], [422, 0, 4], [422, 1, 13], [422, 3, 38], [422, 4, 25], [422, 5, 3], [422, 7, 22], [422, 8, 4], [422, 9, 6], [422, 10, 10], [422, 11, 27], [422, 12, 6], [422, 13, 80], [422, 14, 6], [422, 17, 8], [422, 19, 7], [422, 20, 36], [422, 21, 2], [422, 22, 10], [422, 23, 35], [422, 25, 2], [422, 29, 2], [422, 31, 3], [422, 45, 10], [422, 53, 3], [422, 58, 27], [422, 61, 5], [423, 4, 2], [423, 5, 20], [423, 7, 13], [423, 17, 3], [423, 19, 3], [423, 23, 3], [423, 26, 20], [423, 28, 3], [423, 39, 2], [423, 40, 25], [423, 42, 16], [423, 43, 36], [423, 44, 3], [423, 45, 23], [423, 46, 3], [423, 47, 4], [424, 3, 13], [424, 4, 11], [424, 5, 7], [424, 7, 2], [424, 17, 75], [424, 18, 10], [424, 19, 20], [424, 20, 165], [424, 21, 29], [424, 22, 64], [424, 23, 283], [424, 27, 2], [424, 28, 3], [424, 29, 2], [424, 30, 5], [424, 31, 3], [425, 0, 2], [425, 1, 6], [425, 2, 2], [425, 5, 4], [425, 7, 14], [425, 25, 3], [425, 40, 7], [425, 41, 61], [425, 42, 6], [425, 44, 8], [425, 45, 7], [425, 46, 6], [425, 47, 5], [425, 59, 5], [425, 63, 4], [426, 0, 3], [426, 2, 13], [426, 3, 13], [426, 4, 10], [426, 5, 20], [426, 6, 4], [426, 7, 25], [426, 8, 4], [426, 9, 26], [426, 10, 35], [426, 11, 31], [426, 12, 6], [426, 13, 16], [426, 14, 20], [426, 15, 4], [426, 16, 4], [426, 19, 3], [426, 20, 3], [426, 22, 7], [426, 27, 3], [426, 33, 7], [426, 40, 10], [426, 41, 36], [426, 42, 6], [426, 43, 18], [426, 45, 4], [426, 47, 23], [426, 52, 5], [426, 54, 4], [426, 59, 3], [426, 63, 4], [427, 0, 69], [427, 1, 33], [427, 2, 138], [427, 3, 222], [427, 4, 112], [427, 5, 578], [427, 6, 56], [427, 7, 388], [427, 8, 111], [427, 9, 261], [427, 10, 541], [427, 11, 1151], [427, 12, 250], [427, 13, 293], [427, 14, 161], [427, 15, 18], [427, 16, 195], [427, 17, 1606], [427, 18, 330], [427, 19, 475], [427, 20, 238], [427, 21, 175], [427, 22, 391], [427, 23, 114], [427, 24, 7], [427, 25, 4], [427, 26, 79], [427, 27, 8], [427, 28, 18], [427, 29, 17], [427, 30, 5], [427, 31, 12], [427, 32, 7], [427, 33, 221], [427, 34, 45], [427, 35, 131], [427, 36, 112], [427, 37, 2], [427, 38, 22], [427, 39, 14], [427, 40, 4230], [427, 41, 866], [427, 42, 962], [427, 43, 921], [427, 44, 1686], [427, 45, 3042], [427, 46, 3913], [427, 47, 4110], [427, 48, 2], [427, 49, 30], [427, 50, 18], [427, 51, 84], [427, 52, 60], [427, 53, 99], [427, 54, 72], [427, 55, 53], [427, 56, 2], [427, 57, 3], [427, 58, 219], [427, 59, 311], [427, 60, 6], [427, 61, 3], [427, 62, 4], [427, 63, 109], [428, 1, 2], [428, 2, 2], [428, 3, 3], [428, 4, 2], [428, 5, 8], [428, 6, 2], [428, 7, 2], [428, 10, 10], [428, 26, 9], [428, 27, 3], [428, 32, 3], [428, 33, 81], [428, 34, 27], [428, 35, 45], [428, 36, 21], [428, 37, 1], [428, 38, 9], [428, 39, 7], [428, 41, 6], [428, 42, 4], [428, 43, 7], [428, 45, 5], [428, 46, 3], [428, 49, 9], [428, 50, 7], [428, 51, 5], [428, 52, 5], [428, 53, 6], [428, 54, 4], [428, 55, 3], [428, 56, 2], [428, 57, 2], [428, 59, 5], [428, 62, 4], [428, 63, 3], [429, 1, 1], [429, 3, 3], [429, 4, 2], [429, 6, 2], [429, 32, 3], [429, 33, 67], [429, 34, 14], [429, 35, 25], [429, 36, 18], [429, 37, 1], [429, 38, 5], [429, 39, 6], [429, 44, 3], [429, 47, 3], [429, 57, 2], [429, 58, 18], [429, 59, 3], [430, 0, 3], [430, 1, 6], [430, 2, 6], [430, 4, 10], [430, 5, 4], [430, 7, 7], [430, 11, 31], [430, 22, 28], [430, 23, 3], [430, 26, 9], [430, 27, 3], [430, 31, 3], [430, 33, 21], [430, 34, 6], [430, 36, 6], [430, 40, 7], [430, 41, 11], [430, 42, 10], [430, 43, 10], [430, 44, 3], [430, 46, 5], [430, 48, 5], [430, 49, 4], [430, 50, 2], [430, 51, 4], [430, 52, 5], [430, 53, 4], [430, 54, 4], [430, 55, 3], [430, 58, 6], [430, 59, 3], [430, 62, 27], [431, 1, 3], [431, 3, 7], [431, 9, 6], [431, 11, 62], [431, 13, 32], [431, 21, 4], [431, 31, 4], [431, 42, 3], [431, 44, 3], [431, 47, 11], [431, 50, 4], [431, 51, 2], [431, 56, 2], [431, 58, 70], [431, 59, 52], [431, 60, 2], [431, 61, 3], [431, 62, 3], [432, 0, 2], [432, 1, 2], [432, 2, 2], [432, 3, 12], [432, 4, 11], [432, 5, 15], [432, 6, 8], [432, 7, 5], [432, 8, 10], [432, 10, 20], [432, 12, 13], [432, 14, 15], [432, 20, 8], [432, 21, 4], [432, 26, 12], [432, 34, 5], [432, 40, 84], [432, 41, 6], [432, 42, 16], [432, 44, 28], [432, 45, 43], [432, 46, 47], [432, 47, 351], [432, 52, 10], [432, 53, 3], [432, 54, 4], [432, 55, 6], [432, 58, 12], [432, 62, 3], [432, 63, 16], [433, 21, 2], [433, 22, 5], [433, 23, 3], [433, 24, 6], [433, 26, 143], [433, 27, 3], [433, 31, 30], [433, 32, 1], [433, 33, 24], [433, 34, 8], [433, 35, 41], [433, 36, 88], [433, 37, 1], [433, 38, 9], [433, 39, 3], [433, 40, 28], [433, 41, 756], [433, 42, 1021], [433, 43, 897], [433, 44, 73], [433, 45, 59], [433, 46, 121], [433, 47, 66], [433, 49, 6], [433, 50, 23], [433, 51, 23], [433, 52, 24], [433, 53, 60], [433, 54, 18], [433, 55, 31], [433, 57, 2], [433, 58, 7], [433, 59, 3], [433, 60, 2], [434, 5, 57], [434, 7, 19], [434, 8, 8], [434, 10, 35], [434, 11, 16], [434, 12, 8], [434, 14, 6], [434, 19, 3], [434, 21, 6], [434, 25, 6], [434, 29, 3], [434, 32, 2], [434, 33, 7], [434, 35, 49], [434, 36, 12], [434, 37, 2], [434, 38, 13], [434, 40, 19], [434, 41, 9], [434, 42, 5], [434, 43, 13], [434, 44, 6], [434, 46, 13], [434, 47, 4], [434, 52, 4], [434, 53, 3], [434, 56, 2], [434, 58, 66], [434, 59, 23], [434, 61, 4], [434, 62, 4], [434, 63, 4], [435, 58, 679], [435, 59, 345], [435, 60, 48], [435, 61, 4], [435, 62, 34], [435, 63, 95], [436, 0, 2], [436, 1, 2], [436, 2, 2], [436, 3, 16], [436, 4, 11], [436, 5, 6], [436, 6, 2], [436, 7, 13], [436, 8, 4], [436, 15, 4], [436, 16, 6], [436, 18, 3], [436, 19, 5], [436, 20, 8], [436, 21, 2], [436, 22, 7], [436, 23, 8], [436, 24, 6], [436, 25, 3], [436, 26, 4], [436, 27, 3], [436, 28, 3], [436, 31, 9], [436, 32, 1], [436, 33, 14], [436, 34, 11], [436, 35, 9], [436, 36, 12], [436, 41, 6], [436, 45, 4], [436, 49, 28], [436, 50, 7], [436, 51, 8], [436, 52, 7], [436, 53, 7], [436, 54, 13], [436, 55, 39], [436, 58, 9], [436, 59, 150], [436, 63, 5], [437, 35, 9], [437, 39, 2], [437, 42, 3], [437, 43, 4], [437, 48, 2], [437, 51, 2], [437, 52, 10], [437, 53, 3], [437, 59, 8], [437, 61, 2], [438, 0, 16], [438, 1, 17], [438, 2, 3], [438, 3, 13], [438, 4, 26], [438, 5, 19], [438, 6, 13], [438, 7, 27], [438, 8, 4], [438, 9, 6], [438, 10, 10], [438, 11, 16], [438, 12, 8], [438, 13, 16], [438, 15, 4], [438, 16, 24], [438, 17, 3], [438, 20, 5], [438, 21, 2], [438, 22, 21], [438, 23, 12], [438, 24, 15], [438, 25, 11], [438, 26, 68], [438, 27, 37], [438, 28, 45], [438, 29, 32], [438, 30, 33], [438, 31, 34], [438, 33, 27], [438, 34, 7], [438, 36, 6], [438, 39, 2], [438, 45, 10], [438, 46, 6], [438, 50, 4], [438, 51, 3], [438, 53, 7], [438, 54, 4], [438, 55, 6], [438, 56, 2], [438, 57, 9], [438, 59, 3], [438, 60, 3], [438, 61, 33], [438, 62, 6], [439, 0, 30], [439, 1, 13], [439, 2, 26], [439, 3, 42], [439, 4, 37], [439, 5, 10], [439, 6, 16], [439, 7, 25], [439, 8, 756], [439, 9, 12], [439, 10, 10], [439, 11, 58], [439, 12, 2276], [439, 13, 317], [439, 14, 96], [439, 15, 269], [439, 16, 153], [439, 17, 39], [439, 18, 117], [439, 19, 252], [439, 20, 157], [439, 21, 118], [439, 22, 409], [439, 23, 177], [439, 24, 595], [439, 25, 145], [439, 26, 89], [439, 27, 101], [439, 28, 181], [439, 29, 29], [439, 30, 123], [439, 31, 358], [439, 32, 44], [439, 33, 556], [439, 34, 1620], [439, 35, 375], [439, 36, 328], [439, 37, 6], [439, 38, 45], [439, 39, 49], [439, 40, 44], [439, 41, 124], [439, 42, 34], [439, 43, 103], [439, 44, 8], [439, 45, 45], [439, 46, 16], [439, 47, 9], [439, 48, 4], [439, 49, 28], [439, 50, 16], [439, 51, 6], [439, 52, 4], [439, 53, 3], [439, 54, 24], [439, 55, 19], [439, 56, 3], [439, 57, 20], [439, 58, 45], [439, 59, 69], [439, 60, 8], [439, 61, 170], [439, 63, 15], [440, 0, 3], [440, 1, 2], [440, 3, 3], [440, 4, 4], [440, 5, 4], [440, 6, 12], [440, 7, 25], [440, 10, 10], [440, 27, 9], [440, 30, 3], [440, 31, 5], [440, 32, 4], [440, 33, 17], [440, 34, 20], [440, 35, 37], [440, 36, 18], [440, 37, 1], [440, 39, 4], [440, 49, 13], [440, 50, 5], [440, 51, 27], [440, 55, 24], [440, 58, 8], [440, 59, 67], [441, 3, 11], [441, 4, 10], [441, 5, 9], [441, 6, 4], [441, 7, 104], [441, 58, 5], [442, 0, 2], [442, 2, 2], [442, 4, 2], [442, 5, 2], [442, 6, 2], [442, 7, 7], [442, 9, 6], [442, 10, 90], [442, 11, 8], [442, 12, 6], [442, 13, 16], [442, 14, 6], [442, 16, 92], [442, 17, 12], [442, 18, 25], [442, 19, 39], [442, 20, 45], [442, 21, 65], [442, 22, 31], [442, 23, 30], [442, 24, 17], [442, 25, 25], [442, 26, 23], [442, 27, 13], [442, 28, 31], [442, 29, 10], [442, 30, 10], [442, 31, 11], [442, 32, 2], [442, 33, 17], [442, 34, 12], [442, 35, 9], [442, 36, 21], [442, 39, 5], [442, 40, 13], [442, 43, 5], [442, 44, 6], [442, 45, 18], [442, 46, 5], [442, 47, 3], [442, 56, 3], [442, 57, 24], [442, 58, 4], [442, 61, 6], [443, 16, 4], [443, 17, 3], [443, 18, 4], [443, 19, 3], [443, 20, 5], [443, 21, 2], [443, 22, 10], [443, 23, 9], [443, 24, 4], [443, 26, 7], [443, 27, 2], [443, 28, 4], [443, 29, 5], [443, 30, 3], [443, 31, 3], [443, 39, 2], [443, 60, 5], [443, 62, 3], [444, 0, 3], [444, 1, 27], [444, 2, 10], [444, 3, 8], [444, 4, 19], [444, 5, 36], [444, 7, 243], [444, 8, 42], [444, 9, 32], [444, 10, 40], [444, 11, 16], [444, 12, 6], [444, 13, 48], [444, 14, 15], [444, 15, 4], [444, 16, 3212], [444, 17, 807], [444, 18, 1815], [444, 19, 2981], [444, 20, 3378], [444, 21, 2927], [444, 22, 2650], [444, 23, 835], [444, 24, 284], [444, 25, 839], [444, 26, 1196], [444, 27, 307], [444, 28, 905], [444, 29, 151], [444, 30, 448], [444, 31, 484], [444, 32, 59], [444, 33, 683], [444, 34, 426], [444, 35, 1005], [444, 36, 599], [444, 37, 5], [444, 38, 120], [444, 39, 74], [444, 40, 226], [444, 41, 212], [444, 42, 147], [444, 43, 153], [444, 44, 68], [444, 45, 419], [444, 46, 124], [444, 47, 47], [444, 48, 5], [444, 49, 37], [444, 50, 2], [444, 51, 4], [444, 52, 18], [444, 53, 6], [444, 54, 16], [444, 55, 3], [444, 56, 10], [444, 57, 8], [444, 58, 45], [444, 59, 20], [444, 60, 13], [444, 61, 98], [444, 62, 3], [444, 63, 7], [445, 0, 2], [445, 1, 5], [445, 2, 7], [445, 3, 16], [445, 4, 26], [445, 5, 10], [445, 6, 6], [445, 7, 34], [445, 8, 36], [445, 10, 50], [445, 11, 8], [445, 12, 32], [445, 13, 103], [445, 14, 17], [445, 15, 9], [445, 16, 19], [445, 17, 169], [445, 18, 21], [445, 19, 9], [445, 20, 20], [445, 21, 10], [445, 22, 53], [445, 23, 30], [445, 27, 5], [445, 29, 2], [445, 31, 6], [445, 38, 5], [445, 40, 72], [445, 41, 11], [445, 43, 9], [445, 44, 3], [445, 45, 35], [445, 46, 22], [445, 47, 25], [445, 56, 9], [445, 57, 13], [445, 58, 3], [445, 59, 6], [445, 61, 7], [446, 0, 2], [446, 1, 2], [446, 2, 2], [446, 3, 8], [446, 4, 9], [446, 5, 8], [446, 6, 4], [446, 8, 6], [446, 9, 9], [446, 12, 6], [446, 22, 5], [446, 25, 2], [446, 27, 3], [446, 29, 3], [446, 30, 4], [446, 36, 15], [446, 37, 2], [446, 38, 52], [446, 46, 3], [446, 48, 173], [446, 49, 7], [446, 51, 2], [446, 52, 7], [446, 53, 39], [446, 54, 83], [446, 55, 26], [446, 56, 27], [446, 57, 2], [446, 59, 201], [446, 60, 2], [446, 61, 4], [446, 62, 4], [447, 1, 7], [447, 3, 3], [447, 4, 2], [447, 5, 18], [447, 6, 8], [447, 7, 14], [447, 8, 10], [447, 9, 6], [447, 10, 10], [447, 11, 12], [447, 12, 6], [447, 13, 32], [447, 14, 15], [447, 15, 33], [447, 16, 90], [447, 17, 50], [447, 18, 78], [447, 19, 21], [447, 20, 89], [447, 21, 2], [447, 22, 70], [447, 23, 32], [447, 25, 4], [447, 26, 31], [447, 27, 15], [447, 28, 4], [447, 30, 3], [447, 31, 4], [447, 35, 9], [447, 39, 2], [447, 40, 96], [447, 42, 3], [447, 43, 5], [447, 44, 18], [447, 45, 66], [447, 46, 12], [447, 47, 6], [447, 48, 287], [447, 49, 4], [447, 50, 7691], [447, 51, 5862], [447, 52, 4], [447, 53, 6547], [447, 54, 11], [447, 55, 7], [447, 56, 3], [447, 57, 195], [447, 59, 23], [447, 60, 2], [447, 61, 44], [447, 62, 6], [448, 0, 8], [448, 1, 15], [448, 2, 29], [448, 3, 35], [448, 4, 23], [448, 5, 24], [448, 6, 6], [448, 7, 88], [448, 26, 15], [448, 27, 2], [448, 29, 4], [448, 37, 1], [448, 47, 3], [448, 52, 39], [448, 56, 2], [448, 57, 1019], [448, 58, 104], [448, 59, 101], [448, 60, 12], [448, 61, 9], [448, 62, 752], [448, 63, 217], [449, 1, 4], [449, 4, 3], [449, 7, 8], [449, 44, 18], [449, 45, 17], [449, 46, 3], [449, 47, 44], [449, 55, 7], [449, 57, 3], [449, 63, 7], [450, 0, 4], [450, 2, 8], [450, 3, 3], [450, 4, 15], [450, 5, 4], [450, 6, 2], [450, 8, 12], [450, 9, 17], [450, 10, 25], [450, 11, 31], [450, 12, 11], [450, 13, 40], [450, 14, 12], [450, 15, 4], [450, 18, 33], [450, 26, 4], [450, 29, 2], [450, 33, 21], [450, 34, 5], [450, 36, 6], [450, 39, 3], [450, 41, 31], [450, 42, 45], [450, 43, 53], [450, 58, 4], [451, 26, 26], [451, 31, 3], [451, 32, 1], [451, 34, 2], [451, 35, 9], [451, 36, 18], [451, 38, 5], [451, 39, 2], [451, 40, 13], [451, 41, 226], [451, 42, 317], [451, 43, 234], [451, 44, 15], [451, 45, 20], [451, 46, 33], [451, 47, 13], [451, 50, 7], [451, 51, 5], [451, 52, 5], [451, 53, 7], [451, 55, 3], [451, 57, 2], [451, 58, 3], [452, 5, 2], [452, 6, 2], [452, 26, 4], [452, 30, 4], [452, 32, 3], [452, 34, 2], [452, 35, 9], [452, 36, 6], [452, 48, 2], [452, 50, 3], [452, 51, 4], [452, 53, 3], [452, 55, 28], [452, 56, 3], [452, 57, 134], [452, 58, 5], [452, 59, 69], [452, 61, 26], [452, 62, 110], [453, 9, 12], [453, 10, 20], [453, 11, 50], [453, 14, 12], [453, 15, 10], [453, 17, 3], [453, 22, 3], [453, 24, 6], [453, 26, 28], [453, 27, 13], [453, 28, 39], [453, 30, 8], [453, 31, 7], [453, 40, 7], [454, 0, 423], [454, 1, 1], [454, 2, 10], [454, 3, 21], [454, 4, 30], [454, 5, 4], [454, 6, 147], [454, 7, 7], [454, 20, 3], [454, 26, 7], [454, 29, 5], [454, 30, 7], [454, 54, 4], [455, 0, 31], [455, 1, 3], [455, 2, 2], [455, 3, 3], [455, 5, 6], [455, 7, 4], [455, 49, 25], [455, 53, 32], [455, 54, 4], [455, 59, 146], [455, 61, 10], [455, 62, 9], [455, 63, 16], [456, 1, 7], [456, 17, 62], [456, 18, 3], [456, 19, 16], [456, 20, 11], [456, 21, 3], [456, 22, 95], [456, 23, 22], [456, 24, 3], [456, 25, 3], [456, 26, 10], [456, 27, 3], [456, 28, 5], [456, 29, 4], [456, 30, 3], [456, 31, 3], [456, 43, 4], [456, 56, 2], [456, 59, 11], [456, 63, 4], [457, 12, 6], [457, 22, 6], [457, 26, 7], [457, 31, 7], [457, 33, 7], [457, 34, 2], [457, 35, 9], [457, 36, 6], [457, 41, 22], [457, 42, 42], [457, 43, 25], [457, 44, 8], [457, 45, 4], [457, 46, 10], [457, 47, 4], [457, 50, 4], [457, 51, 8], [457, 52, 8], [457, 54, 5], [458, 0, 2], [458, 4, 6], [458, 16, 11], [458, 20, 6], [458, 49, 4], [458, 50, 16], [458, 51, 4], [458, 52, 10], [458, 54, 5], [458, 55, 64], [458, 58, 146], [458, 59, 136], [459, 3, 17], [459, 7, 7], [459, 10, 20], [459, 11, 85], [459, 13, 32], [459, 14, 31], [459, 15, 9], [459, 17, 6], [459, 22, 6], [459, 26, 5], [459, 33, 47], [459, 34, 5], [459, 35, 9], [459, 36, 6], [459, 39, 2], [459, 42, 4], [459, 44, 3], [459, 47, 3], [459, 57, 13], [459, 60, 25], [459, 61, 48], [459, 62, 3], [460, 1, 1], [460, 2, 12], [460, 3, 3], [460, 4, 21], [460, 5, 16], [460, 6, 8], [460, 7, 2], [460, 8, 97], [460, 9, 9], [460, 10, 476], [460, 11, 135], [460, 12, 148], [460, 13, 388], [460, 14, 99], [460, 15, 44], [460, 23, 6], [460, 27, 2], [460, 41, 14], [461, 19, 7], [461, 57, 2], [461, 58, 27], [461, 59, 68], [461, 60, 2], [461, 61, 2], [461, 62, 8], [461, 63, 34], [462, 1, 1], [462, 3, 11], [462, 4, 8], [462, 6, 4], [462, 7, 36], [462, 10, 10], [462, 11, 8], [462, 12, 16], [462, 13, 16], [462, 17, 3], [462, 20, 9], [462, 21, 15], [462, 22, 3], [462, 23, 298], [462, 26, 7], [462, 27, 6], [462, 28, 3], [462, 29, 6], [462, 30, 5], [462, 31, 6], [462, 39, 2], [462, 58, 5], [463, 0, 8], [463, 1, 28], [463, 2, 4], [463, 4, 2], [463, 6, 15], [463, 7, 44], [463, 23, 5], [463, 25, 2], [463, 27, 10], [463, 28, 3], [463, 30, 3], [463, 31, 14], [463, 48, 2], [463, 50, 4], [463, 56, 2], [463, 57, 11], [463, 58, 4], [463, 59, 26], [463, 60, 2], [463, 61, 8], [463, 62, 7], [463, 63, 3], [464, 1, 30], [464, 2, 5], [464, 3, 3], [464, 6, 5], [464, 7, 11], [464, 13, 16], [464, 27, 2], [464, 57, 50], [464, 59, 52], [464, 60, 2], [464, 61, 9], [465, 2, 3], [465, 3, 3], [465, 4, 2], [465, 16, 4], [465, 21, 3], [465, 32, 2], [465, 33, 34], [465, 34, 2], [465, 35, 13], [465, 36, 24], [465, 37, 1], [465, 38, 15], [465, 39, 3], [465, 40, 34], [465, 41, 770], [465, 42, 1039], [465, 43, 1276], [465, 44, 149], [465, 45, 112], [465, 46, 267], [465, 47, 370], [465, 50, 4], [465, 51, 9], [465, 52, 4], [465, 53, 7], [465, 54, 5], [465, 55, 7], [465, 58, 2], [466, 8, 65], [466, 9, 9], [466, 10, 80], [466, 11, 24], [466, 12, 81], [466, 13, 72], [466, 14, 57], [466, 15, 9], [466, 26, 9], [466, 27, 2], [466, 36, 6], [467, 0, 22], [467, 1, 7], [467, 2, 131], [467, 4, 2], [467, 5, 7], [467, 7, 4], [467, 8, 14], [467, 9, 12], [467, 10, 15], [467, 12, 8], [467, 13, 32], [467, 14, 6], [467, 16, 4], [467, 17, 17], [467, 18, 85], [467, 19, 9], [467, 20, 29], [467, 21, 81], [467, 22, 7], [467, 23, 15], [467, 25, 2], [467, 26, 4], [467, 27, 3], [467, 28, 8], [467, 30, 3], [467, 39, 2], [467, 40, 7], [467, 42, 4], [467, 44, 3], [467, 45, 5], [467, 46, 3], [467, 47, 3], [467, 48, 3], [467, 49, 6], [467, 50, 50], [467, 51, 60], [467, 52, 4], [467, 53, 99], [467, 54, 7], [467, 55, 8], [467, 56, 2], [467, 57, 11], [467, 59, 12], [467, 61, 4], [467, 62, 6], [467, 63, 20], [468, 1, 5], [468, 6, 2], [468, 7, 2], [468, 10, 10], [468, 16, 13], [468, 18, 6], [468, 21, 39], [468, 22, 7], [468, 28, 3], [468, 40, 10], [468, 45, 4], [468, 48, 7], [468, 50, 233], [468, 51, 239], [468, 52, 5], [468, 53, 327], [468, 57, 14], [468, 58, 2], [468, 59, 6], [468, 62, 18], [468, 63, 3], [469, 0, 3], [469, 1, 2], [469, 2, 4], [469, 4, 2], [469, 5, 40], [469, 7, 4], [469, 19, 3], [469, 26, 15], [469, 27, 53], [469, 28, 5], [469, 29, 30], [469, 30, 5], [469, 31, 24], [469, 32, 1], [469, 36, 6], [469, 37, 1], [469, 38, 5], [469, 39, 2], [469, 41, 9], [469, 42, 6], [469, 44, 3], [469, 45, 7], [469, 46, 5], [469, 48, 32], [469, 49, 11], [469, 51, 53], [469, 52, 33], [469, 53, 25], [469, 54, 152], [469, 55, 55], [469, 56, 2], [469, 57, 59], [469, 58, 2], [469, 59, 49], [469, 60, 2], [469, 61, 34], [469, 62, 85], [469, 63, 9], [470, 1, 4], [470, 2, 3], [470, 3, 3], [470, 4, 3], [470, 5, 68], [470, 7, 29], [470, 27, 11], [470, 29, 2], [470, 31, 3], [470, 43, 5], [470, 49, 7], [470, 56, 2], [470, 57, 30], [470, 58, 241], [470, 60, 4], [470, 62, 45], [470, 63, 43], [471, 20, 3], [471, 23, 3], [471, 24, 7], [471, 25, 7], [471, 26, 103], [471, 27, 22], [471, 28, 146], [471, 29, 10], [471, 30, 13], [471, 31, 27], [472, 0, 11], [472, 1, 22], [472, 2, 161], [472, 3, 8], [472, 4, 60], [472, 5, 17], [472, 6, 19], [472, 7, 21], [472, 26, 10], [472, 27, 3], [472, 28, 3], [472, 29, 5], [472, 32, 1], [472, 33, 7], [472, 34, 2], [472, 35, 9], [472, 36, 6], [472, 37, 1], [472, 38, 5], [472, 39, 2], [472, 40, 7], [472, 43, 4], [472, 44, 3], [472, 45, 9], [472, 46, 9], [472, 48, 6], [472, 49, 562], [472, 50, 36], [472, 51, 142], [472, 52, 992], [472, 53, 86], [472, 54, 21], [472, 55, 185], [472, 56, 3], [472, 57, 2], [472, 58, 57], [472, 59, 35], [472, 60, 5], [472, 61, 9], [472, 62, 7], [472, 63, 27], [473, 0, 4], [473, 2, 8], [473, 4, 3], [473, 5, 31], [473, 19, 5], [473, 21, 3], [473, 22, 3], [473, 27, 2], [473, 31, 14], [473, 48, 2], [473, 49, 9], [473, 57, 8], [473, 58, 12], [473, 59, 6], [473, 60, 2], [473, 61, 2], [473, 62, 12], [473, 63, 10], [474, 2, 3], [474, 3, 24], [474, 4, 13], [474, 5, 23], [474, 6, 2], [474, 7, 6], [474, 22, 5], [474, 27, 2], [474, 51, 3], [474, 52, 8], [474, 53, 6], [474, 56, 2], [474, 57, 79], [474, 58, 154], [474, 59, 7], [474, 61, 4], [474, 62, 9], [475, 0, 7], [475, 2, 7], [475, 3, 4], [475, 4, 11], [475, 6, 2], [475, 7, 3], [475, 8, 4], [475, 9, 12], [475, 10, 15], [475, 11, 16], [475, 18, 16], [475, 20, 12], [475, 22, 6], [475, 29, 3], [475, 40, 13], [475, 46, 5], [475, 48, 6], [475, 50, 340], [475, 51, 343], [475, 52, 5], [475, 53, 467], [475, 57, 2], [475, 58, 25], [475, 59, 11], [475, 60, 2], [475, 62, 8], [475, 63, 7], [476, 4, 2], [476, 7, 2], [476, 10, 10], [476, 11, 284], [476, 24, 4], [476, 27, 1048], [476, 44, 6], [476, 55, 7], [476, 56, 3], [476, 57, 3], [476, 58, 47], [476, 59, 20], [476, 60, 2], [476, 61, 3], [476, 62, 4], [476, 63, 5], [477, 0, 2], [477, 1, 4], [477, 2, 2], [477, 3, 4], [477, 4, 19], [477, 5, 67], [477, 6, 14], [477, 7, 3], [477, 8, 4], [477, 9, 6], [477, 12, 8], [477, 13, 16], [477, 14, 6], [477, 15, 4], [477, 17, 25], [477, 20, 3], [477, 21, 4], [477, 22, 5], [477, 25, 2], [477, 28, 3], [477, 29, 2], [477, 31, 3], [477, 37, 1], [477, 40, 31], [477, 43, 5], [477, 44, 6], [477, 45, 4], [477, 46, 5], [477, 47, 7], [477, 48, 45], [477, 49, 4], [477, 51, 2], [477, 52, 30], [477, 53, 3], [477, 54, 76], [477, 55, 10], [477, 57, 6], [477, 58, 4], [477, 59, 13], [477, 61, 17], [477, 62, 257], [477, 63, 44], [478, 2, 2], [478, 21, 2], [478, 32, 1], [478, 43, 4], [478, 48, 23], [478, 49, 6], [478, 50, 8], [478, 51, 2], [478, 53, 3], [478, 54, 4], [478, 55, 8], [478, 59, 13], [479, 17, 5], [479, 48, 2], [479, 49, 39], [479, 50, 6], [479, 54, 21], [479, 55, 82], [480, 0, 4], [480, 1, 4], [480, 5, 19], [480, 6, 5], [480, 9, 6], [480, 19, 19], [480, 20, 5], [480, 26, 10], [480, 27, 3], [480, 29, 4], [480, 32, 2], [480, 35, 9], [480, 36, 6], [480, 37, 1], [480, 40, 7], [480, 41, 44], [480, 42, 12], [480, 43, 18], [480, 46, 3], [480, 47, 3], [480, 48, 2], [480, 49, 7], [480, 51, 40], [480, 52, 60], [480, 53, 54], [480, 54, 228], [480, 55, 29], [480, 56, 4], [480, 57, 533], [480, 58, 49], [480, 59, 61], [480, 60, 8], [480, 61, 48], [480, 62, 555], [480, 63, 117], [481, 2, 3], [481, 5, 4], [481, 17, 3], [481, 35, 33], [481, 36, 6], [481, 38, 5], [481, 39, 8], [481, 42, 3], [481, 45, 4], [481, 47, 3], [482, 0, 8], [482, 1, 18], [482, 2, 6], [482, 3, 11], [482, 4, 4], [482, 5, 2], [482, 6, 6], [482, 7, 8], [482, 16, 33], [482, 17, 21], [482, 18, 19], [482, 19, 27], [482, 20, 50], [482, 21, 16], [482, 22, 41], [482, 23, 46], [482, 24, 19], [482, 25, 32], [482, 26, 20], [482, 27, 13], [482, 28, 16], [482, 29, 26], [482, 30, 33], [482, 31, 25], [482, 32, 1], [482, 34, 6], [482, 35, 13], [482, 39, 2], [482, 40, 13], [482, 44, 3], [482, 45, 33], [482, 46, 5], [482, 57, 10], [482, 58, 3], [482, 61, 2], [483, 4, 3], [483, 6, 2], [483, 16, 4], [483, 17, 8], [483, 18, 5], [483, 19, 3], [483, 20, 3], [483, 21, 2], [483, 22, 6], [483, 23, 6], [483, 24, 5], [483, 25, 5], [483, 26, 7], [483, 27, 2], [483, 28, 3], [483, 30, 3], [483, 31, 4], [483, 33, 7], [483, 35, 29], [483, 38, 5], [483, 39, 3], [484, 2, 2], [484, 4, 2], [484, 20, 3], [484, 26, 5], [484, 35, 9], [485, 0, 14], [485, 1, 2], [485, 2, 59], [485, 3, 3], [485, 4, 4], [485, 6, 2], [485, 7, 2], [485, 8, 4], [485, 9, 6], [485, 10, 10], [485, 11, 12], [485, 13, 32], [485, 15, 4], [485, 17, 12], [485, 18, 4], [485, 22, 6], [485, 23, 8], [485, 25, 6], [485, 26, 4], [485, 28, 3], [485, 29, 2], [485, 31, 3], [485, 53, 4], [486, 8, 4], [486, 11, 16], [486, 13, 16], [486, 17, 5], [486, 18, 3], [486, 19, 3], [486, 20, 3], [486, 21, 2], [486, 23, 5], [486, 24, 4], [486, 25, 6], [486, 26, 28], [486, 27, 17], [486, 28, 143], [486, 29, 39], [486, 30, 15], [486, 31, 16], [487, 2, 6], [487, 5, 4], [487, 8, 8], [487, 14, 6], [487, 16, 77], [487, 18, 3], [487, 31, 3], [487, 61, 3], [487, 62, 3], [488, 0, 7], [488, 1, 20], [488, 2, 15], [488, 3, 26], [488, 4, 16], [488, 5, 34], [488, 6, 44], [488, 7, 9], [488, 8, 6], [488, 10, 20], [488, 11, 24], [488, 22, 3], [488, 26, 12], [488, 28, 10], [488, 29, 16], [488, 31, 6], [488, 34, 2], [488, 40, 22], [488, 45, 66], [488, 47, 18], [488, 58, 6], [488, 61, 3], [489, 0, 5], [489, 3, 19], [489, 4, 2], [489, 5, 2], [489, 6, 12], [489, 7, 13], [489, 22, 3], [489, 32, 2], [489, 33, 24], [489, 34, 4], [489, 35, 9], [489, 36, 12], [489, 37, 1], [489, 38, 5], [489, 39, 2], [489, 41, 6], [489, 42, 25], [489, 43, 5], [489, 44, 6], [489, 45, 4], [489, 46, 69], [489, 47, 38], [489, 56, 2], [489, 57, 3], [489, 58, 45], [489, 59, 23], [489, 60, 2], [489, 63, 8], [490, 0, 46], [490, 1, 48], [490, 2, 19], [490, 3, 9], [490, 4, 16], [490, 5, 21], [490, 6, 37], [490, 7, 14], [490, 21, 2], [490, 22, 5], [490, 27, 7], [490, 31, 4], [490, 34, 2], [490, 48, 14], [490, 49, 82], [490, 50, 6], [490, 51, 37], [490, 52, 487], [490, 53, 27], [490, 54, 14], [490, 55, 87], [490, 56, 20], [490, 57, 4], [490, 59, 7], [490, 61, 193], [491, 4, 3], [491, 5, 7], [491, 14, 15], [491, 17, 11], [491, 18, 3], [491, 19, 13], [491, 20, 6], [491, 21, 2], [491, 22, 3], [491, 23, 3], [491, 25, 2], [491, 30, 3], [491, 41, 14], [491, 42, 34], [491, 43, 10], [491, 51, 3], [491, 53, 6], [491, 58, 5], [491, 59, 3], [492, 1, 3], [492, 3, 3], [492, 4, 4], [492, 5, 6], [492, 6, 2], [492, 19, 5], [492, 20, 18], [492, 21, 8], [492, 22, 9], [492, 23, 3], [492, 27, 3], [492, 49, 68], [492, 51, 11], [492, 52, 47], [492, 53, 4], [492, 55, 19], [493, 0, 5], [493, 1, 5], [493, 2, 6], [493, 3, 6], [493, 4, 9], [493, 5, 13], [493, 6, 3], [493, 7, 15], [493, 12, 8], [493, 21, 4], [493, 22, 5], [493, 27, 3], [493, 40, 75], [493, 41, 6], [493, 44, 3], [493, 45, 7], [493, 46, 5], [493, 47, 5], [493, 53, 4], [494, 0, 25], [494, 1, 5], [494, 2, 173], [494, 3, 66], [494, 4, 25], [494, 5, 25], [494, 6, 2], [494, 7, 19], [494, 8, 4], [494, 10, 10], [494, 12, 6], [494, 14, 6], [494, 16, 8], [494, 17, 930], [494, 18, 63], [494, 19, 35], [494, 20, 83], [494, 21, 64], [494, 22, 312], [494, 23, 147], [494, 24, 3], [494, 25, 2], [494, 26, 10], [494, 27, 4], [494, 29, 5], [494, 30, 3], [494, 31, 3], [494, 42, 3], [494, 44, 7], [494, 46, 13], [494, 50, 5], [494, 51, 2], [494, 52, 10], [494, 54, 4], [494, 55, 13], [494, 58, 14], [494, 59, 8], [494, 60, 3], [494, 61, 3], [495, 5, 3], [495, 32, 2], [495, 33, 31], [495, 34, 3], [495, 38, 5], [495, 39, 2], [495, 41, 6], [495, 46, 5], [495, 47, 5], [495, 50, 3], [495, 51, 2], [495, 52, 4], [495, 55, 4], [495, 58, 15], [495, 59, 3], [495, 60, 2], [495, 62, 3], [495, 63, 13], [496, 0, 2], [496, 1, 7], [496, 2, 8], [496, 4, 20], [496, 5, 9], [496, 6, 2], [496, 8, 40], [496, 9, 9], [496, 10, 80], [496, 11, 85], [496, 12, 19], [496, 13, 80], [496, 14, 15], [496, 15, 49], [496, 17, 5], [496, 18, 4], [496, 21, 7], [496, 22, 10], [496, 23, 16], [496, 24, 4], [496, 25, 2], [496, 26, 4], [496, 27, 5], [496, 29, 2], [496, 30, 3], [496, 31, 3], [496, 42, 14], [496, 58, 2], [497, 8, 4], [497, 9, 6], [497, 18, 4], [497, 21, 7], [497, 23, 3], [497, 25, 12], [497, 26, 10], [497, 27, 2], [497, 28, 195], [497, 30, 3], [497, 31, 4], [498, 24, 3], [498, 26, 17], [498, 33, 7], [498, 35, 9], [498, 36, 6], [498, 40, 13], [498, 41, 116], [498, 42, 180], [498, 43, 141], [498, 44, 8], [498, 45, 4], [498, 46, 10], [498, 47, 16], [498, 50, 4], [498, 51, 3], [498, 52, 5], [498, 53, 16], [498, 54, 7], [498, 55, 4], [498, 56, 2], [498, 58, 11], [498, 59, 14], [498, 61, 3], [498, 62, 3], [499, 0, 3], [499, 2, 7], [499, 4, 44], [499, 5, 26], [499, 6, 6], [499, 27, 2], [499, 48, 83], [499, 49, 26], [499, 51, 4], [499, 52, 29], [499, 53, 24], [499, 54, 92], [499, 55, 16], [499, 58, 41], [499, 59, 11], [499, 61, 2], [500, 26, 5], [500, 31, 3], [500, 32, 1], [500, 34, 2], [500, 36, 6], [500, 37, 1], [500, 40, 7], [500, 41, 69], [500, 42, 166], [500, 43, 97], [500, 44, 7], [500, 45, 10], [500, 46, 22], [500, 47, 11], [500, 52, 4], [500, 53, 8], [500, 55, 3], [500, 58, 3], [500, 59, 5], [501, 0, 3], [501, 1, 14], [501, 3, 9], [501, 4, 8], [501, 6, 26], [501, 7, 16], [501, 26, 37], [501, 27, 7], [501, 28, 4], [501, 31, 6], [501, 55, 3], [501, 57, 570], [501, 58, 92], [501, 59, 29], [501, 60, 5], [501, 61, 4], [501, 62, 1908], [501, 63, 66], [502, 2, 2], [502, 4, 7], [502, 5, 7], [502, 13, 16], [502, 16, 11], [502, 19, 3], [502, 27, 109], [502, 32, 1], [502, 40, 7], [502, 41, 9], [502, 42, 3], [502, 43, 4], [502, 44, 3], [502, 45, 4], [502, 46, 5], [502, 47, 3], [502, 48, 98], [502, 49, 564], [502, 50, 18], [502, 51, 206], [502, 52, 43], [502, 53, 42], [502, 54, 459], [502, 55, 1319], [502, 57, 3], [502, 58, 65], [502, 59, 36], [502, 62, 3], [502, 63, 3], [503, 4, 4], [503, 5, 2], [503, 8, 10], [503, 9, 15], [503, 10, 20], [503, 12, 19], [503, 14, 9], [503, 48, 5], [503, 58, 3], [504, 56, 2], [504, 57, 2], [504, 58, 8], [504, 59, 3], [504, 60, 4], [504, 61, 2], [504, 62, 306], [504, 63, 51], [505, 0, 3], [505, 1, 14], [505, 2, 10], [505, 3, 110], [505, 4, 95], [505, 5, 30], [505, 6, 479], [505, 7, 12], [505, 8, 6], [505, 9, 6], [505, 10, 65], [505, 11, 8], [505, 12, 68], [505, 18, 3], [505, 19, 16], [505, 20, 3], [505, 22, 3], [505, 23, 3], [505, 24, 3], [505, 25, 16], [505, 26, 4], [505, 27, 3], [505, 28, 8], [505, 29, 187], [505, 30, 3], [505, 31, 3], [505, 32, 3], [505, 33, 7], [505, 34, 2], [505, 35, 9], [505, 38, 5], [505, 40, 7], [505, 41, 36], [505, 42, 41], [505, 43, 37], [505, 44, 12], [505, 45, 7], [505, 46, 15], [505, 47, 13], [505, 48, 95], [505, 49, 6], [505, 51, 7], [505, 52, 7], [505, 53, 7], [505, 54, 36], [505, 55, 11], [505, 58, 3], [505, 59, 3], [505, 61, 2], [506, 0, 2], [506, 1, 1], [506, 2, 5], [506, 3, 11], [506, 4, 8], [506, 5, 18], [506, 6, 73], [506, 7, 11], [506, 9, 15], [506, 10, 10], [506, 12, 29], [506, 19, 5], [506, 32, 5], [506, 41, 11], [506, 42, 3], [506, 43, 12], [506, 44, 3], [506, 47, 3], [506, 48, 125], [506, 49, 11], [506, 50, 2], [506, 51, 4], [506, 52, 4], [506, 54, 42], [506, 55, 7], [506, 56, 3], [506, 59, 8], [506, 61, 3], [506, 62, 4], [506, 63, 4], [507, 3, 3], [507, 5, 3], [507, 7, 4], [507, 32, 3], [507, 34, 2], [507, 35, 9], [507, 36, 6], [507, 37, 1], [507, 39, 2], [507, 40, 7], [507, 41, 33], [507, 43, 20], [507, 45, 4], [507, 46, 3], [507, 47, 3], [507, 48, 2], [507, 49, 4], [507, 51, 2], [507, 52, 8], [507, 53, 8], [507, 55, 3], [507, 57, 29], [507, 58, 101], [507, 59, 41], [507, 60, 3], [507, 61, 2], [507, 62, 7], [507, 63, 20]], "generated_by": null, "matrix_type": "sparse", "shape": [508, 64], "format_url": "http://biom-format.org", "date": "2016-02-19T14:01:52", "type": "OTU table", "id": null, "columns": [{"id": "DLT0.LOT08", "metadata": null}, {"id": "DLT0.LOT05", "metadata": null}, {"id": "DLT0.LOT03", "metadata": null}, {"id": "DLT0.LOT07", "metadata": null}, {"id": "DLT0.LOT06", "metadata": null}, {"id": "DLT0.LOT01", "metadata": null}, {"id": "DLT0.LOT04", "metadata": null}, {"id": "DLT0.LOT10", "metadata": null}, {"id": "MVT0.LOT05", "metadata": null}, {"id": "MVT0.LOT01", "metadata": null}, {"id": "MVT0.LOT06", "metadata": null}, {"id": "MVT0.LOT07", "metadata": null}, {"id": "MVT0.LOT03", "metadata": null}, {"id": "MVT0.LOT09", "metadata": null}, {"id": "MVT0.LOT08", "metadata": null}, {"id": "MVT0.LOT10", "metadata": null}, {"id": "BHT0.LOT01", "metadata": null}, {"id": "BHT0.LOT07", "metadata": null}, {"id": "BHT0.LOT06", "metadata": null}, {"id": "BHT0.LOT03", "metadata": null}, {"id": "BHT0.LOT10", "metadata": null}, {"id": "BHT0.LOT05", "metadata": null}, {"id": "BHT0.LOT04", "metadata": null}, {"id": "BHT0.LOT08", "metadata": null}, {"id": "VHT0.LOT02", "metadata": null}, {"id": "VHT0.LOT10", "metadata": null}, {"id": "VHT0.LOT03", "metadata": null}, {"id": "VHT0.LOT01", "metadata": null}, {"id": "VHT0.LOT08", "metadata": null}, {"id": "VHT0.LOT06", "metadata": null}, {"id": "VHT0.LOT07", "metadata": null}, {"id": "VHT0.LOT04", "metadata": null}, {"id": "SFT0.LOT08", "metadata": null}, {"id": "SFT0.LOT07", "metadata": null}, {"id": "SFT0.LOT06", "metadata": null}, {"id": "SFT0.LOT03", "metadata": null}, {"id": "SFT0.LOT02", "metadata": null}, {"id": "SFT0.LOT05", "metadata": null}, {"id": "SFT0.LOT04", "metadata": null}, {"id": "SFT0.LOT01", "metadata": null}, {"id": "FST0.LOT07", "metadata": null}, {"id": "FST0.LOT08", "metadata": null}, {"id": "FST0.LOT05", "metadata": null}, {"id": "FST0.LOT06", "metadata": null}, {"id": "FST0.LOT01", "metadata": null}, {"id": "FST0.LOT03", "metadata": null}, {"id": "FST0.LOT10", "metadata": null}, {"id": "FST0.LOT02", "metadata": null}, {"id": "FCT0.LOT06", "metadata": null}, {"id": "FCT0.LOT10", "metadata": null}, {"id": "FCT0.LOT05", "metadata": null}, {"id": "FCT0.LOT03", "metadata": null}, {"id": "FCT0.LOT08", "metadata": null}, {"id": "FCT0.LOT02", "metadata": null}, {"id": "FCT0.LOT07", "metadata": null}, {"id": "FCT0.LOT01", "metadata": null}, {"id": "CDT0.LOT10", "metadata": null}, {"id": "CDT0.LOT08", "metadata": null}, {"id": "CDT0.LOT05", "metadata": null}, {"id": "CDT0.LOT04", "metadata": null}, {"id": "CDT0.LOT06", "metadata": null}, {"id": "CDT0.LOT09", "metadata": null}, {"id": "CDT0.LOT07", "metadata": null}, {"id": "CDT0.LOT02", "metadata": null}]}
\ No newline at end of file
diff -r 000000000000 -r 6507a8d42a4f test-data/input/frogsfunc_functions_unstrat_EC.tsv
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/input/frogsfunc_functions_unstrat_EC.tsv Wed Feb 04 13:16:44 2026 +0000
@@ -0,0 +1,1072 @@
+classification db_link observation_name observation_sum BHT0.LOT01 BHT0.LOT03 BHT0.LOT04 BHT0.LOT05 BHT0.LOT06 BHT0.LOT07 BHT0.LOT08 BHT0.LOT10 CDT0.LOT02 CDT0.LOT04 CDT0.LOT05 CDT0.LOT06 CDT0.LOT07 CDT0.LOT08 CDT0.LOT09 CDT0.LOT10 DLT0.LOT01 DLT0.LOT03 DLT0.LOT04 DLT0.LOT05 DLT0.LOT06 DLT0.LOT07 DLT0.LOT08 DLT0.LOT10 FCT0.LOT01 FCT0.LOT02 FCT0.LOT03 FCT0.LOT05 FCT0.LOT06 FCT0.LOT07 FCT0.LOT08 FCT0.LOT10 FST0.LOT01 FST0.LOT02 FST0.LOT03 FST0.LOT05 FST0.LOT06 FST0.LOT07 FST0.LOT08 FST0.LOT10 MVT0.LOT01 MVT0.LOT03 MVT0.LOT05 MVT0.LOT06 MVT0.LOT07 MVT0.LOT08 MVT0.LOT09 MVT0.LOT10 SFT0.LOT01 SFT0.LOT02 SFT0.LOT03 SFT0.LOT04 SFT0.LOT05 SFT0.LOT06 SFT0.LOT07 SFT0.LOT08 VHT0.LOT01 VHT0.LOT02 VHT0.LOT03 VHT0.LOT04 VHT0.LOT06 VHT0.LOT07 VHT0.LOT08 VHT0.LOT10
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Alcohol dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.1 EC:1.1.1.1 549812.0 7778.7 3264.7 4188.3 7309.0 7372.7 6045.3 4778.3 7823.0 7514.7 1145.6 3235.7 1401.9 11299.4 4357.3 3901.8 7109.0 12035.0 12851.0 1903.7 9485.7 8708.3 3803.7 10664.7 5892.3 1911.7 2311.3 6534.7 5448.7 1743.0 5554.0 3480.7 1293.0 6172.7 9752.7 9377.7 8842.7 8817.0 8491.3 6257.7 4815.3 16405.7 16239.7 4086.3 7089.0 5147.0 7165.0 24073.0 33674.0 11849.3 17143.0 13769.7 17508.7 22319.3 7485.3 13848.0 8068.3 14310.7 8092.7 5654.7 9313.8 5691.8 12656.0 14666.0 8881.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;3-oxoacyl-[acyl-carrier-protein] reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.100 EC:1.1.1.100 542523.5 12986.35 5703.35 7681.15 12599.5 13434.35 10872.15 9289.15 9694.5 7527.35 1233.6 3479.85 1618.75 11325.4 4502.15 3909.3 7201.5 12056.0 12924.5 1810.35 9379.35 8735.65 4158.35 10657.85 6345.65 7942.35 1433.15 9176.85 7383.85 1691.0 8067.5 7281.35 814.5 9927.35 7559.35 7169.35 6894.85 9033.0 11846.15 10416.35 8472.15 10123.85 10206.35 3146.15 5609.0 3288.5 4733.0 14813.0 20284.0 6162.65 12955.0 11159.85 14095.85 15867.15 3762.15 7700.0 4753.65 14815.85 9917.85 8201.85 10271.8 7468.3 12977.5 15499.5 10475.5
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;L-threonine 3-dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.103 EC:1.1.1.103 27497.2 149.67 1251.67 266.83 330.0 183.17 121.33 297.83 86.5 0.17 5.0 179.17 212.33 5.0 1.33 0.0 77.0 49.0 26.0 106.17 148.67 69.83 431.17 42.67 287.83 10.67 158.83 61.17 129.17000000000002 47.5 64.0 149.17000000000004 109.0 3268.67 682.67 752.67 701.67 1775.0 2289.83 3069.67 3133.83 71.67 216.67 380.83 847.5 523.5 193.0 122.5 13.0 1118.83 204.0 298.17 126.17 124.33 742.83 999.0 680.83 4.67 6.67 55.17 6.0 9.0 9.0 3.0 9.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;2-deoxy-D-gluconate 3-dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.125 EC:1.1.1.125 34577.200000000004 1845.67 217.67 1246.83 1802.0 1626.17 1377.33 958.83 1312.5 3.17 17.0 84.17 80.33 17.0 14.33 5.0 51.0 0.0 0.0 2.17 9.67 6.83 22.17 3.67 111.83 10.67 140.83 50.17 71.17 7.5 4.0 89.17 74.0 394.67 177.67000000000004 93.67 68.67 2742.0 571.83 1548.67 1008.83 21.67 19.67 27.83 104.5 382.5 14.0 165.5 20.0 1146.83 723.0 794.1700000000002 1337.17 885.33 743.83 1127.0 823.83 478.67 1174.67 1873.17 1225.0 801.0 335.0 540.0 1944.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;dTDP-4-dehydrorhamnose reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.133 EC:1.1.1.133 71690.5 3383.0 744.5 2044.5 3156.5 3486.5 2906.0 2510.0 1339.0 2539.5 526.5 1224.0 191.0 5624.5 227.0 1932.5 3467.5 0.0 30.0 5.5 14.5 50.0 108.5 7.5 232.5 2192.0 25.5 5867.0 4484.0 58.5 4990.5 1460.0 15.0 435.5 315.0 196.0 219.5 1218.0 738.0 932.5 551.0 58.5 38.5 57.5 70.5 50.5 67.5 105.5 37.0 58.5 837.0 587.0 1409.0 879.5 4.0 155.0 127.5 450.5 1223.0 1850.0 841.5 1112.5 284.5 610.0 1326.5
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Ribitol-5-phosphate 2-dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.137 EC:1.1.1.137 2305.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1156.0 31.8 0.0 14.8 0.2 1100.0 0.4 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.4 1.4 0.0 0.0 0.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;L-iditol 2-dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.14 EC:1.1.1.14 37547.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 2532.0 379.0 1328.0 338.0 5612.0 122.0 1924.0 3516.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;3-hydroxybutyryl-CoA dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.157 EC:1.1.1.157 19460.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 2532.0 375.0 1155.0 135.0 5607.0 121.0 1925.0 3439.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;2-dehydropantoate 2-reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.169 EC:1.1.1.169 101751.20000000001 2333.67 1538.67 1580.83 2363.0 1893.17 1694.33 1367.83 1497.5 3.17 26.0 293.17 342.33 24.0 17.33 7.0 136.0 63.0 33.0 210.17 297.67 197.83 689.1700000000002 70.67 513.8299999999998 2007.67 299.8300000000001 95.17 162.17000000000004 207.5 175.0 1696.17 213.0 3709.67 2622.67 2470.67 2319.67 4083.0 2987.83 4685.67 4167.83 3323.67 3394.67 1109.83 2154.5 887.5 1570.0 5035.5 6759.0 1255.83 3663.0 1944.17 4237.17 4818.33 755.83 1879.0 930.83 563.67 1196.67 2046.17 1288.0 843.0 393.0 608.0 1997.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Mannitol-1-phosphate 5-dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.17 EC:1.1.1.17 114276.0 3226.0 1021.5 1830.5 3147.0 3865.0 2871.5 2447.0 3292.0 70.0 150.5 290.0 314.5 30.5 974.5 22.0 33.0 5958.0 6413.5 640.0 4319.5 4104.5 1263.0 5244.0 2541.0 899.0 135.5 2939.0 2288.0 547.0 2561.0 1040.5 34.5 1224.5 188.0 205.0 254.0 248.0 2826.0 823.5 274.0 108.0 120.5 94.5 66.0 153.5 89.5 29.0 18.0 85.0 1312.0 2653.0 1339.0 1120.0 6.0 118.0 419.0 6816.0 3729.5 2009.0 4015.5 2719.0 6098.0 7076.5 3525.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Inositol 2-dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.18 EC:1.1.1.18 122396.0 937.0 1653.0 696.0 1238.0 1412.0 771.0 734.0 2707.0 2596.0 456.0 1591.0 640.0 5634.0 1016.0 1943.0 3546.0 6007.0 6415.0 741.0 4460.0 4164.0 1669.0 5283.0 2654.0 799.0 137.0 19.0 109.0 577.0 145.0 1093.0 69.0 4296.0 710.0 821.0 813.0 1492.0 4758.0 3794.0 3364.0 141.0 312.0 435.0 901.0 358.0 235.0 134.0 17.0 45.0 994.0 2365.0 701.0 754.0 4.0 48.0 387.0 6611.0 3101.0 1158.0 3802.0 2019.0 5993.0 6744.0 3178.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;5-amino-6-(5-phosphoribosylamino)uracil reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.193 EC:1.1.1.193 131806.2 940.67 1653.67 699.8299999999998 1257.0 1421.17 774.33 740.8299999999998 2707.5 2596.17 457.0 1597.17 649.3299999999998 5634.0 1016.33 1944.0 3546.0 6007.0 6418.0 743.17 4462.67 4201.83 1740.17 5283.67 2654.83 2804.67 273.83000000000004 67.17 192.17 624.5 189.0 2623.17 150.0 4311.67 849.6700000000002 906.67 918.67 1978.0 4843.83 3850.67 3381.83 147.67000000000004 315.67 441.83 906.5 680.5 246.0 135.5 21.0 1160.83 1025.0 2629.17 729.17 796.33 745.83 1033.0 1051.83 6616.67 3101.67 1159.17 3806.0 2022.0 5996.0 6748.0 3179.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;1,3-propanediol dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.202 EC:1.1.1.202 40711.0 342.0 70.0 71.0 218.0 81.0 199.0 114.0 99.0 0.0 3.0 24.0 41.0 2.0 2.0 1.0 8.0 14.0 4.0 102.0 138.0 85.0 167.0 25.0 115.0 2.0 135.0 32.0 21.0 114.0 69.0 98.0 93.0 38.0 1682.0 1598.0 1495.0 20.0 52.0 14.0 21.0 3225.0 3156.0 700.0 1200.0 286.0 1358.0 4747.0 6722.0 106.0 2767.0 1116.0 2788.0 3843.0 11.0 738.0 91.0 78.0 16.0 119.0 53.0 30.0 46.0 61.0 45.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;IMP dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.205 EC:1.1.1.205 263476.7 4930.67 4953.67 3315.83 5264.5 5306.67 4114.83 3923.83 4305.5 3759.67 583.8 2048.17 1181.63 5663.2 2207.83 1950.9 3736.5 6119.0 6498.5 1059.67 4908.67 4437.33 2801.67 5397.17 3573.33 2906.67 478.83 3059.17 2566.17 839.0 2857.5 2862.67 320.5 11268.67 4042.67 4089.67 3904.17 5805.0 10098.83 10871.67 10194.83 3563.17 3937.67 1947.83 3861.0 1426.5 2034.0 5226.0 6793.0 1331.33 4975.0 4400.17 5128.17 5686.83 762.83 1954.0 1302.33 7147.17 4351.17 3227.17 4703.4 3180.9 6341.5 7420.5 4566.5
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Gluconate 2-dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.215 EC:1.1.1.215 84849.0 791.0 402.0 433.0 911.0 1232.0 653.0 441.0 2621.0 64.0 77.0 263.0 302.0 22.0 894.0 19.0 30.0 5958.0 6389.0 636.0 4312.0 4095.0 1239.0 5241.0 2367.0 799.0 114.0 6.0 51.0 534.0 84.0 1029.0 32.0 1031.0 57.0 98.0 137.0 187.0 2474.0 726.0 237.0 70.0 96.0 57.0 55.0 148.0 45.0 12.0 4.0 42.0 821.0 2331.0 596.0 668.0 3.0 34.0 371.0 6608.0 3095.0 1104.0 3796.0 2010.0 5984.0 6741.0 3170.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Dihydrokaempferol 4-reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.219 EC:1.1.1.219 40711.0 342.0 70.0 71.0 218.0 81.0 199.0 114.0 99.0 0.0 3.0 24.0 41.0 2.0 2.0 1.0 8.0 14.0 4.0 102.0 138.0 85.0 167.0 25.0 115.0 2.0 135.0 32.0 21.0 114.0 69.0 98.0 93.0 38.0 1682.0 1598.0 1495.0 20.0 52.0 14.0 21.0 3225.0 3156.0 700.0 1200.0 286.0 1358.0 4747.0 6722.0 106.0 2767.0 1116.0 2788.0 3843.0 11.0 738.0 91.0 78.0 16.0 119.0 53.0 30.0 46.0 61.0 45.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;UDP-glucose 6-dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.22 EC:1.1.1.22 46957.200000000004 149.67 1251.67 266.83 346.0 189.17 121.33 299.83 86.5 2532.17 380.0 1334.17 347.3300000000001 5612.0 122.33 1925.0 3516.0 49.0 29.0 107.17 150.67 106.83 501.17 42.67 287.83 2005.67 159.83 61.17 141.17000000000004 90.5 105.0 1594.17 118.0 3280.67 792.6700000000002 808.67 781.67 1791.0 2369.83 3124.67 3144.83 77.67 219.67 384.83 851.5 532.5 201.0 123.5 17.0 1118.83 204.0 298.17 133.17000000000002 128.32999999999998 742.83 999.0 680.83 8.67 6.67 55.17 10.0 12.0 12.0 7.0 9.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Histidinol dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.23 EC:1.1.1.23 167784.7 4269.67 2365.17 2693.33 4387.5 4829.67 3679.33 3198.83 4022.5 2603.67 469.5 1666.17 698.3299999999998 5650.5 1085.33 1947.5 3574.5 6007.0 6440.0 747.67 4474.17 4213.83 1770.67 5285.17 2881.33 2807.67 297.3300000000001 68.17 194.17 638.0 194.5 2635.17 151.0 4666.17 1054.67 1044.67 1056.17 3170.0 5455.83 4715.17 3917.83 192.17 348.17 488.33 965.0 719.0 286.5 230.0 36.0 1219.33 1862.0 3216.17 2129.17 1671.83 749.83 1188.0 1179.33 7063.17 4321.67 2991.17 4632.5 3131.5 6277.5 7353.0 4505.5
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Shikimate dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.25 EC:1.1.1.25 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;sn-glycerol-1-phosphate dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.261 EC:1.1.1.261 59822.0 292.0 2502.0 526.0 654.0 360.0 236.0 586.0 172.0 2532.0 384.0 1507.0 550.0 5617.0 123.0 1924.0 3593.0 98.0 52.0 210.0 296.0 138.0 860.0 84.0 574.0 0.0 46.0 26.0 116.0 86.0 122.0 128.0 74.0 6530.0 1306.0 1446.0 1352.0 2610.0 4568.0 6136.0 6254.0 142.0 432.0 756.0 1692.0 420.0 380.0 244.0 26.0 6.0 346.0 68.0 210.0 172.0 2.0 28.0 32.0 6.0 12.0 108.0 12.0 18.0 18.0 6.0 16.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;4-hydroxythreonine-4-phosphate dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.262 EC:1.1.1.262 94259.20000000001 794.67 402.67 436.83 930.0 1241.17 656.33 447.83 2621.5 64.17 78.0 269.17 311.33 22.0 894.33 20.0 30.0 5958.0 6392.0 638.17 4314.67 4132.83 1310.17 5241.67 2367.83 2804.67 250.83 54.17 134.17000000000002 581.5 128.0 2559.17 113.0 1046.67 196.67 183.67 242.67 673.0 2559.83 782.67 254.83 76.67 99.67 63.83 60.5 470.5 56.0 13.5 8.0 1157.83 852.0 2595.17 624.17 710.33 744.83 1019.0 1035.83 6613.67 3095.67 1105.17 3800.0 2013.0 5987.0 6745.0 3171.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;1-deoxy-D-xylulose-5-phosphate reductoisomerase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.267 EC:1.1.1.267 148919.2 3348.67 2256.67 2071.83 3472.0 4012.17 2992.33 2719.83 3366.5 2602.17 460.0 1618.17 649.3299999999998 5642.0 1078.33 1944.0 3549.0 6007.0 6437.0 746.17 4467.67 4173.83 1690.17 5283.67 2825.83 812.67 293.8300000000001 67.17 182.17 593.5 153.0 1188.17 141.0 4458.67 870.67 956.67 954.67 2018.0 5092.83 3886.67 3405.83 175.67000000000004 335.67 471.83 909.5 675.5 273.0 146.5 22.0 1203.83 1516.0 2951.17 1464.17 1244.33 748.83 1117.0 1099.83 6820.67 3734.67 2055.17 4016.0 2728.0 6107.0 7079.0 3534.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;L-lactate dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.27 EC:1.1.1.27 504333.5 9313.0 6463.0 5672.0 9526.5 10511.5 7835.5 6944.0 10329.0 5049.5 914.6 2619.0 1848.1 5718.4 5196.5 1994.3 3807.5 18049.0 19304.5 2435.5 13676.0 12684.5 5403.5 15909.5 8598.5 2698.0 727.0 8921.0 7078.0 1987.5 7999.5 3501.5 401.5 13581.0 5830.0 5906.0 5685.5 5779.0 15388.0 12385.0 10711.0 6963.5 7308.0 2796.0 5180.5 1693.0 3525.0 10017.5 13542.0 448.5 9844.0 10236.0 9824.0 11275.5 41.0 1859.0 1518.5 20643.5 11192.5 6467.0 12569.8 7938.3 18466.5 21295.5 11305.5
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;D-lactate dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.28 EC:1.1.1.28 128118.7 4950.67 613.17 3182.33 4734.5 4147.67 3637.33 2505.83 3379.5 2319.67 110.1 240.17 279.93 44.9 2237.33 15.3 135.5 14.0 7.0 106.67 163.17 137.82999999999998 290.67 33.17 393.33 2007.67 284.3300000000001 85.17 104.17 169.0 115.5 1638.17 179.0 1031.17 2191.67 1843.67 1708.17 6186.0 1552.83 3938.17 2543.83 3284.17 3207.17 769.33 1463.0 781.0 1396.5 5161.0 6776.0 1299.33 4528.0 2705.17 6106.17 6002.83 757.83 2078.0 1153.33 1276.17 2951.67 4800.17 3120.3 2038.3 886.5 1415.0 4903.5
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;S-(hydroxymethyl)glutathione dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.284 EC:1.1.1.284 10444.4 7.34 1.34 7.66 6.0 6.34 6.66 9.66 1.0 0.34 0.0 0.34 0.66 0.0 0.66 0.0 0.0 0.0 0.0 2.34 1.34 1.66 2.34 1.34 1.66 21.34 271.66 96.34 142.34 9.0 6.0 170.34 144.0 7.34 59.34 59.34 51.34 940.0 11.66 3.34 13.66 1.34 1.34 5.66 3.0 627.0 6.0 1.0 0.0 2231.66 62.0 528.34 42.34 76.66 1483.66 1970.0 1329.66 3.34 1.34 2.34 0.0 0.0 0.0 0.0 2.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Glycerate dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.29 EC:1.1.1.29 90071.20000000001 794.67 402.67 436.83 914.0 1235.17 656.33 445.83 2621.5 64.17 77.0 263.17 302.33 22.0 894.33 19.0 30.0 5958.0 6389.0 637.17 4312.67 4095.83 1240.17 5241.67 2367.83 809.67 249.83 54.17 122.17 538.5 87.0 1114.17 104.0 1034.67 86.67 127.67 162.67000000000004 657.0 2479.83 727.67 243.83 70.67 96.67 59.83 56.5 461.5 48.0 12.5 4.0 1157.83 852.0 2595.17 617.17 706.33 744.83 1019.0 1035.83 6609.67 3095.67 1105.17 3796.0 2010.0 5984.0 6741.0 3171.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;4-phosphoerythronate dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.290 EC:1.1.1.290 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Homoserine dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.3 EC:1.1.1.3 181382.90000000002 4273.34 2365.84 2697.16 4422.5 4844.84 3682.66 3207.66 4023.0 2603.84 471.5 1678.34 716.6600000000002 5650.5 1085.66 1949.5 3574.5 6007.0 6446.0 750.84 4478.84 4288.66 1911.84 5285.84 2882.16 6808.34 435.16 116.34 289.3400000000001 728.5 279.5 5610.34 241.0 4693.84 1304.34 1186.34 1241.84 3672.0 5621.66 4826.84 3946.66 204.84 354.8400000000001 499.16 974.5 1050.5 305.5 232.5 44.0 2335.16 1893.0 3480.34 2164.34 1718.16 1491.66 2173.0 1844.16 7072.84 4322.34 2992.34 4640.5 3137.5 6283.5 7361.0 4506.5
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Diacetyl reductase ((R)-acetoin forming) https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.303 EC:1.1.1.303 114798.5 1712.0 510.5 1054.5 1810.5 2043.5 1340.0 918.0 3277.0 2597.5 459.5 1454.0 468.0 5637.5 1022.0 1945.5 3494.5 5958.0 6389.0 636.5 4316.5 4098.0 1249.5 5242.5 2422.5 799.0 116.5 7.0 51.0 535.5 84.5 1031.0 33.0 1226.5 131.0 130.0 158.5 1323.0 2757.0 1499.5 738.0 80.5 105.5 69.5 106.5 182.5 50.5 94.5 14.0 57.5 1167.0 2596.0 1254.0 1091.5 4.0 105.0 450.5 6846.5 3682.0 2040.0 4408.5 2410.5 6151.5 7011.0 4141.5
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Diacetyl reductase ((S)-acetoin forming) https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.304 EC:1.1.1.304 157220.0 2975.0 689.0 1747.0 2928.0 2936.0 2226.0 1509.0 4032.0 1223.0 128.8 371.0 437.8 41.2 2010.0 25.4 89.0 5972.0 6393.0 739.0 4459.0 4186.0 1427.0 5269.0 2593.0 801.0 254.0 40.0 72.0 651.0 154.0 1131.0 127.0 1460.0 1887.0 1760.0 1675.0 2479.0 3092.0 2287.0 1260.0 3316.0 3271.0 782.0 1358.0 503.0 1414.0 4924.0 6746.0 179.0 4280.0 3977.0 4700.0 5358.0 16.0 914.0 621.0 7163.0 4285.0 3095.0 5074.4 2842.4 6365.0 7342.0 5158.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;3-hydroxyisobutyrate dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.31 EC:1.1.1.31 177191.69999999998 4492.67 1200.67 2526.83 4267.5 4760.67 3760.83 3042.83 4047.5 1227.67 193.8 356.17 410.63 41.2 2083.83 25.9 66.5 5972.0 6417.5 743.67 4462.67 4193.33 1441.67 5271.17 2712.33 911.67 408.83 3020.17 2380.17 667.0 2633.5 1225.67 200.5 1461.67 1973.67 1864.67 1796.17 1874.0 3166.83 1612.67 802.83 3344.17 3286.67 809.83 1319.0 787.5 1456.0 4859.0 6750.0 1322.33 4456.0 4298.17 4806.17 5424.83 759.83 1912.0 1254.33 7134.17 4333.17 3065.17 4681.4 3150.9 6311.5 7407.5 4542.5
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Phosphogluconate dehydrogenase (NAD(+)-dependent, decarboxylating) https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.343 EC:1.1.1.343 269474.2 5928.67 2646.67 3507.83 5733.0 5875.17 4765.33 3953.83 4900.5 2385.17 312.6 607.1700000000002 730.93 57.4 3212.33 32.8 177.0 6035.0 6453.0 952.17 4755.67 4387.83 2123.17 5342.67 3172.83 3005.67 570.83 5999.17 4706.17 869.5 5277.0 2836.17 343.0 5006.67 4492.67 4274.67 4069.67 4356.0 5888.83 5529.67 4464.83 6660.67 6672.67 1907.83 3424.5 1328.5 3027.0 9816.5 13508.0 1446.83 7742.0 5713.17 8365.17 9781.33 772.83 2735.0 1440.83 7457.67 4943.67 4183.17 5362.8 3594.8 6537.0 7746.0 5567.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;2,5-didehydrogluconate reductase (2-dehydro-L-gulonate-forming) https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.346 EC:1.1.1.346 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;3-hydroxyacyl-CoA dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.35 EC:1.1.1.35 14632.4 7.34 1.34 7.66 22.0 12.34 6.66 11.66 1.0 0.34 1.0 6.34 9.66 0.0 0.66 1.0 0.0 0.0 3.0 3.34 3.34 38.66 72.34 1.34 1.66 2016.34 272.66 96.34 154.34 52.0 47.0 1615.34 153.0 19.34 169.34 115.34 131.34 956.0 91.66 58.34 24.66 7.34 4.34 9.66 7.0 636.0 14.0 2.0 4.0 2231.66 62.0 528.34 49.34 80.66 1483.66 1970.0 1329.66 7.34 1.34 2.34 4.0 3.0 3.0 4.0 2.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Acetoacetyl-CoA reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.36 EC:1.1.1.36 10444.4 7.34 1.34 7.66 6.0 6.34 6.66 9.66 1.0 0.34 0.0 0.34 0.66 0.0 0.66 0.0 0.0 0.0 0.0 2.34 1.34 1.66 2.34 1.34 1.66 21.34 271.66 96.34 142.34 9.0 6.0 170.34 144.0 7.34 59.34 59.34 51.34 940.0 11.66 3.34 13.66 1.34 1.34 5.66 3.0 627.0 6.0 1.0 0.0 2231.66 62.0 528.34 42.34 76.66 1483.66 1970.0 1329.66 3.34 1.34 2.34 0.0 0.0 0.0 0.0 2.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Glucose-6-phosphate dehydrogenase (NAD(P)(+)) https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.363 EC:1.1.1.363 199466.69999999998 4638.67 2451.67 2789.83 4594.5 4940.67 3878.83 3335.83 4133.5 1227.67 198.8 535.1700000000002 622.6299999999999 46.2 2084.83 25.9 143.5 6021.0 6443.5 848.67 4610.67 4262.33 1871.67 5313.17 2999.33 911.67 431.83 3033.17 2438.17 710.0 2694.5 1289.67 237.5 4726.67 2626.67 2587.67 2472.17 3179.0 5450.83 4680.67 3929.83 3415.17 3502.67 1187.83 2165.0 997.5 1646.0 4981.0 6763.0 1325.33 4629.0 4332.17 4911.17 5510.83 760.83 1926.0 1270.33 7137.17 4339.17 3119.17 4687.4 3159.9 6320.5 7410.5 4550.5
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;D-chiro-inositol 1-dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.369 EC:1.1.1.369 122396.0 937.0 1653.0 696.0 1238.0 1412.0 771.0 734.0 2707.0 2596.0 456.0 1591.0 640.0 5634.0 1016.0 1943.0 3546.0 6007.0 6415.0 741.0 4460.0 4164.0 1669.0 5283.0 2654.0 799.0 137.0 19.0 109.0 577.0 145.0 1093.0 69.0 4296.0 710.0 821.0 813.0 1492.0 4758.0 3794.0 3364.0 141.0 312.0 435.0 901.0 358.0 235.0 134.0 17.0 45.0 994.0 2365.0 701.0 754.0 4.0 48.0 387.0 6611.0 3101.0 1158.0 3802.0 2019.0 5993.0 6744.0 3178.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Malate dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.37 EC:1.1.1.37 31685.200000000004 149.67 1251.67 266.83 346.0 189.17 121.33 299.83 86.5 0.17 6.0 185.17 221.33 5.0 1.33 1.0 77.0 49.0 29.0 107.17 150.67 106.83 501.17 42.67 287.83 2005.67 159.83 61.17 141.17000000000004 90.5 105.0 1594.17 118.0 3280.67 792.6700000000002 808.67 781.67 1791.0 2369.83 3124.67 3144.83 77.67 219.67 384.83 851.5 532.5 201.0 123.5 17.0 1118.83 204.0 298.17 133.17000000000002 128.32999999999998 742.83 999.0 680.83 8.67 6.67 55.17 10.0 12.0 12.0 7.0 9.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Malate dehydrogenase (oxaloacetate-decarboxylating) https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.38 EC:1.1.1.38 282946.89999999997 5130.34 3773.34 3127.66 5142.5 5204.84 4199.16 3747.66 4319.0 3759.84 580.8 1887.34 1001.96 5660.2 2209.16 1950.9 3667.5 6084.0 6473.5 1056.84 4897.34 4417.16 2469.84 5380.84 3402.16 924.34 725.6600000000002 3126.34 2588.34 871.5 2827.5 1536.84 439.5 8033.34 4991.34 4938.34 4668.84 4974.0 7792.66 7764.34 7084.66 6711.84 6875.34 2268.66 4212.5 1807.0 3197.0 9850.5 13498.0 2550.16 7600.0 5746.34 7825.34 9478.16 1514.66 3663.0 2042.16 7219.84 4361.84 3293.34 4746.4 3198.9 6375.5 7474.5 4604.5
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;(R,R)-butanediol dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.4 EC:1.1.1.4 114798.5 1712.0 510.5 1054.5 1810.5 2043.5 1340.0 918.0 3277.0 2597.5 459.5 1454.0 468.0 5637.5 1022.0 1945.5 3494.5 5958.0 6389.0 636.5 4316.5 4098.0 1249.5 5242.5 2422.5 799.0 116.5 7.0 51.0 535.5 84.5 1031.0 33.0 1226.5 131.0 130.0 158.5 1323.0 2757.0 1499.5 738.0 80.5 105.5 69.5 106.5 182.5 50.5 94.5 14.0 57.5 1167.0 2596.0 1254.0 1091.5 4.0 105.0 450.5 6846.5 3682.0 2040.0 4408.5 2410.5 6151.5 7011.0 4141.5
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Malate dehydrogenase (oxaloacetate-decarboxylating) (NADP(+)) https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.40 EC:1.1.1.40 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Isocitrate dehydrogenase (NADP(+)) https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.42 EC:1.1.1.42 137835.2 3348.67 2256.67 2071.83 3488.0 4018.17 2992.33 2721.83 3366.5 70.17 87.0 475.17 532.3299999999998 35.0 957.33 21.0 110.0 6007.0 6440.0 747.17 4469.67 4210.83 1760.17 5283.67 2825.83 2807.67 294.8300000000001 67.17 194.17 636.5 194.0 2633.17 150.0 4470.67 980.67 1012.67 1034.67 2034.0 5172.83 3941.67 3416.83 181.67 338.67 475.83 913.5 684.5 281.0 147.5 26.0 1203.83 1516.0 2951.17 1471.17 1248.33 748.83 1117.0 1099.83 6824.67 3734.67 2055.17 4020.0 2731.0 6110.0 7083.0 3534.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Phosphogluconate dehydrogenase (NADP(+)-dependent, decarboxylating) https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.44 EC:1.1.1.44 269474.2 5928.67 2646.67 3507.83 5733.0 5875.17 4765.33 3953.83 4900.5 2385.17 312.6 607.1700000000002 730.93 57.4 3212.33 32.8 177.0 6035.0 6453.0 952.17 4755.67 4387.83 2123.17 5342.67 3172.83 3005.67 570.83 5999.17 4706.17 869.5 5277.0 2836.17 343.0 5006.67 4492.67 4274.67 4069.67 4356.0 5888.83 5529.67 4464.83 6660.67 6672.67 1907.83 3424.5 1328.5 3027.0 9816.5 13508.0 1446.83 7742.0 5713.17 8365.17 9781.33 772.83 2735.0 1440.83 7457.67 4943.67 4183.17 5362.8 3594.8 6537.0 7746.0 5567.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Glucose-6-phosphate dehydrogenase (NADP(+)) https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.49 EC:1.1.1.49 199466.69999999998 4638.67 2451.67 2789.83 4594.5 4940.67 3878.83 3335.83 4133.5 1227.67 198.8 535.1700000000002 622.6299999999999 46.2 2084.83 25.9 143.5 6021.0 6443.5 848.67 4610.67 4262.33 1871.67 5313.17 2999.33 911.67 431.83 3033.17 2438.17 710.0 2694.5 1289.67 237.5 4726.67 2626.67 2587.67 2472.17 3179.0 5450.83 4680.67 3929.83 3415.17 3502.67 1187.83 2165.0 997.5 1646.0 4981.0 6763.0 1325.33 4629.0 4332.17 4911.17 5510.83 760.83 1926.0 1270.33 7137.17 4339.17 3119.17 4687.4 3159.9 6320.5 7410.5 4550.5
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Fructuronate reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.57 EC:1.1.1.57 27497.2 149.67 1251.67 266.83 330.0 183.17 121.33 297.83 86.5 0.17 5.0 179.17 212.33 5.0 1.33 0.0 77.0 49.0 26.0 106.17 148.67 69.83 431.17 42.67 287.83 10.67 158.83 61.17 129.17000000000002 47.5 64.0 149.17000000000004 109.0 3268.67 682.67 752.67 701.67 1775.0 2289.83 3069.67 3133.83 71.67 216.67 380.83 847.5 523.5 193.0 122.5 13.0 1118.83 204.0 298.17 126.17 124.33 742.83 999.0 680.83 4.67 6.67 55.17 6.0 9.0 9.0 3.0 9.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Tagaturonate reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.58 EC:1.1.1.58 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Glycerol dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.6 EC:1.1.1.6 10444.4 7.34 1.34 7.66 6.0 6.34 6.66 9.66 1.0 0.34 0.0 0.34 0.66 0.0 0.66 0.0 0.0 0.0 0.0 2.34 1.34 1.66 2.34 1.34 1.66 21.34 271.66 96.34 142.34 9.0 6.0 170.34 144.0 7.34 59.34 59.34 51.34 940.0 11.66 3.34 13.66 1.34 1.34 5.66 3.0 627.0 6.0 1.0 0.0 2231.66 62.0 528.34 42.34 76.66 1483.66 1970.0 1329.66 3.34 1.34 2.34 0.0 0.0 0.0 0.0 2.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Gluconate 5-dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.69 EC:1.1.1.69 20440.0 54.0 33.0 51.0 26.0 78.0 1.0 52.0 24.0 0.0 140.0 6.0 16.0 1.0 37.0 5.0 0.0 0.0 8.0 1.0 3.0 38.0 78.0 6.0 6.0 2189.0 2.0 5866.0 4482.0 45.0 4985.0 1448.0 14.0 81.0 110.0 58.0 82.0 26.0 126.0 68.0 15.0 14.0 6.0 11.0 12.0 12.0 27.0 11.0 22.0 0.0 0.0 0.0 9.0 4.0 0.0 0.0 0.0 4.0 3.0 18.0 15.0 3.0 3.0 5.0 0.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;(S,S)-butanediol dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.76 EC:1.1.1.76 157220.0 2975.0 689.0 1747.0 2928.0 2936.0 2226.0 1509.0 4032.0 1223.0 128.8 371.0 437.8 41.2 2010.0 25.4 89.0 5972.0 6393.0 739.0 4459.0 4186.0 1427.0 5269.0 2593.0 801.0 254.0 40.0 72.0 651.0 154.0 1131.0 127.0 1460.0 1887.0 1760.0 1675.0 2479.0 3092.0 2287.0 1260.0 3316.0 3271.0 782.0 1358.0 503.0 1414.0 4924.0 6746.0 179.0 4280.0 3977.0 4700.0 5358.0 16.0 914.0 621.0 7163.0 4285.0 3095.0 5074.4 2842.4 6365.0 7342.0 5158.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;3-isopropylmalate dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.85 EC:1.1.1.85 171972.7 4269.67 2365.17 2693.33 4403.5 4835.67 3679.33 3200.83 4022.5 2603.67 470.5 1672.17 707.3299999999998 5650.5 1085.33 1948.5 3574.5 6007.0 6443.0 748.67 4476.17 4250.83 1840.67 5285.17 2881.33 4802.67 298.3300000000001 68.17 206.17 681.0 235.5 4080.17 160.0 4678.17 1164.67 1100.67 1136.17 3186.0 5535.83 4770.17 3928.83 198.17 351.17 492.33 969.0 728.0 294.5 231.0 40.0 1219.33 1862.0 3216.17 2136.17 1675.83 749.83 1188.0 1179.33 7067.17 4321.67 2991.17 4636.5 3134.5 6280.5 7357.0 4505.5
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Ketol-acid reductoisomerase (NADP(+)) https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.86 EC:1.1.1.86 153107.2 3348.67 2256.67 2071.83 3488.0 4018.17 2992.33 2721.83 3366.5 2602.17 461.0 1624.17 658.3299999999998 5642.0 1078.33 1945.0 3549.0 6007.0 6440.0 747.17 4469.67 4210.83 1760.17 5283.67 2825.83 2807.67 294.8300000000001 67.17 194.17 636.5 194.0 2633.17 150.0 4470.67 980.67 1012.67 1034.67 2034.0 5172.83 3941.67 3416.83 181.67 338.67 475.83 913.5 684.5 281.0 147.5 26.0 1203.83 1516.0 2951.17 1471.17 1248.33 748.83 1117.0 1099.83 6824.67 3734.67 2055.17 4020.0 2731.0 6110.0 7083.0 3534.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Hydroxymethylglutaryl-CoA reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.88 EC:1.1.1.88 154856.5 2081.0 597.0 1151.0 2049.5 2166.5 1539.5 1059.0 3388.0 1221.5 190.8 335.0 410.3 33.2 2021.5 25.9 63.5 5972.0 6398.5 739.5 4457.0 4220.5 1490.5 5270.5 2540.5 2893.0 253.0 2972.0 2319.0 693.5 2666.5 2575.5 137.5 1311.0 1923.0 1785.0 1734.5 1364.0 2912.0 1575.0 772.0 3315.5 3266.0 777.0 1314.5 479.0 1426.0 4847.5 6749.0 163.5 3934.0 3712.0 4050.0 4938.5 15.0 843.0 541.5 6928.5 3699.5 2168.0 4471.4 2444.9 6200.5 7076.5 4186.5
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Aryl-alcohol dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.90 EC:1.1.1.90 40711.0 342.0 70.0 71.0 218.0 81.0 199.0 114.0 99.0 0.0 3.0 24.0 41.0 2.0 2.0 1.0 8.0 14.0 4.0 102.0 138.0 85.0 167.0 25.0 115.0 2.0 135.0 32.0 21.0 114.0 69.0 98.0 93.0 38.0 1682.0 1598.0 1495.0 20.0 52.0 14.0 21.0 3225.0 3156.0 700.0 1200.0 286.0 1358.0 4747.0 6722.0 106.0 2767.0 1116.0 2788.0 3843.0 11.0 738.0 91.0 78.0 16.0 119.0 53.0 30.0 46.0 61.0 45.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Glycerol-3-phosphate dehydrogenase (NAD(P)(+)) https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.94 EC:1.1.1.94 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Oxidoreductases;Acting on the CH-OH group of donors;With NAD+ or NADP+ as acceptor;Phosphoglycerate dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.1.95 EC:1.1.1.95 283773.69999999995 6599.67 3903.17 4270.33 6763.5 6725.67 5370.33 4563.83 5519.5 5138.67 870.5 3114.17 1175.33 11281.5 1223.33 3879.5 7149.5 6070.0 6476.0 957.67 4773.17 4447.83 2528.67 5355.17 3394.33 6799.67 462.33 115.17 297.17 884.0 407.5 5691.17 301.0 8384.17 3757.67 3541.67 3430.17 6799.0 8517.83 9454.17 8089.83 3521.17 3745.17 1599.33 3122.0 1302.0 1861.5 5266.0 6799.0 1359.33 5494.0 4896.17 6352.17 6455.83 763.83 2082.0 1445.33 7629.17 5517.67 5036.17 5924.5 3977.5 6673.5 7965.0 6501.5
+Oxidoreductases;Acting on the CH-OH group of donors;With a cytochrome as acceptor;L-lactate dehydrogenase (cytochrome) https://www.genome.jp/dbget-bin/www_bget?EC:1.1.2.3 EC:1.1.2.3 10444.4 7.34 1.34 7.66 6.0 6.34 6.66 9.66 1.0 0.34 0.0 0.34 0.66 0.0 0.66 0.0 0.0 0.0 0.0 2.34 1.34 1.66 2.34 1.34 1.66 21.34 271.66 96.34 142.34 9.0 6.0 170.34 144.0 7.34 59.34 59.34 51.34 940.0 11.66 3.34 13.66 1.34 1.34 5.66 3.0 627.0 6.0 1.0 0.0 2231.66 62.0 528.34 42.34 76.66 1483.66 1970.0 1329.66 3.34 1.34 2.34 0.0 0.0 0.0 0.0 2.0
+Oxidoreductases;Acting on the CH-OH group of donors;With oxygen as acceptor;(S)-2-hydroxy-acid oxidase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.3.15 EC:1.1.3.15 21301.0 2408.0 603.0 1372.0 2231.0 2597.0 2218.0 1981.0 659.0 6.0 4.0 27.0 9.0 8.0 62.0 1.0 3.0 0.0 22.0 4.0 7.0 9.0 20.0 0.0 171.0 3.0 21.0 0.0 2.0 12.0 5.0 10.0 0.0 159.0 131.0 106.0 116.0 56.0 329.0 91.0 35.0 34.0 23.0 34.0 7.0 4.0 35.0 12.0 5.0 43.0 491.0 322.0 742.0 452.0 3.0 84.0 48.0 208.0 633.0 896.0 214.0 709.0 114.0 335.0 355.0
+Oxidoreductases;Acting on the CH-OH group of donors;With oxygen as acceptor;Glycerol-3-phosphate oxidase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.3.21 EC:1.1.3.21 70138.0 2777.0 689.5 1468.5 2454.0 2714.0 2417.5 2120.0 770.0 6.0 76.5 51.0 53.5 10.5 82.5 4.0 11.0 14.0 28.5 106.0 145.5 94.5 191.0 28.0 289.0 102.0 156.5 2965.0 2258.0 127.0 2546.0 109.5 95.5 231.5 1813.0 1705.0 1612.0 81.0 404.0 111.5 58.0 3263.0 3180.5 737.5 1211.0 291.5 1402.5 4764.0 6736.0 149.0 3258.0 1438.0 3531.0 4295.0 14.0 822.0 139.0 286.0 650.5 1024.0 272.5 739.0 160.0 396.5 400.0
+Oxidoreductases;Acting on the CH-OH group of donors;With a quinone or similar compound as acceptor;Glycerol-3-phosphate dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.5.3 EC:1.1.5.3 236671.80000000002 1612.6799999999996 4244.18 1333.82 2127.0 1901.68 1219.8200000000004 1478.32 2992.0 2596.68 538.5 1973.68 1109.82 5646.5 1039.8200000000004 1946.0 3708.0 6119.0 6473.5 1057.6799999999996 4897.18 4390.82 2704.6800000000007 5397.68 3349.32 940.68 861.82 3202.68 2765.6800000000007 796.0 2820.0 1661.18 526.5 10913.18 3816.68 3984.68 3763.68 6007.0 9424.32 9957.18 9668.32 3514.68 3904.18 1905.82 3803.0 2319.5 1994.5 5132.0 6774.0 4620.32 4231.0 4605.68 3784.68 4922.32 2984.32 4754.0 3169.32 6701.68 3133.18 1398.68 3872.5 2067.0 6057.0 6811.5 3243.0
+Oxidoreductases;Acting on the CH-OH group of donors;With a quinone or similar compound as acceptor;Malate dehydrogenase (quinone) https://www.genome.jp/dbget-bin/www_bget?EC:1.1.5.4 EC:1.1.5.4 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Oxidoreductases;Acting on the CH-OH group of donors;With NA physiological acceptors;Choline dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.1.99.1 EC:1.1.99.1 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Oxidoreductases;Acting on a peroxide as acceptor;Peroxidases;NADH peroxidase https://www.genome.jp/dbget-bin/www_bget?EC:1.11.1.1 EC:1.11.1.1 40711.0 342.0 70.0 71.0 218.0 81.0 199.0 114.0 99.0 0.0 3.0 24.0 41.0 2.0 2.0 1.0 8.0 14.0 4.0 102.0 138.0 85.0 167.0 25.0 115.0 2.0 135.0 32.0 21.0 114.0 69.0 98.0 93.0 38.0 1682.0 1598.0 1495.0 20.0 52.0 14.0 21.0 3225.0 3156.0 700.0 1200.0 286.0 1358.0 4747.0 6722.0 106.0 2767.0 1116.0 2788.0 3843.0 11.0 738.0 91.0 78.0 16.0 119.0 53.0 30.0 46.0 61.0 45.0
+Oxidoreductases;Acting on a peroxide as acceptor;Peroxidases;Catalase peroxidase https://www.genome.jp/dbget-bin/www_bget?EC:1.11.1.21 EC:1.11.1.21 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Oxidoreductases;Acting on a peroxide as acceptor;Peroxidases;Cytochrome-c peroxidase https://www.genome.jp/dbget-bin/www_bget?EC:1.11.1.5 EC:1.11.1.5 24042.600000000002 11.01 2.01 11.49 41.0 21.51 9.99 18.49 1.5 0.51 2.0 12.51 18.99 0.0 0.99 2.0 0.0 0.0 6.0 5.51 6.01 76.49 143.51 2.01 2.49 4022.01 409.49 144.51 237.51 99.5 91.0 3145.51 234.0 35.01 309.01 201.01 237.01 1442.0 177.49 115.01 42.49 14.01 8.01 16.490000000000002 12.5 958.5 25.0 3.5 8.0 3347.49 93.0 792.51 77.51 122.99 2225.49 2955.0 1994.49 13.01 2.01 3.51 8.0 6.0 6.0 8.0 3.0
+Oxidoreductases;Acting on a peroxide as acceptor;Peroxidases;Catalase https://www.genome.jp/dbget-bin/www_bget?EC:1.11.1.6 EC:1.11.1.6 157245.2 1282.67 1723.67 770.8299999999998 1475.0 1502.17 973.33 854.8299999999998 2806.5 64.17 86.0 472.17 564.3299999999998 29.0 897.33 21.0 115.0 6021.0 6422.0 845.17 4600.67 4286.83 1907.17 5308.67 2769.83 2806.67 408.83 99.17 213.17 738.5 258.0 2721.17 243.0 4349.67 2531.67 2504.67 2413.67 1998.0 4895.83 3864.67 3402.83 3372.67 3471.67 1141.83 2106.5 966.5 1604.0 4882.5 6743.0 1266.83 3792.0 3745.17 3517.17 4639.33 756.83 1771.0 1142.83 6694.67 3117.67 1278.17 3859.0 2052.0 6042.0 6809.0 3224.0
+Oxidoreductases;Acting on a peroxide as acceptor;Peroxidases;Glutathione peroxidase https://www.genome.jp/dbget-bin/www_bget?EC:1.11.1.9 EC:1.11.1.9 135446.5 4147.0 1130.0 2452.0 4062.5 4682.5 3558.5 2926.0 3948.0 1227.5 191.8 338.0 378.3 39.2 2081.5 25.9 58.5 5958.0 6416.5 641.5 4326.0 4144.5 1343.5 5245.5 2596.5 2894.0 139.0 2940.0 2300.0 591.5 2602.5 2487.5 44.5 1432.0 372.0 293.0 355.5 1400.0 3189.0 1652.0 786.0 124.5 133.0 111.0 121.5 197.0 103.0 112.5 32.0 100.5 1658.0 2918.0 2004.0 1547.5 7.0 189.0 498.5 7058.5 4316.5 2945.0 4632.4 3123.9 6268.5 7350.5 4496.5
+Oxidoreductases;Acting on hydrogen as donor;With NAD+ or NADP+ as acceptor;Hydrogen dehydrogenase (NADP(+)) https://www.genome.jp/dbget-bin/www_bget?EC:1.12.1.3 EC:1.12.1.3 61088.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 10128.0 1496.0 4596.0 504.0 22428.0 484.0 7696.0 13756.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Oxidoreductases;Acting on hydrogen as donor;With a quinone or similar compound as acceptor;Hydrogen:quinone oxidoreductase https://www.genome.jp/dbget-bin/www_bget?EC:1.12.5.1 EC:1.12.5.1 10444.4 7.34 1.34 7.66 6.0 6.34 6.66 9.66 1.0 0.34 0.0 0.34 0.66 0.0 0.66 0.0 0.0 0.0 0.0 2.34 1.34 1.66 2.34 1.34 1.66 21.34 271.66 96.34 142.34 9.0 6.0 170.34 144.0 7.34 59.34 59.34 51.34 940.0 11.66 3.34 13.66 1.34 1.34 5.66 3.0 627.0 6.0 1.0 0.0 2231.66 62.0 528.34 42.34 76.66 1483.66 1970.0 1329.66 3.34 1.34 2.34 0.0 0.0 0.0 0.0 2.0
+Oxidoreductases;Acting on single donors with incorporation of molecular oxygen (oxygenases);With incorporation of two atoms of oxygen;Tryptophan 2,3-dioxygenase https://www.genome.jp/dbget-bin/www_bget?EC:1.13.11.11 EC:1.13.11.11 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Oxidoreductases;Acting on single donors with incorporation of molecular oxygen (oxygenases);With incorporation of two atoms of oxygen;Catechol 2,3-dioxygenase https://www.genome.jp/dbget-bin/www_bget?EC:1.13.11.2 EC:1.13.11.2 114276.0 3226.0 1021.5 1830.5 3147.0 3865.0 2871.5 2447.0 3292.0 70.0 150.5 290.0 314.5 30.5 974.5 22.0 33.0 5958.0 6413.5 640.0 4319.5 4104.5 1263.0 5244.0 2541.0 899.0 135.5 2939.0 2288.0 547.0 2561.0 1040.5 34.5 1224.5 188.0 205.0 254.0 248.0 2826.0 823.5 274.0 108.0 120.5 94.5 66.0 153.5 89.5 29.0 18.0 85.0 1312.0 2653.0 1339.0 1120.0 6.0 118.0 419.0 6816.0 3729.5 2009.0 4015.5 2719.0 6098.0 7076.5 3525.0
+Oxidoreductases;Acting on single donors with incorporation of molecular oxygen (oxygenases);With incorporation of two atoms of oxygen;4-hydroxyphenylpyruvate dioxygenase https://www.genome.jp/dbget-bin/www_bget?EC:1.13.11.27 EC:1.13.11.27 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Oxidoreductases;Acting on single donors with incorporation of molecular oxygen (oxygenases);With incorporation of two atoms of oxygen;Chlorite O(2)-lyase https://www.genome.jp/dbget-bin/www_bget?EC:1.13.11.49 EC:1.13.11.49 84849.0 791.0 402.0 433.0 911.0 1232.0 653.0 441.0 2621.0 64.0 77.0 263.0 302.0 22.0 894.0 19.0 30.0 5958.0 6389.0 636.0 4312.0 4095.0 1239.0 5241.0 2367.0 799.0 114.0 6.0 51.0 534.0 84.0 1029.0 32.0 1031.0 57.0 98.0 137.0 187.0 2474.0 726.0 237.0 70.0 96.0 57.0 55.0 148.0 45.0 12.0 4.0 42.0 821.0 2331.0 596.0 668.0 3.0 34.0 371.0 6608.0 3095.0 1104.0 3796.0 2010.0 5984.0 6741.0 3170.0
+Oxidoreductases;Acting on single donors with incorporation of molecular oxygen (oxygenases);With incorporation of two atoms of oxygen;Homogentisate 1,2-dioxygenase https://www.genome.jp/dbget-bin/www_bget?EC:1.13.11.5 EC:1.13.11.5 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Oxidoreductases;Acting on single donors with incorporation of molecular oxygen (oxygenases);With incorporation of two atoms of oxygen;3-hydroxyanthranilate 3,4-dioxygenase https://www.genome.jp/dbget-bin/www_bget?EC:1.13.11.6 EC:1.13.11.6 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Oxidoreductases;Acting on single donors with incorporation of molecular oxygen (oxygenases);With incorporation of one atom of oxygen (internal monooxygenases or internal mixed-function oxidases);Nitronate monooxygenase https://www.genome.jp/dbget-bin/www_bget?EC:1.13.12.16 EC:1.13.12.16 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Oxidoreductases;Acting on paired donors, with incorporation or reduction of molecular oxygen;With 2-oxoglutarate as one donor, and incorporation of one atom of oxygen into each donor;50S ribosomal protein L16 3-hydroxylase https://www.genome.jp/dbget-bin/www_bget?EC:1.14.11.47 EC:1.14.11.47 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Oxidoreductases;Acting on paired donors, with incorporation or reduction of molecular oxygen;With NADH or NADPH as one donor, and incorporation of two atoms of oxygen into the other donor;Nitric oxide dioxygenase https://www.genome.jp/dbget-bin/www_bget?EC:1.14.12.17 EC:1.14.12.17 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Oxidoreductases;Acting on paired donors, with incorporation or reduction of molecular oxygen;With NADH or NADPH as one donor, and incorporation of one atom of oxygen into the other donor;Kynurenine 3-monooxygenase https://www.genome.jp/dbget-bin/www_bget?EC:1.14.13.9 EC:1.14.13.9 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Oxidoreductases;Acting on paired donors, with incorporation or reduction of molecular oxygen;With reduced flavin or flavoprotein as one donor, and incorporation of one atom of oxygen into the other donor;Alkanal monooxygenase (FMN-linked) https://www.genome.jp/dbget-bin/www_bget?EC:1.14.14.3 EC:1.14.14.3 10444.4 7.34 1.34 7.66 6.0 6.34 6.66 9.66 1.0 0.34 0.0 0.34 0.66 0.0 0.66 0.0 0.0 0.0 0.0 2.34 1.34 1.66 2.34 1.34 1.66 21.34 271.66 96.34 142.34 9.0 6.0 170.34 144.0 7.34 59.34 59.34 51.34 940.0 11.66 3.34 13.66 1.34 1.34 5.66 3.0 627.0 6.0 1.0 0.0 2231.66 62.0 528.34 42.34 76.66 1483.66 1970.0 1329.66 3.34 1.34 2.34 0.0 0.0 0.0 0.0 2.0
+Oxidoreductases;Acting on paired donors, with incorporation or reduction of molecular oxygen;With reduced flavin or flavoprotein as one donor, and incorporation of one atom of oxygen into the other donor;4-hydroxyphenylacetate 3-monooxygenase https://www.genome.jp/dbget-bin/www_bget?EC:1.14.14.9 EC:1.14.14.9 8126.0 27.0 16.5 25.5 5.0 36.0 0.5 25.0 12.0 0.0 69.5 0.0 3.5 0.5 18.5 2.0 0.0 0.0 2.5 0.0 0.5 0.5 4.0 3.0 3.0 97.0 0.5 2933.0 2235.0 1.0 2472.0 1.5 2.5 34.5 0.0 1.0 1.0 5.0 23.0 6.5 2.0 4.0 1.5 3.5 4.0 1.5 9.5 5.0 9.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 1.5 9.0 5.5 0.0 0.0 0.5 0.0
+Oxidoreductases;Acting on paired donors, with incorporation or reduction of molecular oxygen;With reduced pteridine as one donor, and incorporation of one atom of oxygen into the other donor;Phenylalanine 4-monooxygenase https://www.genome.jp/dbget-bin/www_bget?EC:1.14.16.1 EC:1.14.16.1 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Oxidoreductases;Acting on paired donors, with incorporation or reduction of molecular oxygen;With oxidation of a pair of donors resulting in the reduction of O2 to two molecules of water;Stearoyl-CoA 9-desaturase https://www.genome.jp/dbget-bin/www_bget?EC:1.14.19.1 EC:1.14.19.1 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Oxidoreductases;Acting on paired donors, with incorporation or reduction of molecular oxygen;With oxidation of a pair of donors resulting in the reduction of O2 to two molecules of water;Stearoyl-[acyl-carrier-protein] 9-desaturase https://www.genome.jp/dbget-bin/www_bget?EC:1.14.19.2 EC:1.14.19.2 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Oxidoreductases;Acting on paired donors, with incorporation or reduction of molecular oxygen;With oxidation of a pair of donors resulting in the reduction of O2 to two molecules of water;Acyl-CoA 6-desaturase https://www.genome.jp/dbget-bin/www_bget?EC:1.14.19.3 EC:1.14.19.3 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Oxidoreductases;Acting on paired donors, with incorporation or reduction of molecular oxygen;Miscellaneous;Heme oxygenase (staphylobilin-producing) https://www.genome.jp/dbget-bin/www_bget?EC:1.14.99.48 EC:1.14.99.48 84849.0 791.0 402.0 433.0 911.0 1232.0 653.0 441.0 2621.0 64.0 77.0 263.0 302.0 22.0 894.0 19.0 30.0 5958.0 6389.0 636.0 4312.0 4095.0 1239.0 5241.0 2367.0 799.0 114.0 6.0 51.0 534.0 84.0 1029.0 32.0 1031.0 57.0 98.0 137.0 187.0 2474.0 726.0 237.0 70.0 96.0 57.0 55.0 148.0 45.0 12.0 4.0 42.0 821.0 2331.0 596.0 668.0 3.0 34.0 371.0 6608.0 3095.0 1104.0 3796.0 2010.0 5984.0 6741.0 3170.0
+Oxidoreductases;Acting on superoxide as acceptor;Acting on superoxide as acceptor (only sub-subclass identified to date);Superoxide dismutase https://www.genome.jp/dbget-bin/www_bget?EC:1.15.1.1 EC:1.15.1.1 220764.6 3725.01 2344.51 2175.99 3749.0 4153.51 3198.49 2874.49 3478.5 2602.51 535.5 1660.51 721.49 5644.5 1099.49 1950.0 3557.0 6021.0 6452.5 853.51 4613.51 4371.99 2073.51 5313.01 2945.49 6918.01 703.99 3128.51 2616.51 846.5 2823.0 5793.01 407.5 4574.51 2942.01 2783.01 2742.01 3031.0 5419.49 4075.51 3475.49 3424.01 3503.51 1192.99 2128.5 1617.0 1670.5 4902.5 6765.0 3541.49 4345.0 4595.51 4316.51 5175.99 2243.49 3825.0 2520.49 6914.01 3753.51 2185.51 4086.5 2767.0 6162.0 7152.5 3581.0
+Oxidoreductases;Acting on superoxide as acceptor;Acting on superoxide as acceptor (only sub-subclass identified to date);Superoxide reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.15.1.2 EC:1.15.1.2 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Oxidoreductases;Oxidizing metal ions;With NAD+ or NADP+ as acceptor;Mercury(II) reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.16.1.1 EC:1.16.1.1 40711.0 342.0 70.0 71.0 218.0 81.0 199.0 114.0 99.0 0.0 3.0 24.0 41.0 2.0 2.0 1.0 8.0 14.0 4.0 102.0 138.0 85.0 167.0 25.0 115.0 2.0 135.0 32.0 21.0 114.0 69.0 98.0 93.0 38.0 1682.0 1598.0 1495.0 20.0 52.0 14.0 21.0 3225.0 3156.0 700.0 1200.0 286.0 1358.0 4747.0 6722.0 106.0 2767.0 1116.0 2788.0 3843.0 11.0 738.0 91.0 78.0 16.0 119.0 53.0 30.0 46.0 61.0 45.0
+Oxidoreductases;Oxidizing metal ions;With oxygen as acceptor;Bacterial non-heme ferritin https://www.genome.jp/dbget-bin/www_bget?EC:1.16.3.2 EC:1.16.3.2 31685.200000000004 149.67 1251.67 266.83 346.0 189.17 121.33 299.83 86.5 0.17 6.0 185.17 221.33 5.0 1.33 1.0 77.0 49.0 29.0 107.17 150.67 106.83 501.17 42.67 287.83 2005.67 159.83 61.17 141.17000000000004 90.5 105.0 1594.17 118.0 3280.67 792.6700000000002 808.67 781.67 1791.0 2369.83 3124.67 3144.83 77.67 219.67 384.83 851.5 532.5 201.0 123.5 17.0 1118.83 204.0 298.17 133.17000000000002 128.32999999999998 742.83 999.0 680.83 8.67 6.67 55.17 10.0 12.0 12.0 7.0 9.0
+Oxidoreductases;Acting on CH or CH2 groups;With NAD+ or NADP+ as acceptor;4-hydroxy-tetrahydrodipicolinate reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.17.1.8 EC:1.17.1.8 207636.7 4415.67 3616.17 2956.33 4714.5 5009.67 3797.33 3491.83 4108.5 6291.67 880.3 2994.17 1051.13 11262.7 2307.33 3871.9 7090.5 6056.0 6466.0 852.67 4622.17 4282.83 2200.67 5327.17 3168.33 2807.67 320.3300000000001 81.17 252.17 681.0 255.5 2699.17 188.0 7931.17 1707.67 1767.67 1732.17 4475.0 7739.83 7783.17 7044.83 263.17 564.17 866.33 1811.0 929.0 476.5 352.0 49.0 1222.33 2035.0 3250.17 2234.17 1757.83 750.83 1202.0 1195.33 7066.17 4327.67 3045.17 4638.9 3141.9 6286.5 7356.0 4513.5
+Oxidoreductases;Acting on CH or CH2 groups;With a disulfide as acceptor;Ribonucleoside-diphosphate reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.17.4.1 EC:1.17.4.1 577433.7999999999 10456.68 6365.68 6063.32 10208.0 10322.68 8479.32 7320.32 8651.0 4987.68 787.6 2482.68 1724.92 5710.4 4298.32 1980.8 3827.0 12133.0 12931.0 2112.6800000000007 9788.68 8924.32 4816.68 10744.68 6632.32 5840.68 1565.3200000000004 6271.68 5163.68 1900.0 5745.0 5997.68 953.0 12863.68 11231.68 10863.68 10316.68 8695.0 13513.32 12584.68 11085.32 16589.68 16696.68 4867.32 8787.0 3708.0 7578.0 24328.0 33713.0 5203.32 17794.0 12574.68 18347.68 22721.32 3039.32 8050.0 4159.32 14522.68 8733.68 6651.68 9547.8 6424.8 12794.0 15015.0 9246.0
+Oxidoreductases;Acting on CH or CH2 groups;With a disulfide as acceptor;Ribonucleoside-triphosphate reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.17.4.2 EC:1.17.4.2 220559.7 4665.67 2468.17 2815.33 4599.5 4976.67 3879.33 3360.83 4145.5 2603.67 610.5 1684.17 737.3299999999998 5653.5 1124.33 1951.5 3582.5 6021.0 6446.0 848.67 4611.17 4262.83 1875.67 5316.17 3002.33 1008.67 432.33 5966.17 4673.17 711.0 5166.5 1291.17 240.0 4761.17 2626.67 2588.67 2473.17 3184.0 5473.83 4687.17 3931.83 3419.17 3504.17 1191.33 2169.0 999.0 1655.5 4986.0 6772.0 1325.33 4629.0 4332.17 4912.17 5510.83 760.83 1926.0 1270.33 7137.17 4340.67 3128.17 4692.5 3158.5 6320.5 7411.0 4550.5
+Oxidoreductases;Acting on CH or CH2 groups;With an iron-sulfur protein as acceptor;(E)-4-hydroxy-3-methylbut-2-enyl-diphosphate synthase (ferredoxin) https://www.genome.jp/dbget-bin/www_bget?EC:1.17.7.1 EC:1.17.7.1 64070.200000000004 2557.67 1854.67 1638.83 2561.0 2780.17 2339.33 2278.83 745.5 2538.17 383.0 1355.17 347.3300000000001 5620.0 184.33 1925.0 3519.0 49.0 48.0 110.17 155.67 78.83 451.17 42.67 458.83 13.67 179.83 61.17 131.17000000000002 59.5 69.0 159.17000000000004 109.0 3427.67 813.67 858.67 817.67 1831.0 2618.83 3160.67 3168.83 105.67 239.67 414.83 854.5 527.5 228.0 134.5 18.0 1161.83 695.0 620.1700000000002 868.17 576.33 745.83 1083.0 728.83 212.67 639.67 951.17 220.0 718.0 123.0 338.0 364.0
+Oxidoreductases;Acting on CH or CH2 groups;With an iron-sulfur protein as acceptor;(E)-4-hydroxy-3-methylbut-2-enyl-diphosphate synthase (flavodoxin) https://www.genome.jp/dbget-bin/www_bget?EC:1.17.7.3 EC:1.17.7.3 64070.200000000004 2557.67 1854.67 1638.83 2561.0 2780.17 2339.33 2278.83 745.5 2538.17 383.0 1355.17 347.3300000000001 5620.0 184.33 1925.0 3519.0 49.0 48.0 110.17 155.67 78.83 451.17 42.67 458.83 13.67 179.83 61.17 131.17000000000002 59.5 69.0 159.17000000000004 109.0 3427.67 813.67 858.67 817.67 1831.0 2618.83 3160.67 3168.83 105.67 239.67 414.83 854.5 527.5 228.0 134.5 18.0 1161.83 695.0 620.1700000000002 868.17 576.33 745.83 1083.0 728.83 212.67 639.67 951.17 220.0 718.0 123.0 338.0 364.0
+Oxidoreductases;Acting on CH or CH2 groups;With NA physiological acceptors;Epoxyqueuosine reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.17.99.6 EC:1.17.99.6 179669.2 3571.67 1092.17 1905.33 3384.0 3955.17 3073.83 2567.83 3391.5 2602.17 528.5 1469.17 490.83 5639.5 1097.83 1948.0 3480.0 5972.0 6420.5 744.17 4460.17 4227.33 1501.17 5269.67 2656.83 2906.67 407.33 3019.17 2392.17 708.5 2674.0 2668.67 208.5 1278.17 2009.67 1888.67 1854.67 754.0 2963.83 894.17 312.8300000000001 3339.67 3280.17 801.33 1271.5 762.0 1458.5 4777.5 6744.0 1306.83 4110.0 4033.17 4155.17 5005.33 758.83 1841.0 1174.83 6899.67 3746.17 2129.17 4072.5 2752.0 6147.0 7141.5 3571.0
+Oxidoreductases;Acting on iron-sulfur proteins as donors;With NAD+ or NADP+ as acceptor;Ferredoxin--NADP(+) reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.18.1.2 EC:1.18.1.2 20494.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 2532.17 374.0 1149.17 126.33 5607.0 121.33 1924.0 3439.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With NAD+ or NADP+ as acceptor;Acetaldehyde dehydrogenase (acetylating) https://www.genome.jp/dbget-bin/www_bget?EC:1.2.1.10 EC:1.2.1.10 107614.7 3701.67 798.6700000000002 2093.83 3356.5 3528.67 3107.83 2601.83 1426.5 3695.67 490.8 1242.17 234.63 5626.2 1310.83 1930.9 3475.5 14.0 28.5 107.67 150.67 98.33 202.67 30.17 345.33 112.67 294.8300000000001 3014.17 2329.17 133.0 2549.5 196.67 168.5 430.67 1916.67 1766.67 1659.17 1687.0 692.8299999999998 886.67 565.83 3274.17 3190.67 752.83 1264.0 639.5 1411.0 4847.0 6746.0 1280.33 3635.0 1967.17 4210.17 4756.83 756.83 1878.0 883.33 526.1700000000002 1238.17 1961.17 885.4 1140.9 327.5 666.5 1372.5
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With NAD+ or NADP+ as acceptor;Aspartate-semialdehyde dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.2.1.11 EC:1.2.1.11 175311.90000000002 4273.34 2365.84 2697.16 4390.5 4832.84 3682.66 3203.66 4023.0 3759.84 501.3 1666.34 713.46 5650.7 2185.66 1947.9 3574.5 6007.0 6440.0 748.84 4474.84 4214.66 1771.84 5285.84 2882.16 2818.34 433.16 116.34 265.34000000000003 642.5 197.5 2720.34 223.0 4669.84 1084.34 1074.34 1081.84 3640.0 5461.66 4716.84 3924.66 192.84 348.8400000000001 491.16 966.5 1032.5 289.5 230.5 36.0 2335.16 1893.0 3480.34 2150.34 1710.16 1491.66 2173.0 1844.16 7064.84 4322.34 2992.34 4632.9 3132.9 6277.5 7353.0 4506.5
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With NAD+ or NADP+ as acceptor;Glyceraldehyde-3-phosphate dehydrogenase (phosphorylating) https://www.genome.jp/dbget-bin/www_bget?EC:1.2.1.12 EC:1.2.1.12 232524.90000000002 4642.34 2452.34 2793.66 4645.5 4961.84 3882.16 3346.66 4134.0 3759.84 575.8 1702.34 775.96 5653.2 2206.16 1952.9 3582.5 6021.0 6452.5 852.84 4617.34 4374.16 2082.84 5313.84 3000.16 6907.34 570.6600000000002 3081.34 2545.34 843.5 2820.5 5709.84 336.5 4766.34 2986.34 2785.34 2737.84 3697.0 5696.66 4847.34 3969.66 3433.84 3512.34 1202.66 2178.5 1338.0 1673.0 4984.5 6775.0 2441.16 4660.0 4596.34 4953.34 5561.16 1502.66 2911.0 1935.16 7150.84 4339.84 3120.34 4699.4 3168.9 6329.5 7422.5 4551.5
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With NAD+ or NADP+ as acceptor;Succinate-semialdehyde dehydrogenase (NAD(P)(+)) https://www.genome.jp/dbget-bin/www_bget?EC:1.2.1.16 EC:1.2.1.16 127023.7 1861.67 1762.17 1321.33 2140.5 2226.67 1461.33 1215.83 3363.5 65.67 90.5 484.17 554.3299999999998 35.5 902.33 21.5 132.5 6007.0 6415.0 742.67 4465.17 4167.83 1680.67 5285.17 2710.33 809.67 275.33000000000004 68.17 180.17 583.0 148.5 1180.17 142.0 4495.17 813.67 882.67 860.1700000000002 3098.0 5046.83 4569.17 3871.83 152.17000000000004 322.17 450.33 954.0 706.0 243.5 217.0 27.0 1176.33 1371.0 2894.17 1380.17 1215.83 746.83 1104.0 1131.33 6851.17 3688.67 2095.17 4414.5 2419.5 6160.5 7014.0 4150.5
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With NAD+ or NADP+ as acceptor;Malonate-semialdehyde dehydrogenase (acetylating) https://www.genome.jp/dbget-bin/www_bget?EC:1.2.1.18 EC:1.2.1.18 107124.0 937.0 1653.0 696.0 1238.0 1412.0 771.0 734.0 2707.0 64.0 82.0 442.0 514.0 27.0 895.0 19.0 107.0 6007.0 6415.0 741.0 4460.0 4164.0 1669.0 5283.0 2654.0 799.0 137.0 19.0 109.0 577.0 145.0 1093.0 69.0 4296.0 710.0 821.0 813.0 1492.0 4758.0 3794.0 3364.0 141.0 312.0 435.0 901.0 358.0 235.0 134.0 17.0 45.0 994.0 2365.0 701.0 754.0 4.0 48.0 387.0 6611.0 3101.0 1158.0 3802.0 2019.0 5993.0 6744.0 3178.0
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With NAD+ or NADP+ as acceptor;Glutarate-semialdehyde dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.2.1.20 EC:1.2.1.20 127023.7 1861.67 1762.17 1321.33 2140.5 2226.67 1461.33 1215.83 3363.5 65.67 90.5 484.17 554.3299999999998 35.5 902.33 21.5 132.5 6007.0 6415.0 742.67 4465.17 4167.83 1680.67 5285.17 2710.33 809.67 275.33000000000004 68.17 180.17 583.0 148.5 1180.17 142.0 4495.17 813.67 882.67 860.1700000000002 3098.0 5046.83 4569.17 3871.83 152.17000000000004 322.17 450.33 954.0 706.0 243.5 217.0 27.0 1176.33 1371.0 2894.17 1380.17 1215.83 746.83 1104.0 1131.33 6851.17 3688.67 2095.17 4414.5 2419.5 6160.5 7014.0 4150.5
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With NAD+ or NADP+ as acceptor;Methylmalonate-semialdehyde dehydrogenase (CoA acylating) https://www.genome.jp/dbget-bin/www_bget?EC:1.2.1.27 EC:1.2.1.27 107124.0 937.0 1653.0 696.0 1238.0 1412.0 771.0 734.0 2707.0 64.0 82.0 442.0 514.0 27.0 895.0 19.0 107.0 6007.0 6415.0 741.0 4460.0 4164.0 1669.0 5283.0 2654.0 799.0 137.0 19.0 109.0 577.0 145.0 1093.0 69.0 4296.0 710.0 821.0 813.0 1492.0 4758.0 3794.0 3364.0 141.0 312.0 435.0 901.0 358.0 235.0 134.0 17.0 45.0 994.0 2365.0 701.0 754.0 4.0 48.0 387.0 6611.0 3101.0 1158.0 3802.0 2019.0 5993.0 6744.0 3178.0
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With NAD+ or NADP+ as acceptor;Aldehyde dehydrogenase (NAD(+)) https://www.genome.jp/dbget-bin/www_bget?EC:1.2.1.3 EC:1.2.1.3 98447.20000000001 794.67 402.67 436.83 946.0 1247.17 656.33 449.83 2621.5 64.17 79.0 275.17 320.33 22.0 894.33 21.0 30.0 5958.0 6395.0 639.17 4316.67 4169.83 1380.17 5241.67 2367.83 4799.67 251.83 54.17 146.17000000000004 624.5 169.0 4004.17 122.0 1058.67 306.67 239.67 322.67 689.0 2639.83 837.67 265.83 82.67 102.67 67.83 64.5 479.5 64.0 14.5 12.0 1157.83 852.0 2595.17 631.17 714.33 744.83 1019.0 1035.83 6617.67 3095.67 1105.17 3804.0 2016.0 5990.0 6749.0 3171.0
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With NAD+ or NADP+ as acceptor;N-acetyl-gamma-glutamyl-phosphate reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.2.1.38 EC:1.2.1.38 167784.7 4269.67 2365.17 2693.33 4387.5 4829.67 3679.33 3198.83 4022.5 2603.67 469.5 1666.17 698.3299999999998 5650.5 1085.33 1947.5 3574.5 6007.0 6440.0 747.67 4474.17 4213.83 1770.67 5285.17 2881.33 2807.67 297.3300000000001 68.17 194.17 638.0 194.5 2635.17 151.0 4666.17 1054.67 1044.67 1056.17 3170.0 5455.83 4715.17 3917.83 192.17 348.17 488.33 965.0 719.0 286.5 230.0 36.0 1219.33 1862.0 3216.17 2129.17 1671.83 749.83 1188.0 1179.33 7063.17 4321.67 2991.17 4632.5 3131.5 6277.5 7353.0 4505.5
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With NAD+ or NADP+ as acceptor;Aldehyde dehydrogenase (NADP(+)) https://www.genome.jp/dbget-bin/www_bget?EC:1.2.1.4 EC:1.2.1.4 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With NAD+ or NADP+ as acceptor;Glutamate-5-semialdehyde dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.2.1.41 EC:1.2.1.41 175910.7 4296.67 2381.67 2718.83 4392.5 4865.67 3679.83 3223.83 4034.5 2603.67 539.0 1666.17 701.8299999999998 5651.0 1103.83 1949.5 3574.5 6007.0 6442.5 747.67 4474.67 4214.33 1774.67 5288.17 2884.33 2904.67 297.8300000000001 3001.17 2429.17 639.0 2666.5 2636.67 153.5 4700.67 1054.67 1045.67 1057.17 3175.0 5478.83 4721.67 3919.83 196.17 349.67 491.83 969.0 720.5 296.0 235.0 45.0 1219.33 1862.0 3216.17 2130.17 1671.83 749.83 1188.0 1179.33 7063.17 4323.17 3000.17 4638.0 3131.5 6277.5 7353.5 4505.5
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With NAD+ or NADP+ as acceptor;Long-chain-fatty-acyl-CoA reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.2.1.50 EC:1.2.1.50 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With NAD+ or NADP+ as acceptor;Coniferyl-aldehyde dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.2.1.68 EC:1.2.1.68 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With NAD+ or NADP+ as acceptor;Glutamyl-tRNA reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.2.1.70 EC:1.2.1.70 131806.2 940.67 1653.67 699.8299999999998 1257.0 1421.17 774.33 740.8299999999998 2707.5 2596.17 457.0 1597.17 649.3299999999998 5634.0 1016.33 1944.0 3546.0 6007.0 6418.0 743.17 4462.67 4201.83 1740.17 5283.67 2654.83 2804.67 273.83000000000004 67.17 192.17 624.5 189.0 2623.17 150.0 4311.67 849.6700000000002 906.67 918.67 1978.0 4843.83 3850.67 3381.83 147.67000000000004 315.67 441.83 906.5 680.5 246.0 135.5 21.0 1160.83 1025.0 2629.17 729.17 796.33 745.83 1033.0 1051.83 6616.67 3101.67 1159.17 3806.0 2022.0 5996.0 6748.0 3179.0
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With NAD+ or NADP+ as acceptor;Succinylglutamate-semialdehyde dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.2.1.71 EC:1.2.1.71 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With NAD+ or NADP+ as acceptor;Erythrose-4-phosphate dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.2.1.72 EC:1.2.1.72 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With NAD+ or NADP+ as acceptor;Succinate-semialdehyde dehydrogenase (NADP(+)) https://www.genome.jp/dbget-bin/www_bget?EC:1.2.1.79 EC:1.2.1.79 127023.7 1861.67 1762.17 1321.33 2140.5 2226.67 1461.33 1215.83 3363.5 65.67 90.5 484.17 554.3299999999998 35.5 902.33 21.5 132.5 6007.0 6415.0 742.67 4465.17 4167.83 1680.67 5285.17 2710.33 809.67 275.33000000000004 68.17 180.17 583.0 148.5 1180.17 142.0 4495.17 813.67 882.67 860.1700000000002 3098.0 5046.83 4569.17 3871.83 152.17000000000004 322.17 450.33 954.0 706.0 243.5 217.0 27.0 1176.33 1371.0 2894.17 1380.17 1215.83 746.83 1104.0 1131.33 6851.17 3688.67 2095.17 4414.5 2419.5 6160.5 7014.0 4150.5
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With NAD+ or NADP+ as acceptor;Propanal dehydrogenase (CoA-propanoylating) https://www.genome.jp/dbget-bin/www_bget?EC:1.2.1.87 EC:1.2.1.87 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With NAD+ or NADP+ as acceptor;L-glutamate gamma-semialdehyde dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.2.1.88 EC:1.2.1.88 36907.4 153.34 1252.34 270.66 349.0 192.34 124.66 304.66 87.0 0.34 6.0 185.34 221.66 5.0 1.66 1.0 77.0 49.0 29.0 108.34 151.34 107.66 502.34 43.34 288.66 2016.34 295.66 109.34 212.34 95.0 108.0 1679.34 190.0 3284.34 822.34 838.34 807.34 2261.0 2375.66 3126.34 3151.66 78.34 220.34 387.66 853.0 846.0 204.0 124.0 17.0 2234.66 235.0 562.34 154.34 166.66 1484.66 1984.0 1345.66 10.34 7.34 56.34 10.0 12.0 12.0 7.0 10.0
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With NAD+ or NADP+ as acceptor;Glyceraldehyde-3-phosphate dehydrogenase (NADP(+)) https://www.genome.jp/dbget-bin/www_bget?EC:1.2.1.9 EC:1.2.1.9 25489.0 2408.0 603.0 1372.0 2247.0 2603.0 2218.0 1983.0 659.0 6.0 5.0 33.0 18.0 8.0 62.0 2.0 3.0 0.0 25.0 5.0 9.0 46.0 90.0 0.0 171.0 1998.0 22.0 0.0 14.0 55.0 46.0 1455.0 9.0 171.0 241.0 162.0 196.0 72.0 409.0 146.0 46.0 40.0 26.0 38.0 11.0 13.0 43.0 13.0 9.0 43.0 491.0 322.0 749.0 456.0 3.0 84.0 48.0 212.0 633.0 896.0 218.0 712.0 117.0 339.0 355.0
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With oxygen as acceptor;Pyruvate oxidase https://www.genome.jp/dbget-bin/www_bget?EC:1.2.3.3 EC:1.2.3.3 191379.5 2423.0 667.0 1222.0 2251.5 2241.5 1738.5 1171.0 3487.0 1221.5 192.8 353.0 442.3 35.2 2023.5 25.9 71.5 5986.0 6399.5 840.5 4593.0 4268.5 1587.5 5295.5 2655.5 900.0 387.0 3004.0 2328.0 764.5 2694.5 1228.5 221.5 1337.0 3495.0 3327.0 3149.5 1368.0 2884.0 1534.0 782.0 6534.5 6419.0 1473.0 2510.5 756.0 2776.0 9593.5 13467.0 269.5 6701.0 4828.0 6831.0 8777.5 26.0 1581.0 632.5 7002.5 3715.5 2287.0 4520.4 2471.9 6243.5 7133.5 4231.5
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With a disulfide as acceptor;Pyruvate dehydrogenase (acetyl-transferring) https://www.genome.jp/dbget-bin/www_bget?EC:1.2.4.1 EC:1.2.4.1 466964.2 14235.67 7359.67 8582.83 14007.0 15264.17 12308.33 10925.83 9670.5 2467.17 412.6 1315.17 1492.9299999999996 113.4 4294.33 55.8 370.0 12091.0 12963.0 1811.17 9386.67 8684.83 4352.17 10667.67 6626.83 5808.67 794.83 6031.17 4891.17 1568.5 5539.0 5468.17 458.0 13056.67 6358.67 6192.67 5986.67 7337.0 13997.83 12719.67 11071.83 6980.67 7272.67 2826.83 5196.5 1917.5 3565.0 10109.5 13557.0 1623.83 10382.0 9078.17 11404.17 11981.33 786.83 3049.0 1987.83 14699.67 9949.67 8083.17 9816.8 7752.8 12884.0 15502.0 9818.0
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With a disulfide as acceptor;Oxoglutarate dehydrogenase (succinyl-transferring) https://www.genome.jp/dbget-bin/www_bget?EC:1.2.4.2 EC:1.2.4.2 31685.200000000004 149.67 1251.67 266.83 346.0 189.17 121.33 299.83 86.5 0.17 6.0 185.17 221.33 5.0 1.33 1.0 77.0 49.0 29.0 107.17 150.67 106.83 501.17 42.67 287.83 2005.67 159.83 61.17 141.17000000000004 90.5 105.0 1594.17 118.0 3280.67 792.6700000000002 808.67 781.67 1791.0 2369.83 3124.67 3144.83 77.67 219.67 384.83 851.5 532.5 201.0 123.5 17.0 1118.83 204.0 298.17 133.17000000000002 128.32999999999998 742.83 999.0 680.83 8.67 6.67 55.17 10.0 12.0 12.0 7.0 9.0
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With a disulfide as acceptor;3-methyl-2-oxobutanoate dehydrogenase (2-methylpropanoyl-transferring) https://www.genome.jp/dbget-bin/www_bget?EC:1.2.4.4 EC:1.2.4.4 173886.0 1582.0 804.0 866.0 1838.0 2470.0 1306.0 884.0 5242.0 128.0 155.0 532.0 613.0 44.0 1788.0 39.0 60.0 11916.0 12781.0 1273.0 8626.0 8227.0 2548.0 10482.0 4734.0 3593.0 229.0 12.0 114.0 1111.0 209.0 3503.0 73.0 2074.0 224.0 252.0 354.0 390.0 5028.0 1507.0 485.0 146.0 195.0 118.0 114.0 305.0 98.0 25.0 12.0 84.0 1642.0 4662.0 1199.0 1340.0 6.0 68.0 742.0 13220.0 6190.0 2208.0 7596.0 4023.0 11971.0 13486.0 6340.0
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With a quinone or similar compound as acceptor;Pyruvate dehydrogenase (quinone) https://www.genome.jp/dbget-bin/www_bget?EC:1.2.5.1 EC:1.2.5.1 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With an iron-sulfur protein as acceptor;Pyruvate synthase https://www.genome.jp/dbget-bin/www_bget?EC:1.2.7.1 EC:1.2.7.1 92690.40000000001 2588.34 1871.84 1668.16 2569.0 2819.34 2343.16 2308.66 758.0 5070.34 826.5 2504.34 477.16 11227.5 324.16 3851.0 6958.0 49.0 50.5 111.34 156.84 80.16 456.34 46.34 462.66 121.34 316.16 3042.34 2437.34 65.0 2544.0 245.84 183.5 3465.84 843.34 889.34 844.34 2306.0 2647.66 3168.84 3177.66 110.34 241.84 421.16 860.0 842.5 240.5 140.0 27.0 2277.66 726.0 884.34 890.34 614.66 1487.66 2068.0 1393.66 214.34 641.84 961.34 225.5 718.0 123.0 338.5 365.0
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With an iron-sulfur protein as acceptor;2-oxoacid oxidoreductase (ferredoxin) https://www.genome.jp/dbget-bin/www_bget?EC:1.2.7.11 EC:1.2.7.11 105638.0 292.0 2502.0 526.0 654.0 360.0 236.0 586.0 172.0 10128.0 1506.0 4954.0 928.0 22438.0 486.0 7696.0 13910.0 98.0 52.0 210.0 296.0 138.0 860.0 84.0 574.0 0.0 46.0 26.0 116.0 86.0 122.0 128.0 74.0 6530.0 1306.0 1446.0 1352.0 2610.0 4568.0 6136.0 6254.0 142.0 432.0 756.0 1692.0 420.0 380.0 244.0 26.0 6.0 346.0 68.0 210.0 172.0 2.0 28.0 32.0 6.0 12.0 108.0 12.0 18.0 18.0 6.0 16.0
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With an iron-sulfur protein as acceptor;2-oxoglutarate synthase https://www.genome.jp/dbget-bin/www_bget?EC:1.2.7.3 EC:1.2.7.3 136182.0 292.0 2502.0 526.0 654.0 360.0 236.0 586.0 172.0 15192.0 2254.0 7252.0 1180.0 33652.0 728.0 11544.0 20788.0 98.0 52.0 210.0 296.0 138.0 860.0 84.0 574.0 0.0 46.0 26.0 116.0 86.0 122.0 128.0 74.0 6530.0 1306.0 1446.0 1352.0 2610.0 4568.0 6136.0 6254.0 142.0 432.0 756.0 1692.0 420.0 380.0 244.0 26.0 6.0 346.0 68.0 210.0 172.0 2.0 28.0 32.0 6.0 12.0 108.0 12.0 18.0 18.0 6.0 16.0
+Oxidoreductases;Acting on the aldehyde or oxo group of donors;With an iron-sulfur protein as acceptor;Indolepyruvate ferredoxin oxidoreductase https://www.genome.jp/dbget-bin/www_bget?EC:1.2.7.8 EC:1.2.7.8 30544.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5064.0 748.0 2298.0 252.0 11214.0 242.0 3848.0 6878.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Oxidoreductases;Acting on phosphorus or arsenic in donors;With disulfide as acceptor;Arsenate reductase (glutaredoxin) https://www.genome.jp/dbget-bin/www_bget?EC:1.20.4.1 EC:1.20.4.1 262513.89999999997 4972.34 1549.84 2918.16 5016.5 5968.84 4218.66 3405.66 6582.0 3823.84 714.3 1762.34 828.4599999999998 5668.7 3115.66 1972.9 3527.5 11916.0 12814.0 1281.84 8643.84 8315.66 2728.84 10490.84 4968.16 7801.34 527.1600000000002 5975.34 4752.34 1221.5 5246.5 6578.34 241.0 2528.84 708.34 563.34 704.84 2564.0 5857.66 2497.84 1060.66 211.84 237.84 185.16 191.5 991.5 179.5 132.5 53.0 2374.16 2541.0 5777.34 2657.34 2300.16 1493.66 2193.0 2199.16 13677.84 7414.34 4060.34 8441.9 5139.9 12258.5 14100.0 7668.5
+Oxidoreductases;Catalysing the reaction X-H + Y-H = X-Y;With a disulfide as acceptor;Glycine reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.21.4.2 EC:1.21.4.2 48837.0 369.0 86.5 96.5 223.0 117.0 199.5 139.0 111.0 0.0 72.5 24.0 44.5 2.5 20.5 3.0 8.0 14.0 6.5 102.0 138.5 85.5 171.0 28.0 118.0 99.0 135.5 2965.0 2256.0 115.0 2541.0 99.5 95.5 72.5 1682.0 1599.0 1496.0 25.0 75.0 20.5 23.0 3229.0 3157.5 703.5 1204.0 287.5 1367.5 4752.0 6731.0 106.0 2767.0 1116.0 2789.0 3843.0 11.0 738.0 91.0 78.0 17.5 128.0 58.5 30.0 46.0 61.5 45.0
+Oxidoreductases;Acting on the CH-CH group of donors;With NAD+ or NADP+ as acceptor;Enoyl-[acyl-carrier-protein] reductase (NADPH, Si-specific) https://www.genome.jp/dbget-bin/www_bget?EC:1.3.1.10 EC:1.3.1.10 155961.0 1306.0 1739.5 792.5 1461.0 1529.0 970.5 873.0 2818.0 64.0 154.5 466.0 558.5 29.5 915.5 22.0 115.0 6021.0 6421.5 843.0 4598.5 4249.5 1840.0 5311.0 2772.0 898.0 272.5 2984.0 2365.0 692.0 2686.0 1192.5 164.5 4368.5 2392.0 2420.0 2309.0 1517.0 4833.0 3814.5 3387.0 3370.0 3469.5 1138.5 2105.0 645.5 1602.5 4886.0 6748.0 151.0 3761.0 3481.0 3490.0 4597.0 15.0 786.0 478.0 6689.0 3118.5 1286.0 3860.5 2049.0 6039.0 6805.5 3223.0
+Oxidoreductases;Acting on the CH-CH group of donors;With NAD+ or NADP+ as acceptor;Enoyl-[acyl-carrier-protein] reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.3.1.104 EC:1.3.1.104 84849.0 791.0 402.0 433.0 911.0 1232.0 653.0 441.0 2621.0 64.0 77.0 263.0 302.0 22.0 894.0 19.0 30.0 5958.0 6389.0 636.0 4312.0 4095.0 1239.0 5241.0 2367.0 799.0 114.0 6.0 51.0 534.0 84.0 1029.0 32.0 1031.0 57.0 98.0 137.0 187.0 2474.0 726.0 237.0 70.0 96.0 57.0 55.0 148.0 45.0 12.0 4.0 42.0 821.0 2331.0 596.0 668.0 3.0 34.0 371.0 6608.0 3095.0 1104.0 3796.0 2010.0 5984.0 6741.0 3170.0
+Oxidoreductases;Acting on the CH-CH group of donors;With NAD+ or NADP+ as acceptor;Cobalt-precorrin-6A reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.3.1.106 EC:1.3.1.106 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Oxidoreductases;Acting on the CH-CH group of donors;With NAD+ or NADP+ as acceptor;Prephenate dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.3.1.12 EC:1.3.1.12 167784.7 4269.67 2365.17 2693.33 4387.5 4829.67 3679.33 3198.83 4022.5 2603.67 469.5 1666.17 698.3299999999998 5650.5 1085.33 1947.5 3574.5 6007.0 6440.0 747.67 4474.17 4213.83 1770.67 5285.17 2881.33 2807.67 297.3300000000001 68.17 194.17 638.0 194.5 2635.17 151.0 4666.17 1054.67 1044.67 1056.17 3170.0 5455.83 4715.17 3917.83 192.17 348.17 488.33 965.0 719.0 286.5 230.0 36.0 1219.33 1862.0 3216.17 2129.17 1671.83 749.83 1188.0 1179.33 7063.17 4321.67 2991.17 4632.5 3131.5 6277.5 7353.0 4505.5
+Oxidoreductases;Acting on the CH-CH group of donors;With NAD+ or NADP+ as acceptor;Dihydroorotate dehydrogenase (NAD(+)) https://www.genome.jp/dbget-bin/www_bget?EC:1.3.1.14 EC:1.3.1.14 207211.5 4635.0 2451.0 2786.0 4591.5 4937.5 3875.5 3331.0 4133.0 2603.5 541.0 1684.0 733.5 5653.0 1105.5 1949.5 3582.5 6021.0 6443.5 847.5 4610.0 4261.5 1870.5 5312.5 2998.5 901.0 296.0 2985.0 2367.0 705.5 2691.5 1204.5 165.5 4723.0 2597.0 2558.0 2446.5 2709.0 5445.0 4679.0 3923.0 3414.5 3502.0 1185.0 2163.5 684.0 1643.0 4980.5 6763.0 209.5 4598.0 4068.0 4890.0 5472.5 19.0 941.0 605.5 7135.5 4338.5 3118.0 4687.0 3158.5 6320.5 7410.5 4549.5
+Oxidoreductases;Acting on the CH-CH group of donors;With NAD+ or NADP+ as acceptor;3-oxo-5-alpha-steroid 4-dehydrogenase (NADP(+)) https://www.genome.jp/dbget-bin/www_bget?EC:1.3.1.22 EC:1.3.1.22 8126.0 27.0 16.5 25.5 5.0 36.0 0.5 25.0 12.0 0.0 69.5 0.0 3.5 0.5 18.5 2.0 0.0 0.0 2.5 0.0 0.5 0.5 4.0 3.0 3.0 97.0 0.5 2933.0 2235.0 1.0 2472.0 1.5 2.5 34.5 0.0 1.0 1.0 5.0 23.0 6.5 2.0 4.0 1.5 3.5 4.0 1.5 9.5 5.0 9.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 1.5 9.0 5.5 0.0 0.0 0.5 0.0
+Oxidoreductases;Acting on the CH-CH group of donors;With NAD+ or NADP+ as acceptor;2-enoate reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.3.1.31 EC:1.3.1.31 27497.2 149.67 1251.67 266.83 330.0 183.17 121.33 297.83 86.5 0.17 5.0 179.17 212.33 5.0 1.33 0.0 77.0 49.0 26.0 106.17 148.67 69.83 431.17 42.67 287.83 10.67 158.83 61.17 129.17000000000002 47.5 64.0 149.17000000000004 109.0 3268.67 682.67 752.67 701.67 1775.0 2289.83 3069.67 3133.83 71.67 216.67 380.83 847.5 523.5 193.0 122.5 13.0 1118.83 204.0 298.17 126.17 124.33 742.83 999.0 680.83 4.67 6.67 55.17 6.0 9.0 9.0 3.0 9.0
+Oxidoreductases;Acting on the CH-CH group of donors;With NAD+ or NADP+ as acceptor;2,4-dienoyl-CoA reductase (NADPH) https://www.genome.jp/dbget-bin/www_bget?EC:1.3.1.34 EC:1.3.1.34 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Oxidoreductases;Acting on the CH-CH group of donors;With NAD+ or NADP+ as acceptor;Trans-2-enoyl-CoA reductase (NAD(+)) https://www.genome.jp/dbget-bin/www_bget?EC:1.3.1.44 EC:1.3.1.44 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Oxidoreductases;Acting on the CH-CH group of donors;With NAD+ or NADP+ as acceptor;Precorrin-6A reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.3.1.54 EC:1.3.1.54 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Oxidoreductases;Acting on the CH-CH group of donors;With NAD+ or NADP+ as acceptor;Precorrin-2 dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.3.1.76 EC:1.3.1.76 35126.6 11.01 2.01 11.49 25.0 15.51 9.99 16.490000000000002 1.5 2532.51 375.0 1155.51 135.99 5607.0 121.99 1925.0 3439.0 0.0 3.0 4.51 4.01 39.49 73.51 2.01 2.49 2027.01 408.49 144.51 225.51 56.5 50.0 1700.51 225.0 23.01 199.01 145.01 157.01 1426.0 97.49 60.01 31.49 8.01 5.01 12.49 8.5 949.5 17.0 2.5 4.0 3347.49 93.0 792.51 70.51 118.99 2225.49 2955.0 1994.49 9.01 2.01 3.51 4.0 3.0 3.0 4.0 3.0
+Oxidoreductases;Acting on the CH-CH group of donors;With NAD+ or NADP+ as acceptor;Enoyl-[acyl-carrier-protein] reductase (NADH) https://www.genome.jp/dbget-bin/www_bget?EC:1.3.1.9 EC:1.3.1.9 223114.69999999998 4638.67 2451.67 2789.83 4626.5 4952.67 3878.83 3339.83 4133.5 3759.67 574.8 1696.17 766.6299999999999 5653.2 2205.83 1951.9 3582.5 6021.0 6449.5 850.67 4614.67 4336.33 2011.67 5313.17 2999.33 4901.67 433.83 3033.17 2462.17 796.0 2776.5 4179.67 255.5 4750.67 2846.67 2699.67 2632.17 3211.0 5610.83 4790.67 3951.83 3427.17 3508.67 1195.83 2173.0 1015.5 1662.0 4983.0 6771.0 1325.33 4629.0 4332.17 4925.17 5518.83 760.83 1926.0 1270.33 7145.17 4339.17 3119.17 4695.4 3165.9 6326.5 7418.5 4550.5
+Oxidoreductases;Acting on the CH-CH group of donors;With NAD+ or NADP+ as acceptor;UDP-N-acetylmuramate dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.3.1.98 EC:1.3.1.98 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Oxidoreductases;Acting on the CH-CH group of donors;With oxygen as acceptor;Coproporphyrinogen oxidase https://www.genome.jp/dbget-bin/www_bget?EC:1.3.3.3 EC:1.3.3.3 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Oxidoreductases;Acting on the CH-CH group of donors;With oxygen as acceptor;Protoporphyrinogen oxidase https://www.genome.jp/dbget-bin/www_bget?EC:1.3.3.4 EC:1.3.3.4 129399.0 1083.0 2904.0 959.0 1565.0 1592.0 889.0 1027.0 2793.0 64.0 87.0 621.0 726.0 32.0 896.0 19.0 184.0 6056.0 6441.0 846.0 4608.0 4233.0 2099.0 5325.0 2941.0 799.0 160.0 32.0 167.0 620.0 206.0 1157.0 106.0 7561.0 1363.0 1544.0 1489.0 2797.0 7042.0 6862.0 6491.0 212.0 528.0 813.0 1747.0 568.0 425.0 256.0 30.0 48.0 1167.0 2399.0 806.0 840.0 5.0 62.0 403.0 6614.0 3107.0 1212.0 3808.0 2028.0 6002.0 6747.0 3186.0
+Oxidoreductases;Acting on the CH-CH group of donors;With a quinone or related compound as acceptor;Succinate dehydrogenase (quinone) https://www.genome.jp/dbget-bin/www_bget?EC:1.3.5.1 EC:1.3.5.1 123192.40000000001 591.34 5005.34 1059.66 1346.0 738.34 478.66 1185.66 345.0 2532.34 396.0 1877.34 992.66 5627.0 125.66 1926.0 3747.0 196.0 110.0 424.34 597.34 351.66 1862.34 169.34 1149.66 4011.34 365.66 148.34 398.34 267.0 332.0 3316.34 310.0 13091.34 2891.34 3063.34 2915.34 6192.0 9307.66 12385.34 12543.66 297.34 871.34 1525.66 3395.0 1485.0 782.0 491.0 60.0 2243.66 754.0 664.34 476.34 428.66 1487.66 2026.0 1393.66 23.34 25.34 218.34 32.0 42.0 42.0 20.0 34.0
+Oxidoreductases;Acting on the CH-CH group of donors;With a quinone or related compound as acceptor;Dihydroorotate dehydrogenase (quinone) https://www.genome.jp/dbget-bin/www_bget?EC:1.3.5.2 EC:1.3.5.2 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Oxidoreductases;Acting on the CH-CH group of donors;With a quinone or related compound as acceptor;Protoporphyrinogen IX dehydrogenase (menaquinone) https://www.genome.jp/dbget-bin/www_bget?EC:1.3.5.3 EC:1.3.5.3 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Oxidoreductases;Acting on the CH-CH group of donors;With a quinone or related compound as acceptor;Fumarate reductase (quinol) https://www.genome.jp/dbget-bin/www_bget?EC:1.3.5.4 EC:1.3.5.4 163063.80000000002 3033.68 5626.18 2464.82 3588.0 3377.68 2703.82 3201.32 1017.0 2538.68 469.5 1904.68 1005.82 5635.5 206.82 1929.0 3750.0 196.0 134.5 430.68 606.18 362.82 1888.68 173.68 1325.32 4132.68 658.82 3177.68 2777.6800000000007 289.0 2815.0 3498.18 456.5 13292.18 3081.68 3229.68 3083.68 7193.0 9671.32 12486.18 12594.32 336.68 897.18 1568.82 3409.0 2117.5 832.5 509.0 74.0 4518.32 1307.0 1514.68 1261.68 957.32 2974.32 4080.0 2771.32 234.68 661.18 1125.68 251.5 751.0 156.0 355.5 391.0
+Oxidoreductases;Acting on the CH-CH group of donors;With a flavin as acceptor;Short-chain acyl-CoA dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.3.8.1 EC:1.3.8.1 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Oxidoreductases;Acting on the CH-CH group of donors;With a flavin as acceptor;Glutaryl-CoA dehydrogenase (ETF) https://www.genome.jp/dbget-bin/www_bget?EC:1.3.8.6 EC:1.3.8.6 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Oxidoreductases;Acting on the CH-CH group of donors;With other, known, physiological acceptors;Dihydroorotate oxidase (fumarate) https://www.genome.jp/dbget-bin/www_bget?EC:1.3.98.1 EC:1.3.98.1 109395.5 3844.0 2049.0 2353.0 3680.5 3705.5 3222.5 2890.0 1512.0 1163.5 121.8 272.0 320.3 24.2 1190.5 6.9 113.5 63.0 54.5 211.5 298.0 166.5 631.5 71.5 631.5 102.0 182.0 2979.0 2316.0 171.5 2607.5 175.5 133.5 3692.0 2540.0 2460.0 2309.5 2522.0 2971.0 3953.0 3686.0 3344.5 3406.0 1128.0 2108.5 536.0 1598.0 4968.5 6759.0 167.5 3777.0 1737.0 4294.0 4804.5 16.0 907.0 234.5 527.5 1243.5 2014.0 891.4 1149.9 336.5 669.5 1379.5
+Oxidoreductases;Acting on the CH-CH group of donors;With NA physiological acceptors;All-trans-zeta-carotene desaturase https://www.genome.jp/dbget-bin/www_bget?EC:1.3.99.26 EC:1.3.99.26 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Oxidoreductases;Acting on the CH-CH group of donors;With NA physiological acceptors;Phytoene desaturase (neurosporene-forming) https://www.genome.jp/dbget-bin/www_bget?EC:1.3.99.28 EC:1.3.99.28 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Oxidoreductases;Acting on the CH-CH group of donors;With NA physiological acceptors;Phytoene desaturase (zeta-carotene-forming) https://www.genome.jp/dbget-bin/www_bget?EC:1.3.99.29 EC:1.3.99.29 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Oxidoreductases;Acting on the CH-CH group of donors;With NA physiological acceptors;Phytoene desaturase (lycopene-forming) https://www.genome.jp/dbget-bin/www_bget?EC:1.3.99.31 EC:1.3.99.31 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Oxidoreductases;Acting on the CH-NH2 group of donors;With NAD+ or NADP+ as acceptor;Alanine dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.4.1.1 EC:1.4.1.1 172597.40000000002 1171.34 2954.84 1043.16 1618.0 1718.34 897.16 1115.66 2830.0 64.34 297.5 633.3399999999998 755.1600000000002 33.5 952.16 27.0 184.0 6056.0 6454.5 850.34 4614.84 4310.16 2253.34 5335.34 2951.66 5101.34 435.16 8927.34 7038.34 718.0 7710.0 4221.84 275.5 7695.84 1642.34 1718.34 1703.34 3784.0 7282.66 6994.84 6532.66 237.34 539.84 837.16 1770.0 1217.5 475.5 274.0 65.0 2279.66 1229.0 2927.34 865.34 924.66 1488.66 2032.0 1732.66 6625.34 3112.84 1241.34 3832.5 2034.0 6008.0 6756.5 3188.0
+Oxidoreductases;Acting on the CH-NH2 group of donors;With NAD+ or NADP+ as acceptor;Glutamate synthase (NADPH) https://www.genome.jp/dbget-bin/www_bget?EC:1.4.1.13 EC:1.4.1.13 127500.80000000002 5122.68 3710.68 3285.32 5144.0 5572.68 4685.32 4569.32 1492.0 2544.68 393.0 1567.68 578.3199999999998 5633.0 248.32 1927.0 3599.0 98.0 99.0 223.68 314.68 196.32 974.68 86.68 919.32 2043.68 632.32 218.68 416.68 171.0 185.0 1933.68 371.0 6874.68 1796.68 1832.68 1766.68 4618.0 5329.32 6379.68 6362.32 218.68 483.68 839.32 1716.0 1691.0 470.0 271.0 40.0 4555.32 1452.0 1768.68 1785.68 1233.32 2975.32 4136.0 2787.32 432.68 1280.68 1904.68 444.0 1439.0 249.0 680.0 730.0
+Oxidoreductases;Acting on the CH-NH2 group of donors;With NAD+ or NADP+ as acceptor;Glutamate synthase (NADH) https://www.genome.jp/dbget-bin/www_bget?EC:1.4.1.14 EC:1.4.1.14 127500.80000000002 5122.68 3710.68 3285.32 5144.0 5572.68 4685.32 4569.32 1492.0 2544.68 393.0 1567.68 578.3199999999998 5633.0 248.32 1927.0 3599.0 98.0 99.0 223.68 314.68 196.32 974.68 86.68 919.32 2043.68 632.32 218.68 416.68 171.0 185.0 1933.68 371.0 6874.68 1796.68 1832.68 1766.68 4618.0 5329.32 6379.68 6362.32 218.68 483.68 839.32 1716.0 1691.0 470.0 271.0 40.0 4555.32 1452.0 1768.68 1785.68 1233.32 2975.32 4136.0 2787.32 432.68 1280.68 1904.68 444.0 1439.0 249.0 680.0 730.0
+Oxidoreductases;Acting on the CH-NH2 group of donors;With NAD+ or NADP+ as acceptor;Glutamate dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.4.1.2 EC:1.4.1.2 27497.2 149.67 1251.67 266.83 330.0 183.17 121.33 297.83 86.5 0.17 5.0 179.17 212.33 5.0 1.33 0.0 77.0 49.0 26.0 106.17 148.67 69.83 431.17 42.67 287.83 10.67 158.83 61.17 129.17000000000002 47.5 64.0 149.17000000000004 109.0 3268.67 682.67 752.67 701.67 1775.0 2289.83 3069.67 3133.83 71.67 216.67 380.83 847.5 523.5 193.0 122.5 13.0 1118.83 204.0 298.17 126.17 124.33 742.83 999.0 680.83 4.67 6.67 55.17 6.0 9.0 9.0 3.0 9.0
+Oxidoreductases;Acting on the CH-NH2 group of donors;With NAD+ or NADP+ as acceptor;Glutamate dehydrogenase (NAD(P)(+)) https://www.genome.jp/dbget-bin/www_bget?EC:1.4.1.3 EC:1.4.1.3 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Oxidoreductases;Acting on the CH-NH2 group of donors;With NAD+ or NADP+ as acceptor;Glutamate dehydrogenase (NADP(+)) https://www.genome.jp/dbget-bin/www_bget?EC:1.4.1.4 EC:1.4.1.4 147885.0 3345.0 2256.0 2068.0 3485.0 4015.0 2989.0 2717.0 3366.0 2602.0 461.0 1624.0 658.0 5642.0 1078.0 1945.0 3549.0 6007.0 6440.0 746.0 4469.0 4210.0 1759.0 5283.0 2825.0 2797.0 159.0 19.0 123.0 632.0 191.0 2548.0 78.0 4467.0 951.0 983.0 1009.0 1564.0 5167.0 3940.0 3410.0 181.0 338.0 473.0 912.0 371.0 278.0 147.0 26.0 88.0 1485.0 2687.0 1450.0 1210.0 7.0 132.0 435.0 6823.0 3734.0 2054.0 4020.0 2731.0 6110.0 7083.0 3533.0
+Oxidoreductases;Acting on the CH-NH2 group of donors;With NAD+ or NADP+ as acceptor;Leucine dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.4.1.9 EC:1.4.1.9 89037.0 791.0 402.0 433.0 927.0 1238.0 653.0 443.0 2621.0 64.0 78.0 269.0 311.0 22.0 894.0 20.0 30.0 5958.0 6392.0 637.0 4314.0 4132.0 1309.0 5241.0 2367.0 2794.0 115.0 6.0 63.0 577.0 125.0 2474.0 41.0 1043.0 167.0 154.0 217.0 203.0 2554.0 781.0 248.0 76.0 99.0 61.0 59.0 157.0 53.0 13.0 8.0 42.0 821.0 2331.0 603.0 672.0 3.0 34.0 371.0 6612.0 3095.0 1104.0 3800.0 2013.0 5987.0 6745.0 3170.0
+Oxidoreductases;Acting on the CH-NH2 group of donors;With oxygen as acceptor;L-aspartate oxidase https://www.genome.jp/dbget-bin/www_bget?EC:1.4.3.16 EC:1.4.3.16 24682.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 2532.17 375.0 1155.17 135.33 5607.0 121.33 1925.0 3439.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Oxidoreductases;Acting on the CH-NH2 group of donors;With oxygen as acceptor;Glycine oxidase https://www.genome.jp/dbget-bin/www_bget?EC:1.4.3.19 EC:1.4.3.19 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Oxidoreductases;Acting on the CH-NH2 group of donors;With oxygen as acceptor;Primary-amine oxidase https://www.genome.jp/dbget-bin/www_bget?EC:1.4.3.21 EC:1.4.3.21 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Oxidoreductases;Acting on the CH-NH2 group of donors;With oxygen as acceptor;Monoamine oxidase https://www.genome.jp/dbget-bin/www_bget?EC:1.4.3.4 EC:1.4.3.4 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Oxidoreductases;Acting on the CH-NH2 group of donors;With oxygen as acceptor;Pyridoxal 5'-phosphate synthase https://www.genome.jp/dbget-bin/www_bget?EC:1.4.3.5 EC:1.4.3.5 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Oxidoreductases;Acting on the CH-NH2 group of donors;With a disulfide as acceptor;Glycine dehydrogenase (aminomethyl-transferring) https://www.genome.jp/dbget-bin/www_bget?EC:1.4.4.2 EC:1.4.4.2 231927.19999999998 1731.67 2055.67 1132.83 2168.0 2653.17 1427.33 1181.83 5328.5 5192.17 908.0 3009.17 1077.33 11263.0 2031.33 3887.0 7015.0 11965.0 12807.0 1379.17 8774.67 8296.83 2979.17 10524.67 5021.83 3603.67 387.83 73.17 243.17 1158.5 273.0 3652.17 182.0 5342.67 906.67 1004.67 1055.67 2165.0 7317.83 4576.67 3618.83 217.67 411.67 498.83 961.5 828.5 291.0 147.5 25.0 1202.83 1846.0 4960.17 1325.17 1464.33 748.83 1067.0 1422.83 13224.67 6196.67 2263.17 7602.0 4032.0 11980.0 13489.0 6349.0
+Oxidoreductases;Acting on the CH-NH2 group of donors;With an iron-sulfur protein as acceptor;Glutamate synthase (ferredoxin) https://www.genome.jp/dbget-bin/www_bget?EC:1.4.7.1 EC:1.4.7.1 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Oxidoreductases;Acting on the CH-NH group of donors;With NAD+ or NADP+ as acceptor;Pyrroline-5-carboxylate reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.5.1.2 EC:1.5.1.2 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Oxidoreductases;Acting on the CH-NH group of donors;With NAD+ or NADP+ as acceptor;Methylenetetrahydrofolate reductase (NAD(P)H) https://www.genome.jp/dbget-bin/www_bget?EC:1.5.1.20 EC:1.5.1.20 77713.5 3475.0 1962.5 2256.5 3473.5 3594.5 3023.0 2753.0 1401.0 2539.5 392.5 1403.0 396.0 5628.5 191.0 1928.5 3544.5 49.0 51.0 110.5 161.5 118.0 530.5 43.5 513.5 1998.0 47.5 14.0 72.0 99.5 107.5 1521.0 47.0 3631.5 968.0 917.0 893.5 2513.0 2976.0 3987.5 3674.0 121.5 251.5 428.5 908.5 257.5 238.5 217.5 32.0 61.5 1010.0 621.0 1512.0 965.5 5.0 169.0 143.5 453.5 1226.0 1886.0 836.5 1121.5 293.5 612.0 1334.5
+Oxidoreductases;Acting on the CH-NH group of donors;With NAD+ or NADP+ as acceptor;N(5)-(carboxyethyl)ornithine synthase https://www.genome.jp/dbget-bin/www_bget?EC:1.5.1.24 EC:1.5.1.24 92975.0 818.0 418.5 458.5 916.0 1268.0 653.5 466.0 2633.0 64.0 146.5 263.0 305.5 22.5 912.5 21.0 30.0 5958.0 6391.5 636.0 4312.5 4095.5 1243.0 5244.0 2370.0 896.0 114.5 2939.0 2286.0 535.0 2556.0 1030.5 34.5 1065.5 57.0 99.0 138.0 192.0 2497.0 732.5 239.0 74.0 97.5 60.5 59.0 149.5 54.5 17.0 13.0 42.0 821.0 2331.0 597.0 668.0 3.0 34.0 371.0 6608.0 3096.5 1113.0 3801.5 2010.0 5984.0 6741.5 3170.0
+Oxidoreductases;Acting on the CH-NH group of donors;With NAD+ or NADP+ as acceptor;Opine dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.5.1.28 EC:1.5.1.28 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Oxidoreductases;Acting on the CH-NH group of donors;With NAD+ or NADP+ as acceptor;Dihydrofolate reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.5.1.3 EC:1.5.1.3 203654.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 1227.67 199.8 541.1700000000002 631.6299999999999 46.2 2084.83 26.9 143.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Oxidoreductases;Acting on the CH-NH group of donors;With NAD+ or NADP+ as acceptor;6,7-dihydropteridine reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.5.1.34 EC:1.5.1.34 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Oxidoreductases;Acting on the CH-NH group of donors;With NAD+ or NADP+ as acceptor;FMN reductase (NADPH) https://www.genome.jp/dbget-bin/www_bget?EC:1.5.1.38 EC:1.5.1.38 254547.0 2373.0 1206.0 1299.0 2733.0 3696.0 1959.0 1323.0 7863.0 192.0 231.0 789.0 906.0 66.0 2682.0 57.0 90.0 17874.0 19167.0 1908.0 12936.0 12285.0 3717.0 15723.0 7101.0 2397.0 342.0 18.0 153.0 1602.0 252.0 3087.0 96.0 3093.0 171.0 294.0 411.0 561.0 7422.0 2178.0 711.0 210.0 288.0 171.0 165.0 444.0 135.0 36.0 12.0 126.0 2463.0 6993.0 1788.0 2004.0 9.0 102.0 1113.0 19824.0 9285.0 3312.0 11388.0 6030.0 17952.0 20223.0 9510.0
+Oxidoreductases;Acting on the CH-NH group of donors;With NAD+ or NADP+ as acceptor;FMN reductase (NAD(P)H) https://www.genome.jp/dbget-bin/www_bget?EC:1.5.1.39 EC:1.5.1.39 14677.5 921.0 108.5 621.5 899.5 811.5 687.0 477.0 656.0 1.5 8.5 42.0 40.0 8.5 7.0 2.5 25.5 0.0 0.0 0.5 4.5 3.0 10.5 1.5 55.5 0.0 2.5 1.0 0.0 1.5 0.5 2.0 1.0 195.5 74.0 32.0 21.5 1136.0 283.0 773.5 501.0 10.5 9.5 12.5 51.5 34.5 5.5 82.5 10.0 15.5 346.0 265.0 658.0 423.5 1.0 71.0 79.5 238.5 587.0 936.0 612.5 400.5 167.5 270.0 971.5
+Oxidoreductases;Acting on the CH-NH group of donors;With NAD+ or NADP+ as acceptor;Riboflavin reductase (NAD(P)H) https://www.genome.jp/dbget-bin/www_bget?EC:1.5.1.41 EC:1.5.1.41 10444.4 7.34 1.34 7.66 6.0 6.34 6.66 9.66 1.0 0.34 0.0 0.34 0.66 0.0 0.66 0.0 0.0 0.0 0.0 2.34 1.34 1.66 2.34 1.34 1.66 21.34 271.66 96.34 142.34 9.0 6.0 170.34 144.0 7.34 59.34 59.34 51.34 940.0 11.66 3.34 13.66 1.34 1.34 5.66 3.0 627.0 6.0 1.0 0.0 2231.66 62.0 528.34 42.34 76.66 1483.66 1970.0 1329.66 3.34 1.34 2.34 0.0 0.0 0.0 0.0 2.0
+Oxidoreductases;Acting on the CH-NH group of donors;With NAD+ or NADP+ as acceptor;Methylenetetrahydrofolate dehydrogenase (NADP(+)) https://www.genome.jp/dbget-bin/www_bget?EC:1.5.1.5 EC:1.5.1.5 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Oxidoreductases;Acting on the CH-NH group of donors;With a quinone or similar compound as acceptor;Electron-transferring-flavoprotein dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.5.5.1 EC:1.5.5.1 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Oxidoreductases;Acting on the CH-NH group of donors;With a quinone or similar compound as acceptor;Proline dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.5.5.2 EC:1.5.5.2 32719.4 153.34 1252.34 270.66 333.0 186.34 124.66 302.66 87.0 0.34 5.0 179.34 212.66 5.0 1.66 0.0 77.0 49.0 26.0 107.34 149.34 70.66 432.34 43.34 288.66 21.34 294.66 109.34 200.34 52.0 67.0 234.34 181.0 3272.34 712.34 782.34 727.34 2245.0 2295.66 3071.34 3140.66 72.34 217.34 383.66 849.0 837.0 196.0 123.0 13.0 2234.66 235.0 562.34 147.34 162.66 1484.66 1984.0 1345.66 6.34 7.34 56.34 6.0 9.0 9.0 3.0 10.0
+Oxidoreductases;Acting on NADH or NADPH;With NAD+ or NADP+ as acceptor;NAD(P)(+) transhydrogenase (Si-specific) https://www.genome.jp/dbget-bin/www_bget?EC:1.6.1.1 EC:1.6.1.1 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Oxidoreductases;Acting on NADH or NADPH;With NAD+ or NADP+ as acceptor;NAD(P)(+) transhydrogenase (Re/Si-specific) https://www.genome.jp/dbget-bin/www_bget?EC:1.6.1.2 EC:1.6.1.2 54994.4 299.34 2503.34 533.66 660.0 366.34 242.66 595.66 173.0 0.34 10.0 358.34 424.66 10.0 2.66 0.0 154.0 98.0 52.0 212.34 297.34 139.66 862.34 85.34 575.66 21.34 317.66 122.34 258.34000000000003 95.0 128.0 298.3400000000001 218.0 6537.34 1365.34 1505.34 1403.34 3550.0 4579.66 6139.34 6267.66 143.34 433.34 761.66 1695.0 1047.0 386.0 245.0 26.0 2237.66 408.0 596.34 252.34 248.66 1485.66 1998.0 1361.66 9.34 13.34 110.34 12.0 18.0 18.0 6.0 18.0
+Oxidoreductases;Acting on NADH or NADPH;With a quinone or similar compound as acceptor;NAD(P)H dehydrogenase (quinone) https://www.genome.jp/dbget-bin/www_bget?EC:1.6.5.2 EC:1.6.5.2 60610.700000000004 1266.67 179.17000000000004 696.33 1120.5 895.67 889.33 595.83 755.5 1.67 11.5 66.17 81.33 10.5 9.33 3.5 33.5 14.0 4.0 103.67 143.17 88.83 178.67 27.17 171.32999999999996 12.67 273.33000000000004 81.17 92.17 120.0 72.5 185.17 166.0 237.17 1785.67 1659.67 1542.17 1626.0 340.83 789.17 528.83 3236.17 3166.17 715.33 1253.0 634.0 1366.5 4830.0 6732.0 1237.33 3144.0 1645.17 3467.17 4304.83 753.83 1794.0 835.33 318.17 603.67 1056.17 665.5 430.5 213.5 331.0 1017.5
+Oxidoreductases;Acting on NADH or NADPH;With a quinone or similar compound as acceptor;NADPH:quinone reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.6.5.5 EC:1.6.5.5 207940.0 3344.0 775.5 1843.5 3167.0 3059.0 2425.5 1650.0 4143.0 67.0 170.5 401.0 476.5 43.5 930.5 29.0 97.0 5986.0 6402.5 842.0 4599.5 4308.5 1668.0 5297.0 2711.0 2895.0 390.5 3005.0 2340.0 809.0 2736.0 2675.5 231.5 1544.5 3679.0 3415.0 3251.0 2520.0 3247.0 2362.5 1294.0 6551.0 6431.5 1489.5 2566.0 799.5 2789.5 9677.0 13481.0 285.0 7047.0 5093.0 7496.0 9205.0 27.0 1652.0 712.0 7245.0 4302.5 3223.0 5136.5 2874.0 6414.0 7407.5 5203.0
+Oxidoreductases;Acting on other nitrogenous compounds as donors;With NAD+ or NADP+ as acceptor;PreQ(1) synthase https://www.genome.jp/dbget-bin/www_bget?EC:1.7.1.13 EC:1.7.1.13 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Oxidoreductases;Acting on other nitrogenous compounds as donors;With NAD+ or NADP+ as acceptor;Nitrite reductase (NADH) https://www.genome.jp/dbget-bin/www_bget?EC:1.7.1.15 EC:1.7.1.15 20888.8 14.68 2.68 15.32 12.0 12.68 13.32 19.32 2.0 0.68 0.0 0.68 1.32 0.0 1.32 0.0 0.0 0.0 0.0 4.68 2.68 3.32 4.68 2.68 3.32 42.68 543.32 192.68 284.68 18.0 12.0 340.68 288.0 14.68 118.68 118.68 102.68 1880.0 23.32 6.68 27.32 2.68 2.68 11.32 6.0 1254.0 12.0 2.0 0.0 4463.32 124.0 1056.68 84.68 153.32 2967.32 3940.0 2659.32 6.68 2.68 4.68 0.0 0.0 0.0 0.0 4.0
+Oxidoreductases;Acting on other nitrogenous compounds as donors;With NAD+ or NADP+ as acceptor;GMP reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.7.1.7 EC:1.7.1.7 162514.19999999998 3571.67 1092.17 1905.33 3368.0 3949.17 3073.83 2565.83 3391.5 1226.17 185.3 314.17 370.63 32.7 2076.83 23.4 41.0 5972.0 6417.5 743.17 4458.17 4190.33 1431.17 5269.67 2656.83 911.67 406.33 3019.17 2380.17 665.5 2633.0 1223.67 199.5 1266.17 1899.67 1832.67 1774.67 738.0 2883.83 839.17 301.8300000000001 3333.67 3277.17 797.33 1267.5 753.0 1450.5 4776.5 6740.0 1306.83 4110.0 4033.17 4148.17 5001.33 758.83 1841.0 1174.83 6895.67 3746.17 2129.17 4068.9 2750.4 6144.0 7137.5 3571.0
+Oxidoreductases;Acting on other nitrogenous compounds as donors;With a cytochrome as acceptor;Nitrite reductase (NO-forming) https://www.genome.jp/dbget-bin/www_bget?EC:1.7.2.1 EC:1.7.2.1 26463.0 146.0 1251.0 263.0 343.0 186.0 118.0 295.0 86.0 0.0 6.0 185.0 221.0 5.0 1.0 1.0 77.0 49.0 29.0 106.0 150.0 106.0 500.0 42.0 287.0 1995.0 24.0 13.0 70.0 86.0 102.0 1509.0 46.0 3277.0 763.0 779.0 756.0 1321.0 2364.0 3123.0 3138.0 77.0 219.0 382.0 850.0 219.0 198.0 123.0 17.0 3.0 173.0 34.0 112.0 90.0 1.0 14.0 16.0 7.0 6.0 54.0 10.0 12.0 12.0 7.0 8.0
+Oxidoreductases;Acting on other nitrogenous compounds as donors;With a cytochrome as acceptor;Trimethylamine-N-oxide reductase (cytochrome c) https://www.genome.jp/dbget-bin/www_bget?EC:1.7.2.3 EC:1.7.2.3 20888.8 14.68 2.68 15.32 12.0 12.68 13.32 19.32 2.0 0.68 0.0 0.68 1.32 0.0 1.32 0.0 0.0 0.0 0.0 4.68 2.68 3.32 4.68 2.68 3.32 42.68 543.32 192.68 284.68 18.0 12.0 340.68 288.0 14.68 118.68 118.68 102.68 1880.0 23.32 6.68 27.32 2.68 2.68 11.32 6.0 1254.0 12.0 2.0 0.0 4463.32 124.0 1056.68 84.68 153.32 2967.32 3940.0 2659.32 6.68 2.68 4.68 0.0 0.0 0.0 0.0 4.0
+Oxidoreductases;Acting on other nitrogenous compounds as donors;With a cytochrome as acceptor;Nitric-oxide reductase (cytochrome c) https://www.genome.jp/dbget-bin/www_bget?EC:1.7.2.5 EC:1.7.2.5 26463.0 146.0 1251.0 263.0 343.0 186.0 118.0 295.0 86.0 0.0 6.0 185.0 221.0 5.0 1.0 1.0 77.0 49.0 29.0 106.0 150.0 106.0 500.0 42.0 287.0 1995.0 24.0 13.0 70.0 86.0 102.0 1509.0 46.0 3277.0 763.0 779.0 756.0 1321.0 2364.0 3123.0 3138.0 77.0 219.0 382.0 850.0 219.0 198.0 123.0 17.0 3.0 173.0 34.0 112.0 90.0 1.0 14.0 16.0 7.0 6.0 54.0 10.0 12.0 12.0 7.0 8.0
+Oxidoreductases;Acting on other nitrogenous compounds as donors;With NA physiological acceptors;Hydroxylamine reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.7.99.1 EC:1.7.99.1 20494.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 2532.17 374.0 1149.17 126.33 5607.0 121.33 1924.0 3439.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Oxidoreductases;Acting on a sulfur group of donors;With NAD+ or NADP+ as acceptor;Mycothione reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.8.1.15 EC:1.8.1.15 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Oxidoreductases;Acting on a sulfur group of donors;With NAD+ or NADP+ as acceptor;Assimilatory sulfite reductase (NADPH) https://www.genome.jp/dbget-bin/www_bget?EC:1.8.1.2 EC:1.8.1.2 14632.4 7.34 1.34 7.66 22.0 12.34 6.66 11.66 1.0 0.34 1.0 6.34 9.66 0.0 0.66 1.0 0.0 0.0 3.0 3.34 3.34 38.66 72.34 1.34 1.66 2016.34 272.66 96.34 154.34 52.0 47.0 1615.34 153.0 19.34 169.34 115.34 131.34 956.0 91.66 58.34 24.66 7.34 4.34 9.66 7.0 636.0 14.0 2.0 4.0 2231.66 62.0 528.34 49.34 80.66 1483.66 1970.0 1329.66 7.34 1.34 2.34 4.0 3.0 3.0 4.0 2.0
+Oxidoreductases;Acting on a sulfur group of donors;With NAD+ or NADP+ as acceptor;Dihydrolipoyl dehydrogenase https://www.genome.jp/dbget-bin/www_bget?EC:1.8.1.4 EC:1.8.1.4 330238.7 5575.67 4104.67 3485.83 5864.5 6364.67 4649.83 4073.83 6840.5 3823.67 656.8 2138.17 1280.63 5680.2 3100.83 1970.9 3689.5 12028.0 12864.5 1591.67 9074.67 8500.33 3680.67 10596.17 5653.33 5700.67 570.83 3052.17 2571.17 1373.0 2921.5 5272.67 324.5 9046.67 3556.67 3520.67 3445.17 4703.0 10368.83 8584.67 7315.83 3568.17 3820.67 1630.83 3074.0 1373.5 1897.0 5117.0 6788.0 1370.33 5623.0 6697.17 5626.17 6272.83 764.83 1974.0 1657.33 13756.17 7440.17 4277.17 8497.4 5184.9 12319.5 14162.5 7728.5
+Oxidoreductases;Acting on a sulfur group of donors;With NAD+ or NADP+ as acceptor;Glutathione-disulfide reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.8.1.7 EC:1.8.1.7 102701.7 3135.67 412.67 1964.83 2924.5 2554.67 2263.83 1574.83 2079.5 2316.67 161.6 150.17000000000004 194.43 28.4 2241.83 11.3 84.5 14.0 6.5 104.67 152.67 95.33 203.67 33.17 285.33 109.67 278.83000000000004 3016.17 2327.17 124.0 2545.5 190.67 170.5 662.67 1933.67 1724.67 1586.17 3903.0 929.83 2342.67 1532.83 3261.17 3186.67 743.83 1360.0 704.5 1387.0 5000.0 6761.0 1268.33 3836.0 2175.17 4784.17 5151.83 755.83 1936.0 994.33 795.17 1779.17 2937.17 1896.8 1234.3 548.5 871.5 2960.5
+Oxidoreductases;Acting on a sulfur group of donors;With NAD+ or NADP+ as acceptor;Protein-disulfide reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.8.1.8 EC:1.8.1.8 35873.200000000004 149.67 1251.67 266.83 362.0 195.17 121.33 301.83 86.5 0.17 7.0 191.17 230.33 5.0 1.33 2.0 77.0 49.0 32.0 108.17 152.67 143.82999999999996 571.17 42.67 287.83 4000.67 160.83 61.17 153.17000000000004 133.5 146.0 3039.17 127.0 3292.67 902.67 864.6700000000002 861.6700000000002 1807.0 2449.83 3179.67 3155.83 83.67 222.67 388.83 855.5 541.5 209.0 124.5 21.0 1118.83 204.0 298.17 140.17000000000002 132.32999999999998 742.83 999.0 680.83 12.67 6.67 55.17 14.0 15.0 15.0 11.0 9.0
+Oxidoreductases;Acting on a sulfur group of donors;With NAD+ or NADP+ as acceptor;Thioredoxin-disulfide reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.8.1.9 EC:1.8.1.9 641471.7 14380.67 5237.17 8243.33 14061.5 15663.67 12046.33 9831.83 14836.5 5122.67 938.1 2671.17 1870.93 5756.9 6148.33 2020.3 3745.5 23923.0 25671.0 2971.67 17850.17 16815.83 6127.67 21092.17 10786.33 7405.67 1093.33 6050.17 4896.17 2654.0 5649.5 7488.17 542.0 8663.17 6791.67 6466.67 6309.17 6201.0 14383.83 8732.17 5778.83 10180.17 10175.17 2863.33 4859.0 2110.0 4603.5 14707.0 20266.0 1780.33 14300.0 14731.17 15090.17 16959.83 799.83 3814.0 2820.33 28018.17 16097.67 10342.17 17848.3 11476.3 24933.5 28974.0 16803.5
+Oxidoreductases;Acting on a sulfur group of donors;With a disulfide as acceptor;Peptide-methionine (S)-S-oxide reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.8.4.11 EC:1.8.4.11 330767.2 6377.67 2978.67 3869.83 6442.0 7032.17 5219.33 4282.83 7422.5 3825.17 729.8 2001.17 1112.13 5684.2 3125.33 1975.4 3638.0 11979.0 12841.0 1487.17 8931.67 8434.83 3265.17 10558.67 5424.83 5797.67 550.83 5973.17 4748.17 1332.5 5333.0 5212.17 291.0 6011.67 2977.67 2830.67 2791.67 4539.0 8390.83 6296.67 4691.83 3511.67 3615.67 1268.83 2283.5 1199.5 1722.0 5082.5 6794.0 1382.83 5796.0 6928.17 6180.17 6610.33 764.83 2031.0 1720.83 13991.67 8022.67 5168.17 9109.4 5576.4 12478.0 14430.0 8692.0
+Oxidoreductases;Acting on a sulfur group of donors;With a disulfide as acceptor;Peptide-methionine (R)-S-oxide reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.8.4.12 EC:1.8.4.12 223114.69999999998 4638.67 2451.67 2789.83 4626.5 4952.67 3878.83 3339.83 4133.5 3759.67 574.8 1696.17 766.6299999999999 5653.2 2205.83 1951.9 3582.5 6021.0 6449.5 850.67 4614.67 4336.33 2011.67 5313.17 2999.33 4901.67 433.83 3033.17 2462.17 796.0 2776.5 4179.67 255.5 4750.67 2846.67 2699.67 2632.17 3211.0 5610.83 4790.67 3951.83 3427.17 3508.67 1195.83 2173.0 1015.5 1662.0 4983.0 6771.0 1325.33 4629.0 4332.17 4925.17 5518.83 760.83 1926.0 1270.33 7145.17 4339.17 3119.17 4695.4 3165.9 6326.5 7418.5 4550.5
+Oxidoreductases;Acting on a sulfur group of donors;With a disulfide as acceptor;Phosphoadenylyl-sulfate reductase (thioredoxin) https://www.genome.jp/dbget-bin/www_bget?EC:1.8.4.8 EC:1.8.4.8 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Oxidoreductases;Acting on a sulfur group of donors;With a quinone or similar compound as acceptor;Thiosulfate dehydrogenase (quinone) https://www.genome.jp/dbget-bin/www_bget?EC:1.8.5.2 EC:1.8.5.2 188563.5 2503.0 912.5 1487.5 2737.5 3281.5 1993.0 1361.0 5898.0 129.5 163.5 574.0 653.0 52.5 1795.0 41.5 85.5 11916.0 12781.0 1273.5 8630.5 8230.0 2558.5 10483.5 4789.5 3593.0 231.5 13.0 114.0 1112.5 209.5 3505.0 74.0 2269.5 298.0 284.0 375.5 1526.0 5311.0 2280.5 986.0 156.5 204.5 130.5 165.5 339.5 103.5 107.5 22.0 99.5 1988.0 4927.0 1857.0 1763.5 7.0 139.0 821.5 13458.5 6777.0 3144.0 8208.5 4423.5 12138.5 13756.0 7311.5
+Oxidoreductases;Acting on a sulfur group of donors;With a quinone or similar compound as acceptor;Dimethylsulfoxide reductase https://www.genome.jp/dbget-bin/www_bget?EC:1.8.5.3 EC:1.8.5.3 32719.4 153.34 1252.34 270.66 333.0 186.34 124.66 302.66 87.0 0.34 5.0 179.34 212.66 5.0 1.66 0.0 77.0 49.0 26.0 107.34 149.34 70.66 432.34 43.34 288.66 21.34 294.66 109.34 200.34 52.0 67.0 234.34 181.0 3272.34 712.34 782.34 727.34 2245.0 2295.66 3071.34 3140.66 72.34 217.34 383.66 849.0 837.0 196.0 123.0 13.0 2234.66 235.0 562.34 147.34 162.66 1484.66 1984.0 1345.66 6.34 7.34 56.34 6.0 9.0 9.0 3.0 10.0
+Oxidoreductases;Acting on a sulfur group of donors;With an iron-sulfur protein as acceptor;Assimilatory sulfite reductase (ferredoxin) https://www.genome.jp/dbget-bin/www_bget?EC:1.8.7.1 EC:1.8.7.1 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Oxidoreductases;Other oxidoreductases;Sole sub-subclass for oxidoreductases that do not belong in the other subclasses;[Formate-C-acetyltransferase]-activating enzyme https://www.genome.jp/dbget-bin/www_bget?EC:1.97.1.4 EC:1.97.1.4 408409.1 8214.01 3544.51 4698.99 7965.5 8893.01 6955.99 5906.49 7525.5 7738.01 1442.5 4296.51 1341.99 16899.5 2324.99 5820.5 10501.5 11993.0 12861.0 1593.01 9069.51 8453.49 3304.01 10583.51 5656.99 1834.01 973.99 6100.51 4889.51 1380.0 5330.5 2598.51 509.0 5996.51 4556.01 4450.01 4272.51 4387.0 8340.49 5521.51 4238.49 6749.51 6780.51 1987.99 3434.0 2064.0 3099.5 9758.0 13503.0 3747.99 8770.0 8629.51 9080.51 10550.49 2261.49 4752.0 3109.99 14034.51 8086.01 5249.51 8755.5 5907.5 12464.5 14548.0 8122.5
+Transferases;Transferring one-carbon groups;Methyltransferases;Homocysteine S-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.10 EC:2.1.1.10 136099.5 4120.0 1113.5 2426.5 4041.5 4640.5 3558.0 2899.0 3936.0 2603.5 463.5 1481.0 477.0 5645.5 1084.0 1946.5 3497.5 5958.0 6411.0 640.5 4323.5 4107.0 1269.5 5242.5 2593.5 802.0 137.5 7.0 53.0 547.5 89.5 1041.0 33.0 1385.5 262.0 236.0 274.5 1379.0 3086.0 1590.5 773.0 114.5 128.5 103.5 113.5 186.5 85.5 106.5 19.0 100.5 1658.0 2918.0 1996.0 1543.5 7.0 189.0 498.5 7054.5 4315.0 2936.0 4622.5 3119.5 6265.5 7346.0 4496.5
+Transferases;Transferring one-carbon groups;Methyltransferases;Uroporphyrinogen-III C-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.107 EC:2.1.1.107 179158.0 1101.35 2907.35 978.15 1612.0 1619.85 905.65 1055.15 2795.5 2596.85 463.0 1782.85 871.65 5639.0 1018.65 1945.0 3623.0 6056.0 6447.0 853.85 4615.35 4311.15 2244.85 5328.35 2945.15 4842.35 841.1500000000002 272.85 546.85 728.5 303.0 4472.85 484.0 7603.35 1731.35 1804.35 1777.35 5179.0 7231.15 6980.35 6547.15 227.35 537.35 835.15 1762.5 2153.5 456.0 260.5 38.0 5627.15 1322.0 3719.85 925.85 1039.65 3714.15 4987.0 3727.15 6630.35 3110.35 1217.85 3816.0 2034.0 6008.0 6755.0 3191.0
+Transferases;Transferring one-carbon groups;Methyltransferases;Methionine synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.13 EC:2.1.1.13 44142.200000000004 3.67 0.67 3.83 35.0 15.17 3.33 8.83 0.5 5064.17 750.0 2310.17 270.33 11214.0 242.33 3850.0 6878.0 0.0 6.0 3.17 4.67 74.83 141.17 0.67 0.83 4000.67 137.83 48.17 95.17 90.5 85.0 2975.17 90.0 27.67 249.67 141.67000000000004 185.67 502.0 165.83 111.67 28.83 12.67 6.67 10.83 9.5 331.5 19.0 2.5 8.0 1115.83 31.0 264.17 35.17 46.33 741.83 985.0 664.83 9.67 0.67 1.17 8.0 6.0 6.0 8.0 1.0
+Transferases;Transferring one-carbon groups;Methyltransferases;Precorrin-2 C(20)-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.130 EC:2.1.1.130 37547.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 2532.0 379.0 1328.0 338.0 5612.0 122.0 1924.0 3516.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Transferases;Transferring one-carbon groups;Methyltransferases;Precorrin-3B C(17)-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.131 EC:2.1.1.131 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Transferases;Transferring one-carbon groups;Methyltransferases;Precorrin-6B C(5,15)-methyltransferase (decarboxylating) https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.132 EC:2.1.1.132 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Transferases;Transferring one-carbon groups;Methyltransferases;Precorrin-4 C(11)-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.133 EC:2.1.1.133 37547.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 2532.0 379.0 1328.0 338.0 5612.0 122.0 1924.0 3516.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Transferases;Transferring one-carbon groups;Methyltransferases;5-methyltetrahydropteroyltriglutamate--homocysteine S-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.14 EC:2.1.1.14 115560.20000000001 3202.67 1005.67 1808.83 3161.0 3838.17 2874.33 2428.83 3280.5 70.17 82.0 296.17 320.33 30.0 956.33 21.0 33.0 5958.0 6414.0 642.17 4321.67 4141.83 1330.17 5241.67 2538.83 2807.67 271.83000000000004 54.17 136.17000000000002 593.5 133.0 2569.17 113.0 1205.67 327.67 289.67 358.67 729.0 2888.83 873.67 289.8300000000001 110.67 122.67 97.83 67.5 474.5 91.0 25.5 13.0 1200.83 1343.0 2917.17 1366.17 1162.33 747.83 1103.0 1083.83 6821.67 3728.67 2001.17 4014.0 2722.0 6101.0 7080.0 3526.0
+Transferases;Transferring one-carbon groups;Methyltransferases;Thymidylate synthase (FAD) https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.148 EC:2.1.1.148 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Transferases;Transferring one-carbon groups;Methyltransferases;Cobalt-factor II C(20)-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.151 EC:2.1.1.151 37547.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 2532.0 379.0 1328.0 338.0 5612.0 122.0 1924.0 3516.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Transferases;Transferring one-carbon groups;Methyltransferases;Precorrin-6A synthase (deacetylating) https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.152 EC:2.1.1.152 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Transferases;Transferring one-carbon groups;Methyltransferases;Demethylmenaquinone methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.163 EC:2.1.1.163 139337.7 1888.67 1778.67 1346.83 2161.5 2268.67 1461.83 1242.83 3375.5 65.67 161.0 490.17 566.8299999999998 36.0 920.83 24.5 132.5 6007.0 6420.5 743.67 4467.67 4205.33 1754.67 5288.17 2713.33 2901.67 276.83000000000004 3001.17 2427.17 627.0 2661.5 2626.67 153.5 4541.67 923.67 939.67 941.17 3119.0 5149.83 4630.67 3884.83 162.17000000000004 326.67 457.83 962.0 716.5 261.0 223.0 40.0 1176.33 1371.0 2894.17 1388.17 1219.83 746.83 1104.0 1131.33 6855.17 3690.17 2104.17 4424.0 2422.5 6163.5 7018.5 4150.5
+Transferases;Transferring one-carbon groups;Methyltransferases;23S rRNA (uridine(2552)-2'-O)-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.166 EC:2.1.1.166 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring one-carbon groups;Methyltransferases;16S rRNA (guanine(527)-N(7))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.170 EC:2.1.1.170 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring one-carbon groups;Methyltransferases;16S rRNA (guanine(966)-N(2))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.171 EC:2.1.1.171 71601.70000000001 3505.67 1979.67 2285.83 3465.5 3627.67 3026.83 2780.83 1413.5 7.67 87.0 248.17 264.83000000000004 22.0 88.83 5.5 105.5 49.0 50.5 110.67 160.67 82.33 465.67 47.17 517.3299999999998 110.67 182.83 2995.17 2366.17 62.0 2541.5 162.67000000000004 112.5 3657.67 887.67 891.67 840.17 2972.0 2924.83 3940.67 3671.83 120.17 250.67 430.83 910.0 563.5 243.0 222.0 37.0 1177.33 1041.0 885.1700000000002 1527.17 999.83 746.83 1154.0 808.33 451.17 1228.17 1896.17 838.0 1118.5 290.5 608.5 1335.5
+Transferases;Transferring one-carbon groups;Methyltransferases;16S rRNA (guanine(1207)-N(2))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.172 EC:2.1.1.172 204688.90000000002 4642.34 2452.34 2793.66 4597.5 4943.84 3882.16 3340.66 4134.0 1227.84 198.8 535.3399999999998 622.96 46.2 2085.16 25.9 143.5 6021.0 6443.5 849.84 4611.34 4263.16 1872.84 5313.84 3000.16 922.34 567.6600000000002 3081.34 2509.34 714.5 2697.5 1374.84 309.5 4730.34 2656.34 2617.34 2497.84 3649.0 5456.66 4682.34 3936.66 3415.84 3503.34 1190.66 2166.5 1311.0 1649.0 4981.5 6763.0 2441.16 4660.0 4596.34 4932.34 5549.16 1502.66 2911.0 1935.16 7138.84 4339.84 3120.34 4687.4 3159.9 6320.5 7410.5 4551.5
+Transferases;Transferring one-carbon groups;Methyltransferases;23S rRNA (guanine(2445)-N(2))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.173 EC:2.1.1.173 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring one-carbon groups;Methyltransferases;23S rRNA (guanine(1835)-N(2))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.174 EC:2.1.1.174 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring one-carbon groups;Methyltransferases;16S rRNA (cytosine(967)-C(5))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.176 EC:2.1.1.176 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring one-carbon groups;Methyltransferases;23S rRNA (pseudouridine(1915)-N(3))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.177 EC:2.1.1.177 196651.69999999998 4492.67 1200.67 2526.83 4283.5 4766.67 3760.83 3044.83 4047.5 3759.67 568.8 1511.17 545.6299999999999 5648.2 2204.83 1950.9 3505.5 5972.0 6420.5 744.67 4464.67 4230.33 1511.67 5271.17 2712.33 2906.67 409.83 3020.17 2392.17 710.0 2674.5 2670.67 209.5 1473.67 2083.67 1920.67 1876.17 1890.0 3246.83 1667.67 813.83 3350.17 3289.67 813.83 1323.0 796.5 1464.0 4860.0 6754.0 1322.33 4456.0 4298.17 4813.17 5428.83 759.83 1912.0 1254.33 7138.17 4333.17 3065.17 4685.4 3153.9 6314.5 7411.5 4542.5
+Transferases;Transferring one-carbon groups;Methyltransferases;16S rRNA (cytosine(1407)-C(5))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.178 EC:2.1.1.178 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring one-carbon groups;Methyltransferases;23S rRNA (adenine(1618)-N(6))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.181 EC:2.1.1.181 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Transferases;Transferring one-carbon groups;Methyltransferases;16S rRNA (adenine(1518)-N(6)/adenine(1519)-N(6))-dimethyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.182 EC:2.1.1.182 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring one-carbon groups;Methyltransferases;23S rRNA (guanosine(2251)-2'-O)-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.185 EC:2.1.1.185 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring one-carbon groups;Methyltransferases;23S rRNA (cytidine(2498)-2'-O)-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.186 EC:2.1.1.186 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring one-carbon groups;Methyltransferases;23S rRNA (guanine(745)-N(1))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.187 EC:2.1.1.187 184789.19999999998 3717.67 2343.17 2168.33 3695.0 4129.17 3191.83 2858.83 3477.5 1226.17 190.3 493.17 582.6299999999999 37.7 2077.83 23.4 118.0 6021.0 6443.5 848.17 4606.17 4259.33 1861.17 5311.67 2943.83 911.67 429.33 3032.17 2438.17 708.5 2694.0 1287.67 236.5 4531.17 2552.67 2555.67 2450.67 2043.0 5167.83 3907.17 3428.83 3404.67 3493.17 1175.33 2113.5 963.0 1640.5 4898.5 6753.0 1309.83 4283.0 4067.17 4253.17 5087.33 759.83 1855.0 1190.83 6898.67 3752.17 2183.17 4074.9 2759.4 6153.0 7140.5 3579.0
+Transferases;Transferring one-carbon groups;Methyltransferases;23S rRNA (uracil(1939)-C(5))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.190 EC:2.1.1.190 213634.19999999998 5413.67 1309.17 3148.33 5183.0 5578.17 4447.83 3521.83 4703.5 4917.17 609.1 1553.17 600.43 5656.9 3311.83 1953.8 3531.0 5972.0 6420.5 745.17 4469.17 4233.33 1522.17 5272.67 2767.83 2906.67 412.33 3021.17 2392.17 711.5 2675.0 2672.67 210.5 1669.17 2157.67 1952.67 1897.67 3026.0 3529.83 2441.17 1314.83 3360.67 3299.17 826.33 1374.5 831.0 1469.5 4942.5 6764.0 1337.83 4802.0 4563.17 5471.17 5852.33 760.83 1983.0 1333.83 7376.67 4920.17 4001.17 5298.3 3555.8 6482.0 7681.5 5514.0
+Transferases;Transferring one-carbon groups;Methyltransferases;23S rRNA (cytosine(1962)-C(5))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.191 EC:2.1.1.191 139992.40000000002 3233.34 1022.84 1838.16 3153.0 3871.34 2878.16 2456.66 3293.0 2602.34 524.5 1439.34 441.16 5637.5 1096.16 1946.0 3472.0 5958.0 6413.5 642.34 4320.84 4106.16 1265.34 5245.34 2542.66 920.34 407.16 3035.34 2430.34 556.0 2567.0 1210.84 178.5 1231.84 247.34 264.34000000000003 305.3400000000001 1188.0 2837.66 826.84 287.66 109.34 121.84 100.16 69.0 780.5 95.5 30.0 18.0 2316.66 1374.0 3181.34 1381.34 1196.66 1489.66 2088.0 1748.66 6819.34 3730.84 2011.34 4015.5 2719.0 6098.0 7076.5 3527.0
+Transferases;Transferring one-carbon groups;Methyltransferases;23S rRNA (adenine(2503)-C(2))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.192 EC:2.1.1.192 76384.20000000001 2584.67 1871.17 1664.33 2582.0 2822.17 2339.83 2305.83 757.5 2538.17 453.5 1361.17 359.8300000000001 5620.5 202.83 1928.0 3519.0 49.0 53.5 111.17 158.17 116.33 525.1700000000002 45.67 461.83 2105.67 181.33 2994.17 2378.17 103.5 2582.0 1605.67 120.5 3474.17 923.67 915.67 898.67 1852.0 2721.83 3222.17 3181.83 115.67 244.17 422.33 862.5 538.0 245.5 140.5 31.0 1161.83 695.0 620.1700000000002 876.1700000000002 580.3299999999998 745.83 1083.0 728.83 216.67 641.17 960.17 229.5 721.0 126.0 342.5 364.0
+Transferases;Transferring one-carbon groups;Methyltransferases;16S rRNA (uracil(1498)-N(3))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.193 EC:2.1.1.193 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring one-carbon groups;Methyltransferases;Cobalt-precorrin-5B (C(1))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.195 EC:2.1.1.195 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Transferases;Transferring one-carbon groups;Methyltransferases;Malonyl-[acyl-carrier protein] O-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.197 EC:2.1.1.197 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring one-carbon groups;Methyltransferases;16S rRNA (cytidine(1402)-2'-O)-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.198 EC:2.1.1.198 223114.69999999998 4638.67 2451.67 2789.83 4626.5 4952.67 3878.83 3339.83 4133.5 3759.67 574.8 1696.17 766.6299999999999 5653.2 2205.83 1951.9 3582.5 6021.0 6449.5 850.67 4614.67 4336.33 2011.67 5313.17 2999.33 4901.67 433.83 3033.17 2462.17 796.0 2776.5 4179.67 255.5 4750.67 2846.67 2699.67 2632.17 3211.0 5610.83 4790.67 3951.83 3427.17 3508.67 1195.83 2173.0 1015.5 1662.0 4983.0 6771.0 1325.33 4629.0 4332.17 4925.17 5518.83 760.83 1926.0 1270.33 7145.17 4339.17 3119.17 4695.4 3165.9 6326.5 7418.5 4550.5
+Transferases;Transferring one-carbon groups;Methyltransferases;16S rRNA (cytosine(1402)-N(4))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.199 EC:2.1.1.199 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring one-carbon groups;Methyltransferases;tRNA (cytidine(32)/uridine(32)-2'-O)-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.200 EC:2.1.1.200 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring one-carbon groups;Methyltransferases;2-methoxy-6-polyprenyl-1,4-benzoquinol methylase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.201 EC:2.1.1.201 139337.7 1888.67 1778.67 1346.83 2161.5 2268.67 1461.83 1242.83 3375.5 65.67 161.0 490.17 566.8299999999998 36.0 920.83 24.5 132.5 6007.0 6420.5 743.67 4467.67 4205.33 1754.67 5288.17 2713.33 2901.67 276.83000000000004 3001.17 2427.17 627.0 2661.5 2626.67 153.5 4541.67 923.67 939.67 941.17 3119.0 5149.83 4630.67 3884.83 162.17000000000004 326.67 457.83 962.0 716.5 261.0 223.0 40.0 1176.33 1371.0 2894.17 1388.17 1219.83 746.83 1104.0 1131.33 6855.17 3690.17 2104.17 4424.0 2422.5 6163.5 7018.5 4150.5
+Transferases;Transferring one-carbon groups;Methyltransferases;tRNA (cytidine(34)-2'-O)-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.207 EC:2.1.1.207 196651.69999999998 4492.67 1200.67 2526.83 4283.5 4766.67 3760.83 3044.83 4047.5 3759.67 568.8 1511.17 545.6299999999999 5648.2 2204.83 1950.9 3505.5 5972.0 6420.5 744.67 4464.67 4230.33 1511.67 5271.17 2712.33 2906.67 409.83 3020.17 2392.17 710.0 2674.5 2670.67 209.5 1473.67 2083.67 1920.67 1876.17 1890.0 3246.83 1667.67 813.83 3350.17 3289.67 813.83 1323.0 796.5 1464.0 4860.0 6754.0 1322.33 4456.0 4298.17 4813.17 5428.83 759.83 1912.0 1254.33 7138.17 4333.17 3065.17 4685.4 3153.9 6314.5 7411.5 4542.5
+Transferases;Transferring one-carbon groups;Methyltransferases;tRNA (adenine(22)-N(1))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.217 EC:2.1.1.217 187241.5 4489.0 1200.0 2523.0 4264.5 4757.5 3757.5 3038.0 4047.0 3759.5 567.8 1505.0 536.3 5648.2 2204.5 1949.9 3505.5 5972.0 6417.5 742.5 4462.0 4192.5 1440.5 5270.5 2711.5 901.0 273.0 2972.0 2309.0 662.5 2630.5 1140.5 128.5 1458.0 1944.0 1835.0 1770.5 1404.0 3161.0 1611.0 796.0 3343.5 3286.0 807.0 1317.5 474.0 1453.0 4858.5 6750.0 206.5 4425.0 4034.0 4785.0 5386.5 18.0 927.0 589.5 7132.5 4332.5 3064.0 4681.4 3150.9 6311.5 7407.5 4541.5
+Transferases;Transferring one-carbon groups;Methyltransferases;tRNA (adenine(57)-N(1)/adenine(58)-N(1))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.219 EC:2.1.1.219 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Transferases;Transferring one-carbon groups;Methyltransferases;tRNA (adenine(58)-N(1))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.220 EC:2.1.1.220 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Transferases;Transferring one-carbon groups;Methyltransferases;2-polyprenyl-6-hydroxyphenol methylase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.222 EC:2.1.1.222 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring one-carbon groups;Methyltransferases;tRNA(1)(Val) (adenine(37)-N(6))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.223 EC:2.1.1.223 24087.7 924.67 109.17 625.33 918.5 820.67 690.33 483.83 656.5 1.67 9.5 48.17 49.33 8.5 7.33 3.5 25.5 0.0 3.0 2.67 7.17 40.83 81.67 2.17 56.33 2005.67 139.33 49.17 83.17 49.0 44.5 1532.17 82.0 211.17 213.67 117.67 127.17 1622.0 368.83 830.17 518.83 17.17 13.17 19.33 57.0 357.0 16.5 84.0 14.0 1131.33 377.0 529.1700000000002 686.17 465.83 742.83 1056.0 744.33 244.17 587.67 937.17 616.5 403.5 170.5 274.0 972.5
+Transferases;Transferring one-carbon groups;Methyltransferases;23S rRNA (cytidine(1920)-2'-O)-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.226 EC:2.1.1.226 209516.5 4635.0 2451.0 2786.0 4591.5 4937.5 3875.5 3331.0 4133.0 3759.5 572.8 1684.0 748.3 5653.2 2205.5 1949.9 3582.5 6021.0 6443.5 847.5 4610.0 4261.5 1870.5 5312.5 2998.5 901.0 296.0 2985.0 2367.0 705.5 2691.5 1204.5 165.5 4723.0 2597.0 2558.0 2446.5 2709.0 5445.0 4679.0 3923.0 3414.5 3502.0 1185.0 2163.5 684.0 1643.0 4980.5 6763.0 209.5 4598.0 4068.0 4890.0 5472.5 19.0 941.0 605.5 7135.5 4338.5 3118.0 4687.4 3159.9 6320.5 7410.5 4549.5
+Transferases;Transferring one-carbon groups;Methyltransferases;16S rRNA (cytidine(1409)-2'-O)-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.227 EC:2.1.1.227 209516.5 4635.0 2451.0 2786.0 4591.5 4937.5 3875.5 3331.0 4133.0 3759.5 572.8 1684.0 748.3 5653.2 2205.5 1949.9 3582.5 6021.0 6443.5 847.5 4610.0 4261.5 1870.5 5312.5 2998.5 901.0 296.0 2985.0 2367.0 705.5 2691.5 1204.5 165.5 4723.0 2597.0 2558.0 2446.5 2709.0 5445.0 4679.0 3923.0 3414.5 3502.0 1185.0 2163.5 684.0 1643.0 4980.5 6763.0 209.5 4598.0 4068.0 4890.0 5472.5 19.0 941.0 605.5 7135.5 4338.5 3118.0 4687.4 3159.9 6320.5 7410.5 4549.5
+Transferases;Transferring one-carbon groups;Methyltransferases;tRNA (guanine(37)-N(1))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.228 EC:2.1.1.228 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring one-carbon groups;Methyltransferases;16S rRNA (guanine(1516)-N(2))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.242 EC:2.1.1.242 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring one-carbon groups;Methyltransferases;tRNA (pseudouridine(54)-N(1))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.257 EC:2.1.1.257 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring one-carbon groups;Methyltransferases;23S rRNA (guanine(2069)-N(7))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.264 EC:2.1.1.264 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring one-carbon groups;Methyltransferases;23S rRNA (adenine(2030)-N(6))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.266 EC:2.1.1.266 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring one-carbon groups;Methyltransferases;Cobalt-precorrin-4 methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.271 EC:2.1.1.271 37547.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 2532.0 379.0 1328.0 338.0 5612.0 122.0 1924.0 3516.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Transferases;Transferring one-carbon groups;Methyltransferases;Peptide chain release factor N(5)-glutamine methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.297 EC:2.1.1.297 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring one-carbon groups;Methyltransferases;Ribosomal protein L3 N(5)-glutamine methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.298 EC:2.1.1.298 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring one-carbon groups;Methyltransferases;tRNA (guanine(46)-N(7))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.33 EC:2.1.1.33 208876.90000000002 4642.34 2452.34 2793.66 4613.5 4949.84 3882.16 3342.66 4134.0 1227.84 199.8 541.3399999999998 631.96 46.2 2085.16 26.9 143.5 6021.0 6446.5 850.84 4613.34 4300.16 1942.84 5313.84 3000.16 2917.34 568.6600000000002 3081.34 2521.34 757.5 2738.5 2819.84 318.5 4742.34 2766.34 2673.34 2577.84 3665.0 5536.66 4737.34 3947.66 3421.84 3506.34 1194.66 2170.5 1320.0 1657.0 4982.5 6767.0 2441.16 4660.0 4596.34 4939.34 5553.16 1502.66 2911.0 1935.16 7142.84 4339.84 3120.34 4691.4 3162.9 6323.5 7414.5 4551.5
+Transferases;Transferring one-carbon groups;Methyltransferases;tRNA (guanosine(18)-2'-O)-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.34 EC:2.1.1.34 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Transferases;Transferring one-carbon groups;Methyltransferases;tRNA (uracil(54)-C(5))-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.35 EC:2.1.1.35 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring one-carbon groups;Methyltransferases;DNA (cytosine-5-)-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.37 EC:2.1.1.37 133736.0 3226.0 1021.5 1830.5 3163.0 3871.0 2871.5 2449.0 3292.0 2602.0 525.5 1445.0 449.5 5637.5 1095.5 1947.0 3472.0 5958.0 6416.5 641.0 4321.5 4141.5 1333.0 5244.0 2541.0 2894.0 136.5 2939.0 2300.0 590.0 2602.0 2485.5 43.5 1236.5 298.0 261.0 334.0 264.0 2906.0 878.5 285.0 114.0 123.5 98.5 70.0 162.5 97.5 30.0 22.0 85.0 1312.0 2653.0 1346.0 1124.0 6.0 118.0 419.0 6820.0 3729.5 2009.0 4019.5 2722.0 6101.0 7080.5 3525.0
+Transferases;Transferring one-carbon groups;Methyltransferases;Thymidylate synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.45 EC:2.1.1.45 218332.19999999998 5559.67 2560.17 3411.33 5510.0 5758.17 4565.83 3814.83 4789.5 1229.17 208.3 583.1700000000002 671.6299999999999 54.7 2091.83 29.4 169.0 6021.0 6446.5 850.17 4617.17 4302.33 1952.17 5314.67 3054.83 2906.67 435.33 3034.17 2450.17 754.5 2736.0 2736.67 247.5 4934.17 2810.67 2675.67 2573.67 4331.0 5813.83 5509.17 4441.83 3431.67 3515.17 1204.33 2220.5 1041.0 1659.5 5064.5 6777.0 1340.83 4975.0 4597.17 5576.17 5938.33 761.83 1997.0 1349.83 7379.67 4926.17 4055.17 5303.9 3563.4 6491.0 7684.5 5522.0
+Transferases;Transferring one-carbon groups;Methyltransferases;tRNA (5-methylaminomethyl-2-thiouridylate)-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.61 EC:2.1.1.61 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring one-carbon groups;Methyltransferases;Methylated-DNA--[protein]-cysteine S-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.63 EC:2.1.1.63 317123.89999999997 5460.34 2870.84 3252.16 5529.5 6217.84 4535.66 3808.66 6767.0 3823.84 720.3 1953.34 1063.4599999999996 5675.7 3118.66 1971.9 3612.5 11979.0 12838.0 1486.84 8925.84 8395.66 3185.84 10557.84 5370.16 3813.34 683.1600000000002 6020.34 4807.34 1292.5 5294.5 3850.34 353.0 5807.84 2823.34 2772.34 2715.84 3857.0 8033.66 5469.84 4186.66 3495.84 3603.84 1255.16 2229.5 1469.5 1711.5 4999.5 6780.0 2483.16 5481.0 6927.34 5536.34 6221.16 1505.66 2945.0 2306.16 13750.84 7436.34 4233.34 8492.9 5172.9 12307.5 14156.0 7721.5
+Transferases;Transferring one-carbon groups;Methyltransferases;3-demethylubiquinol 3-O-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.64 EC:2.1.1.64 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring one-carbon groups;Methyltransferases;Thiopurine S-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.67 EC:2.1.1.67 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring one-carbon groups;Methyltransferases;Site-specific DNA-methyltransferase (adenine-specific) https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.72 EC:2.1.1.72 653529.8999999999 11821.69 3370.69 6605.81 11532.5 12875.69 9729.81 7563.809999999998 14082.5 9025.69 1576.8 4770.190000000001 1894.61 16957.2 5210.81 5865.9 10543.5 23874.0 25623.5 2870.69 17700.69 16779.31 5750.69 21051.19 10330.31 9364.69 1864.81 3393.19 3040.19 2668.0 3170.5 9368.69 943.5 5238.69 6295.690000000001 5870.690000000001 5750.190000000001 7671.0 11862.81 5631.690000000001 2666.81 10081.19 9941.69 2468.81 4015.0 3784.5 4395.0 14572.0 20243.0 8429.31 13822.0 15960.19 14376.19 16655.809999999998 5246.81 9626.0 6745.31 27821.19 15461.19 9390.19 17626.4 10759.9 24813.5 28639.5 16446.5
+Transferases;Transferring one-carbon groups;Methyltransferases;(FADH(2)-oxidizing) https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.74 EC:2.1.1.74 85410.0 2777.0 689.5 1468.5 2454.0 2714.0 2417.5 2120.0 770.0 2538.0 450.5 1200.0 179.5 5617.5 203.5 1928.0 3450.0 14.0 28.5 106.0 145.5 94.5 191.0 28.0 289.0 102.0 156.5 2965.0 2258.0 127.0 2546.0 109.5 95.5 231.5 1813.0 1705.0 1612.0 81.0 404.0 111.5 58.0 3263.0 3180.5 737.5 1211.0 291.5 1402.5 4764.0 6736.0 149.0 3258.0 1438.0 3531.0 4295.0 14.0 822.0 139.0 286.0 650.5 1024.0 272.5 739.0 160.0 396.5 400.0
+Transferases;Transferring one-carbon groups;Methyltransferases;Protein-L-isoaspartate(D-aspartate) O-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.77 EC:2.1.1.77 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Transferases;Transferring one-carbon groups;Methyltransferases;Cyclopropane-fatty-acyl-phospholipid synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.79 EC:2.1.1.79 79181.1 1301.01 197.01 729.49 1131.5 938.01 896.49 630.49 768.5 2.01 81.0 66.51 85.49000000000002 11.0 28.49 5.5 33.5 14.0 6.5 106.01 145.01 90.99 185.01 31.51 175.99 131.01 545.49 3110.51 2469.51 130.0 2550.5 357.01 312.5 279.01 1845.01 1720.01 1594.51 2571.0 375.49 799.01 544.49 3241.51 3169.01 724.49 1260.0 1262.5 1382.0 4836.0 6741.0 3468.99 3206.0 2173.51 3510.51 4381.49 2237.49 3764.0 2164.99 321.51 606.51 1067.51 671.0 430.5 213.5 331.5 1019.5
+Transferases;Transferring one-carbon groups;Methyltransferases;Protein-glutamate O-methyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.1.80 EC:2.1.1.80 25716.4 7.34 1.34 7.66 6.0 6.34 6.66 9.66 1.0 2532.34 374.0 1149.34 126.66 5607.0 121.66 1924.0 3439.0 0.0 0.0 2.34 1.34 1.66 2.34 1.34 1.66 21.34 271.66 96.34 142.34 9.0 6.0 170.34 144.0 7.34 59.34 59.34 51.34 940.0 11.66 3.34 13.66 1.34 1.34 5.66 3.0 627.0 6.0 1.0 0.0 2231.66 62.0 528.34 42.34 76.66 1483.66 1970.0 1329.66 3.34 1.34 2.34 0.0 0.0 0.0 0.0 2.0
+Transferases;Transferring one-carbon groups;Hydroxymethyl-, formyl- and related transferases;Glycine hydroxymethyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.2.1 EC:2.1.2.1 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring one-carbon groups;Hydroxymethyl-, formyl- and related transferases;Aminomethyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.2.10 EC:2.1.2.10 131806.2 940.67 1653.67 699.8299999999998 1257.0 1421.17 774.33 740.8299999999998 2707.5 2596.17 457.0 1597.17 649.3299999999998 5634.0 1016.33 1944.0 3546.0 6007.0 6418.0 743.17 4462.67 4201.83 1740.17 5283.67 2654.83 2804.67 273.83000000000004 67.17 192.17 624.5 189.0 2623.17 150.0 4311.67 849.6700000000002 906.67 918.67 1978.0 4843.83 3850.67 3381.83 147.67000000000004 315.67 441.83 906.5 680.5 246.0 135.5 21.0 1160.83 1025.0 2629.17 729.17 796.33 745.83 1033.0 1051.83 6616.67 3101.67 1159.17 3806.0 2022.0 5996.0 6748.0 3179.0
+Transferases;Transferring one-carbon groups;Hydroxymethyl-, formyl- and related transferases;3-methyl-2-oxobutanoate hydroxymethyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.2.11 EC:2.1.2.11 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Transferases;Transferring one-carbon groups;Hydroxymethyl-, formyl- and related transferases;Phosphoribosylglycinamide formyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.2.2 EC:2.1.2.2 228336.90000000002 4642.34 2452.34 2793.66 4629.5 4955.84 3882.16 3344.66 4134.0 3759.84 574.8 1696.34 766.96 5653.2 2206.16 1951.9 3582.5 6021.0 6449.5 851.84 4615.34 4337.16 2012.84 5313.84 3000.16 4912.34 569.6600000000002 3081.34 2533.34 800.5 2779.5 4264.84 327.5 4754.34 2876.34 2729.34 2657.84 3681.0 5616.66 4792.34 3958.66 3427.84 3509.34 1198.66 2174.5 1329.0 1665.0 4983.5 6771.0 2441.16 4660.0 4596.34 4946.34 5557.16 1502.66 2911.0 1935.16 7146.84 4339.84 3120.34 4695.4 3165.9 6326.5 7418.5 4551.5
+Transferases;Transferring one-carbon groups;Hydroxymethyl-, formyl- and related transferases;Phosphoribosylaminoimidazolecarboxamide formyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.2.3 EC:2.1.2.3 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring one-carbon groups;Hydroxymethyl-, formyl- and related transferases;Methionyl-tRNA formyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.2.9 EC:2.1.2.9 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring one-carbon groups;Carboxy- and carbamoyltransferases;Methylmalonyl-CoA carboxytransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.3.1 EC:2.1.3.1 89100.0 584.0 5004.0 1052.0 1308.0 720.0 472.0 1172.0 344.0 0.0 20.0 716.0 848.0 20.0 4.0 0.0 308.0 196.0 104.0 420.0 592.0 276.0 1720.0 168.0 1148.0 0.0 92.0 52.0 232.0 172.0 244.0 256.0 148.0 13060.0 2612.0 2892.0 2704.0 5220.0 9136.0 12272.0 12508.0 284.0 864.0 1512.0 3384.0 840.0 760.0 488.0 52.0 12.0 692.0 136.0 420.0 344.0 4.0 56.0 64.0 12.0 24.0 216.0 24.0 36.0 36.0 12.0 32.0
+Transferases;Transferring one-carbon groups;Carboxy- and carbamoyltransferases;N-succinylornithine carbamoyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.3.11 EC:2.1.3.11 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Transferases;Transferring one-carbon groups;Carboxy- and carbamoyltransferases;Aspartate carbamoyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.3.2 EC:2.1.3.2 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring one-carbon groups;Carboxy- and carbamoyltransferases;Ornithine carbamoyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.3.3 EC:2.1.3.3 214738.69999999998 4638.67 2451.67 2789.83 4594.5 4940.67 3878.83 3335.83 4133.5 3759.67 572.8 1684.17 748.6299999999999 5653.2 2205.83 1949.9 3582.5 6021.0 6443.5 848.67 4610.67 4262.33 1871.67 5313.17 2999.33 911.67 431.83 3033.17 2438.17 710.0 2694.5 1289.67 237.5 4726.67 2626.67 2587.67 2472.17 3179.0 5450.83 4680.67 3929.83 3415.17 3502.67 1187.83 2165.0 997.5 1646.0 4981.0 6763.0 1325.33 4629.0 4332.17 4911.17 5510.83 760.83 1926.0 1270.33 7137.17 4339.17 3119.17 4687.4 3159.9 6320.5 7410.5 4550.5
+Transferases;Transferring one-carbon groups;Carboxy- and carbamoyltransferases;Putrescine carbamoyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.3.6 EC:2.1.3.6 21301.0 2408.0 603.0 1372.0 2231.0 2597.0 2218.0 1981.0 659.0 6.0 4.0 27.0 9.0 8.0 62.0 1.0 3.0 0.0 22.0 4.0 7.0 9.0 20.0 0.0 171.0 3.0 21.0 0.0 2.0 12.0 5.0 10.0 0.0 159.0 131.0 106.0 116.0 56.0 329.0 91.0 35.0 34.0 23.0 34.0 7.0 4.0 35.0 12.0 5.0 43.0 491.0 322.0 742.0 452.0 3.0 84.0 48.0 208.0 633.0 896.0 214.0 709.0 114.0 335.0 355.0
+Transferases;Transferring one-carbon groups;Amidinotransferases;Glycine amidinotransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.1.4.1 EC:2.1.4.1 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Transferases;Transferring molybdenum- or tungsten-containing groups;Molybdenumtransferases or tungstentransferases with sulfide groups as acceptors;Molybdopterin molybdotransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.10.1.1 EC:2.10.1.1 79676.6 303.01 2504.01 537.49 679.0 375.51 245.99 602.49 173.5 2532.51 385.0 1513.51 559.99 5617.0 123.99 1925.0 3593.0 98.0 55.0 214.51 300.01 177.49 933.51 86.01 576.49 2027.01 454.49 170.51 341.51 142.5 172.0 1828.51 299.0 6553.01 1505.01 1591.01 1509.01 4036.0 4665.49 6196.01 6285.49 150.01 437.01 768.49 1700.5 1369.5 397.0 246.5 30.0 3353.49 439.0 860.51 280.51 290.99 2227.49 2983.0 2026.49 15.01 14.01 111.51 16.0 21.0 21.0 10.0 19.0
+Transferases;Transferring aldehyde or ketonic groups;Transketolases and transaldolases;Transketolase https://www.genome.jp/dbget-bin/www_bget?EC:2.2.1.1 EC:2.2.1.1 370290.9 5882.34 3186.34 3588.66 6233.5 7338.84 4989.16 4112.66 9277.0 5263.84 1068.0 3347.34 1441.16 11302.0 3013.16 3912.5 7073.5 17923.0 19223.5 2021.84 13101.34 12442.16 4323.84 15770.84 7619.16 6508.34 662.6600000000002 3061.34 2614.34 1754.5 2878.5 6224.84 298.5 6778.34 1308.34 1327.34 1436.84 4035.0 10512.66 6230.34 4411.66 342.8400000000001 545.3399999999998 612.66 1084.5 1339.0 397.0 260.5 57.0 2419.16 3535.0 8142.34 3350.34 3050.16 1497.66 2241.0 2586.16 20284.84 10513.84 5209.34 12234.0 7154.5 18248.5 20839.5 10846.5
+Transferases;Transferring aldehyde or ketonic groups;Transketolases and transaldolases;Transaldolase https://www.genome.jp/dbget-bin/www_bget?EC:2.2.1.2 EC:2.2.1.2 131806.2 940.67 1653.67 699.8299999999998 1257.0 1421.17 774.33 740.8299999999998 2707.5 2596.17 457.0 1597.17 649.3299999999998 5634.0 1016.33 1944.0 3546.0 6007.0 6418.0 743.17 4462.67 4201.83 1740.17 5283.67 2654.83 2804.67 273.83000000000004 67.17 192.17 624.5 189.0 2623.17 150.0 4311.67 849.6700000000002 906.67 918.67 1978.0 4843.83 3850.67 3381.83 147.67000000000004 315.67 441.83 906.5 680.5 246.0 135.5 21.0 1160.83 1025.0 2629.17 729.17 796.33 745.83 1033.0 1051.83 6616.67 3101.67 1159.17 3806.0 2022.0 5996.0 6748.0 3179.0
+Transferases;Transferring aldehyde or ketonic groups;Transketolases and transaldolases;Acetolactate synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.2.1.6 EC:2.2.1.6 556424.5 11842.35 4866.35 6848.15 11833.5 13855.35 10287.15 8644.15 13316.5 6496.35 1187.8 3688.85 1817.95 11342.2 5134.15 3934.9 7117.5 23895.0 25660.5 2771.35 17567.35 16642.65 5773.35 21038.85 10445.65 7347.35 1361.15 3243.85 2903.85 2440.0 3050.5 7627.35 639.5 8176.35 3398.35 3324.35 3377.85 5764.0 13714.15 7157.35 4760.15 3707.85 3845.35 1446.15 2358.0 2721.5 1879.0 5045.0 6793.0 6000.65 8198.0 13025.85 8281.85 8580.15 3743.15 6136.0 5138.65 27391.85 14892.85 8227.85 16511.4 10613.9 24506.5 28311.5 14774.5
+Transferases;Transferring aldehyde or ketonic groups;Transketolases and transaldolases;1-deoxy-D-xylulose-5-phosphate synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.2.1.7 EC:2.2.1.7 139932.2 967.67 1670.17 725.3299999999998 1262.0 1457.17 774.83 765.8299999999998 2719.5 2596.17 526.5 1597.17 652.8299999999998 5634.5 1034.83 1946.0 3546.0 6007.0 6420.5 743.17 4463.17 4202.33 1744.17 5286.67 2657.83 2901.67 274.33000000000004 3000.17 2427.17 625.5 2661.0 2624.67 152.5 4346.17 849.6700000000002 907.67 919.67 1983.0 4866.83 3857.17 3383.83 151.67000000000004 317.17 445.33 910.5 682.0 255.5 140.5 30.0 1160.83 1025.0 2629.17 730.17 796.33 745.83 1033.0 1051.83 6616.67 3103.17 1168.17 3811.5 2022.0 5996.0 6748.5 3179.0
+Transferases;Transferring aldehyde or ketonic groups;Transketolases and transaldolases;synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.2.1.9 EC:2.2.1.9 146864.9 1892.34 1779.34 1350.66 2164.5 2271.84 1465.16 1247.66 3376.0 1221.84 192.8 490.34 581.96 36.2 2021.16 24.9 132.5 6007.0 6420.5 744.84 4468.34 4206.16 1755.84 5288.84 2714.16 2912.34 412.66 3049.34 2498.34 631.5 2664.5 2711.84 225.5 4545.34 953.34 969.34 966.84 3589.0 5155.66 4632.34 3891.66 162.84 327.3400000000001 460.66 963.5 1030.0 264.0 223.5 40.0 2292.16 1402.0 3158.34 1409.34 1258.16 1488.66 2089.0 1796.16 6856.84 3690.84 2105.34 4424.4 2423.9 6163.5 7018.5 4151.5
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Amino-acid N-acetyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.1 EC:2.3.1.1 153546.90000000002 4273.34 2365.84 2697.16 4374.5 4826.84 3682.66 3201.66 4023.0 71.84 94.5 511.34 563.6600000000002 43.5 964.66 22.5 135.5 6007.0 6437.0 747.84 4472.84 4177.66 1701.84 5285.84 2882.16 823.34 432.16 116.34 253.34 599.5 156.5 1275.34 214.0 4657.84 974.34 1018.34 1001.84 3624.0 5381.66 4661.84 3913.66 186.84 345.8400000000001 487.16 962.5 1023.5 281.5 229.5 32.0 2335.16 1893.0 3480.34 2143.34 1706.16 1491.66 2173.0 1844.16 7060.84 4322.34 2992.34 4628.5 3128.5 6274.5 7349.0 4506.5
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Arginine N-succinyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.109 EC:2.3.1.109 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;2,3,4,5-tetrahydropyridine-2,6-dicarboxylate N-succinyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.117 EC:2.3.1.117 67663.70000000001 3478.67 1963.17 2260.33 3476.5 3597.67 3026.33 2757.83 1401.5 7.67 18.5 254.17 270.33000000000004 21.5 70.33 4.5 105.5 49.0 51.0 111.67 162.17 118.83 531.6700000000002 44.17 514.3299999999998 2008.67 183.33 62.17 143.17000000000004 104.0 110.5 1606.17 119.0 3635.17 997.67 946.67 919.17 2983.0 2981.83 3989.17 3680.83 122.17 252.17 431.33 910.0 571.0 241.5 218.0 32.0 1177.33 1041.0 885.1700000000002 1533.17 1003.83 746.83 1154.0 808.33 455.17 1226.67 1887.17 836.5 1121.5 293.5 612.0 1335.5
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Dihydrolipoyllysine-residue acetyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.12 EC:2.3.1.12 203654.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 1227.67 199.8 541.1700000000002 631.6299999999999 46.2 2084.83 26.9 143.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Acyl-[acyl-carrier-protein]--UDP-N-acetylglucosamine O-acyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.129 EC:2.3.1.129 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Glycerol-3-phosphate 1-O-acyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.15 EC:2.3.1.15 390149.60000000003 8989.01 2402.01 5057.49 8538.0 9524.51 7524.99 6090.49 8095.5 7519.51 1135.6 3010.51 1073.59 11296.4 4409.99 3899.8 7011.0 11944.0 12835.0 1488.51 8926.01 8387.49 2884.51 10543.01 5425.49 1834.01 953.49 6088.51 4831.51 1338.5 5270.0 2536.51 473.0 2927.01 3977.01 3759.01 3618.01 4218.0 6339.49 3227.01 1612.49 6689.01 6574.01 1622.49 2639.5 1888.5 2915.0 9718.5 13500.0 3760.49 8943.0 8860.51 9633.51 10887.99 2261.49 4809.0 3173.49 14270.01 8667.01 6131.51 9362.8 6301.8 12623.0 14815.0 9086.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Glucosamine-1-phosphate N-acetyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.157 EC:2.3.1.157 214738.69999999998 4638.67 2451.67 2789.83 4594.5 4940.67 3878.83 3335.83 4133.5 3759.67 572.8 1684.17 748.6299999999999 5653.2 2205.83 1949.9 3582.5 6021.0 6443.5 848.67 4610.67 4262.33 1871.67 5313.17 2999.33 911.67 431.83 3033.17 2438.17 710.0 2694.5 1289.67 237.5 4726.67 2626.67 2587.67 2472.17 3179.0 5450.83 4680.67 3929.83 3415.17 3502.67 1187.83 2165.0 997.5 1646.0 4981.0 6763.0 1325.33 4629.0 4332.17 4911.17 5510.83 760.83 1926.0 1270.33 7137.17 4339.17 3119.17 4687.4 3159.9 6320.5 7410.5 4550.5
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Acetyl-CoA C-acyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.16 EC:2.3.1.16 14632.4 7.34 1.34 7.66 22.0 12.34 6.66 11.66 1.0 0.34 1.0 6.34 9.66 0.0 0.66 1.0 0.0 0.0 3.0 3.34 3.34 38.66 72.34 1.34 1.66 2016.34 272.66 96.34 154.34 52.0 47.0 1615.34 153.0 19.34 169.34 115.34 131.34 956.0 91.66 58.34 24.66 7.34 4.34 9.66 7.0 636.0 14.0 2.0 4.0 2231.66 62.0 528.34 49.34 80.66 1483.66 1970.0 1329.66 7.34 1.34 2.34 4.0 3.0 3.0 4.0 2.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Dihydrolipoyllysine-residue (2-methylpropanoyl)transferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.168 EC:2.3.1.168 84849.0 791.0 402.0 433.0 911.0 1232.0 653.0 441.0 2621.0 64.0 77.0 263.0 302.0 22.0 894.0 19.0 30.0 5958.0 6389.0 636.0 4312.0 4095.0 1239.0 5241.0 2367.0 799.0 114.0 6.0 51.0 534.0 84.0 1029.0 32.0 1031.0 57.0 98.0 137.0 187.0 2474.0 726.0 237.0 70.0 96.0 57.0 55.0 148.0 45.0 12.0 4.0 42.0 821.0 2331.0 596.0 668.0 3.0 34.0 371.0 6608.0 3095.0 1104.0 3796.0 2010.0 5984.0 6741.0 3170.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Beta-ketoacyl-[acyl-carrier-protein] synthase II https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.179 EC:2.3.1.179 308997.89999999997 5433.34 2854.34 3226.66 5524.5 6181.84 4535.16 3783.66 6755.0 3823.84 650.8 1953.34 1059.9599999999996 5675.2 3100.16 1969.9 3612.5 11979.0 12835.5 1486.84 8925.34 8395.16 3181.84 10554.84 5367.16 3716.34 682.6600000000002 3087.34 2572.34 1291.5 2822.5 3848.84 350.5 5773.34 2823.34 2771.34 2714.84 3852.0 8010.66 5463.34 4184.66 3491.84 3602.34 1251.66 2225.5 1468.0 1702.0 4994.5 6771.0 2483.16 5481.0 6927.34 5535.34 6221.16 1505.66 2945.0 2306.16 13750.84 7434.84 4224.34 8487.4 5172.9 12307.5 14155.5 7721.5
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Galactoside O-acetyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.18 EC:2.3.1.18 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Beta-ketoacyl-[acyl-carrier-protein] synthase III https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.180 EC:2.3.1.180 251390.4 5563.34 2560.84 3415.16 5561.0 5779.34 4569.16 3825.66 4790.0 3761.34 585.3 1750.34 824.96 5661.7 2213.16 1956.4 3608.0 6021.0 6455.5 854.34 4623.84 4414.16 2163.34 5315.34 3055.66 8902.34 574.1600000000002 3082.34 2557.34 888.0 2862.0 7156.84 346.5 4973.84 3170.34 2873.34 2839.34 4849.0 6059.66 5675.84 4481.66 3450.34 3524.84 1219.16 2234.0 1381.5 1686.5 5068.0 6789.0 2456.66 5006.0 4861.34 5618.34 5988.66 1503.66 2982.0 2014.66 7393.34 4926.84 4056.34 5315.9 3572.4 6500.0 7696.5 5523.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Lipoyl(octanoyl) transferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.181 EC:2.3.1.181 31685.200000000004 149.67 1251.67 266.83 346.0 189.17 121.33 299.83 86.5 0.17 6.0 185.17 221.33 5.0 1.33 1.0 77.0 49.0 29.0 107.17 150.67 106.83 501.17 42.67 287.83 2005.67 159.83 61.17 141.17000000000004 90.5 105.0 1594.17 118.0 3280.67 792.6700000000002 808.67 781.67 1791.0 2369.83 3124.67 3144.83 77.67 219.67 384.83 851.5 532.5 201.0 123.5 17.0 1118.83 204.0 298.17 133.17000000000002 128.32999999999998 742.83 999.0 680.83 8.67 6.67 55.17 10.0 12.0 12.0 7.0 9.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;(R)-citramalate synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.182 EC:2.3.1.182 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Phosphinothricin acetyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.183 EC:2.3.1.183 111312.0 937.0 1653.0 696.0 1254.0 1418.0 771.0 736.0 2707.0 64.0 83.0 448.0 523.0 27.0 895.0 20.0 107.0 6007.0 6418.0 742.0 4462.0 4201.0 1739.0 5283.0 2654.0 2794.0 138.0 19.0 121.0 620.0 186.0 2538.0 78.0 4308.0 820.0 877.0 893.0 1508.0 4838.0 3849.0 3375.0 147.0 315.0 439.0 905.0 367.0 243.0 135.0 21.0 45.0 994.0 2365.0 708.0 758.0 4.0 48.0 387.0 6615.0 3101.0 1158.0 3806.0 2022.0 5996.0 6748.0 3178.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Acyl-homoserine-lactone synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.184 EC:2.3.1.184 10444.4 7.34 1.34 7.66 6.0 6.34 6.66 9.66 1.0 0.34 0.0 0.34 0.66 0.0 0.66 0.0 0.0 0.0 0.0 2.34 1.34 1.66 2.34 1.34 1.66 21.34 271.66 96.34 142.34 9.0 6.0 170.34 144.0 7.34 59.34 59.34 51.34 940.0 11.66 3.34 13.66 1.34 1.34 5.66 3.0 627.0 6.0 1.0 0.0 2231.66 62.0 528.34 42.34 76.66 1483.66 1970.0 1329.66 3.34 1.34 2.34 0.0 0.0 0.0 0.0 2.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Phosphate butyryltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.19 EC:2.3.1.19 84849.0 791.0 402.0 433.0 911.0 1232.0 653.0 441.0 2621.0 64.0 77.0 263.0 302.0 22.0 894.0 19.0 30.0 5958.0 6389.0 636.0 4312.0 4095.0 1239.0 5241.0 2367.0 799.0 114.0 6.0 51.0 534.0 84.0 1029.0 32.0 1031.0 57.0 98.0 137.0 187.0 2474.0 726.0 237.0 70.0 96.0 57.0 55.0 148.0 45.0 12.0 4.0 42.0 821.0 2331.0 596.0 668.0 3.0 34.0 371.0 6608.0 3095.0 1104.0 3796.0 2010.0 5984.0 6741.0 3170.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;UDP-3-O-(3-hydroxymyristoyl)glucosamine N-acyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.191 EC:2.3.1.191 17786.2 3.67 0.67 3.83 51.0 21.17 3.33 10.83 0.5 0.17 3.0 18.17 27.33 0.0 0.33 3.0 0.0 0.0 9.0 4.17 6.67 111.83 211.17 0.67 0.83 5995.67 138.83 48.17 107.17 133.5 126.0 4420.17 99.0 39.67 359.67 197.67 265.67 518.0 245.83 166.67 39.83 18.67 9.67 14.83 13.5 340.5 27.0 3.5 12.0 1115.83 31.0 264.17 42.17 50.33 741.83 985.0 664.83 13.67 0.67 1.17 12.0 9.0 9.0 12.0 1.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;tRNA(Met) cytidine acetyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.193 EC:2.3.1.193 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Octanoyl-[GcvH]:protein N-octanoyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.204 EC:2.3.1.204 169698.0 1582.0 804.0 866.0 1822.0 2464.0 1306.0 882.0 5242.0 128.0 154.0 526.0 604.0 44.0 1788.0 38.0 60.0 11916.0 12778.0 1272.0 8624.0 8190.0 2478.0 10482.0 4734.0 1598.0 228.0 12.0 102.0 1068.0 168.0 2058.0 64.0 2062.0 114.0 196.0 274.0 374.0 4948.0 1452.0 474.0 140.0 192.0 114.0 110.0 296.0 90.0 24.0 8.0 84.0 1642.0 4662.0 1192.0 1336.0 6.0 68.0 742.0 13216.0 6190.0 2208.0 7592.0 4020.0 11968.0 13482.0 6340.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;N(6)-L-threonylcarbamoyladenine synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.234 EC:2.3.1.234 234198.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 6291.67 947.8 2839.17 883.6299999999999 11260.2 2326.83 3874.9 7021.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Kdo(2)-lipid IV(A) lauroyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.241 EC:2.3.1.241 14632.4 7.34 1.34 7.66 22.0 12.34 6.66 11.66 1.0 0.34 1.0 6.34 9.66 0.0 0.66 1.0 0.0 0.0 3.0 3.34 3.34 38.66 72.34 1.34 1.66 2016.34 272.66 96.34 154.34 52.0 47.0 1615.34 153.0 19.34 169.34 115.34 131.34 956.0 91.66 58.34 24.66 7.34 4.34 9.66 7.0 636.0 14.0 2.0 4.0 2231.66 62.0 528.34 49.34 80.66 1483.66 1970.0 1329.66 7.34 1.34 2.34 4.0 3.0 3.0 4.0 2.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Lauroyl-Kdo(2)-lipid IV(A) myristoyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.243 EC:2.3.1.243 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Chloramphenicol O-acetyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.28 EC:2.3.1.28 58247.200000000004 372.67 87.17 100.33 242.0 126.17 202.83 145.82999999999996 111.5 0.17 73.5 30.17 53.83 2.5 20.83 4.0 8.0 14.0 9.5 104.17 141.17 123.33 242.17 28.67 118.83 2104.67 272.33000000000004 3013.17 2339.17 162.5 2585.0 1629.67 176.5 88.17 1821.67 1684.67 1601.67 511.0 160.82999999999996 77.17 40.83 3235.67 3161.17 710.33 1209.5 610.0 1378.5 4753.5 6735.0 1221.83 2798.0 1380.17 2817.17 3885.33 752.83 1723.0 755.83 83.67 18.17 129.17000000000002 62.5 33.0 49.0 65.5 46.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Glycine C-acetyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.29 EC:2.3.1.29 84710.20000000001 518.6700000000002 1338.17 363.33 585.0 312.17 320.8300000000001 440.83 197.5 0.17 79.5 215.17 274.83 7.5 21.83 5.0 85.0 63.0 38.5 210.17 291.17 229.33 742.17 70.67 405.83 4099.67 296.3300000000001 3026.17 2409.17 248.5 2687.0 3138.67 222.5 3365.17 2584.67 2463.67 2357.67 1832.0 2524.83 3200.17 3178.83 3312.67 3380.17 1092.33 2059.5 829.0 1576.5 4876.5 6752.0 1224.83 2971.0 1414.17 2929.17 3975.33 753.83 1737.0 771.83 90.67 24.17 183.17 72.5 45.0 61.0 72.5 54.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Serine O-acetyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.30 EC:2.3.1.30 185320.90000000002 4300.34 2382.34 2722.66 4411.5 4874.84 3683.16 3230.66 4035.0 2603.84 540.0 1672.34 711.1600000000002 5651.0 1104.16 1950.5 3574.5 6007.0 6445.5 749.84 4477.34 4252.16 1845.84 5288.84 2885.16 4910.34 434.66 3049.34 2512.34 686.5 2710.5 4166.84 234.5 4716.34 1194.34 1131.34 1162.84 3661.0 5564.66 4778.34 3937.66 202.84 353.3400000000001 498.66 974.5 1043.0 307.0 236.5 49.0 2335.16 1893.0 3480.34 2158.34 1714.16 1491.66 2173.0 1844.16 7068.84 4323.84 3001.34 4642.0 3134.5 6280.5 7357.5 4506.5
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Homoserine O-acetyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.31 EC:2.3.1.31 89037.0 791.0 402.0 433.0 927.0 1238.0 653.0 443.0 2621.0 64.0 78.0 269.0 311.0 22.0 894.0 20.0 30.0 5958.0 6392.0 637.0 4314.0 4132.0 1309.0 5241.0 2367.0 2794.0 115.0 6.0 63.0 577.0 125.0 2474.0 41.0 1043.0 167.0 154.0 217.0 203.0 2554.0 781.0 248.0 76.0 99.0 61.0 59.0 157.0 53.0 13.0 8.0 42.0 821.0 2331.0 603.0 672.0 3.0 34.0 371.0 6612.0 3095.0 1104.0 3800.0 2013.0 5987.0 6745.0 3170.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Glutamate N-acetyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.35 EC:2.3.1.35 143102.5 4266.0 2364.5 2689.5 4368.5 4820.5 3676.0 3192.0 4022.0 71.5 94.5 511.0 563.0 43.5 964.0 22.5 135.5 6007.0 6437.0 745.5 4471.5 4176.0 1699.5 5284.5 2880.5 802.0 160.5 20.0 111.0 590.5 150.5 1105.0 70.0 4650.5 915.0 959.0 950.5 2684.0 5370.0 4658.5 3900.0 185.5 344.5 481.5 959.5 396.5 275.5 228.5 32.0 103.5 1831.0 2952.0 2101.0 1629.5 8.0 203.0 514.5 7057.5 4321.0 2990.0 4628.5 3128.5 6274.5 7349.0 4504.5
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;[Acyl-carrier-protein] S-malonyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.39 EC:2.3.1.39 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Beta-ketoacyl-[acyl-carrier-protein] synthase I https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.41 EC:2.3.1.41 10444.4 7.34 1.34 7.66 6.0 6.34 6.66 9.66 1.0 0.34 0.0 0.34 0.66 0.0 0.66 0.0 0.0 0.0 0.0 2.34 1.34 1.66 2.34 1.34 1.66 21.34 271.66 96.34 142.34 9.0 6.0 170.34 144.0 7.34 59.34 59.34 51.34 940.0 11.66 3.34 13.66 1.34 1.34 5.66 3.0 627.0 6.0 1.0 0.0 2231.66 62.0 528.34 42.34 76.66 1483.66 1970.0 1329.66 3.34 1.34 2.34 0.0 0.0 0.0 0.0 2.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Homoserine O-succinyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.46 EC:2.3.1.46 56472.700000000004 3332.67 712.17 1997.33 3133.5 3411.67 2908.33 2462.83 1315.5 2539.67 386.5 1218.17 175.32999999999996 5623.5 190.33 1927.5 3467.5 0.0 22.0 5.67 12.17 12.83 31.67 2.17 227.33 13.67 159.33 49.17 73.17 18.0 8.5 97.17 73.0 358.17 234.67 167.67000000000004 163.17000000000004 1662.0 617.8299999999998 866.17 542.8299999999998 45.17 33.17 49.33 60.0 352.0 43.5 95.0 15.0 1174.33 868.0 851.1700000000002 1421.17 913.83 745.83 1140.0 792.33 448.17 1220.67 1833.17 826.5 1109.5 281.5 605.0 1327.5
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;8-amino-7-oxononanoate synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.47 EC:2.3.1.47 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;1-acylglycerol-3-phosphate O-acyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.51 EC:2.3.1.51 245389.7 4784.67 3702.67 3052.83 4953.5 5132.67 3996.83 3632.83 4219.5 3759.67 579.8 1875.17 978.63 5658.2 2206.83 1951.9 3659.5 6070.0 6475.5 955.67 4762.67 4405.33 2441.67 5355.17 3286.33 4901.67 456.83 3046.17 2520.17 839.0 2837.5 4243.67 292.5 8015.67 3499.67 3422.67 3308.17 4516.0 7894.83 7858.67 7078.83 3498.17 3724.67 1573.83 3019.0 1225.5 1852.0 5105.0 6784.0 1328.33 4802.0 4366.17 5030.17 5604.83 761.83 1940.0 1286.33 7148.17 4345.17 3173.17 4701.4 3174.9 6335.5 7421.5 4558.5
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Formate C-acetyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.54 EC:2.3.1.54 180703.40000000002 3575.34 1092.84 1909.16 3371.0 3952.34 3077.16 2570.66 3392.0 2602.34 527.5 1463.34 482.16 5639.5 1098.16 1947.0 3480.0 5972.0 6417.5 744.34 4458.84 4191.16 1432.34 5270.34 2657.66 922.34 542.1600000000002 3067.34 2451.34 670.0 2636.0 1308.84 271.5 1269.84 1929.34 1862.34 1800.34 1208.0 2889.66 840.84 308.66 3334.34 3277.84 800.16 1269.0 1066.5 1453.5 4777.0 6740.0 2422.66 4141.0 4297.34 4169.34 5039.66 1500.66 2826.0 1839.66 6897.34 3746.84 2130.34 4068.5 2749.0 6144.0 7137.5 3572.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Diamine N-acetyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.57 EC:2.3.1.57 55819.7 3359.67 728.67 2022.83 3154.5 3453.67 2908.83 2489.83 1327.5 1163.67 114.8 75.17 76.63 17.2 1187.83 6.9 28.5 0.0 27.5 6.67 14.67 50.33 105.67 5.17 230.33 2105.67 160.83 2982.17 2320.17 62.0 2521.5 1543.67 84.5 404.67 344.67 224.67 244.17 1683.0 720.8299999999998 927.67 555.83 55.17 37.67 56.83 68.0 362.5 61.0 101.0 28.0 1174.33 868.0 851.1700000000002 1429.17 917.83 745.83 1140.0 792.33 452.17 1222.17 1842.17 836.4 1113.9 284.5 609.5 1327.5
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Dihydrolipoyllysine-residue succinyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.61 EC:2.3.1.61 35873.200000000004 149.67 1251.67 266.83 362.0 195.17 121.33 301.83 86.5 0.17 7.0 191.17 230.33 5.0 1.33 2.0 77.0 49.0 32.0 108.17 152.67 143.82999999999996 571.17 42.67 287.83 4000.67 160.83 61.17 153.17000000000004 133.5 146.0 3039.17 127.0 3292.67 902.67 864.6700000000002 861.6700000000002 1807.0 2449.83 3179.67 3155.83 83.67 222.67 388.83 855.5 541.5 209.0 124.5 21.0 1118.83 204.0 298.17 140.17000000000002 132.32999999999998 742.83 999.0 680.83 12.67 6.67 55.17 14.0 15.0 15.0 11.0 9.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Maltose O-acetyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.79 EC:2.3.1.79 270961.19999999995 2296.67 961.17 1037.33 2282.0 2671.17 1707.83 1141.83 5452.5 1284.17 262.3 580.17 713.63 48.7 2910.83 43.4 76.0 11944.0 12791.5 1478.17 8903.17 8398.33 2887.17 10535.67 4967.83 3704.67 635.33 3057.17 2462.17 1344.5 2822.0 3785.67 333.5 2188.17 3617.67 3478.67 3370.67 905.0 5160.83 1543.17 535.8299999999998 6600.67 6509.17 1524.33 2519.5 1192.0 2826.5 9524.5 13465.0 1411.83 7207.0 7158.17 6797.17 9064.33 769.83 2529.0 1588.83 13377.67 6224.17 2456.17 7707.9 4084.4 12063.0 13608.5 6431.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Phosphate acetyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.8 EC:2.3.1.8 196651.69999999998 4492.67 1200.67 2526.83 4283.5 4766.67 3760.83 3044.83 4047.5 3759.67 568.8 1511.17 545.6299999999999 5648.2 2204.83 1950.9 3505.5 5972.0 6420.5 744.67 4464.67 4230.33 1511.67 5271.17 2712.33 2906.67 409.83 3020.17 2392.17 710.0 2674.5 2670.67 209.5 1473.67 2083.67 1920.67 1876.17 1890.0 3246.83 1667.67 813.83 3350.17 3289.67 813.83 1323.0 796.5 1464.0 4860.0 6754.0 1322.33 4456.0 4298.17 4813.17 5428.83 759.83 1912.0 1254.33 7138.17 4333.17 3065.17 4685.4 3153.9 6314.5 7411.5 4542.5
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Tetrahydrodipicolinate N-acetyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.89 EC:2.3.1.89 87154.0 791.0 402.0 433.0 911.0 1232.0 653.0 441.0 2621.0 1220.0 108.8 263.0 316.8 22.2 1994.0 19.4 30.0 5958.0 6389.0 636.0 4312.0 4095.0 1239.0 5241.0 2367.0 799.0 114.0 6.0 51.0 534.0 84.0 1029.0 32.0 1031.0 57.0 98.0 137.0 187.0 2474.0 726.0 237.0 70.0 96.0 57.0 55.0 148.0 45.0 12.0 4.0 42.0 821.0 2331.0 596.0 668.0 3.0 34.0 371.0 6608.0 3095.0 1104.0 3796.4 2011.4 5984.0 6741.0 3170.0
+Transferases;Acyltransferases;Transferring groups other than aminoacyl groups;Acetyl-CoA C-acetyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.1.9 EC:2.3.1.9 272045.39999999997 4366.34 1494.84 2342.16 4298.0 5190.34 3730.16 3013.66 6013.0 3822.34 637.3 1732.34 807.9599999999998 5661.7 3092.16 1967.4 3510.0 11930.0 12809.5 1381.34 8772.84 8323.16 2741.34 10511.34 5024.66 3716.34 657.1600000000002 3073.34 2514.34 1247.0 2761.0 3782.84 312.5 2312.84 2096.34 2016.34 2017.34 1411.0 5443.66 1621.84 556.6600000000002 3410.34 3376.84 861.16 1328.0 1223.5 1506.5 4790.0 6748.0 2464.66 4962.0 6628.34 4772.34 5711.66 1503.66 2860.0 2210.66 13509.34 6841.84 3234.34 7868.9 4763.4 12131.0 13882.5 6742.0
+Transferases;Acyltransferases;Aminoacyltransferases;UDP-N-acetylmuramoylpentapeptide-lysine N(6)-alanyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.2.10 EC:2.3.2.10 29427.0 2435.0 619.5 1397.5 2236.0 2633.0 2218.5 2006.0 671.0 6.0 73.5 27.0 12.5 8.5 80.5 3.0 3.0 0.0 24.5 4.0 7.5 9.5 24.0 3.0 174.0 100.0 21.5 2933.0 2237.0 13.0 2477.0 11.5 2.5 193.5 131.0 107.0 117.0 61.0 352.0 97.5 37.0 38.0 24.5 37.5 11.0 5.5 44.5 17.0 14.0 43.0 491.0 322.0 743.0 452.0 3.0 84.0 48.0 208.0 634.5 905.0 219.5 709.0 114.0 335.5 355.0
+Transferases;Acyltransferases;Aminoacyltransferases;Gamma-glutamyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.2.2 EC:2.3.2.2 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Transferases;Acyltransferases;Aminoacyltransferases;Lysyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.2.3 EC:2.3.2.3 169664.5 4489.0 1200.0 2523.0 4264.5 4757.5 3757.5 3038.0 4047.0 71.5 162.0 356.0 395.5 41.0 983.5 25.5 66.5 5972.0 6417.5 742.5 4462.0 4192.5 1440.5 5270.5 2711.5 901.0 273.0 2972.0 2309.0 662.5 2630.5 1140.5 128.5 1458.0 1944.0 1835.0 1770.5 1404.0 3161.0 1611.0 796.0 3343.5 3286.0 807.0 1317.5 474.0 1453.0 4858.5 6750.0 206.5 4425.0 4034.0 4785.0 5386.5 18.0 927.0 589.5 7132.5 4332.5 3064.0 4681.0 3149.5 6311.5 7407.5 4541.5
+Transferases;Acyltransferases;Aminoacyltransferases;Leucyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.2.6 EC:2.3.2.6 31685.200000000004 149.67 1251.67 266.83 346.0 189.17 121.33 299.83 86.5 0.17 6.0 185.17 221.33 5.0 1.33 1.0 77.0 49.0 29.0 107.17 150.67 106.83 501.17 42.67 287.83 2005.67 159.83 61.17 141.17000000000004 90.5 105.0 1594.17 118.0 3280.67 792.6700000000002 808.67 781.67 1791.0 2369.83 3124.67 3144.83 77.67 219.67 384.83 851.5 532.5 201.0 123.5 17.0 1118.83 204.0 298.17 133.17000000000002 128.32999999999998 742.83 999.0 680.83 8.67 6.67 55.17 10.0 12.0 12.0 7.0 9.0
+Transferases;Acyltransferases;Aminoacyltransferases;Arginyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.2.8 EC:2.3.2.8 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Acyltransferases;Acyl groups converted into alkyl groups on transfer;Citrate (Si)-synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.3.1 EC:2.3.3.1 160110.2 3494.67 3507.67 2334.83 3815.0 4198.17 3110.33 3014.83 3452.5 70.17 92.0 654.1700000000002 744.3299999999998 40.0 958.33 21.0 187.0 6056.0 6466.0 852.17 4617.67 4279.83 2190.17 5325.67 3112.83 2807.67 317.8300000000001 80.17 252.17 679.5 255.0 2697.17 187.0 7735.67 1633.67 1735.67 1710.67 3339.0 7456.83 7009.67 6543.83 252.67 554.67 853.83 1759.5 894.5 471.0 269.5 39.0 1206.83 1689.0 2985.17 1576.17 1334.33 749.83 1131.0 1115.83 6827.67 3740.67 2109.17 4026.0 2740.0 6119.0 7086.0 3542.0
+Transferases;Acyltransferases;Acyl groups converted into alkyl groups on transfer;Hydroxymethylglutaryl-CoA synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.3.10 EC:2.3.3.10 154856.5 2081.0 597.0 1151.0 2049.5 2166.5 1539.5 1059.0 3388.0 1221.5 190.8 335.0 410.3 33.2 2021.5 25.9 63.5 5972.0 6398.5 739.5 4457.0 4220.5 1490.5 5270.5 2540.5 2893.0 253.0 2972.0 2319.0 693.5 2666.5 2575.5 137.5 1311.0 1923.0 1785.0 1734.5 1364.0 2912.0 1575.0 772.0 3315.5 3266.0 777.0 1314.5 479.0 1426.0 4847.5 6749.0 163.5 3934.0 3712.0 4050.0 4938.5 15.0 843.0 541.5 6928.5 3699.5 2168.0 4471.4 2444.9 6200.5 7076.5 4186.5
+Transferases;Acyltransferases;Acyl groups converted into alkyl groups on transfer;2-isopropylmalate synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.3.13 EC:2.3.3.13 183056.7 4269.67 2365.17 2693.33 4387.5 4829.67 3679.33 3198.83 4022.5 5135.67 843.5 2815.17 824.3299999999998 11257.5 1206.33 3871.5 7013.5 6007.0 6440.0 747.67 4474.17 4213.83 1770.67 5285.17 2881.33 2807.67 297.3300000000001 68.17 194.17 638.0 194.5 2635.17 151.0 4666.17 1054.67 1044.67 1056.17 3170.0 5455.83 4715.17 3917.83 192.17 348.17 488.33 965.0 719.0 286.5 230.0 36.0 1219.33 1862.0 3216.17 2129.17 1671.83 749.83 1188.0 1179.33 7063.17 4321.67 2991.17 4632.5 3131.5 6277.5 7353.0 4505.5
+Transferases;Acyltransferases;Acyl groups converted into alkyl groups on transfer;Malate synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.3.3.9 EC:2.3.3.9 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Transferases;Glycosyltransferases;Hexosyltransferases;Glycogen phosphorylase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.1.1 EC:2.4.1.1 72196.20000000001 2584.67 1871.17 1664.33 2566.0 2816.17 2339.83 2303.83 757.5 2538.17 452.5 1355.17 350.8300000000001 5620.5 202.83 1927.0 3519.0 49.0 50.5 110.17 156.17 79.33 455.17 45.67 461.83 110.67 180.33 2994.17 2366.17 60.5 2541.0 160.67000000000004 111.5 3462.17 813.67 859.67 818.67 1836.0 2641.83 3167.17 3170.83 109.67 241.17 418.33 858.5 529.0 237.5 139.5 27.0 1161.83 695.0 620.1700000000002 869.17 576.33 745.83 1083.0 728.83 212.67 641.17 960.17 225.5 718.0 123.0 338.5 364.0
+Transferases;Glycosyltransferases;Hexosyltransferases;Levansucrase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.1.10 EC:2.4.1.10 14677.5 921.0 108.5 621.5 899.5 811.5 687.0 477.0 656.0 1.5 8.5 42.0 40.0 8.5 7.0 2.5 25.5 0.0 0.0 0.5 4.5 3.0 10.5 1.5 55.5 0.0 2.5 1.0 0.0 1.5 0.5 2.0 1.0 195.5 74.0 32.0 21.5 1136.0 283.0 773.5 501.0 10.5 9.5 12.5 51.5 34.5 5.5 82.5 10.0 15.5 346.0 265.0 658.0 423.5 1.0 71.0 79.5 238.5 587.0 936.0 612.5 400.5 167.5 270.0 971.5
+Transferases;Glycosyltransferases;Hexosyltransferases;Cellulose synthase (UDP-forming) https://www.genome.jp/dbget-bin/www_bget?EC:2.4.1.12 EC:2.4.1.12 16982.5 921.0 108.5 621.5 899.5 811.5 687.0 477.0 656.0 1157.5 40.3 42.0 54.8 8.7 1107.0 2.9 25.5 0.0 0.0 0.5 4.5 3.0 10.5 1.5 55.5 0.0 2.5 1.0 0.0 1.5 0.5 2.0 1.0 195.5 74.0 32.0 21.5 1136.0 283.0 773.5 501.0 10.5 9.5 12.5 51.5 34.5 5.5 82.5 10.0 15.5 346.0 265.0 658.0 423.5 1.0 71.0 79.5 238.5 587.0 936.0 612.9 401.9 167.5 270.0 971.5
+Transferases;Glycosyltransferases;Hexosyltransferases;Peptidoglycan glycosyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.1.129 EC:2.4.1.129 197685.90000000002 4496.34 1201.34 2530.66 4270.5 4763.84 3764.16 3047.66 4048.0 3759.84 567.8 1505.34 536.96 5648.2 2205.16 1949.9 3505.5 5972.0 6417.5 744.84 4463.34 4194.16 1442.84 5271.84 2713.16 922.34 544.6600000000002 3068.34 2451.34 671.5 2636.5 1310.84 272.5 1465.34 2003.34 1894.34 1821.84 2344.0 3172.66 1614.34 809.66 3344.84 3287.34 812.66 1320.5 1101.0 1459.0 4859.5 6750.0 2438.16 4487.0 4562.34 4827.34 5463.16 1501.66 2897.0 1919.16 7135.84 4333.84 3066.34 4681.4 3150.9 6311.5 7407.5 4543.5
+Transferases;Glycosyltransferases;Hexosyltransferases;Alpha,alpha-trehalose-phosphate synthase (UDP-forming) https://www.genome.jp/dbget-bin/www_bget?EC:2.4.1.15 EC:2.4.1.15 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Transferases;Glycosyltransferases;Hexosyltransferases;1,4-alpha-glucan branching enzyme https://www.genome.jp/dbget-bin/www_bget?EC:2.4.1.18 EC:2.4.1.18 76384.20000000001 2584.67 1871.17 1664.33 2582.0 2822.17 2339.83 2305.83 757.5 2538.17 453.5 1361.17 359.8300000000001 5620.5 202.83 1928.0 3519.0 49.0 53.5 111.17 158.17 116.33 525.1700000000002 45.67 461.83 2105.67 181.33 2994.17 2378.17 103.5 2582.0 1605.67 120.5 3474.17 923.67 915.67 898.67 1852.0 2721.83 3222.17 3181.83 115.67 244.17 422.33 862.5 538.0 245.5 140.5 31.0 1161.83 695.0 620.1700000000002 876.1700000000002 580.3299999999998 745.83 1083.0 728.83 216.67 641.17 960.17 229.5 721.0 126.0 342.5 364.0
+Transferases;Glycosyltransferases;Hexosyltransferases;Lipid-A-disaccharide synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.1.182 EC:2.4.1.182 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Transferases;Glycosyltransferases;Hexosyltransferases;mannosaminyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.1.187 EC:2.4.1.187 125560.0 1133.0 472.0 504.0 1129.0 1313.0 852.0 555.0 2720.0 64.0 80.0 287.0 343.0 24.0 896.0 20.0 38.0 5972.0 6393.0 738.0 4450.0 4180.0 1406.0 5266.0 2482.0 801.0 249.0 38.0 72.0 648.0 153.0 1127.0 125.0 1069.0 1739.0 1696.0 1632.0 207.0 2526.0 740.0 258.0 3295.0 3252.0 757.0 1255.0 434.0 1403.0 4759.0 6726.0 148.0 3588.0 3447.0 3384.0 4511.0 14.0 772.0 462.0 6686.0 3111.0 1223.0 3849.0 2040.0 6030.0 6802.0 3215.0
+Transferases;Glycosyltransferases;Hexosyltransferases;Diglucosyl diacylglycerol synthase (1,2-linking) https://www.genome.jp/dbget-bin/www_bget?EC:2.4.1.208 EC:2.4.1.208 84815.5 3698.0 798.0 2090.0 3353.5 3525.5 3104.5 2597.0 1426.0 7.5 85.0 93.0 93.5 19.0 89.5 6.5 36.5 14.0 28.5 106.5 150.0 97.5 201.5 29.5 344.5 102.0 159.0 2966.0 2258.0 128.5 2546.5 111.5 96.5 427.0 1887.0 1737.0 1633.5 1217.0 687.0 885.0 559.0 3273.5 3190.0 750.0 1262.5 326.0 1408.0 4846.5 6746.0 164.5 3604.0 1703.0 4189.0 4718.5 15.0 893.0 218.5 524.5 1237.5 1960.0 885.0 1139.5 327.5 666.5 1371.5
+Transferases;Glycosyltransferases;Hexosyltransferases;Starch synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.1.21 EC:2.4.1.21 75350.0 2581.0 1870.5 1660.5 2595.0 2825.0 2336.5 2303.0 757.0 2538.0 454.5 1367.0 368.5 5620.5 202.5 1929.0 3519.0 49.0 56.5 111.0 159.5 152.5 594.0 45.0 461.0 4090.0 46.5 2946.0 2319.0 142.0 2620.0 2965.5 57.5 3482.5 1004.0 942.0 953.0 1398.0 2796.0 3275.5 3186.0 121.0 246.5 423.5 865.0 233.5 250.5 141.0 35.0 46.0 664.0 356.0 862.0 546.0 4.0 98.0 64.0 219.0 640.5 959.0 233.5 724.0 129.0 346.5 363.0
+Transferases;Glycosyltransferases;Hexosyltransferases;1,3-beta-galactosyl-N-acetylhexosamine phosphorylase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.1.211 EC:2.4.1.211 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Transferases;Glycosyltransferases;Hexosyltransferases;acetylglucosaminyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.1.227 EC:2.4.1.227 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Glycosyltransferases;Hexosyltransferases;4-alpha-glucanotransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.1.25 EC:2.4.1.25 48798.200000000004 2557.67 1854.67 1638.83 2561.0 2780.17 2339.33 2278.83 745.5 6.17 9.0 206.17 221.33 13.0 63.33 1.0 80.0 49.0 48.0 110.17 155.67 78.83 451.17 42.67 458.83 13.67 179.83 61.17 131.17000000000002 59.5 69.0 159.17000000000004 109.0 3427.67 813.67 858.67 817.67 1831.0 2618.83 3160.67 3168.83 105.67 239.67 414.83 854.5 527.5 228.0 134.5 18.0 1161.83 695.0 620.1700000000002 868.17 576.33 745.83 1083.0 728.83 212.67 639.67 951.17 220.0 718.0 123.0 338.0 364.0
+Transferases;Glycosyltransferases;Hexosyltransferases;N,N'-diacetylchitobiose phosphorylase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.1.280 EC:2.4.1.280 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Glycosyltransferases;Hexosyltransferases;Diglucosyl diacylglycerol synthase (1,6-linking) https://www.genome.jp/dbget-bin/www_bget?EC:2.4.1.315 EC:2.4.1.315 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Transferases;Glycosyltransferases;Hexosyltransferases;Amylosucrase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.1.4 EC:2.4.1.4 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Transferases;Glycosyltransferases;Hexosyltransferases;Dextransucrase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.1.5 EC:2.4.1.5 29355.0 1842.0 217.0 1243.0 1799.0 1623.0 1374.0 954.0 1312.0 3.0 17.0 84.0 80.0 17.0 14.0 5.0 51.0 0.0 0.0 1.0 9.0 6.0 21.0 3.0 111.0 0.0 5.0 2.0 0.0 3.0 1.0 4.0 2.0 391.0 148.0 64.0 43.0 2272.0 566.0 1547.0 1002.0 21.0 19.0 25.0 103.0 69.0 11.0 165.0 20.0 31.0 692.0 530.0 1316.0 847.0 2.0 142.0 159.0 477.0 1174.0 1872.0 1225.0 801.0 335.0 540.0 1943.0
+Transferases;Glycosyltransferases;Hexosyltransferases;Alpha,alpha-trehalose phosphorylase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.1.64 EC:2.4.1.64 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Transferases;Glycosyltransferases;Hexosyltransferases;Sucrose phosphorylase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.1.7 EC:2.4.1.7 44104.5 3356.0 728.0 2019.0 3135.5 3444.5 2905.5 2483.0 1327.0 7.5 82.0 69.0 52.5 17.0 87.5 5.5 28.5 0.0 24.5 4.5 12.0 12.5 34.5 4.5 229.5 100.0 24.0 2934.0 2237.0 14.5 2477.5 13.5 3.5 389.0 205.0 139.0 138.5 1197.0 635.0 871.0 538.0 48.5 34.0 50.0 62.5 40.0 50.0 99.5 24.0 58.5 837.0 587.0 1401.0 875.5 4.0 155.0 127.5 446.5 1221.5 1841.0 832.0 1109.5 281.5 605.5 1326.5
+Transferases;Glycosyltransferases;Hexosyltransferases;Maltose phosphorylase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.1.8 EC:2.4.1.8 173852.5 4489.0 1200.0 2523.0 4280.5 4763.5 3757.5 3040.0 4047.0 71.5 163.0 362.0 404.5 41.0 983.5 26.5 66.5 5972.0 6420.5 743.5 4464.0 4229.5 1510.5 5270.5 2711.5 2896.0 274.0 2972.0 2321.0 705.5 2671.5 2585.5 137.5 1470.0 2054.0 1891.0 1850.5 1420.0 3241.0 1666.0 807.0 3349.5 3289.0 811.0 1321.5 483.0 1461.0 4859.5 6754.0 206.5 4425.0 4034.0 4792.0 5390.5 18.0 927.0 589.5 7136.5 4332.5 3064.0 4685.0 3152.5 6314.5 7411.5 4541.5
+Transferases;Glycosyltransferases;Hexosyltransferases;Dolichyl-phosphate beta-D-mannosyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.1.83 EC:2.4.1.83 26463.0 146.0 1251.0 263.0 343.0 186.0 118.0 295.0 86.0 0.0 6.0 185.0 221.0 5.0 1.0 1.0 77.0 49.0 29.0 106.0 150.0 106.0 500.0 42.0 287.0 1995.0 24.0 13.0 70.0 86.0 102.0 1509.0 46.0 3277.0 763.0 779.0 756.0 1321.0 2364.0 3123.0 3138.0 77.0 219.0 382.0 850.0 219.0 198.0 123.0 17.0 3.0 173.0 34.0 112.0 90.0 1.0 14.0 16.0 7.0 6.0 54.0 10.0 12.0 12.0 7.0 8.0
+Transferases;Glycosyltransferases;Pentosyltransferases;Purine-nucleoside phosphorylase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.2.1 EC:2.4.2.1 413818.60000000003 7742.01 3768.01 4439.49 7775.0 9238.51 6722.99 5758.49 9391.5 3892.51 792.8 2201.51 1334.79 5697.2 4067.99 1989.4 3620.0 17937.0 19249.0 2127.51 13241.01 12497.49 4435.51 15798.01 7853.49 4626.01 951.49 6073.51 4931.51 1841.5 5386.0 4972.51 456.0 6806.01 2967.01 2974.01 2973.01 3434.0 10559.49 5515.01 3964.49 3590.01 3714.01 1336.49 2241.5 1900.5 1789.0 4941.5 6779.0 3668.49 6478.0 9579.51 6237.51 6955.99 2252.49 3977.0 3310.49 20330.01 10578.01 5298.51 11890.4 7491.4 18238.0 20962.0 10276.0
+Transferases;Glycosyltransferases;Pentosyltransferases;Orotate phosphoribosyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.2.10 EC:2.4.2.10 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Glycosyltransferases;Pentosyltransferases;Nicotinamide phosphoribosyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.2.12 EC:2.4.2.12 14677.5 921.0 108.5 621.5 899.5 811.5 687.0 477.0 656.0 1.5 8.5 42.0 40.0 8.5 7.0 2.5 25.5 0.0 0.0 0.5 4.5 3.0 10.5 1.5 55.5 0.0 2.5 1.0 0.0 1.5 0.5 2.0 1.0 195.5 74.0 32.0 21.5 1136.0 283.0 773.5 501.0 10.5 9.5 12.5 51.5 34.5 5.5 82.5 10.0 15.5 346.0 265.0 658.0 423.5 1.0 71.0 79.5 238.5 587.0 936.0 612.5 400.5 167.5 270.0 971.5
+Transferases;Glycosyltransferases;Pentosyltransferases;Amidophosphoribosyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.2.14 EC:2.4.2.14 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Glycosyltransferases;Pentosyltransferases;ATP phosphoribosyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.2.17 EC:2.4.2.17 153107.2 3348.67 2256.67 2071.83 3488.0 4018.17 2992.33 2721.83 3366.5 2602.17 461.0 1624.17 658.3299999999998 5642.0 1078.33 1945.0 3549.0 6007.0 6440.0 747.17 4469.67 4210.83 1760.17 5283.67 2825.83 2807.67 294.8300000000001 67.17 194.17 636.5 194.0 2633.17 150.0 4470.67 980.67 1012.67 1034.67 2034.0 5172.83 3941.67 3416.83 181.67 338.67 475.83 913.5 684.5 281.0 147.5 26.0 1203.83 1516.0 2951.17 1471.17 1248.33 748.83 1117.0 1099.83 6824.67 3734.67 2055.17 4020.0 2731.0 6110.0 7083.0 3534.0
+Transferases;Glycosyltransferases;Pentosyltransferases;Anthranilate phosphoribosyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.2.18 EC:2.4.2.18 130832.2 3202.67 1005.67 1808.83 3161.0 3838.17 2874.33 2428.83 3280.5 2602.17 456.0 1445.17 446.33 5637.0 1077.33 1945.0 3472.0 5958.0 6414.0 642.17 4321.67 4141.83 1330.17 5241.67 2538.83 2807.67 271.83000000000004 54.17 136.17000000000002 593.5 133.0 2569.17 113.0 1205.67 327.67 289.67 358.67 729.0 2888.83 873.67 289.8300000000001 110.67 122.67 97.83 67.5 474.5 91.0 25.5 13.0 1200.83 1343.0 2917.17 1366.17 1162.33 747.83 1103.0 1083.83 6821.67 3728.67 2001.17 4014.0 2722.0 6101.0 7080.0 3526.0
+Transferases;Glycosyltransferases;Pentosyltransferases;Nicotinate-nucleotide diphosphorylase (carboxylating) https://www.genome.jp/dbget-bin/www_bget?EC:2.4.2.19 EC:2.4.2.19 24682.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 2532.17 375.0 1155.17 135.33 5607.0 121.33 1925.0 3439.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Transferases;Glycosyltransferases;Pentosyltransferases;Pyrimidine-nucleoside phosphorylase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.2.2 EC:2.4.2.2 170259.0 3568.0 1091.5 1901.5 3365.0 3946.0 3070.5 2561.0 3391.0 2602.0 527.5 1463.0 481.5 5639.5 1097.5 1947.0 3480.0 5972.0 6417.5 742.0 4457.5 4189.5 1430.0 5269.0 2656.0 901.0 270.5 2971.0 2309.0 661.0 2630.0 1138.5 127.5 1262.5 1870.0 1803.0 1749.0 268.0 2878.0 837.5 295.0 3333.0 3276.5 794.5 1266.0 439.5 1447.5 4776.0 6740.0 191.0 4079.0 3769.0 4127.0 4963.0 17.0 856.0 510.0 6894.0 3745.5 2128.0 4068.5 2749.0 6144.0 7137.5 3570.0
+Transferases;Glycosyltransferases;Pentosyltransferases;Nicotinate-nucleotide--dimethylbenzimidazole phosphoribosyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.2.21 EC:2.4.2.21 19460.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 2532.0 375.0 1155.0 135.0 5607.0 121.0 1925.0 3439.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Transferases;Glycosyltransferases;Pentosyltransferases;Xanthine phosphoribosyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.2.22 EC:2.4.2.22 177191.69999999998 4492.67 1200.67 2526.83 4267.5 4760.67 3760.83 3042.83 4047.5 1227.67 193.8 356.17 410.63 41.2 2083.83 25.9 66.5 5972.0 6417.5 743.67 4462.67 4193.33 1441.67 5271.17 2712.33 911.67 408.83 3020.17 2380.17 667.0 2633.5 1225.67 200.5 1461.67 1973.67 1864.67 1796.17 1874.0 3166.83 1612.67 802.83 3344.17 3286.67 809.83 1319.0 787.5 1456.0 4859.0 6750.0 1322.33 4456.0 4298.17 4806.17 5424.83 759.83 1912.0 1254.33 7134.17 4333.17 3065.17 4681.4 3150.9 6311.5 7407.5 4542.5
+Transferases;Glycosyltransferases;Pentosyltransferases;S-methyl-5'-thioadenosine phosphorylase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.2.28 EC:2.4.2.28 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Transferases;Glycosyltransferases;Pentosyltransferases;tRNA-guanine(34) transglycosylase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.2.29 EC:2.4.2.29 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Glycosyltransferases;Pentosyltransferases;Uridine phosphorylase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.2.3 EC:2.4.2.3 14632.4 7.34 1.34 7.66 22.0 12.34 6.66 11.66 1.0 0.34 1.0 6.34 9.66 0.0 0.66 1.0 0.0 0.0 3.0 3.34 3.34 38.66 72.34 1.34 1.66 2016.34 272.66 96.34 154.34 52.0 47.0 1615.34 153.0 19.34 169.34 115.34 131.34 956.0 91.66 58.34 24.66 7.34 4.34 9.66 7.0 636.0 14.0 2.0 4.0 2231.66 62.0 528.34 49.34 80.66 1483.66 1970.0 1329.66 7.34 1.34 2.34 4.0 3.0 3.0 4.0 2.0
+Transferases;Glycosyltransferases;Pentosyltransferases;Thymidine phosphorylase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.2.4 EC:2.4.2.4 27497.2 149.67 1251.67 266.83 330.0 183.17 121.33 297.83 86.5 0.17 5.0 179.17 212.33 5.0 1.33 0.0 77.0 49.0 26.0 106.17 148.67 69.83 431.17 42.67 287.83 10.67 158.83 61.17 129.17000000000002 47.5 64.0 149.17000000000004 109.0 3268.67 682.67 752.67 701.67 1775.0 2289.83 3069.67 3133.83 71.67 216.67 380.83 847.5 523.5 193.0 122.5 13.0 1118.83 204.0 298.17 126.17 124.33 742.83 999.0 680.83 4.67 6.67 55.17 6.0 9.0 9.0 3.0 9.0
+Transferases;Glycosyltransferases;Pentosyltransferases;Triphosphoribosyl-dephospho-CoA synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.2.52 EC:2.4.2.52 55388.5 1263.0 178.5 692.5 1117.5 892.5 886.0 591.0 755.0 1.5 11.5 66.0 81.0 10.5 9.0 3.5 33.5 14.0 4.0 102.5 142.5 88.0 177.5 26.5 170.5 2.0 137.5 33.0 21.0 115.5 69.5 100.0 94.0 233.5 1756.0 1630.0 1516.5 1156.0 335.0 787.5 522.0 3235.5 3165.5 712.5 1251.5 320.5 1363.5 4829.5 6732.0 121.5 3113.0 1381.0 3446.0 4266.5 12.0 809.0 170.5 316.5 603.0 1055.0 665.5 430.5 213.5 331.0 1016.5
+Transferases;Glycosyltransferases;Pentosyltransferases;Nucleoside deoxyribosyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.2.6 EC:2.4.2.6 98404.5 1605.0 248.5 763.5 1335.5 973.5 1085.0 705.0 854.0 1157.5 46.3 90.0 136.8 12.7 1111.0 4.9 41.5 28.0 8.0 204.5 280.5 173.0 344.5 51.5 285.5 4.0 272.5 65.0 42.0 229.5 138.5 198.0 187.0 271.5 3438.0 3228.0 3011.5 1176.0 387.0 801.5 543.0 6460.5 6321.5 1412.5 2451.5 606.5 2721.5 9576.5 13454.0 227.5 5880.0 2497.0 6234.0 8109.5 23.0 1547.0 261.5 394.5 619.0 1174.0 718.9 461.9 259.5 392.0 1061.5
+Transferases;Glycosyltransferases;Pentosyltransferases;Adenine phosphoribosyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.2.7 EC:2.4.2.7 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Glycosyltransferases;Pentosyltransferases;Hypoxanthine phosphoribosyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.2.8 EC:2.4.2.8 241131.39999999997 5563.34 2560.84 3415.16 5513.0 5761.34 4569.16 3819.66 4790.0 4917.34 614.1 1732.34 812.7600000000001 5661.9 3313.16 1953.8 3608.0 6021.0 6446.5 851.34 4617.84 4303.16 1953.34 5315.34 3055.66 2917.34 571.1600000000002 3082.34 2521.34 759.0 2739.0 2821.84 319.5 4937.84 2840.34 2705.34 2599.34 4801.0 5819.66 5510.84 4448.66 3432.34 3515.84 1207.16 2222.0 1354.5 1662.5 5065.0 6777.0 2456.66 5006.0 4861.34 5597.34 5976.66 1503.66 2982.0 2014.66 7381.34 4926.84 4056.34 5304.3 3564.8 6491.0 7684.5 5523.0
+Transferases;Glycosyltransferases;Pentosyltransferases;Uracil phosphoribosyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.2.9 EC:2.4.2.9 436819.2 9273.67 4902.67 5575.83 9234.0 9896.17 7754.33 6672.83 8266.5 7519.17 1148.6 3386.17 1523.9299999999996 11306.4 4411.33 3902.8 7165.0 12042.0 12896.0 1699.17 9226.67 8634.83 3952.17 10625.67 5997.83 7797.67 730.83 6018.17 4841.17 1544.5 5509.0 6829.17 430.0 9485.67 5553.67 5313.67 5158.67 5936.0 11135.83 9524.67 7885.83 6847.67 7013.67 2384.83 4340.5 1708.5 3313.0 9964.5 13538.0 1534.83 9227.0 8400.17 9822.17 10995.33 779.83 2867.0 1875.83 14284.67 8677.67 6237.17 9386.8 6328.8 12650.0 14833.0 9100.0
+Transferases;Glycosyltransferases;Transferring other glycosyl groups;Beta-galactoside alpha-2,6-sialyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.99.1 EC:2.4.99.1 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Glycosyltransferases;Transferring other glycosyl groups;Lipid IV(A) 3-deoxy-D-manno-octulosonic acid transferase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.99.12 EC:2.4.99.12 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Transferases;Glycosyltransferases;Transferring other glycosyl groups;(Kdo)-lipid IV(A) 3-deoxy-D-manno-octulosonic acid transferase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.99.13 EC:2.4.99.13 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Transferases;Glycosyltransferases;Transferring other glycosyl groups;(Kdo)(2)-lipid IV(A) (2-8) 3-deoxy-D-manno-octulosonic acid transferase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.99.14 EC:2.4.99.14 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Transferases;Glycosyltransferases;Transferring other glycosyl groups;(Kdo)(3)-lipid IV(A) (2-4) 3-deoxy-D-manno-octulosonic acid transferase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.99.15 EC:2.4.99.15 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Transferases;Glycosyltransferases;Transferring other glycosyl groups;Starch synthase (maltosyl-transferring) https://www.genome.jp/dbget-bin/www_bget?EC:2.4.99.16 EC:2.4.99.16 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Transferases;Glycosyltransferases;Transferring other glycosyl groups;S-adenosylmethionine:tRNA ribosyltransferase-isomerase https://www.genome.jp/dbget-bin/www_bget?EC:2.4.99.17 EC:2.4.99.17 196651.69999999998 4492.67 1200.67 2526.83 4283.5 4766.67 3760.83 3044.83 4047.5 3759.67 568.8 1511.17 545.6299999999999 5648.2 2204.83 1950.9 3505.5 5972.0 6420.5 744.67 4464.67 4230.33 1511.67 5271.17 2712.33 2906.67 409.83 3020.17 2392.17 710.0 2674.5 2670.67 209.5 1473.67 2083.67 1920.67 1876.17 1890.0 3246.83 1667.67 813.83 3350.17 3289.67 813.83 1323.0 796.5 1464.0 4860.0 6754.0 1322.33 4456.0 4298.17 4813.17 5428.83 759.83 1912.0 1254.33 7138.17 4333.17 3065.17 4685.4 3153.9 6314.5 7411.5 4542.5
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);Dimethylallyltranstransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.1 EC:2.5.1.1 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);(2E,6E)-farnesyl diphosphate synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.10 EC:2.5.1.10 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);Dihydropteroate synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.15 EC:2.5.1.15 204249.19999999998 3717.67 2343.17 2168.33 3711.0 4135.17 3191.83 2860.83 3477.5 3758.17 565.3 1648.17 717.6299999999999 5644.7 2198.83 1948.4 3557.0 6021.0 6446.5 849.17 4608.17 4296.33 1931.17 5311.67 2943.83 2906.67 430.33 3032.17 2450.17 751.5 2735.0 2732.67 245.5 4543.17 2662.67 2611.67 2530.67 2059.0 5247.83 3962.17 3439.83 3410.67 3496.17 1179.33 2117.5 972.0 1648.5 4899.5 6757.0 1309.83 4283.0 4067.17 4260.17 5091.33 759.83 1855.0 1190.83 6902.67 3752.17 2183.17 4078.9 2762.4 6156.0 7144.5 3579.0
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);Spermidine synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.16 EC:2.5.1.16 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);Cob(I)yrinic acid a,c-diamide adenosyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.17 EC:2.5.1.17 154081.2 1086.67 2904.67 962.83 1584.0 1601.17 892.33 1033.83 2793.5 2596.17 462.0 1776.17 861.3299999999998 5639.0 1017.33 1944.0 3623.0 6056.0 6444.0 848.17 4610.67 4270.83 2170.17 5325.67 2941.83 2804.67 296.8300000000001 80.17 250.17 667.5 250.0 2687.17 187.0 7576.67 1502.67 1629.67 1594.67 3283.0 7127.83 6918.67 6508.83 218.67 531.67 819.83 1752.5 890.5 436.0 257.5 34.0 1163.83 1198.0 2663.17 834.17 882.33 746.83 1047.0 1067.83 6619.67 3107.67 1213.17 3812.0 2031.0 6005.0 6751.0 3187.0
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);3-phosphoshikimate 1-carboxyvinyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.19 EC:2.5.1.19 178215.7 4296.67 2381.67 2718.83 4392.5 4865.67 3679.83 3223.83 4034.5 3759.67 570.8 1666.17 716.6299999999999 5651.2 2203.83 1949.9 3574.5 6007.0 6442.5 747.67 4474.67 4214.33 1774.67 5288.17 2884.33 2904.67 297.8300000000001 3001.17 2429.17 639.0 2666.5 2636.67 153.5 4700.67 1054.67 1045.67 1057.17 3175.0 5478.83 4721.67 3919.83 196.17 349.67 491.83 969.0 720.5 296.0 235.0 45.0 1219.33 1862.0 3216.17 2130.17 1671.83 749.83 1188.0 1179.33 7063.17 4323.17 3000.17 4638.4 3132.9 6277.5 7353.5 4505.5
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);Geranylgeranyl diphosphate synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.29 EC:2.5.1.29 213704.5 4635.0 2451.0 2786.0 4607.5 4943.5 3875.5 3333.0 4133.0 3759.5 573.8 1690.0 757.3 5653.2 2205.5 1950.9 3582.5 6021.0 6446.5 848.5 4612.0 4298.5 1940.5 5312.5 2998.5 2896.0 297.0 2985.0 2379.0 748.5 2732.5 2649.5 174.5 4735.0 2707.0 2614.0 2526.5 2725.0 5525.0 4734.0 3934.0 3420.5 3505.0 1189.0 2167.5 693.0 1651.0 4981.5 6767.0 209.5 4598.0 4068.0 4897.0 5476.5 19.0 941.0 605.5 7139.5 4338.5 3118.0 4691.4 3162.9 6323.5 7414.5 4549.5
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);Thiamine-phosphate diphosphorylase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.3 EC:2.5.1.3 221184.90000000002 2353.34 3083.84 1659.16 2720.5 2502.84 1781.66 1631.66 3549.0 3753.84 506.3 1848.34 966.46 5649.7 2126.66 1948.9 3656.5 6070.0 6451.0 952.84 4755.84 4396.66 2418.84 5352.84 3113.16 4812.34 571.1600000000002 161.34 354.3400000000001 830.5 363.5 4317.34 362.0 7825.84 3398.34 3345.34 3216.84 4925.0 7548.66 7762.84 7048.66 3460.84 3700.84 1539.16 3009.5 1533.5 1810.5 5088.5 6770.0 2401.16 4342.0 4308.34 4308.34 5191.16 1500.66 2841.0 1903.16 6941.84 3711.34 2269.34 4481.9 2465.9 6221.5 7086.0 4204.5
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);Heptaprenyl diphosphate synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.30 EC:2.5.1.30 206358.5 6755.0 3017.0 4138.0 6614.5 7525.5 5895.5 5248.0 4717.0 3765.5 712.8 1687.0 723.3 5660.2 2302.5 1953.9 3577.5 6007.0 6466.5 749.5 4480.0 4186.5 1731.5 5293.5 3060.5 1096.0 183.0 8819.0 6818.0 605.5 7571.5 1119.5 77.5 4913.0 1046.0 1068.0 1069.5 2755.0 5768.0 4769.0 3941.0 231.5 372.0 526.0 978.5 405.0 339.0 255.5 64.0 146.5 2322.0 3274.0 2846.0 2081.5 11.0 287.0 562.5 7265.5 4958.5 3913.0 4859.4 3838.9 6388.5 7685.5 4859.5
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);diphosphate specific) https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.31 EC:2.5.1.31 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);4-hydroxybenzoate polyprenyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.39 EC:2.5.1.39 13598.2 3.67 0.67 3.83 35.0 15.17 3.33 8.83 0.5 0.17 2.0 12.17 18.33 0.0 0.33 2.0 0.0 0.0 6.0 3.17 4.67 74.83 141.17 0.67 0.83 4000.67 137.83 48.17 95.17 90.5 85.0 2975.17 90.0 27.67 249.67 141.67000000000004 185.67 502.0 165.83 111.67 28.83 12.67 6.67 10.83 9.5 331.5 19.0 2.5 8.0 1115.83 31.0 264.17 35.17 46.33 741.83 985.0 664.83 9.67 0.67 1.17 8.0 6.0 6.0 8.0 1.0
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);Deoxyhypusine synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.46 EC:2.5.1.46 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);Cysteine synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.47 EC:2.5.1.47 181132.90000000002 4300.34 2382.34 2722.66 4395.5 4868.84 3683.16 3228.66 4035.0 2603.84 539.0 1666.34 702.1600000000002 5651.0 1104.16 1949.5 3574.5 6007.0 6442.5 748.84 4475.34 4215.16 1775.84 5288.84 2885.16 2915.34 433.66 3049.34 2500.34 643.5 2669.5 2721.84 225.5 4704.34 1084.34 1075.34 1082.84 3645.0 5484.66 4723.34 3926.66 196.84 350.3400000000001 494.66 970.5 1034.0 299.0 235.5 45.0 2335.16 1893.0 3480.34 2151.34 1710.16 1491.66 2173.0 1844.16 7064.84 4323.84 3001.34 4638.0 3131.5 6277.5 7353.5 4506.5
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);Cystathionine gamma-synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.48 EC:2.5.1.48 126049.70000000001 4123.67 1114.17 2430.33 4044.5 4643.67 3561.33 2903.83 3936.5 71.67 89.5 332.17 351.33 38.5 963.33 22.5 58.5 5958.0 6411.0 641.67 4324.17 4107.83 1270.67 5243.17 2594.33 812.67 273.33000000000004 55.17 124.17 552.0 92.5 1126.17 105.0 1389.17 291.67 265.67 300.17 1849.0 3091.83 1592.17 779.83 115.17 129.17000000000002 106.33 115.0 500.0 88.5 107.0 19.0 1216.33 1689.0 3182.17 2017.17 1581.83 748.83 1174.0 1163.33 7056.17 4315.67 2937.17 4622.5 3119.5 6265.5 7346.0 4497.5
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);O-acetylhomoserine aminocarboxypropyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.49 EC:2.5.1.49 104309.0 791.0 402.0 433.0 927.0 1238.0 653.0 443.0 2621.0 2596.0 452.0 1418.0 437.0 5629.0 1015.0 1944.0 3469.0 5958.0 6392.0 637.0 4314.0 4132.0 1309.0 5241.0 2367.0 2794.0 115.0 6.0 63.0 577.0 125.0 2474.0 41.0 1043.0 167.0 154.0 217.0 203.0 2554.0 781.0 248.0 76.0 99.0 61.0 59.0 157.0 53.0 13.0 8.0 42.0 821.0 2331.0 603.0 672.0 3.0 34.0 371.0 6612.0 3095.0 1104.0 3800.0 2013.0 5987.0 6745.0 3170.0
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);3-deoxy-7-phosphoheptulonate synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.54 EC:2.5.1.54 261756.10000000003 7054.01 3056.01 4169.49 6831.5 7544.01 6103.49 5326.49 4793.5 6298.01 950.8 2860.51 884.29 11268.2 2389.49 3874.9 7024.5 6021.0 6465.5 855.01 4619.01 4272.99 1894.01 5314.51 3171.99 936.01 724.49 3129.51 2582.51 731.0 2705.5 1470.01 381.5 4893.01 2817.01 2753.01 2639.51 4175.0 5791.49 4775.01 3978.49 3450.51 3527.01 1227.49 2175.0 1628.5 1687.0 4994.0 6768.0 3599.99 5182.0 5182.51 5695.51 6039.49 2247.49 3980.0 2647.99 7348.51 4973.51 4017.51 4901.4 3868.9 6434.5 7745.5 4907.5
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);3-deoxy-8-phosphooctulonate synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.55 EC:2.5.1.55 24087.7 924.67 109.17 625.33 918.5 820.67 690.33 483.83 656.5 1.67 9.5 48.17 49.33 8.5 7.33 3.5 25.5 0.0 3.0 2.67 7.17 40.83 81.67 2.17 56.33 2005.67 139.33 49.17 83.17 49.0 44.5 1532.17 82.0 211.17 213.67 117.67 127.17 1622.0 368.83 830.17 518.83 17.17 13.17 19.33 57.0 357.0 16.5 84.0 14.0 1131.33 377.0 529.1700000000002 686.17 465.83 742.83 1056.0 744.33 244.17 587.67 937.17 616.5 403.5 170.5 274.0 972.5
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);N-acetylneuraminate synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.56 EC:2.5.1.56 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);Methionine adenosyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.6 EC:2.5.1.6 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);Hydroxymethylbilane synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.61 EC:2.5.1.61 131806.2 940.67 1653.67 699.8299999999998 1257.0 1421.17 774.33 740.8299999999998 2707.5 2596.17 457.0 1597.17 649.3299999999998 5634.0 1016.33 1944.0 3546.0 6007.0 6418.0 743.17 4462.67 4201.83 1740.17 5283.67 2654.83 2804.67 273.83000000000004 67.17 192.17 624.5 189.0 2623.17 150.0 4311.67 849.6700000000002 906.67 918.67 1978.0 4843.83 3850.67 3381.83 147.67000000000004 315.67 441.83 906.5 680.5 246.0 135.5 21.0 1160.83 1025.0 2629.17 729.17 796.33 745.83 1033.0 1051.83 6616.67 3101.67 1159.17 3806.0 2022.0 5996.0 6748.0 3179.0
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);(2Z,6E)-farnesyl diphosphate synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.68 EC:2.5.1.68 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);UDP-N-acetylglucosamine 1-carboxyvinyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.7 EC:2.5.1.7 389185.7 8206.67 3543.17 4691.33 7975.5 8892.67 6949.33 5898.83 7524.5 6361.67 1101.3 3153.17 1239.13 11292.7 3303.33 3897.9 7062.5 11993.0 12864.0 1591.67 9070.17 8488.83 3371.67 10582.17 5655.33 3807.67 703.33 6004.17 4759.17 1414.0 5365.5 3873.17 374.0 6001.17 4606.67 4446.67 4301.17 3463.0 8408.83 5573.17 4235.83 6754.17 6782.17 1986.33 3435.0 1446.0 3101.5 9758.0 13507.0 1516.33 8708.0 8101.17 9045.17 10477.83 777.83 2782.0 1780.33 14035.17 8084.67 5247.17 8759.9 5911.9 12467.5 14552.0 8120.5
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);Quinolinate synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.72 EC:2.5.1.72 24682.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 2532.17 375.0 1155.17 135.33 5607.0 121.33 1925.0 3439.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);1,4-dihydroxy-2-naphthoate polyprenyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.74 EC:2.5.1.74 141642.69999999998 1888.67 1778.67 1346.83 2161.5 2268.67 1461.83 1242.83 3375.5 1221.67 192.8 490.17 581.6299999999999 36.2 2020.83 24.9 132.5 6007.0 6420.5 743.67 4467.67 4205.33 1754.67 5288.17 2713.33 2901.67 276.83000000000004 3001.17 2427.17 627.0 2661.5 2626.67 153.5 4541.67 923.67 939.67 941.17 3119.0 5149.83 4630.67 3884.83 162.17000000000004 326.67 457.83 962.0 716.5 261.0 223.0 40.0 1176.33 1371.0 2894.17 1388.17 1219.83 746.83 1104.0 1131.33 6855.17 3690.17 2104.17 4424.4 2423.9 6163.5 7018.5 4150.5
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);tRNA dimethylallyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.75 EC:2.5.1.75 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);6,7-dimethyl-8-ribityllumazine synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.78 EC:2.5.1.78 137028.40000000002 944.34 1654.34 703.6600000000002 1260.0 1424.34 777.66 745.6600000000002 2708.0 2596.34 457.0 1597.34 649.6600000000002 5634.0 1016.66 1944.0 3546.0 6007.0 6418.0 744.34 4463.34 4202.66 1741.34 5284.34 2655.66 2815.34 409.66 115.34 263.34000000000003 629.0 192.0 2708.34 222.0 4315.34 879.34 936.34 944.34 2448.0 4849.66 3852.34 3388.66 148.34 316.3400000000001 444.66 908.0 994.0 249.0 136.0 21.0 2276.66 1056.0 2893.34 750.34 834.66 1487.66 2018.0 1716.66 6618.34 3102.34 1160.34 3806.0 2022.0 5996.0 6748.0 3180.0
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);Riboflavin synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.9 EC:2.5.1.9 147472.80000000002 951.68 1655.68 711.3199999999998 1266.0 1430.68 784.32 755.3199999999998 2709.0 2596.68 457.0 1597.68 650.3199999999998 5634.0 1017.32 1944.0 3546.0 6007.0 6418.0 746.68 4464.68 4204.32 1743.68 5285.68 2657.32 2836.68 681.32 211.68 405.68 638.0 198.0 2878.68 366.0 4322.68 938.68 995.68 995.68 3388.0 4861.32 3855.68 3402.32 149.68 317.68 450.32 911.0 1621.0 255.0 137.0 21.0 4508.32 1118.0 3421.6800000000007 792.6800000000002 911.32 2971.32 3988.0 3046.32 6621.68 3103.68 1162.68 3806.0 2022.0 5996.0 6748.0 3182.0
+Transferases;Transferring alkyl or aryl groups, other than methyl groups;Transferring alkyl or aryl groups, other than methyl groups (only sub-subclass identified to date);All-trans-octaprenyl-diphosphate synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.5.1.90 EC:2.5.1.90 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Transferases;Transferring nitrogenous groups;Transaminases;Aspartate transaminase https://www.genome.jp/dbget-bin/www_bget?EC:2.6.1.1 EC:2.6.1.1 113719.20000000001 794.67 402.67 436.83 946.0 1247.17 656.33 449.83 2621.5 2596.17 453.0 1424.17 446.33 5629.0 1015.33 1945.0 3469.0 5958.0 6395.0 639.17 4316.67 4169.83 1380.17 5241.67 2367.83 4799.67 251.83 54.17 146.17000000000004 624.5 169.0 4004.17 122.0 1058.67 306.67 239.67 322.67 689.0 2639.83 837.67 265.83 82.67 102.67 67.83 64.5 479.5 64.0 14.5 12.0 1157.83 852.0 2595.17 631.17 714.33 744.83 1019.0 1035.83 6617.67 3095.67 1105.17 3804.0 2016.0 5990.0 6749.0 3171.0
+Transferases;Transferring nitrogenous groups;Transaminases;Acetylornithine transaminase https://www.genome.jp/dbget-bin/www_bget?EC:2.6.1.11 EC:2.6.1.11 167784.7 4269.67 2365.17 2693.33 4387.5 4829.67 3679.33 3198.83 4022.5 2603.67 469.5 1666.17 698.3299999999998 5650.5 1085.33 1947.5 3574.5 6007.0 6440.0 747.67 4474.17 4213.83 1770.67 5285.17 2881.33 2807.67 297.3300000000001 68.17 194.17 638.0 194.5 2635.17 151.0 4666.17 1054.67 1044.67 1056.17 3170.0 5455.83 4715.17 3917.83 192.17 348.17 488.33 965.0 719.0 286.5 230.0 36.0 1219.33 1862.0 3216.17 2129.17 1671.83 749.83 1188.0 1179.33 7063.17 4321.67 2991.17 4632.5 3131.5 6277.5 7353.0 4505.5
+Transferases;Transferring nitrogenous groups;Transaminases;Ornithine aminotransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.6.1.13 EC:2.6.1.13 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Transferases;Transferring nitrogenous groups;Transaminases;Glutamine--fructose-6-phosphate transaminase (isomerizing) https://www.genome.jp/dbget-bin/www_bget?EC:2.6.1.16 EC:2.6.1.16 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring nitrogenous groups;Transaminases;Succinyldiaminopimelate transaminase https://www.genome.jp/dbget-bin/www_bget?EC:2.6.1.17 EC:2.6.1.17 20494.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 2532.17 374.0 1149.17 126.33 5607.0 121.33 1924.0 3439.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring nitrogenous groups;Transaminases;4-aminobutyrate--2-oxoglutarate transaminase https://www.genome.jp/dbget-bin/www_bget?EC:2.6.1.19 EC:2.6.1.19 14677.5 921.0 108.5 621.5 899.5 811.5 687.0 477.0 656.0 1.5 8.5 42.0 40.0 8.5 7.0 2.5 25.5 0.0 0.0 0.5 4.5 3.0 10.5 1.5 55.5 0.0 2.5 1.0 0.0 1.5 0.5 2.0 1.0 195.5 74.0 32.0 21.5 1136.0 283.0 773.5 501.0 10.5 9.5 12.5 51.5 34.5 5.5 82.5 10.0 15.5 346.0 265.0 658.0 423.5 1.0 71.0 79.5 238.5 587.0 936.0 612.5 400.5 167.5 270.0 971.5
+Transferases;Transferring nitrogenous groups;Transaminases;Alanine transaminase https://www.genome.jp/dbget-bin/www_bget?EC:2.6.1.2 EC:2.6.1.2 26523.2 2411.67 603.67 1375.83 2234.0 2600.17 2221.33 1985.83 659.5 6.17 4.0 27.17 9.33 8.0 62.33 1.0 3.0 0.0 22.0 5.17 7.67 9.83 21.17 0.67 171.83 13.67 156.83 48.17 73.17 16.5 8.0 95.17 72.0 162.67 160.67000000000004 135.67000000000002 141.67000000000004 526.0 334.83 92.67 41.83 34.67 23.67 36.83 8.5 317.5 38.0 12.5 5.0 1158.83 522.0 586.1700000000002 763.17 490.33 744.83 1069.0 712.83 209.67 633.67 897.17 214.0 709.0 114.0 335.0 356.0
+Transferases;Transferring nitrogenous groups;Transaminases;D-amino-acid transaminase https://www.genome.jp/dbget-bin/www_bget?EC:2.6.1.21 EC:2.6.1.21 111372.20000000001 3202.67 1005.67 1808.83 3145.0 3832.17 2874.33 2426.83 3280.5 70.17 81.0 290.17 311.33 30.0 956.33 20.0 33.0 5958.0 6411.0 641.17 4319.67 4104.83 1260.17 5241.67 2538.83 812.67 270.83000000000004 54.17 124.17 550.5 92.0 1124.17 104.0 1193.67 217.67 233.67 278.67 713.0 2808.83 818.67 278.83000000000004 104.67 119.67 93.83 63.5 465.5 83.0 24.5 9.0 1200.83 1343.0 2917.17 1359.17 1158.33 747.83 1103.0 1083.83 6817.67 3728.67 2001.17 4010.0 2719.0 6098.0 7076.0 3526.0
+Transferases;Transferring nitrogenous groups;Transaminases;2-aminoethylphosphonate--pyruvate transaminase https://www.genome.jp/dbget-bin/www_bget?EC:2.6.1.37 EC:2.6.1.37 45933.200000000004 345.67 70.67 74.83 221.0 84.17 202.33 118.83 99.5 0.17 3.0 24.17 41.33 2.0 2.33 1.0 8.0 14.0 4.0 103.17 138.67 85.83 168.17 25.67 115.83 12.67 270.83000000000004 80.17 92.17 118.5 72.0 183.17 165.0 41.67 1711.67 1627.67 1520.67 490.0 57.83 15.67 27.83 3225.67 3156.67 702.83 1201.5 599.5 1361.0 4747.5 6722.0 1221.83 2798.0 1380.17 2809.17 3881.33 752.83 1723.0 755.83 79.67 16.67 120.17 53.0 30.0 46.0 61.0 46.0
+Transferases;Transferring nitrogenous groups;Transaminases;Branched-chain-amino-acid transaminase https://www.genome.jp/dbget-bin/www_bget?EC:2.6.1.42 EC:2.6.1.42 182403.7 4296.67 2381.67 2718.83 4408.5 4871.67 3679.83 3225.83 4034.5 3759.67 571.8 1672.17 725.6299999999999 5651.2 2203.83 1950.9 3574.5 6007.0 6445.5 748.67 4476.67 4251.33 1844.67 5288.17 2884.33 4899.67 298.8300000000001 3001.17 2441.17 682.0 2707.5 4081.67 162.5 4712.67 1164.67 1101.67 1137.17 3191.0 5558.83 4776.67 3930.83 202.17 352.67 495.83 973.0 729.5 304.0 236.0 49.0 1219.33 1862.0 3216.17 2137.17 1675.83 749.83 1188.0 1179.33 7067.17 4323.17 3000.17 4642.4 3135.9 6280.5 7357.5 4505.5
+Transferases;Transferring nitrogenous groups;Transaminases;Alanine--glyoxylate transaminase https://www.genome.jp/dbget-bin/www_bget?EC:2.6.1.44 EC:2.6.1.44 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring nitrogenous groups;Transaminases;Serine--glyoxylate transaminase https://www.genome.jp/dbget-bin/www_bget?EC:2.6.1.45 EC:2.6.1.45 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring nitrogenous groups;Transaminases;Serine--pyruvate transaminase https://www.genome.jp/dbget-bin/www_bget?EC:2.6.1.51 EC:2.6.1.51 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring nitrogenous groups;Transaminases;Phosphoserine transaminase https://www.genome.jp/dbget-bin/www_bget?EC:2.6.1.52 EC:2.6.1.52 152512.7 4269.67 2365.17 2693.33 4387.5 4829.67 3679.33 3198.83 4022.5 71.67 95.5 517.1700000000002 572.3299999999998 43.5 964.33 23.5 135.5 6007.0 6440.0 747.67 4474.17 4213.83 1770.67 5285.17 2881.33 2807.67 297.3300000000001 68.17 194.17 638.0 194.5 2635.17 151.0 4666.17 1054.67 1044.67 1056.17 3170.0 5455.83 4715.17 3917.83 192.17 348.17 488.33 965.0 719.0 286.5 230.0 36.0 1219.33 1862.0 3216.17 2129.17 1671.83 749.83 1188.0 1179.33 7063.17 4321.67 2991.17 4632.5 3131.5 6277.5 7353.0 4505.5
+Transferases;Transferring nitrogenous groups;Transaminases;Taurine--2-oxoglutarate transaminase https://www.genome.jp/dbget-bin/www_bget?EC:2.6.1.55 EC:2.6.1.55 84849.0 791.0 402.0 433.0 911.0 1232.0 653.0 441.0 2621.0 64.0 77.0 263.0 302.0 22.0 894.0 19.0 30.0 5958.0 6389.0 636.0 4312.0 4095.0 1239.0 5241.0 2367.0 799.0 114.0 6.0 51.0 534.0 84.0 1029.0 32.0 1031.0 57.0 98.0 137.0 187.0 2474.0 726.0 237.0 70.0 96.0 57.0 55.0 148.0 45.0 12.0 4.0 42.0 821.0 2331.0 596.0 668.0 3.0 34.0 371.0 6608.0 3095.0 1104.0 3796.0 2010.0 5984.0 6741.0 3170.0
+Transferases;Transferring nitrogenous groups;Transaminases;Aromatic-amino-acid transaminase https://www.genome.jp/dbget-bin/www_bget?EC:2.6.1.57 EC:2.6.1.57 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring nitrogenous groups;Transaminases;Adenosylmethionine--8-amino-7-oxononanoate transaminase https://www.genome.jp/dbget-bin/www_bget?EC:2.6.1.62 EC:2.6.1.62 31685.200000000004 149.67 1251.67 266.83 346.0 189.17 121.33 299.83 86.5 0.17 6.0 185.17 221.33 5.0 1.33 1.0 77.0 49.0 29.0 107.17 150.67 106.83 501.17 42.67 287.83 2005.67 159.83 61.17 141.17000000000004 90.5 105.0 1594.17 118.0 3280.67 792.6700000000002 808.67 781.67 1791.0 2369.83 3124.67 3144.83 77.67 219.67 384.83 851.5 532.5 201.0 123.5 17.0 1118.83 204.0 298.17 133.17000000000002 128.32999999999998 742.83 999.0 680.83 8.67 6.67 55.17 10.0 12.0 12.0 7.0 9.0
+Transferases;Transferring nitrogenous groups;Transaminases;Valine--pyruvate transaminase https://www.genome.jp/dbget-bin/www_bget?EC:2.6.1.66 EC:2.6.1.66 31745.4 2415.34 604.34 1379.66 2237.0 2603.34 2224.66 1990.66 660.0 6.34 4.0 27.34 9.66 8.0 62.66 1.0 3.0 0.0 22.0 6.34 8.34 10.66 22.34 1.34 172.66 24.34 292.66 96.34 144.34 21.0 11.0 180.34 144.0 166.34 190.34 165.34 167.34 996.0 340.66 94.34 48.66 35.34 24.34 39.66 10.0 631.0 41.0 13.0 5.0 2274.66 553.0 850.34 784.34 528.66 1486.66 2054.0 1377.66 211.34 634.34 898.34 214.0 709.0 114.0 335.0 357.0
+Transferases;Transferring nitrogenous groups;Transaminases;LL-diaminopimelate aminotransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.6.1.83 EC:2.6.1.83 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Transferases;Transferring nitrogenous groups;Transaminases;Aminodeoxychorismate synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.6.1.85 EC:2.6.1.85 58208.4 2561.34 1855.34 1642.66 2580.0 2789.34 2342.66 2285.66 746.0 6.34 10.0 212.34 230.66 13.0 63.66 2.0 80.0 49.0 51.0 112.34 158.34 116.66 522.34 43.34 459.66 2019.34 316.66 109.34 214.34 107.0 113.0 1689.34 190.0 3443.34 953.34 944.34 923.34 2317.0 2704.66 3217.34 3186.66 112.34 243.34 421.66 860.0 850.0 239.0 136.0 22.0 2277.66 726.0 884.34 896.34 618.66 1487.66 2068.0 1393.66 218.34 640.34 952.34 224.0 721.0 126.0 342.0 365.0
+Transferases;Transferring nitrogenous groups;Transaminases;Histidinol-phosphate transaminase https://www.genome.jp/dbget-bin/www_bget?EC:2.6.1.9 EC:2.6.1.9 194247.7 4415.67 3616.17 2956.33 4730.5 5015.67 3797.33 3493.83 4108.5 2603.67 475.5 1851.17 919.33 5655.5 1086.33 1948.5 3651.5 6056.0 6469.0 853.67 4624.17 4319.83 2270.67 5327.17 3168.33 4802.67 321.3300000000001 81.17 264.17 724.0 296.5 4144.17 197.0 7943.17 1817.67 1823.67 1812.17 4491.0 7819.83 7838.17 7055.83 269.17 567.17 870.33 1815.0 938.0 484.5 353.0 53.0 1222.33 2035.0 3250.17 2241.17 1761.83 750.83 1202.0 1195.33 7070.17 4327.67 3045.17 4642.5 3143.5 6289.5 7360.0 4513.5
+Transferases;Transferring nitrogenous groups;Transferring other nitrogenous groups;Pyridoxine 5'-phosphate synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.6.99.2 EC:2.6.99.2 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Diacylglycerol kinase (ATP) https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.107 EC:2.7.1.107 196651.69999999998 4492.67 1200.67 2526.83 4283.5 4766.67 3760.83 3044.83 4047.5 3759.67 568.8 1511.17 545.6299999999999 5648.2 2204.83 1950.9 3505.5 5972.0 6420.5 744.67 4464.67 4230.33 1511.67 5271.17 2712.33 2906.67 409.83 3020.17 2392.17 710.0 2674.5 2670.67 209.5 1473.67 2083.67 1920.67 1876.17 1890.0 3246.83 1667.67 813.83 3350.17 3289.67 813.83 1323.0 796.5 1464.0 4860.0 6754.0 1322.33 4456.0 4298.17 4813.17 5428.83 759.83 1912.0 1254.33 7138.17 4333.17 3065.17 4685.4 3153.9 6314.5 7411.5 4542.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;6-phosphofructokinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.11 EC:2.7.1.11 265954.19999999995 4009.67 4845.17 2694.33 4381.0 4501.17 3427.83 3448.83 3649.5 5134.17 918.5 3161.17 1261.83 11261.5 1221.83 3873.0 7150.0 6119.0 6501.5 1060.17 4906.17 4471.33 2861.17 5395.67 3517.83 4901.67 477.33 3058.17 2578.17 880.5 2898.0 4305.67 328.5 11085.17 4078.67 4113.67 3962.67 4685.0 9895.83 10153.17 9704.83 3558.67 3931.17 1939.33 3813.5 1401.0 2036.5 5144.5 6787.0 1315.83 4629.0 4135.17 4477.17 5267.33 761.83 1883.0 1222.83 6912.67 3764.17 2291.17 4094.5 2782.0 6177.0 7154.5 3595.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Gluconokinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.12 EC:2.7.1.12 199466.69999999998 4638.67 2451.67 2789.83 4594.5 4940.67 3878.83 3335.83 4133.5 1227.67 198.8 535.1700000000002 622.6299999999999 46.2 2084.83 25.9 143.5 6021.0 6443.5 848.67 4610.67 4262.33 1871.67 5313.17 2999.33 911.67 431.83 3033.17 2438.17 710.0 2694.5 1289.67 237.5 4726.67 2626.67 2587.67 2472.17 3179.0 5450.83 4680.67 3929.83 3415.17 3502.67 1187.83 2165.0 997.5 1646.0 4981.0 6763.0 1325.33 4629.0 4332.17 4911.17 5510.83 760.83 1926.0 1270.33 7137.17 4339.17 3119.17 4687.4 3159.9 6320.5 7410.5 4550.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Tetraacyldisaccharide 4'-kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.130 EC:2.7.1.130 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Tagatose-6-phosphate kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.144 EC:2.7.1.144 29427.0 2435.0 619.5 1397.5 2236.0 2633.0 2218.5 2006.0 671.0 6.0 73.5 27.0 12.5 8.5 80.5 3.0 3.0 0.0 24.5 4.0 7.5 9.5 24.0 3.0 174.0 100.0 21.5 2933.0 2237.0 13.0 2477.0 11.5 2.5 193.5 131.0 107.0 117.0 61.0 352.0 97.5 37.0 38.0 24.5 37.5 11.0 5.5 44.5 17.0 14.0 43.0 491.0 322.0 743.0 452.0 3.0 84.0 48.0 208.0 634.5 905.0 219.5 709.0 114.0 335.5 355.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Deoxynucleoside kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.145 EC:2.7.1.145 10444.4 7.34 1.34 7.66 6.0 6.34 6.66 9.66 1.0 0.34 0.0 0.34 0.66 0.0 0.66 0.0 0.0 0.0 0.0 2.34 1.34 1.66 2.34 1.34 1.66 21.34 271.66 96.34 142.34 9.0 6.0 170.34 144.0 7.34 59.34 59.34 51.34 940.0 11.66 3.34 13.66 1.34 1.34 5.66 3.0 627.0 6.0 1.0 0.0 2231.66 62.0 528.34 42.34 76.66 1483.66 1970.0 1329.66 3.34 1.34 2.34 0.0 0.0 0.0 0.0 2.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;4-(cytidine 5'-diphospho)-2-C-methyl-D-erythritol kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.148 EC:2.7.1.148 191935.19999999998 3690.67 2326.67 2142.83 3690.0 4093.17 3191.33 2833.83 3465.5 3758.17 494.8 1642.17 705.1299999999999 5644.2 2180.33 1945.4 3557.0 6021.0 6441.0 848.17 4605.67 4258.83 1857.17 5308.67 2940.83 814.67 428.83 99.17 203.17 707.5 222.0 1286.17 234.0 4496.67 2552.67 2554.67 2449.67 2038.0 5144.83 3900.67 3426.83 3400.67 3491.67 1171.83 2109.5 961.5 1631.0 4893.5 6744.0 1309.83 4283.0 4067.17 4252.17 5087.33 759.83 1855.0 1190.83 6898.67 3750.67 2174.17 4069.4 2759.4 6153.0 7140.0 3579.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Ribokinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.15 EC:2.7.1.15 235612.40000000002 3301.34 3208.84 2306.16 3593.0 3338.34 2469.16 2129.66 4217.0 3755.34 582.3 1878.34 991.96 5658.7 2152.16 1951.4 3682.0 6070.0 6447.5 951.34 4756.84 4326.16 2293.34 5357.34 3171.66 919.34 572.1600000000002 3095.34 2565.34 747.0 2754.0 1430.84 347.5 8031.84 3252.34 3266.34 3079.34 6034.0 7694.66 8432.84 7529.66 3463.34 3705.84 1547.16 3057.0 1551.5 1809.5 5174.0 6781.0 2416.66 4688.0 4573.34 4953.34 5606.66 1501.66 2912.0 1982.66 7172.34 4299.84 3214.34 5091.9 2860.4 6383.0 7348.5 5176.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Adenosylcobinamide kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.156 EC:2.7.1.156 19460.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 2532.0 375.0 1155.0 135.0 5607.0 121.0 1925.0 3439.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Ribulokinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.16 EC:2.7.1.16 78258.0 488.0 1321.0 334.0 545.0 261.0 317.0 407.0 185.0 2532.0 382.0 1352.0 379.0 5614.0 124.0 1925.0 3524.0 63.0 30.0 207.0 286.0 154.0 597.0 67.0 402.0 2.0 158.0 45.0 79.0 157.0 130.0 162.0 130.0 3303.0 2335.0 2321.0 2171.0 1325.0 2336.0 3082.0 3148.0 3296.0 3372.0 1078.0 2046.0 496.0 1548.0 4869.0 6735.0 109.0 2940.0 1150.0 2893.0 3929.0 12.0 752.0 107.0 81.0 22.0 173.0 59.0 39.0 55.0 64.0 53.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;3-deoxy-D-manno-octulosonic acid kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.166 EC:2.7.1.166 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;D-glycero-beta-D-manno-heptose-7-phosphate kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.167 EC:2.7.1.167 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Xylulokinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.17 EC:2.7.1.17 75765.5 921.0 108.5 621.5 899.5 811.5 687.0 477.0 656.0 10129.5 1504.5 4638.0 544.0 22436.5 491.0 7698.5 13781.5 0.0 0.0 0.5 4.5 3.0 10.5 1.5 55.5 0.0 2.5 1.0 0.0 1.5 0.5 2.0 1.0 195.5 74.0 32.0 21.5 1136.0 283.0 773.5 501.0 10.5 9.5 12.5 51.5 34.5 5.5 82.5 10.0 15.5 346.0 265.0 658.0 423.5 1.0 71.0 79.5 238.5 587.0 936.0 612.5 400.5 167.5 270.0 971.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Anhydro-N-acetylmuramic acid kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.170 EC:2.7.1.170 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Phosphoribulokinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.19 EC:2.7.1.19 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Glucokinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.2 EC:2.7.1.2 269687.5 4977.0 2521.0 2857.0 4825.5 5024.5 4074.5 3447.0 4232.0 6291.5 950.8 2863.0 924.3 11262.2 2328.5 3875.9 7029.5 6035.0 6450.5 950.5 4750.0 4383.5 2107.5 5337.5 3113.5 2898.0 432.0 3017.0 2400.0 862.5 2801.5 2747.5 267.5 4773.0 4389.0 4212.0 4021.5 2745.0 5577.0 4748.0 3955.0 6645.5 6661.0 1889.0 3367.5 979.0 3009.0 9728.5 13489.0 315.5 7365.0 5184.0 7685.0 9319.5 30.0 1679.0 696.5 7217.5 4354.5 3237.0 4744.4 3192.9 6369.5 7475.5 4594.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Thymidine kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.21 EC:2.7.1.21 203654.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 1227.67 199.8 541.1700000000002 631.6299999999999 46.2 2084.83 26.9 143.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;NAD(+) kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.23 EC:2.7.1.23 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Dephospho-CoA kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.24 EC:2.7.1.24 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Adenylyl-sulfate kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.25 EC:2.7.1.25 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Riboflavin kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.26 EC:2.7.1.26 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Glycerone kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.29 EC:2.7.1.29 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Glycerol kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.30 EC:2.7.1.30 312918.19999999995 4535.67 2761.67 2626.83 4611.0 5397.17 3845.33 3324.83 6110.5 8666.17 1148.4 3054.17 1169.73 11274.6 5432.33 3893.2 7026.0 11979.0 12835.0 1484.17 8918.67 8354.83 3104.17 10555.67 5313.83 1807.67 543.83 5971.17 4724.17 1243.5 5250.0 2318.17 271.0 5596.67 2609.67 2654.67 2588.67 2235.0 7664.83 4639.67 3667.83 3478.67 3590.67 1235.83 2172.5 1112.5 1695.0 4915.5 6766.0 1351.83 5104.0 6398.17 4850.17 5755.33 762.83 1889.0 1561.83 13506.67 6848.67 3296.17 7877.2 4772.2 12137.0 13882.0 6749.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Glycerate 3-kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.31 EC:2.7.1.31 197756.2 3717.67 2343.17 2168.33 3695.0 4129.17 3191.83 2858.83 3477.5 2602.17 532.5 1642.17 693.8299999999998 5644.5 1098.83 1947.0 3557.0 6021.0 6443.5 848.17 4606.17 4259.33 1861.17 5311.67 2943.83 911.67 429.33 3032.17 2438.17 708.5 2694.0 1287.67 236.5 4531.17 2552.67 2555.67 2450.67 2043.0 5167.83 3907.17 3428.83 3404.67 3493.17 1175.33 2113.5 963.0 1640.5 4898.5 6753.0 1309.83 4283.0 4067.17 4253.17 5087.33 759.83 1855.0 1190.83 6898.67 3752.17 2183.17 4074.5 2758.0 6153.0 7140.5 3579.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Pantothenate kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.33 EC:2.7.1.33 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Pyridoxal kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.35 EC:2.7.1.35 243042.69999999998 7192.67 4305.67 4424.83 7152.5 7717.67 6214.83 5609.83 4878.5 1233.67 207.8 741.1700000000002 843.6299999999999 59.2 2147.83 26.9 223.5 6070.0 6491.5 957.67 4765.67 4340.33 2321.67 5355.17 3457.33 914.67 475.83 3046.17 2498.17 765.0 2760.5 1363.67 274.5 8150.67 3410.67 3416.67 3264.17 4540.0 8063.83 7839.67 7091.83 3520.17 3741.67 1599.83 3018.0 1211.5 1871.0 5115.0 6781.0 1371.33 5293.0 4688.17 5758.17 6048.83 764.83 2024.0 1334.33 7348.17 4978.17 4069.17 4907.4 3877.9 6443.5 7748.5 4913.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Mevalonate kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.36 EC:2.7.1.36 154856.5 2081.0 597.0 1151.0 2049.5 2166.5 1539.5 1059.0 3388.0 1221.5 190.8 335.0 410.3 33.2 2021.5 25.9 63.5 5972.0 6398.5 739.5 4457.0 4220.5 1490.5 5270.5 2540.5 2893.0 253.0 2972.0 2319.0 693.5 2666.5 2575.5 137.5 1311.0 1923.0 1785.0 1734.5 1364.0 2912.0 1575.0 772.0 3315.5 3266.0 777.0 1314.5 479.0 1426.0 4847.5 6749.0 163.5 3934.0 3712.0 4050.0 4938.5 15.0 843.0 541.5 6928.5 3699.5 2168.0 4471.4 2444.9 6200.5 7076.5 4186.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Homoserine kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.39 EC:2.7.1.39 170089.7 4269.67 2365.17 2693.33 4387.5 4829.67 3679.33 3198.83 4022.5 3759.67 501.3 1666.17 713.1299999999999 5650.7 2185.33 1947.9 3574.5 6007.0 6440.0 747.67 4474.17 4213.83 1770.67 5285.17 2881.33 2807.67 297.3300000000001 68.17 194.17 638.0 194.5 2635.17 151.0 4666.17 1054.67 1044.67 1056.17 3170.0 5455.83 4715.17 3917.83 192.17 348.17 488.33 965.0 719.0 286.5 230.0 36.0 1219.33 1862.0 3216.17 2129.17 1671.83 749.83 1188.0 1179.33 7063.17 4321.67 2991.17 4632.9 3132.9 6277.5 7353.0 4505.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Fructokinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.4 EC:2.7.1.4 268152.5 5253.0 1585.5 2930.5 5186.5 5959.5 4410.0 3456.0 6656.0 3823.5 576.3 1774.0 843.8 5669.7 3080.0 1967.9 3535.5 11930.0 12807.0 1379.5 8775.5 8324.0 2745.5 10508.5 5075.5 3598.0 387.5 45.0 137.0 1238.5 283.5 3613.0 167.0 2466.5 2111.0 1988.0 1986.5 1602.0 5692.0 2385.5 1042.0 3415.5 3383.5 864.5 1372.5 629.5 1496.5 4866.5 6749.0 248.5 5246.0 6365.0 5387.0 6058.5 21.0 961.0 960.5 13744.5 7426.0 4159.0 8475.9 5163.9 12298.5 14152.0 7711.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Pyruvate kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.40 EC:2.7.1.40 224148.90000000002 4642.34 2452.34 2793.66 4613.5 4949.84 3882.16 3342.66 4134.0 3759.84 573.8 1690.34 757.96 5653.2 2206.16 1950.9 3582.5 6021.0 6446.5 850.84 4613.34 4300.16 1942.84 5313.84 3000.16 2917.34 568.6600000000002 3081.34 2521.34 757.5 2738.5 2819.84 318.5 4742.34 2766.34 2673.34 2577.84 3665.0 5536.66 4737.34 3947.66 3421.84 3506.34 1194.66 2170.5 1320.0 1657.0 4982.5 6767.0 2441.16 4660.0 4596.34 4939.34 5553.16 1502.66 2911.0 1935.16 7142.84 4339.84 3120.34 4691.4 3162.9 6323.5 7414.5 4551.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;2-dehydro-3-deoxygluconokinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.45 EC:2.7.1.45 166797.09999999998 4001.01 3302.01 2627.49 4032.5 3901.01 3350.49 3199.49 1599.5 3696.01 501.8 1606.51 668.29 5636.2 1313.49 1931.9 3629.5 112.0 83.5 321.01 450.01 274.99 1135.01 115.51 920.99 2129.01 613.49 3136.51 2599.51 271.0 2718.5 1940.01 395.5 6980.01 3392.01 3328.01 3142.51 5253.0 5352.49 7081.01 6844.49 3423.51 3627.01 1518.49 2963.0 1695.5 1805.0 5093.0 6776.0 3517.99 4043.0 2563.51 4469.51 5009.49 2242.49 3876.0 2244.99 539.51 1251.51 2071.51 901.4 1161.9 348.5 676.5 1390.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Uridine kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.48 EC:2.7.1.48 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Hydroxymethylpyrimidine kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.49 EC:2.7.1.49 229616.19999999998 3466.67 2010.67 2084.83 3492.0 3206.17 2546.33 1922.83 4217.5 1223.17 137.8 580.1700000000002 700.1299999999999 48.2 2013.33 27.4 174.0 6035.0 6426.0 948.17 4747.67 4377.83 2095.17 5336.67 2995.83 2808.67 548.83 133.17000000000002 234.17 855.5 328.0 2823.17 338.0 4778.67 4361.67 4166.67 3951.67 4290.0 5513.83 5425.67 4425.83 6618.67 6646.67 1866.83 3409.5 1321.5 2973.0 9794.5 13485.0 1403.83 7251.0 5391.17 7621.17 9329.33 769.83 2651.0 1392.83 7249.67 4307.67 3269.17 5137.4 2884.4 6423.0 7410.0 5212.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Rhamnulokinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.5 EC:2.7.1.5 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Hydroxyethylthiazole kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.50 EC:2.7.1.50 207586.69999999998 2349.67 3083.17 1655.33 2685.5 2487.67 1778.33 1622.83 3548.5 3753.67 504.3 1836.17 948.13 5649.7 2126.33 1946.9 3656.5 6070.0 6445.0 949.67 4751.17 4321.83 2277.67 5352.17 3112.33 811.67 433.33 113.17 259.17 740.0 278.5 1342.17 272.0 7798.17 3148.67 3203.67 3031.17 4423.0 7382.83 7651.17 7019.83 3448.17 3694.17 1528.33 3000.0 1202.0 1791.5 5086.0 6762.0 1285.33 4311.0 4044.17 4273.17 5144.83 758.83 1856.0 1238.33 6932.17 3710.67 2268.17 4473.9 2459.9 6215.5 7078.0 4203.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;1-phosphofructokinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.56 EC:2.7.1.56 190158.7 4492.67 1200.67 2526.83 4267.5 4760.67 3760.83 3042.83 4047.5 2603.67 536.0 1505.17 521.8299999999998 5648.0 1104.83 1949.5 3505.5 5972.0 6417.5 743.67 4462.67 4193.33 1441.67 5271.17 2712.33 911.67 408.83 3020.17 2380.17 667.0 2633.5 1225.67 200.5 1461.67 1973.67 1864.67 1796.17 1874.0 3166.83 1612.67 802.83 3344.17 3286.67 809.83 1319.0 787.5 1456.0 4859.0 6750.0 1322.33 4456.0 4298.17 4806.17 5424.83 759.83 1912.0 1254.33 7134.17 4333.17 3065.17 4681.0 3149.5 6311.5 7407.5 4542.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;N-acetylglucosamine kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.59 EC:2.7.1.59 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Galactokinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.6 EC:2.7.1.6 145268.7 3993.67 3300.67 2619.83 4042.5 3900.67 3343.83 3191.83 1598.5 1163.67 128.8 463.17 550.6299999999999 29.2 1191.83 8.9 190.5 112.0 86.5 319.67 450.67 310.33 1202.67 114.17 919.33 4102.67 342.8300000000001 3040.17 2469.17 305.0 2753.5 3214.67 260.5 6984.67 3442.67 3324.67 3171.17 4329.0 5420.83 7132.67 6841.83 3428.17 3628.67 1516.83 2964.0 1077.5 1807.0 5093.0 6780.0 1286.33 3981.0 2035.17 4434.17 4936.83 758.83 1906.0 915.33 540.1700000000002 1250.17 2069.17 905.4 1164.9 351.5 680.5 1388.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;N-acylmannosamine kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.60 EC:2.7.1.60 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Polyphosphate--glucose phosphotransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.63 EC:2.7.1.63 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Undecaprenol kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.66 EC:2.7.1.66 171969.5 4489.0 1200.0 2523.0 4264.5 4757.5 3757.5 3038.0 4047.0 1227.5 193.8 356.0 410.3 41.2 2083.5 25.9 66.5 5972.0 6417.5 742.5 4462.0 4192.5 1440.5 5270.5 2711.5 901.0 273.0 2972.0 2309.0 662.5 2630.5 1140.5 128.5 1458.0 1944.0 1835.0 1770.5 1404.0 3161.0 1611.0 796.0 3343.5 3286.0 807.0 1317.5 474.0 1453.0 4858.5 6750.0 206.5 4425.0 4034.0 4785.0 5386.5 18.0 927.0 589.5 7132.5 4332.5 3064.0 4681.4 3150.9 6311.5 7407.5 4541.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Shikimate kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.71 EC:2.7.1.71 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Inosine kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.73 EC:2.7.1.73 10444.4 7.34 1.34 7.66 6.0 6.34 6.66 9.66 1.0 0.34 0.0 0.34 0.66 0.0 0.66 0.0 0.0 0.0 0.0 2.34 1.34 1.66 2.34 1.34 1.66 21.34 271.66 96.34 142.34 9.0 6.0 170.34 144.0 7.34 59.34 59.34 51.34 940.0 11.66 3.34 13.66 1.34 1.34 5.66 3.0 627.0 6.0 1.0 0.0 2231.66 62.0 528.34 42.34 76.66 1483.66 1970.0 1329.66 3.34 1.34 2.34 0.0 0.0 0.0 0.0 2.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Glucosamine kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.8 EC:2.7.1.8 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Pseudouridine kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.83 EC:2.7.1.83 81422.0 684.0 140.0 142.0 436.0 162.0 398.0 228.0 198.0 0.0 6.0 48.0 82.0 4.0 4.0 2.0 16.0 28.0 8.0 204.0 276.0 170.0 334.0 50.0 230.0 4.0 270.0 64.0 42.0 228.0 138.0 196.0 186.0 76.0 3364.0 3196.0 2990.0 40.0 104.0 28.0 42.0 6450.0 6312.0 1400.0 2400.0 572.0 2716.0 9494.0 13444.0 212.0 5534.0 2232.0 5576.0 7686.0 22.0 1476.0 182.0 156.0 32.0 238.0 106.0 60.0 92.0 122.0 90.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Beta-glucoside kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.85 EC:2.7.1.85 84849.0 791.0 402.0 433.0 911.0 1232.0 653.0 441.0 2621.0 64.0 77.0 263.0 302.0 22.0 894.0 19.0 30.0 5958.0 6389.0 636.0 4312.0 4095.0 1239.0 5241.0 2367.0 799.0 114.0 6.0 51.0 534.0 84.0 1029.0 32.0 1031.0 57.0 98.0 137.0 187.0 2474.0 726.0 237.0 70.0 96.0 57.0 55.0 148.0 45.0 12.0 4.0 42.0 821.0 2331.0 596.0 668.0 3.0 34.0 371.0 6608.0 3095.0 1104.0 3796.0 2010.0 5984.0 6741.0 3170.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;Diphosphate--fructose-6-phosphate 1-phosphotransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.90 EC:2.7.1.90 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with an alcohol group as acceptor;5-dehydro-2-deoxygluconokinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.1.92 EC:2.7.1.92 107124.0 937.0 1653.0 696.0 1238.0 1412.0 771.0 734.0 2707.0 64.0 82.0 442.0 514.0 27.0 895.0 19.0 107.0 6007.0 6415.0 741.0 4460.0 4164.0 1669.0 5283.0 2654.0 799.0 137.0 19.0 109.0 577.0 145.0 1093.0 69.0 4296.0 710.0 821.0 813.0 1492.0 4758.0 3794.0 3364.0 141.0 312.0 435.0 901.0 358.0 235.0 134.0 17.0 45.0 994.0 2365.0 701.0 754.0 4.0 48.0 387.0 6611.0 3101.0 1158.0 3802.0 2019.0 5993.0 6744.0 3178.0
+Transferases;Transferring phosphorus-containing groups;Protein-serine/threonine kinases;Non-specific serine/threonine protein kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.11.1 EC:2.7.11.1 557003.8999999999 9569.34 5512.34 5727.66 9920.5 11428.84 8177.16 6941.66 12742.0 9021.84 1562.8 4989.34 2145.96 16946.2 5193.16 5857.9 10630.5 23944.0 25664.5 2868.84 17706.34 16700.16 6179.84 21078.84 10559.16 7312.34 955.66 3112.34 2746.34 2457.5 3097.5 7425.84 460.5 11271.34 3831.34 3852.34 3860.84 5603.0 15651.66 10129.34 7831.66 3742.84 4036.34 1781.66 3192.5 1987.0 2025.0 5153.5 6801.0 2613.16 7787.0 11945.34 7581.34 8099.16 1515.66 3111.0 3112.16 27181.84 14263.84 7382.34 16303.4 9913.9 24401.5 27979.5 14424.5
+Transferases;Transferring phosphorus-containing groups;Protein-serine/threonine kinases;[Isocitrate dehydrogenase (NADP(+))] kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.11.5 EC:2.7.11.5 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring phosphorus-containing groups;Protein-histidine kinases;Histidine kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.13.3 EC:2.7.13.3 1374796.0 22531.7 11820.7 13347.3 23015.0 25965.7 18800.3 15585.3 29642.0 21799.7 3770.4 11523.7 4905.7 39543.6 12558.3 13670.2 24797.0 53874.0 57731.0 6585.7 40014.7 37677.3 13968.7 47461.7 23837.3 15685.7 3116.3 12451.7 10482.7 5709.0 11380.0 16594.7 1578.0 24131.7 11409.7 11242.7 11047.7 16535.0 34528.3 22582.7 16989.3 14038.7 14506.7 5069.3 8960.0 6647.0 6859.0 19991.0 27088.0 12206.3 22807.0 30568.7 22779.7 25629.3 7509.3 13784.0 10925.3 61614.7 32835.7 18003.7 37745.2 22700.2 55214.0 63363.0 34058.0
+Transferases;Transferring phosphorus-containing groups;Protein-arginine kinases;Protein arginine kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.14.1 EC:2.7.14.1 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with a carboxy group as acceptor;Acetate kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.2.1 EC:2.7.2.1 306099.39999999997 6128.34 1466.34 3319.66 5627.0 5779.34 4849.66 3779.66 4914.0 3761.34 652.8 1601.34 671.46 5661.2 2234.66 1957.4 3547.0 6000.0 6431.0 950.34 4746.34 4404.66 1861.34 5326.34 3001.66 3018.34 818.6600000000002 6066.34 4740.34 945.0 5288.0 2955.34 471.0 1783.34 5551.34 5179.34 4914.34 3541.0 3662.66 2477.34 1365.66 9815.34 9613.34 2232.66 3780.0 1718.0 4198.0 14442.0 20217.0 2665.66 10367.0 7059.34 11069.34 13576.66 1524.66 4444.0 2180.66 7534.34 4954.34 4249.34 5409.4 3614.4 6574.0 7804.0 5605.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with a carboxy group as acceptor;Glutamate 5-kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.2.11 EC:2.7.2.11 175910.7 4296.67 2381.67 2718.83 4392.5 4865.67 3679.83 3223.83 4034.5 2603.67 539.0 1666.17 701.8299999999998 5651.0 1103.83 1949.5 3574.5 6007.0 6442.5 747.67 4474.67 4214.33 1774.67 5288.17 2884.33 2904.67 297.8300000000001 3001.17 2429.17 639.0 2666.5 2636.67 153.5 4700.67 1054.67 1045.67 1057.17 3175.0 5478.83 4721.67 3919.83 196.17 349.67 491.83 969.0 720.5 296.0 235.0 45.0 1219.33 1862.0 3216.17 2130.17 1671.83 749.83 1188.0 1179.33 7063.17 4323.17 3000.17 4638.0 3131.5 6277.5 7353.5 4505.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with a carboxy group as acceptor;Carbamate kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.2.2 EC:2.7.2.2 115212.2 2926.67 1941.17 1735.33 2784.0 2897.17 2538.83 2417.83 856.5 3694.17 487.3 1379.17 406.63 5622.7 1304.83 1928.4 3527.0 63.0 54.5 212.17 294.17 164.32999999999996 622.17 70.67 576.8299999999998 112.67 315.3300000000001 3026.17 2387.17 174.5 2610.0 258.67 204.5 3500.17 2495.67 2457.67 2313.67 1856.0 2693.83 3181.17 3191.83 3334.67 3397.17 1118.33 2058.5 815.0 1595.5 4886.5 6749.0 1267.83 3462.0 1736.17 3657.17 4419.33 756.83 1821.0 819.83 290.67 657.17 1079.17 278.9 749.4 169.0 399.5 409.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with a carboxy group as acceptor;Phosphoglycerate kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.2.3 EC:2.7.2.3 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with a carboxy group as acceptor;Aspartate kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.2.4 EC:2.7.2.4 298441.30000000005 5071.68 2769.18 3137.82 5355.5 6089.18 4342.32 3660.32 6645.0 6356.18 955.3 3096.68 1169.12 11279.7 3201.32 3893.9 7043.5 11965.0 12838.0 1390.18 8794.18 8422.32 3223.18 10528.18 5250.82 9623.68 821.82 218.68 494.68 1314.5 410.5 8254.68 426.0 5744.18 1530.68 1399.68 1510.18 4815.0 8187.32 5611.18 4208.32 282.18 455.18 565.8199999999998 1036.5 1834.5 364.5 246.5 52.0 4608.82 2776.0 6339.68 2809.6800000000007 2466.82 2978.32 4177.0 3544.82 13688.18 7418.68 4098.68 8440.9 5151.9 12270.5 14106.0 7678.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with a carboxy group as acceptor;Butyrate kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.2.7 EC:2.7.2.7 169698.0 1582.0 804.0 866.0 1822.0 2464.0 1306.0 882.0 5242.0 128.0 154.0 526.0 604.0 44.0 1788.0 38.0 60.0 11916.0 12778.0 1272.0 8624.0 8190.0 2478.0 10482.0 4734.0 1598.0 228.0 12.0 102.0 1068.0 168.0 2058.0 64.0 2062.0 114.0 196.0 274.0 374.0 4948.0 1452.0 474.0 140.0 192.0 114.0 110.0 296.0 90.0 24.0 8.0 84.0 1642.0 4662.0 1192.0 1336.0 6.0 68.0 742.0 13216.0 6190.0 2208.0 7592.0 4020.0 11968.0 13482.0 6340.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with a carboxy group as acceptor;Acetylglutamate kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.2.8 EC:2.7.2.8 167784.7 4269.67 2365.17 2693.33 4387.5 4829.67 3679.33 3198.83 4022.5 2603.67 469.5 1666.17 698.3299999999998 5650.5 1085.33 1947.5 3574.5 6007.0 6440.0 747.67 4474.17 4213.83 1770.67 5285.17 2881.33 2807.67 297.3300000000001 68.17 194.17 638.0 194.5 2635.17 151.0 4666.17 1054.67 1044.67 1056.17 3170.0 5455.83 4715.17 3917.83 192.17 348.17 488.33 965.0 719.0 286.5 230.0 36.0 1219.33 1862.0 3216.17 2129.17 1671.83 749.83 1188.0 1179.33 7063.17 4321.67 2991.17 4632.5 3131.5 6277.5 7353.0 4505.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with a nitrogenous group as acceptor;Phosphoenolpyruvate--protein phosphotransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.3.9 EC:2.7.3.9 204688.90000000002 4642.34 2452.34 2793.66 4597.5 4943.84 3882.16 3340.66 4134.0 1227.84 198.8 535.3399999999998 622.96 46.2 2085.16 25.9 143.5 6021.0 6443.5 849.84 4611.34 4263.16 1872.84 5313.84 3000.16 922.34 567.6600000000002 3081.34 2509.34 714.5 2697.5 1374.84 309.5 4730.34 2656.34 2617.34 2497.84 3649.0 5456.66 4682.34 3936.66 3415.84 3503.34 1190.66 2166.5 1311.0 1649.0 4981.5 6763.0 2441.16 4660.0 4596.34 4932.34 5549.16 1502.66 2911.0 1935.16 7138.84 4339.84 3120.34 4687.4 3159.9 6320.5 7410.5 4551.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with a phosphate group as acceptor;Polyphosphate kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.4.1 EC:2.7.4.1 48667.7 1070.67 1360.17 888.3299999999998 1245.5 1000.67 808.33 776.8299999999998 742.5 1157.67 46.3 227.17 276.13000000000005 13.7 1108.33 3.9 102.5 49.0 29.0 107.67 155.17 109.83 511.67 44.17 343.33 2005.67 162.33 62.17 141.17000000000004 92.0 105.5 1596.17 119.0 3476.17 866.6700000000002 840.67 803.17 2927.0 2652.83 3898.17 3645.83 88.17 229.17 397.33 903.0 567.0 206.5 206.0 27.0 1134.33 550.0 563.1700000000002 791.1700000000002 551.8299999999998 743.83 1070.0 760.33 247.17 593.67 991.17 622.9 413.9 179.5 277.0 980.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with a phosphate group as acceptor;UMP/CMP kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.4.14 EC:2.7.4.14 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with a phosphate group as acceptor;Thiamine-phosphate kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.4.16 EC:2.7.4.16 31685.200000000004 149.67 1251.67 266.83 346.0 189.17 121.33 299.83 86.5 0.17 6.0 185.17 221.33 5.0 1.33 1.0 77.0 49.0 29.0 107.17 150.67 106.83 501.17 42.67 287.83 2005.67 159.83 61.17 141.17000000000004 90.5 105.0 1594.17 118.0 3280.67 792.6700000000002 808.67 781.67 1791.0 2369.83 3124.67 3144.83 77.67 219.67 384.83 851.5 532.5 201.0 123.5 17.0 1118.83 204.0 298.17 133.17000000000002 128.32999999999998 742.83 999.0 680.83 8.67 6.67 55.17 10.0 12.0 12.0 7.0 9.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with a phosphate group as acceptor;Phosphomevalonate kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.4.2 EC:2.7.4.2 150668.5 2081.0 597.0 1151.0 2033.5 2160.5 1539.5 1057.0 3388.0 1221.5 189.8 329.0 401.3 33.2 2021.5 24.9 63.5 5972.0 6395.5 738.5 4455.0 4183.5 1420.5 5270.5 2540.5 898.0 252.0 2972.0 2307.0 650.5 2625.5 1130.5 128.5 1299.0 1813.0 1729.0 1654.5 1348.0 2832.0 1520.0 761.0 3309.5 3263.0 773.0 1310.5 470.0 1418.0 4846.5 6745.0 163.5 3934.0 3712.0 4043.0 4934.5 15.0 843.0 541.5 6924.5 3699.5 2168.0 4467.4 2441.9 6197.5 7072.5 4186.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with a phosphate group as acceptor;UMP kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.4.22 EC:2.7.4.22 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with a phosphate group as acceptor;Adenylate kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.4.3 EC:2.7.4.3 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with a phosphate group as acceptor;Nucleoside-diphosphate kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.4.6 EC:2.7.4.6 162943.7 4296.67 2381.67 2718.83 4392.5 4865.67 3679.83 3223.83 4034.5 1227.67 196.8 517.1700000000002 590.6299999999999 44.2 2082.83 25.9 135.5 6007.0 6442.5 747.67 4474.67 4214.33 1774.67 5288.17 2884.33 2904.67 297.8300000000001 3001.17 2429.17 639.0 2666.5 2636.67 153.5 4700.67 1054.67 1045.67 1057.17 3175.0 5478.83 4721.67 3919.83 196.17 349.67 491.83 969.0 720.5 296.0 235.0 45.0 1219.33 1862.0 3216.17 2130.17 1671.83 749.83 1188.0 1179.33 7063.17 4323.17 3000.17 4638.4 3132.9 6277.5 7353.5 4505.5
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with a phosphate group as acceptor;Phosphomethylpyrimidine kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.4.7 EC:2.7.4.7 229616.19999999998 3466.67 2010.67 2084.83 3492.0 3206.17 2546.33 1922.83 4217.5 1223.17 137.8 580.1700000000002 700.1299999999999 48.2 2013.33 27.4 174.0 6035.0 6426.0 948.17 4747.67 4377.83 2095.17 5336.67 2995.83 2808.67 548.83 133.17000000000002 234.17 855.5 328.0 2823.17 338.0 4778.67 4361.67 4166.67 3951.67 4290.0 5513.83 5425.67 4425.83 6618.67 6646.67 1866.83 3409.5 1321.5 2973.0 9794.5 13485.0 1403.83 7251.0 5391.17 7621.17 9329.33 769.83 2651.0 1392.83 7249.67 4307.67 3269.17 5137.4 2884.4 6423.0 7410.0 5212.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with a phosphate group as acceptor;Guanylate kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.4.8 EC:2.7.4.8 276620.2 5901.67 2630.17 3482.33 5728.0 5839.17 4764.83 3928.83 4888.5 4917.17 617.1 1756.17 853.43 5663.9 3314.83 1954.8 3616.0 6035.0 6450.5 952.17 4755.17 4387.33 2119.17 5339.67 3169.83 2908.67 570.33 3066.17 2471.17 868.5 2805.0 2834.67 340.5 4972.17 4492.67 4273.67 4068.67 4351.0 5865.83 5523.17 4462.83 6656.67 6671.17 1904.33 3420.5 1327.0 3017.5 9811.5 13499.0 1446.83 7742.0 5713.17 8364.17 9781.33 772.83 2735.0 1440.83 7457.67 4942.17 4174.17 5357.3 3594.8 6537.0 7745.5 5567.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with a phosphate group as acceptor;dTMP kinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.4.9 EC:2.7.4.9 214738.69999999998 4638.67 2451.67 2789.83 4594.5 4940.67 3878.83 3335.83 4133.5 3759.67 572.8 1684.17 748.6299999999999 5653.2 2205.83 1949.9 3582.5 6021.0 6443.5 848.67 4610.67 4262.33 1871.67 5313.17 2999.33 911.67 431.83 3033.17 2438.17 710.0 2694.5 1289.67 237.5 4726.67 2626.67 2587.67 2472.17 3179.0 5450.83 4680.67 3929.83 3415.17 3502.67 1187.83 2165.0 997.5 1646.0 4981.0 6763.0 1325.33 4629.0 4332.17 4911.17 5510.83 760.83 1926.0 1270.33 7137.17 4339.17 3119.17 4687.4 3159.9 6320.5 7410.5 4550.5
+Transferases;Transferring phosphorus-containing groups;Diphosphotransferases;Ribose-phosphate diphosphokinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.6.1 EC:2.7.6.1 354373.2 8785.67 3581.67 5241.83 8673.0 9629.17 7437.33 6263.83 8081.5 4987.17 765.6 2028.17 1135.9299999999996 5692.4 4287.33 1976.8 3641.0 11979.0 12863.0 1491.17 8938.67 8443.83 3285.17 10558.67 5595.83 5800.67 571.83 5973.17 4750.17 1344.5 5338.0 5222.17 291.0 6170.67 3108.67 2936.67 2907.67 4595.0 8719.83 6387.67 4726.83 3545.67 3638.67 1302.83 2290.5 1203.5 1757.0 5094.5 6799.0 1425.83 6287.0 7250.17 6922.17 7062.33 767.83 2115.0 1768.83 14199.67 8655.67 6064.17 9323.8 6286.8 12592.0 14765.0 9047.0
+Transferases;Transferring phosphorus-containing groups;Diphosphotransferases;Thiamine diphosphokinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.6.2 EC:2.7.6.2 191429.5 4489.0 1200.0 2523.0 4280.5 4763.5 3757.5 3040.0 4047.0 3759.5 568.8 1511.0 545.3 5648.2 2204.5 1950.9 3505.5 5972.0 6420.5 743.5 4464.0 4229.5 1510.5 5270.5 2711.5 2896.0 274.0 2972.0 2321.0 705.5 2671.5 2585.5 137.5 1470.0 2054.0 1891.0 1850.5 1420.0 3241.0 1666.0 807.0 3349.5 3289.0 811.0 1321.5 483.0 1461.0 4859.5 6754.0 206.5 4425.0 4034.0 4792.0 5390.5 18.0 927.0 589.5 7136.5 4332.5 3064.0 4685.4 3153.9 6314.5 7411.5 4541.5
+Transferases;Transferring phosphorus-containing groups;Diphosphotransferases;2-amino-4-hydroxy-6-hydroxymethyldihydropteridine diphosphokinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.6.3 EC:2.7.6.3 194852.40000000002 3694.34 2327.34 2146.66 3693.0 4096.34 3194.66 2838.66 3466.0 2602.34 463.0 1642.34 690.6600000000002 5644.0 1080.66 1945.0 3557.0 6021.0 6441.0 849.34 4606.34 4259.66 1858.34 5309.34 2941.66 825.34 564.6600000000002 147.34 274.34000000000003 712.0 225.0 1371.34 306.0 4500.34 2582.34 2584.34 2475.34 2508.0 5150.66 3902.34 3433.66 3401.34 3492.34 1174.66 2111.0 1275.0 1634.0 4894.0 6744.0 2425.66 4314.0 4331.34 4273.34 5125.66 1501.66 2840.0 1855.66 6900.34 3751.34 2175.34 4069.0 2758.0 6153.0 7140.0 3580.0
+Transferases;Transferring phosphorus-containing groups;Diphosphotransferases;GTP diphosphokinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.6.5 EC:2.7.6.5 483871.2 9945.67 4070.17 5771.33 9791.0 10972.17 8289.83 6841.83 10813.5 5051.17 914.1 2309.17 1473.4299999999996 5716.9 5201.83 1997.8 3679.0 17951.0 19255.5 2228.17 13387.17 12587.33 4625.17 15827.67 8080.83 4703.67 820.33 8944.17 7045.17 1950.5 7922.0 4905.67 409.5 7262.17 4737.67 4577.67 4460.67 4791.0 11188.83 7079.17 4975.83 6838.67 6889.17 2059.33 3545.5 1630.0 3161.5 9857.5 13530.0 1573.83 9875.0 10697.17 10300.17 11569.33 781.83 2887.0 2230.83 20881.67 11768.17 7296.17 13174.3 8323.8 18619.0 21563.5 12262.0
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;UDP-glucose--hexose-1-phosphate uridylyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.12 EC:2.7.7.12 96530.7 3701.67 798.6700000000002 2093.83 3372.5 3534.67 3107.83 2603.83 1426.5 1163.67 117.8 99.17 117.63 19.2 1189.83 7.9 36.5 14.0 31.5 108.67 152.67 135.32999999999998 272.67 30.17 345.33 2107.67 295.8300000000001 3014.17 2341.17 176.0 2590.5 1641.67 177.5 442.67 2026.67 1822.67 1739.17 1703.0 772.8299999999998 941.67 576.83 3280.17 3193.67 756.83 1268.0 648.5 1419.0 4848.0 6750.0 1280.33 3635.0 1967.17 4217.17 4760.83 756.83 1878.0 883.33 530.1700000000002 1238.17 1961.17 889.4 1143.9 330.5 670.5 1372.5
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;Mannose-1-phosphate guanylyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.13 EC:2.7.7.13 52179.4 153.34 1252.34 270.66 349.0 192.34 124.66 304.66 87.0 2532.34 380.0 1334.34 347.66 5612.0 122.66 1925.0 3516.0 49.0 29.0 108.34 151.34 107.66 502.34 43.34 288.66 2016.34 295.66 109.34 212.34 95.0 108.0 1679.34 190.0 3284.34 822.34 838.34 807.34 2261.0 2375.66 3126.34 3151.66 78.34 220.34 387.66 853.0 846.0 204.0 124.0 17.0 2234.66 235.0 562.34 154.34 166.66 1484.66 1984.0 1345.66 10.34 7.34 56.34 10.0 12.0 12.0 7.0 10.0
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;Nicotinate-nucleotide adenylyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.18 EC:2.7.7.18 248353.69999999998 7073.67 3071.17 4187.33 6846.5 7579.67 6097.33 5343.83 4804.5 3765.67 647.3 1717.17 770.1299999999999 5661.7 2286.33 1953.9 3585.5 6021.0 6471.0 853.67 4620.17 4308.83 1965.67 5316.17 3173.33 3006.67 454.33 5966.17 4687.17 766.0 5212.5 2746.17 249.0 4932.17 2867.67 2750.67 2669.17 3256.0 5882.83 4833.17 3977.83 3459.17 3530.17 1229.33 2180.0 1012.0 1698.5 4999.0 6781.0 1368.33 5120.0 4654.17 5661.17 5966.83 763.83 2010.0 1318.33 7349.17 4973.67 4024.17 4910.9 3871.9 6437.5 7750.0 4905.5
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;Polynucleotide adenylyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.19 EC:2.7.7.19 27497.2 149.67 1251.67 266.83 330.0 183.17 121.33 297.83 86.5 0.17 5.0 179.17 212.33 5.0 1.33 0.0 77.0 49.0 26.0 106.17 148.67 69.83 431.17 42.67 287.83 10.67 158.83 61.17 129.17000000000002 47.5 64.0 149.17000000000004 109.0 3268.67 682.67 752.67 701.67 1775.0 2289.83 3069.67 3133.83 71.67 216.67 380.83 847.5 523.5 193.0 122.5 13.0 1118.83 204.0 298.17 126.17 124.33 742.83 999.0 680.83 4.67 6.67 55.17 6.0 9.0 9.0 3.0 9.0
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;FAD synthetase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.2 EC:2.7.7.2 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;UDP-N-acetylglucosamine diphosphorylase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.23 EC:2.7.7.23 237013.69999999998 4784.67 3702.67 3052.83 4921.5 5120.67 3996.83 3628.83 4219.5 3759.67 577.8 1863.17 960.63 5658.2 2206.83 1949.9 3659.5 6070.0 6469.5 953.67 4758.67 4331.33 2301.67 5355.17 3286.33 911.67 454.83 3046.17 2496.17 753.0 2755.5 1353.67 274.5 7991.67 3279.67 3310.67 3148.17 4484.0 7734.83 7748.67 7056.83 3486.17 3718.67 1565.83 3011.0 1207.5 1836.0 5103.0 6776.0 1328.33 4802.0 4366.17 5016.17 5596.83 761.83 1940.0 1286.33 7140.17 4345.17 3173.17 4693.4 3168.9 6329.5 7413.5 4558.5
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;Glucose-1-phosphate thymidylyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.24 EC:2.7.7.24 75350.0 2581.0 1870.5 1660.5 2595.0 2825.0 2336.5 2303.0 757.0 2538.0 454.5 1367.0 368.5 5620.5 202.5 1929.0 3519.0 49.0 56.5 111.0 159.5 152.5 594.0 45.0 461.0 4090.0 46.5 2946.0 2319.0 142.0 2620.0 2965.5 57.5 3482.5 1004.0 942.0 953.0 1398.0 2796.0 3275.5 3186.0 121.0 246.5 423.5 865.0 233.5 250.5 141.0 35.0 46.0 664.0 356.0 862.0 546.0 4.0 98.0 64.0 219.0 640.5 959.0 233.5 724.0 129.0 346.5 363.0
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;Glucose-1-phosphate adenylyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.27 EC:2.7.7.27 115861.0 5016.0 2490.0 3058.0 4815.0 5452.0 4555.0 4307.0 1428.0 5076.0 901.0 2537.0 498.0 11236.0 404.0 3855.0 6961.0 49.0 78.0 114.0 165.0 125.0 548.0 48.0 635.0 2195.0 67.0 5879.0 4544.0 112.0 5056.0 1532.0 51.0 3664.0 1025.0 993.0 990.0 1443.0 3068.0 3318.0 3212.0 153.0 268.0 457.0 872.0 230.0 287.0 157.0 45.0 89.0 1155.0 678.0 1598.0 994.0 7.0 182.0 112.0 423.0 1275.0 1864.0 449.0 1430.0 240.0 678.0 718.0
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;Pantetheine-phosphate adenylyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.3 EC:2.7.7.3 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;3-deoxy-manno-octulosonate cytidylyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.38 EC:2.7.7.38 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;Glycerol-3-phosphate cytidylyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.39 EC:2.7.7.39 191379.5 2423.0 667.0 1222.0 2251.5 2241.5 1738.5 1171.0 3487.0 1221.5 192.8 353.0 442.3 35.2 2023.5 25.9 71.5 5986.0 6399.5 840.5 4593.0 4268.5 1587.5 5295.5 2655.5 900.0 387.0 3004.0 2328.0 764.5 2694.5 1228.5 221.5 1337.0 3495.0 3327.0 3149.5 1368.0 2884.0 1534.0 782.0 6534.5 6419.0 1473.0 2510.5 756.0 2776.0 9593.5 13467.0 269.5 6701.0 4828.0 6831.0 8777.5 26.0 1581.0 632.5 7002.5 3715.5 2287.0 4520.4 2471.9 6243.5 7133.5 4231.5
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;Sulfate adenylyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.4 EC:2.7.7.4 18820.4 7.34 1.34 7.66 38.0 18.34 6.66 13.66 1.0 0.34 2.0 12.34 18.66 0.0 0.66 2.0 0.0 0.0 6.0 4.34 5.34 75.66 142.34 1.34 1.66 4011.34 273.66 96.34 166.34 95.0 88.0 3060.34 162.0 31.34 279.34000000000003 171.34 211.34 972.0 171.66 113.34 35.66 13.34 7.34 13.66 11.0 645.0 22.0 3.0 8.0 2231.66 62.0 528.34 56.34 84.66 1483.66 1970.0 1329.66 11.34 1.34 2.34 8.0 6.0 6.0 8.0 2.0
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;Phosphatidate cytidylyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.41 EC:2.7.7.41 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;[Glutamate--ammonia-ligase] adenylyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.42 EC:2.7.7.42 27497.2 149.67 1251.67 266.83 330.0 183.17 121.33 297.83 86.5 0.17 5.0 179.17 212.33 5.0 1.33 0.0 77.0 49.0 26.0 106.17 148.67 69.83 431.17 42.67 287.83 10.67 158.83 61.17 129.17000000000002 47.5 64.0 149.17000000000004 109.0 3268.67 682.67 752.67 701.67 1775.0 2289.83 3069.67 3133.83 71.67 216.67 380.83 847.5 523.5 193.0 122.5 13.0 1118.83 204.0 298.17 126.17 124.33 742.83 999.0 680.83 4.67 6.67 55.17 6.0 9.0 9.0 3.0 9.0
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;N-acylneuraminate cytidylyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.43 EC:2.7.7.43 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;RNA-directed DNA polymerase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.49 EC:2.7.7.49 14632.4 7.34 1.34 7.66 22.0 12.34 6.66 11.66 1.0 0.34 1.0 6.34 9.66 0.0 0.66 1.0 0.0 0.0 3.0 3.34 3.34 38.66 72.34 1.34 1.66 2016.34 272.66 96.34 154.34 52.0 47.0 1615.34 153.0 19.34 169.34 115.34 131.34 956.0 91.66 58.34 24.66 7.34 4.34 9.66 7.0 636.0 14.0 2.0 4.0 2231.66 62.0 528.34 49.34 80.66 1483.66 1970.0 1329.66 7.34 1.34 2.34 4.0 3.0 3.0 4.0 2.0
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;ATP adenylyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.53 EC:2.7.7.53 32719.4 153.34 1252.34 270.66 333.0 186.34 124.66 302.66 87.0 0.34 5.0 179.34 212.66 5.0 1.66 0.0 77.0 49.0 26.0 107.34 149.34 70.66 432.34 43.34 288.66 21.34 294.66 109.34 200.34 52.0 67.0 234.34 181.0 3272.34 712.34 782.34 727.34 2245.0 2295.66 3071.34 3140.66 72.34 217.34 383.66 849.0 837.0 196.0 123.0 13.0 2234.66 235.0 562.34 147.34 162.66 1484.66 1984.0 1345.66 6.34 7.34 56.34 6.0 9.0 9.0 3.0 10.0
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;tRNA nucleotidyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.56 EC:2.7.7.56 42769.200000000004 149.67 1251.67 266.83 330.0 183.17 121.33 297.83 86.5 2532.17 379.0 1328.17 338.3300000000001 5612.0 122.33 1924.0 3516.0 49.0 26.0 106.17 148.67 69.83 431.17 42.67 287.83 10.67 158.83 61.17 129.17000000000002 47.5 64.0 149.17000000000004 109.0 3268.67 682.67 752.67 701.67 1775.0 2289.83 3069.67 3133.83 71.67 216.67 380.83 847.5 523.5 193.0 122.5 13.0 1118.83 204.0 298.17 126.17 124.33 742.83 999.0 680.83 4.67 6.67 55.17 6.0 9.0 9.0 3.0 9.0
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;[Protein-PII] uridylyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.59 EC:2.7.7.59 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;DNA-directed RNA polymerase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.6 EC:2.7.7.6 871518.7999999999 18554.68 9806.68 11159.32 18426.0 19780.68 15515.32 13349.32 16534.0 15038.68 2294.2 6754.68 3021.5199999999995 22612.8 8823.32 7802.6 14330.0 24084.0 25783.0 3397.68 18448.68 17160.32 7696.68 21252.68 11997.32 9631.68 1730.3200000000004 12132.68 9788.68 2969.0 10901.0 9493.68 977.0 18942.68 10836.68 10518.68 10128.68 12764.0 22043.32 18887.68 15752.32 13678.68 14019.68 4763.32 8672.0 4017.0 6608.0 19927.0 27064.0 5301.32 18516.0 17328.68 19665.68 22055.32 3043.32 7704.0 5081.32 28560.68 17356.68 12476.68 18761.6 12648.6 25291.0 29654.0 18202.0
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;2-C-methyl-D-erythritol 4-phosphate cytidylyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.60 EC:2.7.7.60 151224.2 3348.67 2256.67 2071.83 3472.0 4012.17 2992.33 2719.83 3366.5 3758.17 491.8 1618.17 664.1299999999999 5642.2 2178.33 1944.4 3549.0 6007.0 6437.0 746.17 4467.67 4173.83 1690.17 5283.67 2825.83 812.67 293.8300000000001 67.17 182.17 593.5 153.0 1188.17 141.0 4458.67 870.67 956.67 954.67 2018.0 5092.83 3886.67 3405.83 175.67000000000004 335.67 471.83 909.5 675.5 273.0 146.5 22.0 1203.83 1516.0 2951.17 1464.17 1244.33 748.83 1117.0 1099.83 6820.67 3734.67 2055.17 4016.4 2729.4 6107.0 7079.0 3534.0
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;Citrate lyase holo-[acyl-carrier protein] synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.61 EC:2.7.7.61 55388.5 1263.0 178.5 692.5 1117.5 892.5 886.0 591.0 755.0 1.5 11.5 66.0 81.0 10.5 9.0 3.5 33.5 14.0 4.0 102.5 142.5 88.0 177.5 26.5 170.5 2.0 137.5 33.0 21.0 115.5 69.5 100.0 94.0 233.5 1756.0 1630.0 1516.5 1156.0 335.0 787.5 522.0 3235.5 3165.5 712.5 1251.5 320.5 1363.5 4829.5 6732.0 121.5 3113.0 1381.0 3446.0 4266.5 12.0 809.0 170.5 316.5 603.0 1055.0 665.5 430.5 213.5 331.0 1016.5
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;Adenosylcobinamide-phosphate guanylyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.62 EC:2.7.7.62 19460.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 2532.0 375.0 1155.0 135.0 5607.0 121.0 1925.0 3439.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;DNA-directed DNA polymerase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.7 EC:2.7.7.7 1995022.5 41751.7 22065.7 25112.3 41513.5 44529.2 34912.8 30047.3 37202.0 36369.2 5539.2 16366.7 6954.0 56485.8 19973.8 19483.1 35681.5 54189.0 58021.5 7649.2 41516.7 38731.8 17546.2 47819.2 26994.8 28165.7 4032.3 27346.7 22134.7 6824.5 24663.5 26142.2 2299.5 42663.7 24769.7 23878.7 23075.2 29241.0 49863.3 42677.7 35485.3 30797.2 31554.7 10733.3 19526.5 9381.0 14897.0 44839.5 60907.0 13043.8 41692.0 39253.7 44291.7 49675.8 7589.3 18319.0 12097.8 64276.2 39053.2 28073.7 42226.6 28469.1 56914.5 66734.5 40955.5
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;D-glycero-beta-D-manno-heptose 1-phosphate adenylyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.70 EC:2.7.7.70 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;CCA tRNA nucleotidyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.72 EC:2.7.7.72 196651.69999999998 4492.67 1200.67 2526.83 4283.5 4766.67 3760.83 3044.83 4047.5 3759.67 568.8 1511.17 545.6299999999999 5648.2 2204.83 1950.9 3505.5 5972.0 6420.5 744.67 4464.67 4230.33 1511.67 5271.17 2712.33 2906.67 409.83 3020.17 2392.17 710.0 2674.5 2670.67 209.5 1473.67 2083.67 1920.67 1876.17 1890.0 3246.83 1667.67 813.83 3350.17 3289.67 813.83 1323.0 796.5 1464.0 4860.0 6754.0 1322.33 4456.0 4298.17 4813.17 5428.83 759.83 1912.0 1254.33 7138.17 4333.17 3065.17 4685.4 3153.9 6314.5 7411.5 4542.5
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;Sulfur carrier protein ThiS adenylyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.73 EC:2.7.7.73 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;Molybdopterin adenylyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.75 EC:2.7.7.75 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;Molybdenum cofactor cytidylyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.76 EC:2.7.7.76 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;Molybdenum cofactor guanylyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.77 EC:2.7.7.77 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;Polyribonucleotide nucleotidyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.8 EC:2.7.7.8 139932.2 967.67 1670.17 725.3299999999998 1262.0 1457.17 774.83 765.8299999999998 2719.5 2596.17 526.5 1597.17 652.8299999999998 5634.5 1034.83 1946.0 3546.0 6007.0 6420.5 743.17 4463.17 4202.33 1744.17 5286.67 2657.83 2901.67 274.33000000000004 3000.17 2427.17 625.5 2661.0 2624.67 152.5 4346.17 849.6700000000002 907.67 919.67 1983.0 4866.83 3857.17 3383.83 151.67000000000004 317.17 445.33 910.5 682.0 255.5 140.5 30.0 1160.83 1025.0 2629.17 730.17 796.33 745.83 1033.0 1051.83 6616.67 3103.17 1168.17 3811.5 2022.0 5996.0 6748.5 3179.0
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;UDP-N-acetylgalactosamine diphosphorylase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.83 EC:2.7.7.83 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;Diadenylate cyclase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.85 EC:2.7.7.85 209516.5 4635.0 2451.0 2786.0 4591.5 4937.5 3875.5 3331.0 4133.0 3759.5 572.8 1684.0 748.3 5653.2 2205.5 1949.9 3582.5 6021.0 6443.5 847.5 4610.0 4261.5 1870.5 5312.5 2998.5 901.0 296.0 2985.0 2367.0 705.5 2691.5 1204.5 165.5 4723.0 2597.0 2558.0 2446.5 2709.0 5445.0 4679.0 3923.0 3414.5 3502.0 1185.0 2163.5 684.0 1643.0 4980.5 6763.0 209.5 4598.0 4068.0 4890.0 5472.5 19.0 941.0 605.5 7135.5 4338.5 3118.0 4687.4 3159.9 6320.5 7410.5 4549.5
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;L-threonylcarbamoyladenylate synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.87 EC:2.7.7.87 196651.69999999998 4492.67 1200.67 2526.83 4283.5 4766.67 3760.83 3044.83 4047.5 3759.67 568.8 1511.17 545.6299999999999 5648.2 2204.83 1950.9 3505.5 5972.0 6420.5 744.67 4464.67 4230.33 1511.67 5271.17 2712.33 2906.67 409.83 3020.17 2392.17 710.0 2674.5 2670.67 209.5 1473.67 2083.67 1920.67 1876.17 1890.0 3246.83 1667.67 813.83 3350.17 3289.67 813.83 1323.0 796.5 1464.0 4860.0 6754.0 1322.33 4456.0 4298.17 4813.17 5428.83 759.83 1912.0 1254.33 7138.17 4333.17 3065.17 4685.4 3153.9 6314.5 7411.5 4542.5
+Transferases;Transferring phosphorus-containing groups;Nucleotidyltransferases;UTP--glucose-1-phosphate uridylyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.7.9 EC:2.7.7.9 219960.90000000002 4642.34 2452.34 2793.66 4597.5 4943.84 3882.16 3340.66 4134.0 3759.84 572.8 1684.34 748.96 5653.2 2206.16 1949.9 3582.5 6021.0 6443.5 849.84 4611.34 4263.16 1872.84 5313.84 3000.16 922.34 567.6600000000002 3081.34 2509.34 714.5 2697.5 1374.84 309.5 4730.34 2656.34 2617.34 2497.84 3649.0 5456.66 4682.34 3936.66 3415.84 3503.34 1190.66 2166.5 1311.0 1649.0 4981.5 6763.0 2441.16 4660.0 4596.34 4932.34 5549.16 1502.66 2911.0 1935.16 7138.84 4339.84 3120.34 4687.4 3159.9 6320.5 7410.5 4551.5
+Transferases;Transferring phosphorus-containing groups;Transferases for other substituted phosphate groups;CDP-glycerol glycerophosphotransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.8.12 EC:2.7.8.12 243643.5 2899.0 1015.5 1609.5 2949.5 3428.5 2193.0 1523.0 6021.0 1285.5 336.3 592.0 706.8 55.7 2934.0 45.9 93.5 11930.0 12787.0 1374.5 8767.5 8279.0 2663.5 10514.5 4910.5 1794.0 366.5 5911.0 4593.0 1185.5 5181.5 2161.0 163.0 2364.5 1870.0 1828.0 1792.5 1540.0 5329.0 2252.5 1000.0 3383.5 3360.5 833.5 1369.5 619.5 1472.5 4863.5 6758.0 205.5 4755.0 6043.0 4640.0 5602.5 18.0 877.0 912.5 13532.5 6796.0 3281.0 8268.9 4451.9 12181.5 13814.0 7356.5
+Transferases;Transferring phosphorus-containing groups;Transferases for other substituted phosphate groups;Phospho-N-acetylmuramoyl-pentapeptide-transferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.8.13 EC:2.7.8.13 224148.90000000002 4642.34 2452.34 2793.66 4613.5 4949.84 3882.16 3342.66 4134.0 3759.84 573.8 1690.34 757.96 5653.2 2206.16 1950.9 3582.5 6021.0 6446.5 850.84 4613.34 4300.16 1942.84 5313.84 3000.16 2917.34 568.6600000000002 3081.34 2521.34 757.5 2738.5 2819.84 318.5 4742.34 2766.34 2673.34 2577.84 3665.0 5536.66 4737.34 3947.66 3421.84 3506.34 1194.66 2170.5 1320.0 1657.0 4982.5 6767.0 2441.16 4660.0 4596.34 4939.34 5553.16 1502.66 2911.0 1935.16 7142.84 4339.84 3120.34 4691.4 3162.9 6323.5 7414.5 4551.5
+Transferases;Transferring phosphorus-containing groups;Transferases for other substituted phosphate groups;CDP-ribitol ribitolphosphotransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.8.14 EC:2.7.8.14 92975.0 818.0 418.5 458.5 916.0 1268.0 653.5 466.0 2633.0 64.0 146.5 263.0 305.5 22.5 912.5 21.0 30.0 5958.0 6391.5 636.0 4312.5 4095.5 1243.0 5244.0 2370.0 896.0 114.5 2939.0 2286.0 535.0 2556.0 1030.5 34.5 1065.5 57.0 99.0 138.0 192.0 2497.0 732.5 239.0 74.0 97.5 60.5 59.0 149.5 54.5 17.0 13.0 42.0 821.0 2331.0 597.0 668.0 3.0 34.0 371.0 6608.0 3096.5 1113.0 3801.5 2010.0 5984.0 6741.5 3170.0
+Transferases;Transferring phosphorus-containing groups;Transferases for other substituted phosphate groups;Phosphatidylglycerol--membrane-oligosaccharide glycerophosphotransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.8.20 EC:2.7.8.20 229663.0 5752.0 1378.5 3215.5 5382.0 5650.0 4643.5 3629.0 4802.0 2385.0 237.1 422.0 506.1 51.9 3192.5 29.8 100.0 5986.0 6421.5 845.0 4604.5 4280.5 1618.0 5297.0 2882.0 903.0 410.5 3005.0 2330.0 778.0 2700.0 1240.5 222.5 1691.5 3700.0 3465.0 3287.0 2560.0 3496.0 2398.5 1318.0 6579.0 6451.5 1519.5 2569.0 794.5 2816.5 9688.0 13482.0 328.0 7538.0 5415.0 8231.0 9653.0 30.0 1736.0 760.0 7449.0 4935.5 4119.0 5347.3 3582.8 6525.0 7738.5 5558.0
+Transferases;Transferring phosphorus-containing groups;Transferases for other substituted phosphate groups;Adenosylcobinamide-GDP ribazoletransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.8.26 EC:2.7.8.26 41735.0 146.0 1251.0 263.0 343.0 186.0 118.0 295.0 86.0 2532.0 380.0 1334.0 347.0 5612.0 122.0 1925.0 3516.0 49.0 29.0 106.0 150.0 106.0 500.0 42.0 287.0 1995.0 24.0 13.0 70.0 86.0 102.0 1509.0 46.0 3277.0 763.0 779.0 756.0 1321.0 2364.0 3123.0 3138.0 77.0 219.0 382.0 850.0 219.0 198.0 123.0 17.0 3.0 173.0 34.0 112.0 90.0 1.0 14.0 16.0 7.0 6.0 54.0 10.0 12.0 12.0 7.0 8.0
+Transferases;Transferring phosphorus-containing groups;Transferases for other substituted phosphate groups;N-acetylglucosaminephosphotransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.8.33 EC:2.7.8.33 202978.40000000002 3721.34 2343.84 2172.16 3698.0 4132.34 3195.16 2863.66 3478.0 2602.34 532.5 1642.34 694.1600000000002 5644.5 1099.16 1947.0 3557.0 6021.0 6443.5 849.34 4606.84 4260.16 1862.34 5312.34 2944.66 922.34 565.1600000000002 3080.34 2509.34 713.0 2697.0 1372.84 308.5 4534.84 2582.34 2585.34 2476.34 2513.0 5173.66 3908.84 3435.66 3405.34 3493.84 1178.16 2115.0 1276.5 1643.5 4899.0 6753.0 2425.66 4314.0 4331.34 4274.34 5125.66 1501.66 2840.0 1855.66 6900.34 3752.84 2184.34 4074.5 2758.0 6153.0 7140.5 3580.0
+Transferases;Transferring phosphorus-containing groups;Transferases for other substituted phosphate groups;Cardiolipin synthase (CMP-forming) https://www.genome.jp/dbget-bin/www_bget?EC:2.7.8.41 EC:2.7.8.41 37547.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 2532.0 379.0 1328.0 338.0 5612.0 122.0 1924.0 3516.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Transferases;Transferring phosphorus-containing groups;Transferases for other substituted phosphate groups;CDP-diacylglycerol--glycerol-3-phosphate 3-phosphatidyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.8.5 EC:2.7.8.5 237013.69999999998 4784.67 3702.67 3052.83 4921.5 5120.67 3996.83 3628.83 4219.5 3759.67 577.8 1863.17 960.63 5658.2 2206.83 1949.9 3659.5 6070.0 6469.5 953.67 4758.67 4331.33 2301.67 5355.17 3286.33 911.67 454.83 3046.17 2496.17 753.0 2755.5 1353.67 274.5 7991.67 3279.67 3310.67 3148.17 4484.0 7734.83 7748.67 7056.83 3486.17 3718.67 1565.83 3011.0 1207.5 1836.0 5103.0 6776.0 1328.33 4802.0 4366.17 5016.17 5596.83 761.83 1940.0 1286.33 7140.17 4345.17 3173.17 4693.4 3168.9 6329.5 7413.5 4558.5
+Transferases;Transferring phosphorus-containing groups;Transferases for other substituted phosphate groups;Holo-[acyl-carrier-protein] synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.8.7 EC:2.7.8.7 214738.69999999998 4638.67 2451.67 2789.83 4594.5 4940.67 3878.83 3335.83 4133.5 3759.67 572.8 1684.17 748.6299999999999 5653.2 2205.83 1949.9 3582.5 6021.0 6443.5 848.67 4610.67 4262.33 1871.67 5313.17 2999.33 911.67 431.83 3033.17 2438.17 710.0 2694.5 1289.67 237.5 4726.67 2626.67 2587.67 2472.17 3179.0 5450.83 4680.67 3929.83 3415.17 3502.67 1187.83 2165.0 997.5 1646.0 4981.0 6763.0 1325.33 4629.0 4332.17 4911.17 5510.83 760.83 1926.0 1270.33 7137.17 4339.17 3119.17 4687.4 3159.9 6320.5 7410.5 4550.5
+Transferases;Transferring phosphorus-containing groups;Transferases for other substituted phosphate groups;CDP-diacylglycerol--serine O-phosphatidyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.8.8 EC:2.7.8.8 94259.20000000001 794.67 402.67 436.83 930.0 1241.17 656.33 447.83 2621.5 64.17 78.0 269.17 311.33 22.0 894.33 20.0 30.0 5958.0 6392.0 638.17 4314.67 4132.83 1310.17 5241.67 2367.83 2804.67 250.83 54.17 134.17000000000002 581.5 128.0 2559.17 113.0 1046.67 196.67 183.67 242.67 673.0 2559.83 782.67 254.83 76.67 99.67 63.83 60.5 470.5 56.0 13.5 8.0 1157.83 852.0 2595.17 624.17 710.33 744.83 1019.0 1035.83 6613.67 3095.67 1105.17 3800.0 2013.0 5987.0 6745.0 3171.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with paired acceptors;Pyruvate, phosphate dikinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.9.1 EC:2.7.9.1 256082.0 2097.0 2141.5 1225.5 2372.0 2761.0 1623.5 1314.0 5439.0 2660.0 605.5 1878.0 986.5 5658.5 1930.5 1965.0 3584.0 11979.0 12810.5 1479.0 8910.5 8344.5 3079.0 10552.0 5139.0 1697.0 386.5 2990.0 2416.0 1226.0 2770.0 2221.5 196.5 5399.5 2449.0 2518.0 2446.0 1704.0 7307.0 4540.5 3624.0 3440.0 3565.5 1195.5 2160.0 793.5 1647.5 4898.0 6752.0 193.0 4582.0 5812.0 4086.0 5265.0 18.0 820.0 849.0 13297.0 6213.5 2390.0 7656.5 4059.0 12023.0 13546.5 6393.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with paired acceptors;Pyruvate, water dikinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.9.2 EC:2.7.9.2 10444.4 7.34 1.34 7.66 6.0 6.34 6.66 9.66 1.0 0.34 0.0 0.34 0.66 0.0 0.66 0.0 0.0 0.0 0.0 2.34 1.34 1.66 2.34 1.34 1.66 21.34 271.66 96.34 142.34 9.0 6.0 170.34 144.0 7.34 59.34 59.34 51.34 940.0 11.66 3.34 13.66 1.34 1.34 5.66 3.0 627.0 6.0 1.0 0.0 2231.66 62.0 528.34 42.34 76.66 1483.66 1970.0 1329.66 3.34 1.34 2.34 0.0 0.0 0.0 0.0 2.0
+Transferases;Transferring phosphorus-containing groups;Phosphotransferases with paired acceptors;Selenide, water dikinase https://www.genome.jp/dbget-bin/www_bget?EC:2.7.9.3 EC:2.7.9.3 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Transferases;Transferring sulfur-containing groups;Sulfurtransferases;Thiosulfate sulfurtransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.8.1.1 EC:2.8.1.1 25076.800000000003 14.68 2.68 15.32 28.0 18.68 13.32 21.32 2.0 0.68 1.0 6.68 10.32 0.0 1.32 1.0 0.0 0.0 3.0 5.68 4.68 40.32 74.68 2.68 3.32 2037.68 544.32 192.68 296.68 61.0 53.0 1785.68 297.0 26.68 228.68 174.68 182.68 1896.0 103.32 61.68 38.32 8.68 5.68 15.32 10.0 1263.0 20.0 3.0 4.0 4463.32 124.0 1056.68 91.68 157.32 2967.32 3940.0 2659.32 10.68 2.68 4.68 4.0 3.0 3.0 4.0 4.0
+Transferases;Transferring sulfur-containing groups;Sulfurtransferases;Thiazole synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.8.1.10 EC:2.8.1.10 46957.200000000004 149.67 1251.67 266.83 346.0 189.17 121.33 299.83 86.5 2532.17 380.0 1334.17 347.3300000000001 5612.0 122.33 1925.0 3516.0 49.0 29.0 107.17 150.67 106.83 501.17 42.67 287.83 2005.67 159.83 61.17 141.17000000000004 90.5 105.0 1594.17 118.0 3280.67 792.6700000000002 808.67 781.67 1791.0 2369.83 3124.67 3144.83 77.67 219.67 384.83 851.5 532.5 201.0 123.5 17.0 1118.83 204.0 298.17 133.17000000000002 128.32999999999998 742.83 999.0 680.83 8.67 6.67 55.17 10.0 12.0 12.0 7.0 9.0
+Transferases;Transferring sulfur-containing groups;Sulfurtransferases;Molybdopterin synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.8.1.12 EC:2.8.1.12 31685.200000000004 149.67 1251.67 266.83 346.0 189.17 121.33 299.83 86.5 0.17 6.0 185.17 221.33 5.0 1.33 1.0 77.0 49.0 29.0 107.17 150.67 106.83 501.17 42.67 287.83 2005.67 159.83 61.17 141.17000000000004 90.5 105.0 1594.17 118.0 3280.67 792.6700000000002 808.67 781.67 1791.0 2369.83 3124.67 3144.83 77.67 219.67 384.83 851.5 532.5 201.0 123.5 17.0 1118.83 204.0 298.17 133.17000000000002 128.32999999999998 742.83 999.0 680.83 8.67 6.67 55.17 10.0 12.0 12.0 7.0 9.0
+Transferases;Transferring sulfur-containing groups;Sulfurtransferases;3-mercaptopyruvate sulfurtransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.8.1.2 EC:2.8.1.2 19854.6 11.01 2.01 11.49 25.0 15.51 9.99 16.490000000000002 1.5 0.51 1.0 6.51 9.99 0.0 0.99 1.0 0.0 0.0 3.0 4.51 4.01 39.49 73.51 2.01 2.49 2027.01 408.49 144.51 225.51 56.5 50.0 1700.51 225.0 23.01 199.01 145.01 157.01 1426.0 97.49 60.01 31.49 8.01 5.01 12.49 8.5 949.5 17.0 2.5 4.0 3347.49 93.0 792.51 70.51 118.99 2225.49 2955.0 1994.49 9.01 2.01 3.51 4.0 3.0 3.0 4.0 3.0
+Transferases;Transferring sulfur-containing groups;Sulfurtransferases;Biotin synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.8.1.6 EC:2.8.1.6 46957.200000000004 149.67 1251.67 266.83 346.0 189.17 121.33 299.83 86.5 2532.17 380.0 1334.17 347.3300000000001 5612.0 122.33 1925.0 3516.0 49.0 29.0 107.17 150.67 106.83 501.17 42.67 287.83 2005.67 159.83 61.17 141.17000000000004 90.5 105.0 1594.17 118.0 3280.67 792.6700000000002 808.67 781.67 1791.0 2369.83 3124.67 3144.83 77.67 219.67 384.83 851.5 532.5 201.0 123.5 17.0 1118.83 204.0 298.17 133.17000000000002 128.32999999999998 742.83 999.0 680.83 8.67 6.67 55.17 10.0 12.0 12.0 7.0 9.0
+Transferases;Transferring sulfur-containing groups;Sulfurtransferases;Cysteine desulfurase https://www.genome.jp/dbget-bin/www_bget?EC:2.8.1.7 EC:2.8.1.7 573552.8999999999 11924.34 5886.34 6859.66 11686.5 13027.84 10141.16 8759.66 11002.0 5275.84 1229.0 3652.34 1801.16 11330.0 3181.16 3921.5 7180.5 18014.0 19310.5 2440.84 13678.34 12785.16 5302.84 15893.84 8599.16 6714.34 1133.66 9036.34 7209.34 2165.5 8100.5 6605.84 619.5 10544.34 7269.34 7058.34 6831.84 5522.0 13656.66 9535.34 7675.66 10164.84 10278.34 3165.66 5552.5 2418.0 4750.0 14657.5 20264.0 2826.16 12991.0 12168.34 13305.34 15569.16 1537.66 4637.0 2971.16 20937.84 11836.84 7430.34 12838.0 8671.5 18623.5 21696.5 11699.5
+Transferases;Transferring sulfur-containing groups;Sulfurtransferases;Lipoyl synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.8.1.8 EC:2.8.1.8 31685.200000000004 149.67 1251.67 266.83 346.0 189.17 121.33 299.83 86.5 0.17 6.0 185.17 221.33 5.0 1.33 1.0 77.0 49.0 29.0 107.17 150.67 106.83 501.17 42.67 287.83 2005.67 159.83 61.17 141.17000000000004 90.5 105.0 1594.17 118.0 3280.67 792.6700000000002 808.67 781.67 1791.0 2369.83 3124.67 3144.83 77.67 219.67 384.83 851.5 532.5 201.0 123.5 17.0 1118.83 204.0 298.17 133.17000000000002 128.32999999999998 742.83 999.0 680.83 8.67 6.67 55.17 10.0 12.0 12.0 7.0 9.0
+Transferases;Transferring sulfur-containing groups;Sulfotransferases;Aryl-sulfate sulfotransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.8.2.22 EC:2.8.2.22 40711.0 342.0 70.0 71.0 218.0 81.0 199.0 114.0 99.0 0.0 3.0 24.0 41.0 2.0 2.0 1.0 8.0 14.0 4.0 102.0 138.0 85.0 167.0 25.0 115.0 2.0 135.0 32.0 21.0 114.0 69.0 98.0 93.0 38.0 1682.0 1598.0 1495.0 20.0 52.0 14.0 21.0 3225.0 3156.0 700.0 1200.0 286.0 1358.0 4747.0 6722.0 106.0 2767.0 1116.0 2788.0 3843.0 11.0 738.0 91.0 78.0 16.0 119.0 53.0 30.0 46.0 61.0 45.0
+Transferases;Transferring sulfur-containing groups;CoA-transferases;Citrate CoA-transferase https://www.genome.jp/dbget-bin/www_bget?EC:2.8.3.10 EC:2.8.3.10 55388.5 1263.0 178.5 692.5 1117.5 892.5 886.0 591.0 755.0 1.5 11.5 66.0 81.0 10.5 9.0 3.5 33.5 14.0 4.0 102.5 142.5 88.0 177.5 26.5 170.5 2.0 137.5 33.0 21.0 115.5 69.5 100.0 94.0 233.5 1756.0 1630.0 1516.5 1156.0 335.0 787.5 522.0 3235.5 3165.5 712.5 1251.5 320.5 1363.5 4829.5 6732.0 121.5 3113.0 1381.0 3446.0 4266.5 12.0 809.0 170.5 316.5 603.0 1055.0 665.5 430.5 213.5 331.0 1016.5
+Transferases;Transferring sulfur-containing groups;CoA-transferases;Succinyl-CoA:acetate CoA-transferase https://www.genome.jp/dbget-bin/www_bget?EC:2.8.3.18 EC:2.8.3.18 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Transferases;Transferring sulfur-containing groups;CoA-transferases;3-oxoacid CoA-transferase https://www.genome.jp/dbget-bin/www_bget?EC:2.8.3.5 EC:2.8.3.5 8376.0 0.0 0.0 0.0 32.0 12.0 0.0 4.0 0.0 0.0 2.0 12.0 18.0 0.0 0.0 2.0 0.0 0.0 6.0 2.0 4.0 74.0 140.0 0.0 0.0 3990.0 2.0 0.0 24.0 86.0 82.0 2890.0 18.0 24.0 220.0 112.0 160.0 32.0 160.0 110.0 22.0 12.0 6.0 8.0 8.0 18.0 16.0 2.0 8.0 0.0 0.0 0.0 14.0 8.0 0.0 0.0 0.0 8.0 0.0 0.0 8.0 6.0 6.0 8.0 0.0
+Transferases;Transferring sulfur-containing groups;Transferring alkylthio groups;tRNA-2-methylthio-N(6)-dimethylallyladenosine synthase https://www.genome.jp/dbget-bin/www_bget?EC:2.8.4.3 EC:2.8.4.3 46957.200000000004 149.67 1251.67 266.83 346.0 189.17 121.33 299.83 86.5 2532.17 380.0 1334.17 347.3300000000001 5612.0 122.33 1925.0 3516.0 49.0 29.0 107.17 150.67 106.83 501.17 42.67 287.83 2005.67 159.83 61.17 141.17000000000004 90.5 105.0 1594.17 118.0 3280.67 792.6700000000002 808.67 781.67 1791.0 2369.83 3124.67 3144.83 77.67 219.67 384.83 851.5 532.5 201.0 123.5 17.0 1118.83 204.0 298.17 133.17000000000002 128.32999999999998 742.83 999.0 680.83 8.67 6.67 55.17 10.0 12.0 12.0 7.0 9.0
+Transferases;Transferring sulfur-containing groups;Transferring alkylthio groups;[Ribosomal protein S12] (aspartate(89)-C(3))-methylthiotransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.8.4.4 EC:2.8.4.4 19460.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 2532.0 375.0 1155.0 135.0 5607.0 121.0 1925.0 3439.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Transferases;Transferring sulfur-containing groups;Transferring alkylthio groups;tRNA (N(6)-L-threonylcarbamoyladenosine(37)-C(2))-methylthiotransferase https://www.genome.jp/dbget-bin/www_bget?EC:2.8.4.5 EC:2.8.4.5 19460.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 2532.0 375.0 1155.0 135.0 5607.0 121.0 1925.0 3439.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Transferases;Transferring selenium-containing groups;Selenotransferases;L-seryl-tRNA(Sec) selenium transferase https://www.genome.jp/dbget-bin/www_bget?EC:2.9.1.1 EC:2.9.1.1 90071.20000000001 794.67 402.67 436.83 914.0 1235.17 656.33 445.83 2621.5 64.17 77.0 263.17 302.33 22.0 894.33 19.0 30.0 5958.0 6389.0 637.17 4312.67 4095.83 1240.17 5241.67 2367.83 809.67 249.83 54.17 122.17 538.5 87.0 1114.17 104.0 1034.67 86.67 127.67 162.67000000000004 657.0 2479.83 727.67 243.83 70.67 96.67 59.83 56.5 461.5 48.0 12.5 4.0 1157.83 852.0 2595.17 617.17 706.33 744.83 1019.0 1035.83 6609.67 3095.67 1105.17 3796.0 2010.0 5984.0 6741.0 3171.0
+Hydrolases;Acting on ester bonds;Carboxylic-ester hydrolases;Carboxylesterase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.1.1 EC:3.1.1.1 125560.0 1133.0 472.0 504.0 1129.0 1313.0 852.0 555.0 2720.0 64.0 80.0 287.0 343.0 24.0 896.0 20.0 38.0 5972.0 6393.0 738.0 4450.0 4180.0 1406.0 5266.0 2482.0 801.0 249.0 38.0 72.0 648.0 153.0 1127.0 125.0 1069.0 1739.0 1696.0 1632.0 207.0 2526.0 740.0 258.0 3295.0 3252.0 757.0 1255.0 434.0 1403.0 4759.0 6726.0 148.0 3588.0 3447.0 3384.0 4511.0 14.0 772.0 462.0 6686.0 3111.0 1223.0 3849.0 2040.0 6030.0 6802.0 3215.0
+Hydrolases;Acting on ester bonds;Carboxylic-ester hydrolases;Pectinesterase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.1.11 EC:3.1.1.11 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Hydrolases;Acting on ester bonds;Carboxylic-ester hydrolases;Aminoacyl-tRNA hydrolase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.1.29 EC:3.1.1.29 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Hydrolases;Acting on ester bonds;Carboxylic-ester hydrolases;Triacylglycerol lipase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.1.3 EC:3.1.1.3 44550.0 292.0 2502.0 526.0 654.0 360.0 236.0 586.0 172.0 0.0 10.0 358.0 424.0 10.0 2.0 0.0 154.0 98.0 52.0 210.0 296.0 138.0 860.0 84.0 574.0 0.0 46.0 26.0 116.0 86.0 122.0 128.0 74.0 6530.0 1306.0 1446.0 1352.0 2610.0 4568.0 6136.0 6254.0 142.0 432.0 756.0 1692.0 420.0 380.0 244.0 26.0 6.0 346.0 68.0 210.0 172.0 2.0 28.0 32.0 6.0 12.0 108.0 12.0 18.0 18.0 6.0 16.0
+Hydrolases;Acting on ester bonds;Carboxylic-ester hydrolases;6-phosphogluconolactonase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.1.31 EC:3.1.1.31 218332.19999999998 5559.67 2560.17 3411.33 5510.0 5758.17 4565.83 3814.83 4789.5 1229.17 208.3 583.1700000000002 671.6299999999999 54.7 2091.83 29.4 169.0 6021.0 6446.5 850.17 4617.17 4302.33 1952.17 5314.67 3054.83 2906.67 435.33 3034.17 2450.17 754.5 2736.0 2736.67 247.5 4934.17 2810.67 2675.67 2573.67 4331.0 5813.83 5509.17 4441.83 3431.67 3515.17 1204.33 2220.5 1041.0 1659.5 5064.5 6777.0 1340.83 4975.0 4597.17 5576.17 5938.33 761.83 1997.0 1349.83 7379.67 4926.17 4055.17 5303.9 3563.4 6491.0 7684.5 5522.0
+Hydrolases;Acting on ester bonds;Carboxylic-ester hydrolases;Phospholipase A(1) https://www.genome.jp/dbget-bin/www_bget?EC:3.1.1.32 EC:3.1.1.32 14632.4 7.34 1.34 7.66 22.0 12.34 6.66 11.66 1.0 0.34 1.0 6.34 9.66 0.0 0.66 1.0 0.0 0.0 3.0 3.34 3.34 38.66 72.34 1.34 1.66 2016.34 272.66 96.34 154.34 52.0 47.0 1615.34 153.0 19.34 169.34 115.34 131.34 956.0 91.66 58.34 24.66 7.34 4.34 9.66 7.0 636.0 14.0 2.0 4.0 2231.66 62.0 528.34 49.34 80.66 1483.66 1970.0 1329.66 7.34 1.34 2.34 4.0 3.0 3.0 4.0 2.0
+Hydrolases;Acting on ester bonds;Carboxylic-ester hydrolases;Phospholipase A(2) https://www.genome.jp/dbget-bin/www_bget?EC:3.1.1.4 EC:3.1.1.4 14632.4 7.34 1.34 7.66 22.0 12.34 6.66 11.66 1.0 0.34 1.0 6.34 9.66 0.0 0.66 1.0 0.0 0.0 3.0 3.34 3.34 38.66 72.34 1.34 1.66 2016.34 272.66 96.34 154.34 52.0 47.0 1615.34 153.0 19.34 169.34 115.34 131.34 956.0 91.66 58.34 24.66 7.34 4.34 9.66 7.0 636.0 14.0 2.0 4.0 2231.66 62.0 528.34 49.34 80.66 1483.66 1970.0 1329.66 7.34 1.34 2.34 4.0 3.0 3.0 4.0 2.0
+Hydrolases;Acting on ester bonds;Carboxylic-ester hydrolases;Lysophospholipase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.1.5 EC:3.1.1.5 37941.6 157.01 1253.01 274.49 336.0 189.51 127.99 307.49 87.5 0.51 5.0 179.51 212.99 5.0 1.99 0.0 77.0 49.0 26.0 108.51 150.01 71.49 433.51 44.01 289.49 32.01 430.49 157.51 271.51 56.5 70.0 319.51 253.0 3276.01 742.01 812.01 753.01 2715.0 2301.49 3073.01 3147.49 73.01 218.01 386.49 850.5 1150.5 199.0 123.5 13.0 3350.49 266.0 826.51 168.51 200.99 2226.49 2969.0 2010.49 8.01 8.01 57.51 6.0 9.0 9.0 3.0 11.0
+Hydrolases;Acting on ester bonds;Carboxylic-ester hydrolases;Sialate O-acetylesterase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.1.53 EC:3.1.1.53 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Hydrolases;Acting on ester bonds;Carboxylic-ester hydrolases;Protein-glutamate methylesterase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.1.61 EC:3.1.1.61 25716.4 7.34 1.34 7.66 6.0 6.34 6.66 9.66 1.0 2532.34 374.0 1149.34 126.66 5607.0 121.66 1924.0 3439.0 0.0 0.0 2.34 1.34 1.66 2.34 1.34 1.66 21.34 271.66 96.34 142.34 9.0 6.0 170.34 144.0 7.34 59.34 59.34 51.34 940.0 11.66 3.34 13.66 1.34 1.34 5.66 3.0 627.0 6.0 1.0 0.0 2231.66 62.0 528.34 42.34 76.66 1483.66 1970.0 1329.66 3.34 1.34 2.34 0.0 0.0 0.0 0.0 2.0
+Hydrolases;Acting on ester bonds;Carboxylic-ester hydrolases;Pimeloyl-[acyl-carrier protein] methyl ester esterase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.1.85 EC:3.1.1.85 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on ester bonds;Exodeoxyribonucleases producing 5'-phosphomonoesters;Exodeoxyribonuclease I https://www.genome.jp/dbget-bin/www_bget?EC:3.1.11.1 EC:3.1.11.1 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on ester bonds;Exodeoxyribonucleases producing 5'-phosphomonoesters;Exodeoxyribonuclease III https://www.genome.jp/dbget-bin/www_bget?EC:3.1.11.2 EC:3.1.11.2 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Hydrolases;Acting on ester bonds;Exodeoxyribonucleases producing 5'-phosphomonoesters;Exodeoxyribonuclease V https://www.genome.jp/dbget-bin/www_bget?EC:3.1.11.5 EC:3.1.11.5 269733.10000000003 4938.01 4955.01 3323.49 5254.5 5307.01 4121.49 3931.49 4306.5 3760.01 582.8 2042.51 1173.29 5663.2 2208.49 1949.9 3736.5 6119.0 6495.5 1061.01 4908.01 4401.99 2734.01 5398.51 3574.99 933.01 749.49 3155.51 2696.51 805.0 2822.5 1588.01 455.5 11264.01 3992.01 4093.01 3875.51 6729.0 10030.49 10820.01 10197.49 3558.51 3936.01 1949.49 3860.0 2044.5 2032.0 5226.0 6789.0 3562.99 5037.0 4928.51 5163.51 5759.49 2246.49 3924.0 2631.99 7146.51 4352.51 3229.51 4699.4 3177.9 6338.5 7416.5 4568.5
+Hydrolases;Acting on ester bonds;Exodeoxyribonucleases producing 5'-phosphomonoesters;Exodeoxyribonuclease VII https://www.genome.jp/dbget-bin/www_bget?EC:3.1.11.6 EC:3.1.11.6 429477.39999999997 9277.34 4903.34 5579.66 9189.0 9881.34 7757.66 6671.66 8267.0 7519.34 1145.6 3368.34 1497.2599999999998 11306.4 4411.66 3899.8 7165.0 12042.0 12887.0 1697.34 9221.34 8524.66 3743.34 10626.34 5998.66 1823.34 863.6600000000002 6066.34 4876.34 1420.0 5389.0 2579.34 475.0 9453.34 5253.34 5175.34 4944.34 6358.0 10901.66 9361.34 7859.66 6830.34 7005.34 2375.66 4330.0 1995.0 3292.0 9962.0 13526.0 2650.66 9258.0 8664.34 9822.34 11021.66 1521.66 3852.0 2540.66 14274.34 8678.34 6238.34 9374.8 6319.8 12641.0 14821.0 9101.0
+Hydrolases;Acting on ester bonds;Exodeoxyribonucleases producing 3'-phosphomonoesters;5' to 3' exodeoxyribonuclease (nucleoside 3'-phosphate-forming) https://www.genome.jp/dbget-bin/www_bget?EC:3.1.12.1 EC:3.1.12.1 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Hydrolases;Acting on ester bonds;Exoribonucleases producing 5'-phosphomonoesters;Exoribonuclease II https://www.genome.jp/dbget-bin/www_bget?EC:3.1.13.1 EC:3.1.13.1 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on ester bonds;Exoribonucleases producing 5'-phosphomonoesters;Oligonucleotidase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.13.3 EC:3.1.13.3 191429.5 4489.0 1200.0 2523.0 4280.5 4763.5 3757.5 3040.0 4047.0 3759.5 568.8 1511.0 545.3 5648.2 2204.5 1950.9 3505.5 5972.0 6420.5 743.5 4464.0 4229.5 1510.5 5270.5 2711.5 2896.0 274.0 2972.0 2321.0 705.5 2671.5 2585.5 137.5 1470.0 2054.0 1891.0 1850.5 1420.0 3241.0 1666.0 807.0 3349.5 3289.0 811.0 1321.5 483.0 1461.0 4859.5 6754.0 206.5 4425.0 4034.0 4792.0 5390.5 18.0 927.0 589.5 7136.5 4332.5 3064.0 4685.4 3153.9 6314.5 7411.5 4541.5
+Hydrolases;Acting on ester bonds;Exoribonucleases producing 5'-phosphomonoesters;Ribonuclease D https://www.genome.jp/dbget-bin/www_bget?EC:3.1.13.5 EC:3.1.13.5 27497.2 149.67 1251.67 266.83 330.0 183.17 121.33 297.83 86.5 0.17 5.0 179.17 212.33 5.0 1.33 0.0 77.0 49.0 26.0 106.17 148.67 69.83 431.17 42.67 287.83 10.67 158.83 61.17 129.17000000000002 47.5 64.0 149.17000000000004 109.0 3268.67 682.67 752.67 701.67 1775.0 2289.83 3069.67 3133.83 71.67 216.67 380.83 847.5 523.5 193.0 122.5 13.0 1118.83 204.0 298.17 126.17 124.33 742.83 999.0 680.83 4.67 6.67 55.17 6.0 9.0 9.0 3.0 9.0
+Hydrolases;Acting on ester bonds;Thioester hydrolases;S-formylglutathione hydrolase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.2.12 EC:3.1.2.12 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on ester bonds;Thioester hydrolases;Acyl-CoA hydrolase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.2.20 EC:3.1.2.20 40711.0 342.0 70.0 71.0 218.0 81.0 199.0 114.0 99.0 0.0 3.0 24.0 41.0 2.0 2.0 1.0 8.0 14.0 4.0 102.0 138.0 85.0 167.0 25.0 115.0 2.0 135.0 32.0 21.0 114.0 69.0 98.0 93.0 38.0 1682.0 1598.0 1495.0 20.0 52.0 14.0 21.0 3225.0 3156.0 700.0 1200.0 286.0 1358.0 4747.0 6722.0 106.0 2767.0 1116.0 2788.0 3843.0 11.0 738.0 91.0 78.0 16.0 119.0 53.0 30.0 46.0 61.0 45.0
+Hydrolases;Acting on ester bonds;Thioester hydrolases;Dodecanoyl-[acyl-carrier-protein] hydrolase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.2.21 EC:3.1.2.21 87120.5 3698.0 798.0 2090.0 3353.5 3525.5 3104.5 2597.0 1426.0 1163.5 116.8 93.0 108.3 19.2 1189.5 6.9 36.5 14.0 28.5 106.5 150.0 97.5 201.5 29.5 344.5 102.0 159.0 2966.0 2258.0 128.5 2546.5 111.5 96.5 427.0 1887.0 1737.0 1633.5 1217.0 687.0 885.0 559.0 3273.5 3190.0 750.0 1262.5 326.0 1408.0 4846.5 6746.0 164.5 3604.0 1703.0 4189.0 4718.5 15.0 893.0 218.5 524.5 1237.5 1960.0 885.4 1140.9 327.5 666.5 1371.5
+Hydrolases;Acting on ester bonds;Thioester hydrolases;Hydroxyacylglutathione hydrolase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.2.6 EC:3.1.2.6 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Hydrolases;Acting on ester bonds;Endodeoxyribonucleases producing 5'-phosphomonoesters;Deoxyribonuclease I https://www.genome.jp/dbget-bin/www_bget?EC:3.1.21.1 EC:3.1.21.1 10444.4 7.34 1.34 7.66 6.0 6.34 6.66 9.66 1.0 0.34 0.0 0.34 0.66 0.0 0.66 0.0 0.0 0.0 0.0 2.34 1.34 1.66 2.34 1.34 1.66 21.34 271.66 96.34 142.34 9.0 6.0 170.34 144.0 7.34 59.34 59.34 51.34 940.0 11.66 3.34 13.66 1.34 1.34 5.66 3.0 627.0 6.0 1.0 0.0 2231.66 62.0 528.34 42.34 76.66 1483.66 1970.0 1329.66 3.34 1.34 2.34 0.0 0.0 0.0 0.0 2.0
+Hydrolases;Acting on ester bonds;Endodeoxyribonucleases producing 5'-phosphomonoesters;Deoxyribonuclease IV https://www.genome.jp/dbget-bin/www_bget?EC:3.1.21.2 EC:3.1.21.2 168329.2 1282.67 1723.67 770.8299999999998 1459.0 1496.17 973.33 852.8299999999998 2806.5 2596.17 459.0 1615.17 681.3299999999998 5636.0 1018.33 1944.0 3554.0 6021.0 6419.0 844.17 4598.67 4249.83 1837.17 5308.67 2769.83 811.67 407.83 99.17 201.17 695.5 217.0 1276.17 234.0 4337.67 2421.67 2448.67 2333.67 1982.0 4815.83 3809.67 3391.83 3366.67 3468.67 1137.83 2102.5 957.5 1596.0 4881.5 6739.0 1266.83 3792.0 3745.17 3510.17 4635.33 756.83 1771.0 1142.83 6690.67 3117.67 1278.17 3855.0 2049.0 6039.0 6805.0 3224.0
+Hydrolases;Acting on ester bonds;Endodeoxyribonucleases producing 5'-phosphomonoesters;Type I site-specific deoxyribonuclease https://www.genome.jp/dbget-bin/www_bget?EC:3.1.21.3 EC:3.1.21.3 617433.2 15451.02 4643.02 8918.98 15360.0 18214.02 13530.98 11119.98 17056.0 5412.02 1170.0 3830.02 1915.98 11373.0 4975.98 3956.0 7091.0 29790.0 32045.0 3208.02 21609.02 20669.98 6583.02 26212.02 12634.98 12051.02 1477.98 321.02 738.02 2920.0 623.0 11480.02 630.0 6252.02 1575.02 1380.02 1666.02 6315.0 14606.98 5771.02 2411.98 535.02 607.02 478.98 431.0 2742.0 426.0 280.0 76.0 7107.98 6947.0 15058.02 7419.02 6240.98 4479.980000000001 6558.0 6194.980000000001 34375.02 19185.02 10983.02 21077.0 13699.0 30723.0 35601.0 19219.0
+Hydrolases;Acting on ester bonds;Endodeoxyribonucleases producing 5'-phosphomonoesters;Type III site-specific deoxyribonuclease https://www.genome.jp/dbget-bin/www_bget?EC:3.1.21.5 EC:3.1.21.5 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Hydrolases;Acting on ester bonds;Endoribonucleases producing 5'-phosphomonoesters;Ribonuclease Z https://www.genome.jp/dbget-bin/www_bget?EC:3.1.26.11 EC:3.1.26.11 176157.5 4489.0 1200.0 2523.0 4280.5 4763.5 3757.5 3040.0 4047.0 1227.5 194.8 362.0 419.3 41.2 2083.5 26.9 66.5 5972.0 6420.5 743.5 4464.0 4229.5 1510.5 5270.5 2711.5 2896.0 274.0 2972.0 2321.0 705.5 2671.5 2585.5 137.5 1470.0 2054.0 1891.0 1850.5 1420.0 3241.0 1666.0 807.0 3349.5 3289.0 811.0 1321.5 483.0 1461.0 4859.5 6754.0 206.5 4425.0 4034.0 4792.0 5390.5 18.0 927.0 589.5 7136.5 4332.5 3064.0 4685.4 3153.9 6314.5 7411.5 4541.5
+Hydrolases;Acting on ester bonds;Endoribonucleases producing 5'-phosphomonoesters;Ribonuclease E https://www.genome.jp/dbget-bin/www_bget?EC:3.1.26.12 EC:3.1.26.12 27497.2 149.67 1251.67 266.83 330.0 183.17 121.33 297.83 86.5 0.17 5.0 179.17 212.33 5.0 1.33 0.0 77.0 49.0 26.0 106.17 148.67 69.83 431.17 42.67 287.83 10.67 158.83 61.17 129.17000000000002 47.5 64.0 149.17000000000004 109.0 3268.67 682.67 752.67 701.67 1775.0 2289.83 3069.67 3133.83 71.67 216.67 380.83 847.5 523.5 193.0 122.5 13.0 1118.83 204.0 298.17 126.17 124.33 742.83 999.0 680.83 4.67 6.67 55.17 6.0 9.0 9.0 3.0 9.0
+Hydrolases;Acting on ester bonds;Endoribonucleases producing 5'-phosphomonoesters;Ribonuclease III https://www.genome.jp/dbget-bin/www_bget?EC:3.1.26.3 EC:3.1.26.3 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Hydrolases;Acting on ester bonds;Endoribonucleases producing 5'-phosphomonoesters;Ribonuclease H https://www.genome.jp/dbget-bin/www_bget?EC:3.1.26.4 EC:3.1.26.4 585618.1000000001 11335.01 5484.51 6708.99 11252.5 12021.01 9299.99 7712.49 11643.5 8741.01 1267.9 3709.51 1913.39 11339.1 6414.99 3924.7 7228.5 18014.0 19286.0 2439.01 13680.51 12782.49 5301.01 15894.51 8536.99 6625.01 1252.99 6153.51 5043.51 2160.0 5627.5 6683.51 691.0 10745.51 7316.01 7045.01 6783.51 8203.0 13876.49 10986.51 8647.49 10148.51 10273.51 3155.99 5646.0 2795.0 4719.5 14806.0 20270.0 3929.99 13223.0 12640.51 13899.51 16002.49 2278.49 5680.0 3746.99 21208.51 12377.01 8398.51 13844.7 8767.7 18844.5 21901.0 13288.5
+Hydrolases;Acting on ester bonds;Endoribonucleases producing 5'-phosphomonoesters;Ribonuclease P https://www.genome.jp/dbget-bin/www_bget?EC:3.1.26.5 EC:3.1.26.5 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Hydrolases;Acting on ester bonds;Endoribonucleases producing 5'-phosphomonoesters;Ribonuclease M5 https://www.genome.jp/dbget-bin/www_bget?EC:3.1.26.8 EC:3.1.26.8 171969.5 4489.0 1200.0 2523.0 4264.5 4757.5 3757.5 3038.0 4047.0 1227.5 193.8 356.0 410.3 41.2 2083.5 25.9 66.5 5972.0 6417.5 742.5 4462.0 4192.5 1440.5 5270.5 2711.5 901.0 273.0 2972.0 2309.0 662.5 2630.5 1140.5 128.5 1458.0 1944.0 1835.0 1770.5 1404.0 3161.0 1611.0 796.0 3343.5 3286.0 807.0 1317.5 474.0 1453.0 4858.5 6750.0 206.5 4425.0 4034.0 4785.0 5386.5 18.0 927.0 589.5 7132.5 4332.5 3064.0 4681.4 3150.9 6311.5 7407.5 4541.5
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;Alkaline phosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.1 EC:3.1.3.1 13598.2 3.67 0.67 3.83 35.0 15.17 3.33 8.83 0.5 0.17 2.0 12.17 18.33 0.0 0.33 2.0 0.0 0.0 6.0 3.17 4.67 74.83 141.17 0.67 0.83 4000.67 137.83 48.17 95.17 90.5 85.0 2975.17 90.0 27.67 249.67 141.67000000000004 185.67 502.0 165.83 111.67 28.83 12.67 6.67 10.83 9.5 331.5 19.0 2.5 8.0 1115.83 31.0 264.17 35.17 46.33 741.83 985.0 664.83 9.67 0.67 1.17 8.0 6.0 6.0 8.0 1.0
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;Fructose-bisphosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.11 EC:3.1.3.11 184891.40000000002 3575.34 1092.84 1909.16 3387.0 3958.34 3077.16 2572.66 3392.0 2602.34 528.5 1469.34 491.16 5639.5 1098.16 1948.0 3480.0 5972.0 6420.5 745.34 4460.84 4228.16 1502.34 5270.34 2657.66 2917.34 543.1600000000002 3067.34 2463.34 713.0 2677.0 2753.84 280.5 1281.84 2039.34 1918.34 1880.34 1224.0 2969.66 895.84 319.66 3340.34 3280.84 804.16 1273.0 1075.5 1461.5 4778.0 6744.0 2422.66 4141.0 4297.34 4176.34 5043.66 1500.66 2826.0 1839.66 6901.34 3746.84 2130.34 4072.5 2752.0 6147.0 7141.5 3572.0
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;Trehalose-phosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.12 EC:3.1.3.12 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;Histidinol-phosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.15 EC:3.1.3.15 252633.69999999998 5060.67 2767.17 3126.33 5298.5 6061.67 4332.33 3639.83 6643.5 2667.67 546.5 1929.17 1000.33 5672.5 1979.33 1966.5 3604.5 11965.0 12829.0 1383.67 8786.17 8308.83 3009.67 10526.17 5248.33 3606.67 411.33 74.17 245.17 1172.0 278.5 3664.17 183.0 5697.17 1111.67 1142.67 1193.17 3357.0 7929.83 5441.17 4154.83 262.17 444.17 545.3299999999998 1020.0 867.0 331.5 242.0 40.0 1261.33 2683.0 5547.17 2725.17 2339.83 752.83 1222.0 1550.33 13671.17 7416.67 4095.17 8428.5 5141.5 12261.5 14094.0 7675.5
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;Protein-serine/threonine phosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.16 EC:3.1.3.16 234198.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 6291.67 947.8 2839.17 883.6299999999999 11260.2 2326.83 3874.9 7021.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;Phosphoglycolate phosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.18 EC:3.1.3.18 82506.20000000001 2753.67 673.67 1446.83 2452.0 2681.17 2420.33 2099.83 758.5 2538.17 381.0 1200.17 176.32999999999996 5617.0 185.33 1926.0 3450.0 14.0 26.0 107.17 145.67 94.83 188.17 25.67 286.83 15.67 291.8300000000001 80.17 94.17 130.5 77.0 193.17 165.0 200.67 1842.67 1733.67 1636.67 546.0 386.83 106.67 62.83 3259.67 3179.67 736.83 1208.5 603.5 1396.0 4759.5 6727.0 1264.83 3289.0 1702.17 3551.17 4333.33 755.83 1807.0 803.83 287.67 649.67 1016.17 267.0 739.0 160.0 396.0 401.0
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;Acid phosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.2 EC:3.1.3.2 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;Sugar-phosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.23 EC:3.1.3.23 27497.2 149.67 1251.67 266.83 330.0 183.17 121.33 297.83 86.5 0.17 5.0 179.17 212.33 5.0 1.33 0.0 77.0 49.0 26.0 106.17 148.67 69.83 431.17 42.67 287.83 10.67 158.83 61.17 129.17000000000002 47.5 64.0 149.17000000000004 109.0 3268.67 682.67 752.67 701.67 1775.0 2289.83 3069.67 3133.83 71.67 216.67 380.83 847.5 523.5 193.0 122.5 13.0 1118.83 204.0 298.17 126.17 124.33 742.83 999.0 680.83 4.67 6.67 55.17 6.0 9.0 9.0 3.0 9.0
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;Inositol-phosphate phosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.25 EC:3.1.3.25 177191.69999999998 4492.67 1200.67 2526.83 4267.5 4760.67 3760.83 3042.83 4047.5 1227.67 193.8 356.17 410.63 41.2 2083.83 25.9 66.5 5972.0 6417.5 743.67 4462.67 4193.33 1441.67 5271.17 2712.33 911.67 408.83 3020.17 2380.17 667.0 2633.5 1225.67 200.5 1461.67 1973.67 1864.67 1796.17 1874.0 3166.83 1612.67 802.83 3344.17 3286.67 809.83 1319.0 787.5 1456.0 4859.0 6750.0 1322.33 4456.0 4298.17 4806.17 5424.83 759.83 1912.0 1254.33 7134.17 4333.17 3065.17 4681.4 3150.9 6311.5 7407.5 4542.5
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;Phosphatidylglycerophosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.27 EC:3.1.3.27 10444.4 7.34 1.34 7.66 6.0 6.34 6.66 9.66 1.0 0.34 0.0 0.34 0.66 0.0 0.66 0.0 0.0 0.0 0.0 2.34 1.34 1.66 2.34 1.34 1.66 21.34 271.66 96.34 142.34 9.0 6.0 170.34 144.0 7.34 59.34 59.34 51.34 940.0 11.66 3.34 13.66 1.34 1.34 5.66 3.0 627.0 6.0 1.0 0.0 2231.66 62.0 528.34 42.34 76.66 1483.66 1970.0 1329.66 3.34 1.34 2.34 0.0 0.0 0.0 0.0 2.0
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;Phosphoserine phosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.3 EC:3.1.3.3 153107.2 3348.67 2256.67 2071.83 3488.0 4018.17 2992.33 2721.83 3366.5 2602.17 461.0 1624.17 658.3299999999998 5642.0 1078.33 1945.0 3549.0 6007.0 6440.0 747.17 4469.67 4210.83 1760.17 5283.67 2825.83 2807.67 294.8300000000001 67.17 194.17 636.5 194.0 2633.17 150.0 4470.67 980.67 1012.67 1034.67 2034.0 5172.83 3941.67 3416.83 181.67 338.67 475.83 913.5 684.5 281.0 147.5 26.0 1203.83 1516.0 2951.17 1471.17 1248.33 748.83 1117.0 1099.83 6824.67 3734.67 2055.17 4020.0 2731.0 6110.0 7083.0 3534.0
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;Phosphatidate phosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.4 EC:3.1.3.4 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;4-nitrophenylphosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.41 EC:3.1.3.41 171969.5 4489.0 1200.0 2523.0 4264.5 4757.5 3757.5 3038.0 4047.0 1227.5 193.8 356.0 410.3 41.2 2083.5 25.9 66.5 5972.0 6417.5 742.5 4462.0 4192.5 1440.5 5270.5 2711.5 901.0 273.0 2972.0 2309.0 662.5 2630.5 1140.5 128.5 1458.0 1944.0 1835.0 1770.5 1404.0 3161.0 1611.0 796.0 3343.5 3286.0 807.0 1317.5 474.0 1453.0 4858.5 6750.0 206.5 4425.0 4034.0 4785.0 5386.5 18.0 927.0 589.5 7132.5 4332.5 3064.0 4681.4 3150.9 6311.5 7407.5 4541.5
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;3-deoxy-manno-octulosonate-8-phosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.45 EC:3.1.3.45 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;Protein-tyrosine-phosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.48 EC:3.1.3.48 506619.69999999995 9312.67 3998.67 5169.83 9099.5 10169.67 7800.83 6428.83 10232.5 6425.67 1111.8 3440.17 1578.63 11316.2 4180.83 3915.9 7100.5 17965.0 19254.5 2329.67 13519.67 12668.33 4773.67 15845.17 8134.33 4511.67 951.83 3109.17 2596.17 2061.0 3046.5 4998.67 496.5 7035.67 6345.67 6141.67 5932.17 3665.0 10911.83 6306.67 4491.83 10045.17 10032.67 2739.83 4686.0 1878.5 4495.0 14512.0 20224.0 1664.33 12296.0 11548.17 12428.17 14988.83 791.83 3554.0 2242.33 20721.17 11194.17 6461.17 12603.4 7951.9 18497.5 21353.5 11335.5
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;5'-nucleotidase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.5 EC:3.1.3.5 66811.79999999999 160.68 1253.68 278.32 371.0 204.68 131.32 316.32 88.0 2532.68 381.0 1340.68 357.32 5612.0 123.32 1926.0 3516.0 49.0 32.0 111.68 154.68 146.32 574.6800000000002 44.68 290.32 4032.68 568.32 205.68 366.68 147.0 155.0 3294.68 343.0 3303.68 991.68 953.68 938.68 3217.0 2467.32 3184.68 3176.32 85.68 224.68 397.32 860.0 1482.0 218.0 126.0 21.0 4466.32 297.0 1090.68 203.68 247.32 2968.32 3954.0 2675.32 17.68 8.68 58.68 14.0 15.0 15.0 11.0 12.0
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;3'-nucleotidase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.6 EC:3.1.3.6 65780.7 3478.67 1963.17 2260.33 3460.5 3591.67 3026.33 2755.83 1401.5 1163.67 49.3 248.17 276.13000000000005 21.7 1170.33 3.9 105.5 49.0 48.0 110.67 160.17 81.83 461.67 44.17 514.3299999999998 13.67 182.33 62.17 131.17000000000002 61.0 69.5 161.17000000000004 110.0 3623.17 887.67 890.67 839.17 2967.0 2901.83 3934.17 3669.83 116.17 249.17 427.33 906.0 562.0 233.5 217.0 28.0 1177.33 1041.0 885.1700000000002 1526.17 999.83 746.83 1154.0 808.33 451.17 1226.67 1887.17 832.9 1119.9 290.5 608.0 1335.5
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;3'(2'),5'-bisphosphate nucleotidase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.7 EC:3.1.3.7 201873.90000000002 4496.34 1201.34 2530.66 4286.5 4769.84 3764.16 3049.66 4048.0 3759.84 568.8 1511.34 545.96 5648.2 2205.16 1950.9 3505.5 5972.0 6420.5 745.84 4465.34 4231.16 1512.84 5271.84 2713.16 2917.34 545.6600000000002 3068.34 2463.34 714.5 2677.5 2755.84 281.5 1477.34 2113.34 1950.34 1901.84 2360.0 3252.66 1669.34 820.6600000000002 3350.84 3290.34 816.66 1324.5 1110.0 1467.0 4860.5 6754.0 2438.16 4487.0 4562.34 4834.34 5467.16 1501.66 2897.0 1919.16 7139.84 4333.84 3066.34 4685.4 3153.9 6314.5 7411.5 4543.5
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;2-phosphosulfolactate phosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.71 EC:3.1.3.71 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;Adenosylcobalamin/alpha-ribazole phosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.73 EC:3.1.3.73 19460.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 2532.0 375.0 1155.0 135.0 5607.0 121.0 1925.0 3439.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;3-phytase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.8 EC:3.1.3.8 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;Diacylglycerol diphosphate phosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.81 EC:3.1.3.81 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;D-glycero-beta-D-manno-heptose 1,7-bisphosphate 7-phosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.82 EC:3.1.3.82 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;D-glycero-alpha-D-manno-heptose-1,7-bisphosphate 7-phosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.83 EC:3.1.3.83 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;5'-deoxynucleotidase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.89 EC:3.1.3.89 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on ester bonds;Phosphoric-monoester hydrolases;Maltose 6'-phosphate phosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.3.90 EC:3.1.3.90 90071.20000000001 794.67 402.67 436.83 914.0 1235.17 656.33 445.83 2621.5 64.17 77.0 263.17 302.33 22.0 894.33 19.0 30.0 5958.0 6389.0 637.17 4312.67 4095.83 1240.17 5241.67 2367.83 809.67 249.83 54.17 122.17 538.5 87.0 1114.17 104.0 1034.67 86.67 127.67 162.67000000000004 657.0 2479.83 727.67 243.83 70.67 96.67 59.83 56.5 461.5 48.0 12.5 4.0 1157.83 852.0 2595.17 617.17 706.33 744.83 1019.0 1035.83 6609.67 3095.67 1105.17 3796.0 2010.0 5984.0 6741.0 3171.0
+Hydrolases;Acting on ester bonds;Phosphoric-diester hydrolases;2',3'-cyclic-nucleotide 2'-phosphodiesterase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.4.16 EC:3.1.4.16 65780.7 3478.67 1963.17 2260.33 3460.5 3591.67 3026.33 2755.83 1401.5 1163.67 49.3 248.17 276.13000000000005 21.7 1170.33 3.9 105.5 49.0 48.0 110.67 160.17 81.83 461.67 44.17 514.3299999999998 13.67 182.33 62.17 131.17000000000002 61.0 69.5 161.17000000000004 110.0 3623.17 887.67 890.67 839.17 2967.0 2901.83 3934.17 3669.83 116.17 249.17 427.33 906.0 562.0 233.5 217.0 28.0 1177.33 1041.0 885.1700000000002 1526.17 999.83 746.83 1154.0 808.33 451.17 1226.67 1887.17 832.9 1119.9 290.5 608.0 1335.5
+Hydrolases;Acting on ester bonds;Phosphoric-diester hydrolases;3',5'-cyclic-nucleotide phosphodiesterase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.4.17 EC:3.1.4.17 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on ester bonds;Phosphoric-diester hydrolases;Phospholipase C https://www.genome.jp/dbget-bin/www_bget?EC:3.1.4.3 EC:3.1.4.3 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on ester bonds;Phosphoric-diester hydrolases;Glycerophosphodiester phosphodiesterase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.4.46 EC:3.1.4.46 512547.1 12386.01 5299.51 7518.99 12140.5 12412.01 10020.99 8225.49 10334.5 4992.01 802.1 2381.51 1550.59 5726.9 4313.99 1986.3 3810.5 12056.0 12897.0 1804.01 9377.51 8693.49 4083.01 10656.51 6280.99 5826.01 1143.99 6149.51 4992.51 1629.0 5544.5 5658.51 661.0 10105.51 7407.01 7011.01 6689.51 10288.0 11968.49 11807.51 9412.49 10099.51 10196.51 3123.99 5694.0 2716.0 4685.5 14959.0 20286.0 3918.99 13094.0 10839.51 14619.51 16181.49 2277.49 5788.0 3534.99 15077.51 10456.01 9166.51 11273.3 7557.3 13195.5 15700.0 12061.5
+Hydrolases;Acting on ester bonds;Phosphoric-diester hydrolases;Cyclic-guanylate-specific phosphodiesterase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.4.52 EC:3.1.4.52 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on ester bonds;Phosphoric-diester hydrolases;Phosphoribosyl 1,2-cyclic phosphate phosphodiesterase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.4.55 EC:3.1.4.55 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Hydrolases;Acting on ester bonds;Triphosphoric-monoester hydrolases;dGTPase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.5.1 EC:3.1.5.1 46957.200000000004 149.67 1251.67 266.83 346.0 189.17 121.33 299.83 86.5 2532.17 380.0 1334.17 347.3300000000001 5612.0 122.33 1925.0 3516.0 49.0 29.0 107.17 150.67 106.83 501.17 42.67 287.83 2005.67 159.83 61.17 141.17000000000004 90.5 105.0 1594.17 118.0 3280.67 792.6700000000002 808.67 781.67 1791.0 2369.83 3124.67 3144.83 77.67 219.67 384.83 851.5 532.5 201.0 123.5 17.0 1118.83 204.0 298.17 133.17000000000002 128.32999999999998 742.83 999.0 680.83 8.67 6.67 55.17 10.0 12.0 12.0 7.0 9.0
+Hydrolases;Acting on ester bonds;Sulfuric-ester hydrolases;N-acetylglucosamine-6-sulfatase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.6.14 EC:3.1.6.14 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on ester bonds;Diphosphoric-monoester hydrolases;Guanosine-3',5'-bis(diphosphate) 3'-diphosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.1.7.2 EC:3.1.7.2 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on carbon-phosphorus bonds;Acting on carbon-phosphorus bonds (only sub-subclass identified to date);Phosphonoacetaldehyde hydrolase https://www.genome.jp/dbget-bin/www_bget?EC:3.11.1.1 EC:3.11.1.1 45933.200000000004 345.67 70.67 74.83 221.0 84.17 202.33 118.83 99.5 0.17 3.0 24.17 41.33 2.0 2.33 1.0 8.0 14.0 4.0 103.17 138.67 85.83 168.17 25.67 115.83 12.67 270.83000000000004 80.17 92.17 118.5 72.0 183.17 165.0 41.67 1711.67 1627.67 1520.67 490.0 57.83 15.67 27.83 3225.67 3156.67 702.83 1201.5 599.5 1361.0 4747.5 6722.0 1221.83 2798.0 1380.17 2809.17 3881.33 752.83 1723.0 755.83 79.67 16.67 120.17 53.0 30.0 46.0 61.0 46.0
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Alpha-amylase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.1 EC:3.2.1.1 26463.0 146.0 1251.0 263.0 343.0 186.0 118.0 295.0 86.0 0.0 6.0 185.0 221.0 5.0 1.0 1.0 77.0 49.0 29.0 106.0 150.0 106.0 500.0 42.0 287.0 1995.0 24.0 13.0 70.0 86.0 102.0 1509.0 46.0 3277.0 763.0 779.0 756.0 1321.0 2364.0 3123.0 3138.0 77.0 219.0 382.0 850.0 219.0 198.0 123.0 17.0 3.0 173.0 34.0 112.0 90.0 1.0 14.0 16.0 7.0 6.0 54.0 10.0 12.0 12.0 7.0 8.0
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Oligo-1,6-glucosidase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.10 EC:3.2.1.10 233630.2 5269.67 1238.67 3355.83 5423.0 5713.17 4057.33 2794.83 7866.5 134.17 188.0 694.17 764.33 78.0 1816.33 48.0 162.0 11916.0 12778.0 1275.17 8642.67 8202.83 2521.17 10488.67 4956.83 1608.67 373.83 64.17 173.17000000000004 1078.5 173.0 2151.17 140.0 2847.67 439.67 353.67 385.67 5388.0 6085.83 4547.67 2484.83 182.67 230.67 166.82999999999996 317.5 747.5 115.0 354.5 48.0 1261.83 3057.0 5986.17 3845.17 3068.33 751.83 1337.0 1724.83 14171.67 8538.67 5953.17 10042.0 5622.0 12638.0 14562.0 10227.0
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Maltose-6'-phosphate glucosidase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.122 EC:3.2.1.122 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Endoglycosylceramidase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.123 EC:3.2.1.123 44550.0 292.0 2502.0 526.0 654.0 360.0 236.0 586.0 172.0 0.0 10.0 358.0 424.0 10.0 2.0 0.0 154.0 98.0 52.0 210.0 296.0 138.0 860.0 84.0 574.0 0.0 46.0 26.0 116.0 86.0 122.0 128.0 74.0 6530.0 1306.0 1446.0 1352.0 2610.0 4568.0 6136.0 6254.0 142.0 432.0 756.0 1692.0 420.0 380.0 244.0 26.0 6.0 346.0 68.0 210.0 172.0 2.0 28.0 32.0 6.0 12.0 108.0 12.0 18.0 18.0 6.0 16.0
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Neopullulanase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.135 EC:3.2.1.135 99526.5 1712.0 510.5 1054.5 1810.5 2043.5 1340.0 918.0 3277.0 65.5 85.5 305.0 342.0 30.5 901.0 21.5 55.5 5958.0 6389.0 636.5 4316.5 4098.0 1249.5 5242.5 2422.5 799.0 116.5 7.0 51.0 535.5 84.5 1031.0 33.0 1226.5 131.0 130.0 158.5 1323.0 2757.0 1499.5 738.0 80.5 105.5 69.5 106.5 182.5 50.5 94.5 14.0 57.5 1167.0 2596.0 1254.0 1091.5 4.0 105.0 450.5 6846.5 3682.0 2040.0 4408.5 2410.5 6151.5 7011.0 4141.5
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Chitinase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.14 EC:3.2.1.14 22758.4 34.34 17.84 33.16 27.0 48.34 7.16 36.66 13.0 0.34 70.5 6.34 13.16 0.5 19.16 3.0 0.0 0.0 5.5 3.34 3.84 39.16 76.34 4.34 4.66 2113.34 273.16 3029.34 2389.34 53.0 2519.0 1616.84 155.5 53.84 169.34 116.34 132.34 961.0 114.66 64.84 26.66 11.34 5.84 13.16 11.0 637.5 23.5 7.0 13.0 2231.66 62.0 528.34 50.34 80.66 1483.66 1970.0 1329.66 7.34 2.84 11.34 9.5 3.0 3.0 4.5 2.0
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Lysozyme https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.17 EC:3.2.1.17 220853.40000000002 1931.34 875.34 944.66 2046.0 2551.34 1511.66 1005.66 5342.0 128.34 157.0 550.34 645.66 46.0 1790.66 39.0 68.0 11930.0 12782.0 1376.34 8763.34 8276.66 2647.34 10508.34 4850.66 1621.34 634.6600000000002 140.34 265.34000000000003 1191.0 243.0 2326.34 301.0 2107.34 1855.34 1853.34 1820.34 1334.0 5011.66 1469.34 508.66 3366.34 3349.34 819.66 1313.0 1209.0 1454.0 4772.0 6730.0 2421.66 4471.0 6306.34 4022.34 5255.66 1500.66 2776.0 2162.66 13297.34 6207.34 2329.34 7645.0 4050.0 12014.0 13543.0 6387.0
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Mannosylglycerate hydrolase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.170 EC:3.2.1.170 16252.0 54.0 33.0 51.0 10.0 72.0 1.0 50.0 24.0 0.0 139.0 0.0 7.0 1.0 37.0 4.0 0.0 0.0 5.0 0.0 1.0 1.0 8.0 6.0 6.0 194.0 1.0 5866.0 4470.0 2.0 4944.0 3.0 5.0 69.0 0.0 2.0 2.0 10.0 46.0 13.0 4.0 8.0 3.0 7.0 8.0 3.0 19.0 10.0 18.0 0.0 0.0 0.0 2.0 0.0 0.0 0.0 0.0 0.0 3.0 18.0 11.0 0.0 0.0 1.0 0.0
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Unsaturated rhamnogalacturonyl hydrolase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.172 EC:3.2.1.172 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Exo-alpha-sialidase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.18 EC:3.2.1.18 49772.200000000004 295.67 2502.67 529.83 657.0 363.17 239.33 590.83 172.5 0.17 10.0 358.17 424.33 10.0 2.33 0.0 154.0 98.0 52.0 211.17 296.67 138.83 861.17 84.67 574.83 10.67 181.83 74.17 187.17 90.5 125.0 213.17 146.0 6533.67 1335.67 1475.67 1377.67 3080.0 4573.83 6137.67 6260.83 142.67 432.67 758.83 1693.5 733.5 383.0 244.5 26.0 1121.83 377.0 332.17 231.17 210.33 743.83 1013.0 696.83 7.67 12.67 109.17 12.0 18.0 18.0 6.0 17.0
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Unsaturated chondroitin disaccharide hydrolase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.180 EC:3.2.1.180 48837.0 369.0 86.5 96.5 223.0 117.0 199.5 139.0 111.0 0.0 72.5 24.0 44.5 2.5 20.5 3.0 8.0 14.0 6.5 102.0 138.5 85.5 171.0 28.0 118.0 99.0 135.5 2965.0 2256.0 115.0 2541.0 99.5 95.5 72.5 1682.0 1599.0 1496.0 25.0 75.0 20.5 23.0 3229.0 3157.5 703.5 1204.0 287.5 1367.5 4752.0 6731.0 106.0 2767.0 1116.0 2789.0 3843.0 11.0 738.0 91.0 78.0 17.5 128.0 58.5 30.0 46.0 61.5 45.0
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;UDP-N-acetylglucosamine 2-epimerase (hydrolyzing) https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.183 EC:3.2.1.183 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Alpha-glucosidase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.20 EC:3.2.1.20 215619.69999999998 4615.67 4900.17 3270.33 5051.5 5261.67 3916.33 3834.83 4218.5 1227.67 276.3 875.1700000000002 1018.13 54.7 2103.33 27.9 289.5 6105.0 6497.0 957.67 4771.17 4352.83 2638.67 5375.17 3461.33 3001.67 344.3300000000001 5960.17 4780.17 726.0 5260.5 2766.17 230.0 11265.17 2360.67 2492.67 2410.17 5790.0 10069.83 10864.17 10175.83 342.17 783.17 1251.33 2665.0 1142.0 685.5 484.0 80.0 1225.33 2208.0 3284.17 2341.17 1843.83 751.83 1216.0 1211.33 7069.17 4336.67 3117.17 4655.9 3150.9 6295.5 7360.0 4521.5
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Beta-glucosidase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.21 EC:3.2.1.21 401964.0 3164.0 1608.0 1732.0 3708.0 4952.0 2612.0 1772.0 10484.0 7852.0 1434.0 4523.0 1622.0 16909.0 3939.0 5852.0 10437.0 23832.0 25568.0 2548.0 17256.0 16528.0 5236.0 20964.0 9468.0 11176.0 460.0 24.0 252.0 2308.0 500.0 9896.0 164.0 4172.0 668.0 616.0 868.0 812.0 10216.0 3124.0 992.0 304.0 396.0 244.0 236.0 628.0 212.0 52.0 32.0 168.0 3284.0 9324.0 2412.0 2688.0 12.0 136.0 1484.0 26448.0 12380.0 4416.0 15200.0 8052.0 23948.0 26980.0 12680.0
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Alpha-galactosidase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.22 EC:3.2.1.22 84258.70000000001 1266.67 179.17000000000004 696.33 1152.5 907.67 889.33 599.83 755.5 2533.67 387.5 1227.17 225.33 5617.5 130.33 1929.5 3472.5 14.0 10.0 105.67 147.17 162.82999999999996 318.67 27.17 171.32999999999996 4002.67 275.33000000000004 81.17 116.17 206.0 154.5 3075.17 184.0 261.17 2005.67 1771.67 1702.17 1658.0 500.83 899.17 550.83 3248.17 3172.17 723.33 1261.0 652.0 1382.5 4832.0 6740.0 1237.33 3144.0 1645.17 3481.17 4312.83 753.83 1794.0 835.33 326.17 603.67 1056.17 673.5 436.5 219.5 339.0 1017.5
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Beta-galactosidase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.23 EC:3.2.1.23 253088.7 2269.67 2837.67 1389.83 2263.5 1471.67 1523.83 1440.83 1137.5 7597.67 1222.0 3937.17 995.83 16846.0 396.83 5782.5 10520.5 140.0 75.5 520.6700000000002 721.6700000000002 508.33 1586.67 164.17000000000004 978.33 6098.67 592.83 3104.17 2521.17 564.0 2927.5 4845.67 455.5 6913.67 6785.67 6470.67 6125.17 4329.0 5275.83 7124.67 6859.83 9850.17 9920.67 2886.83 5361.0 1654.5 4496.0 14576.0 20223.0 1455.33 9024.0 3945.17 9275.17 12174.83 777.83 3298.0 1049.33 492.17 649.17 1411.17 801.0 517.5 332.5 471.5 1123.5
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Alpha-mannosidase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.24 EC:3.2.1.24 137525.0 1110.0 2920.5 984.5 1570.0 1628.0 889.5 1052.0 2805.0 64.0 156.5 621.0 729.5 32.5 914.5 21.0 184.0 6056.0 6443.5 846.0 4608.5 4233.5 2103.0 5328.0 2944.0 896.0 160.5 2965.0 2402.0 621.0 2678.0 1158.5 108.5 7595.5 1363.0 1545.0 1490.0 2802.0 7065.0 6868.5 6493.0 216.0 529.5 816.5 1751.0 569.5 434.5 261.0 39.0 48.0 1167.0 2399.0 807.0 840.0 5.0 62.0 403.0 6614.0 3108.5 1221.0 3813.5 2028.0 6002.0 6747.5 3186.0
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Beta-mannosidase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.25 EC:3.2.1.25 14632.4 7.34 1.34 7.66 22.0 12.34 6.66 11.66 1.0 0.34 1.0 6.34 9.66 0.0 0.66 1.0 0.0 0.0 3.0 3.34 3.34 38.66 72.34 1.34 1.66 2016.34 272.66 96.34 154.34 52.0 47.0 1615.34 153.0 19.34 169.34 115.34 131.34 956.0 91.66 58.34 24.66 7.34 4.34 9.66 7.0 636.0 14.0 2.0 4.0 2231.66 62.0 528.34 49.34 80.66 1483.66 1970.0 1329.66 7.34 1.34 2.34 4.0 3.0 3.0 4.0 2.0
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Beta-fructofuranosidase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.26 EC:3.2.1.26 176216.0 5383.0 1292.0 3119.0 5159.0 5533.0 4444.0 3490.0 4691.0 73.0 101.0 398.0 432.0 49.0 972.0 26.0 92.0 5972.0 6415.0 743.0 4466.0 4195.0 1447.0 5269.0 2764.0 804.0 275.0 40.0 74.0 663.0 159.0 1141.0 127.0 1619.0 2018.0 1866.0 1791.0 2535.0 3421.0 2378.0 1295.0 3350.0 3294.0 816.0 1365.0 507.0 1449.0 4936.0 6751.0 222.0 4771.0 4299.0 5442.0 5810.0 19.0 998.0 669.0 7371.0 4918.0 3991.0 5288.0 3550.0 6479.0 7677.0 5513.0
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Beta-glucuronidase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.31 EC:3.2.1.31 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Xylan 1,4-beta-xylosidase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.37 EC:3.2.1.37 14677.5 921.0 108.5 621.5 899.5 811.5 687.0 477.0 656.0 1.5 8.5 42.0 40.0 8.5 7.0 2.5 25.5 0.0 0.0 0.5 4.5 3.0 10.5 1.5 55.5 0.0 2.5 1.0 0.0 1.5 0.5 2.0 1.0 195.5 74.0 32.0 21.5 1136.0 283.0 773.5 501.0 10.5 9.5 12.5 51.5 34.5 5.5 82.5 10.0 15.5 346.0 265.0 658.0 423.5 1.0 71.0 79.5 238.5 587.0 936.0 612.5 400.5 167.5 270.0 971.5
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Cellulase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.4 EC:3.2.1.4 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Alpha-L-rhamnosidase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.40 EC:3.2.1.40 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Pullulanase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.41 EC:3.2.1.41 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Glucosylceramidase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.45 EC:3.2.1.45 8376.0 0.0 0.0 0.0 32.0 12.0 0.0 4.0 0.0 0.0 2.0 12.0 18.0 0.0 0.0 2.0 0.0 0.0 6.0 2.0 4.0 74.0 140.0 0.0 0.0 3990.0 2.0 0.0 24.0 86.0 82.0 2890.0 18.0 24.0 220.0 112.0 160.0 32.0 160.0 110.0 22.0 12.0 6.0 8.0 8.0 18.0 16.0 2.0 8.0 0.0 0.0 0.0 14.0 8.0 0.0 0.0 0.0 8.0 0.0 0.0 8.0 6.0 6.0 8.0 0.0
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Alpha-L-fucosidase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.51 EC:3.2.1.51 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Beta-N-acetylhexosaminidase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.52 EC:3.2.1.52 215676.80000000002 3559.68 3542.68 2397.32 3866.0 4291.68 3121.32 3083.32 3478.0 2602.68 607.0 1815.68 896.3199999999998 5648.0 1117.3200000000004 1951.0 3626.0 6056.0 6477.0 857.68 4624.68 4357.32 2341.6800000000007 5333.68 3121.32 7023.68 728.32 6090.68 4959.68 781.0 5290.0 5845.68 426.0 7839.68 1942.68 1938.68 1949.68 4791.0 7680.32 7137.68 6590.32 274.68 565.6800000000002 877.3199999999998 1780.0 1856.0 515.0 283.0 65.0 4554.32 1782.0 3777.68 1655.68 1457.32 2975.32 4086.0 3110.32 6840.68 3745.68 2130.6800000000007 4045.0 2746.0 6125.0 7095.0 3545.0
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Glucan 1,6-alpha-glucosidase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.70 EC:3.2.1.70 70138.0 2777.0 689.5 1468.5 2454.0 2714.0 2417.5 2120.0 770.0 6.0 76.5 51.0 53.5 10.5 82.5 4.0 11.0 14.0 28.5 106.0 145.5 94.5 191.0 28.0 289.0 102.0 156.5 2965.0 2258.0 127.0 2546.0 109.5 95.5 231.5 1813.0 1705.0 1612.0 81.0 404.0 111.5 58.0 3263.0 3180.5 737.5 1211.0 291.5 1402.5 4764.0 6736.0 149.0 3258.0 1438.0 3531.0 4295.0 14.0 822.0 139.0 286.0 650.5 1024.0 272.5 739.0 160.0 396.5 400.0
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;6-phospho-beta-glucosidase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.86 EC:3.2.1.86 1248141.7000000002 28893.67 10143.67 16456.83 28444.5 33611.67 24838.83 20522.83 33258.5 686.67 1324.0 3196.17 3562.83 316.0 9531.83 221.5 498.5 59671.0 64099.5 6801.67 43748.67 41350.33 13521.67 52553.17 25687.33 8706.67 1861.83 20751.17 16361.17 5825.0 18451.5 10819.67 728.5 15633.67 7437.67 7371.67 7440.17 7540.0 30498.83 13374.67 7328.83 10744.17 10844.67 3350.83 5229.0 3003.5 5045.0 14850.0 20347.0 2204.33 21190.0 30005.17 21625.17 22767.83 829.83 4354.0 5238.33 68490.17 37207.17 20595.17 41499.0 26363.5 61287.5 70754.5 37243.5
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Alpha,alpha-phosphotrehalase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.93 EC:3.2.1.93 154987.0 3568.0 1091.5 1901.5 3365.0 3946.0 3070.5 2561.0 3391.0 70.0 153.5 314.0 355.5 32.5 976.5 23.0 41.0 5972.0 6417.5 742.0 4457.5 4189.5 1430.0 5269.0 2656.0 901.0 270.5 2971.0 2309.0 661.0 2630.0 1138.5 127.5 1262.5 1870.0 1803.0 1749.0 268.0 2878.0 837.5 295.0 3333.0 3276.5 794.5 1266.0 439.5 1447.5 4776.0 6740.0 191.0 4079.0 3769.0 4127.0 4963.0 17.0 856.0 510.0 6894.0 3745.5 2128.0 4068.5 2749.0 6144.0 7137.5 3570.0
+Hydrolases;Glycosylases;Glycosidases, i.e. enzymes that hydrolyse O- and S-glycosyl compounds;Mannosyl-glycoprotein endo-beta-N-acetylglucosaminidase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.1.96 EC:3.2.1.96 30401.0 173.0 1267.5 288.5 332.0 216.0 118.5 318.0 98.0 0.0 74.5 179.0 215.5 5.5 19.5 2.0 77.0 49.0 28.5 105.0 148.5 69.5 434.0 45.0 290.0 97.0 23.5 2946.0 2293.0 44.0 2533.0 65.5 39.5 3299.5 653.0 724.0 677.0 1310.0 2307.0 3074.5 3129.0 75.0 217.5 381.5 850.0 211.5 199.5 127.0 22.0 3.0 173.0 34.0 106.0 86.0 1.0 14.0 16.0 3.0 7.5 63.0 11.5 9.0 9.0 3.5 8.0
+Hydrolases;Glycosylases;Hydrolysing N-glycosyl compounds;Purine nucleosidase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.2.1 EC:3.2.2.1 183742.5 3789.0 535.5 2077.5 3352.5 2677.5 2658.0 1773.0 2265.0 3692.5 440.3 1347.0 383.8 5638.7 1248.0 1934.9 3539.5 42.0 12.0 307.5 427.5 264.0 532.5 79.5 511.5 6.0 412.5 99.0 63.0 346.5 208.5 300.0 282.0 700.5 5268.0 4890.0 4549.5 3468.0 1005.0 2362.5 1566.0 9706.5 9496.5 2137.5 3754.5 961.5 4090.5 14488.5 20196.0 364.5 9339.0 4143.0 10338.0 12799.5 36.0 2427.0 511.5 949.5 1809.0 3165.0 1996.9 1292.9 640.5 993.0 3049.5
+Hydrolases;Glycosylases;Hydrolysing N-glycosyl compounds;DNA-3-methyladenine glycosylase I https://www.genome.jp/dbget-bin/www_bget?EC:3.2.2.20 EC:3.2.2.20 306939.7 5625.67 1672.67 3030.83 5412.5 6079.67 4612.83 3599.83 6767.5 1291.67 274.8 649.17 762.63 65.2 2979.83 46.9 104.5 11944.0 12813.5 1482.67 8914.67 8410.33 2917.67 10537.17 5194.33 3707.67 658.83 3058.17 2464.17 1358.0 2827.5 3797.67 334.5 2542.67 3822.67 3616.67 3508.17 2097.0 5772.83 2407.67 1071.83 6645.17 6541.67 1570.83 2578.0 1230.5 2867.0 9619.0 13480.0 1470.33 8044.0 7745.17 8197.17 9939.83 773.83 2684.0 1716.33 13824.17 7444.17 4288.17 8534.4 5193.9 12344.5 14213.5 7757.5
+Hydrolases;Glycosylases;Hydrolysing N-glycosyl compounds;DNA-3-methyladenine glycosylase II https://www.genome.jp/dbget-bin/www_bget?EC:3.2.2.21 EC:3.2.2.21 175421.0 1306.0 1739.5 792.5 1477.0 1535.0 970.5 875.0 2818.0 2596.0 529.5 1621.0 693.5 5636.5 1036.5 1947.0 3554.0 6021.0 6424.5 844.0 4600.5 4286.5 1910.0 5311.0 2772.0 2893.0 273.5 2984.0 2377.0 735.0 2727.0 2637.5 173.5 4380.5 2502.0 2476.0 2389.0 1533.0 4913.0 3869.5 3398.0 3376.0 3472.5 1142.5 2109.0 654.5 1610.5 4887.0 6752.0 151.0 3761.0 3481.0 3497.0 4601.0 15.0 786.0 478.0 6693.0 3118.5 1286.0 3864.5 2052.0 6042.0 6809.5 3223.0
+Hydrolases;Glycosylases;Hydrolysing N-glycosyl compounds;DNA-formamidopyrimidine glycosylase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.2.23 EC:3.2.2.23 199466.69999999998 4638.67 2451.67 2789.83 4594.5 4940.67 3878.83 3335.83 4133.5 1227.67 198.8 535.1700000000002 622.6299999999999 46.2 2084.83 25.9 143.5 6021.0 6443.5 848.67 4610.67 4262.33 1871.67 5313.17 2999.33 911.67 431.83 3033.17 2438.17 710.0 2694.5 1289.67 237.5 4726.67 2626.67 2587.67 2472.17 3179.0 5450.83 4680.67 3929.83 3415.17 3502.67 1187.83 2165.0 997.5 1646.0 4981.0 6763.0 1325.33 4629.0 4332.17 4911.17 5510.83 760.83 1926.0 1270.33 7137.17 4339.17 3119.17 4687.4 3159.9 6320.5 7410.5 4550.5
+Hydrolases;Glycosylases;Hydrolysing N-glycosyl compounds;Uracil-DNA glycosylase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.2.27 EC:3.2.2.27 182353.69999999998 2230.67 1848.67 1417.83 2379.5 2349.67 1660.83 1356.83 3474.5 1221.67 195.8 514.1700000000002 622.6299999999999 38.2 2022.83 25.9 140.5 6021.0 6424.5 845.67 4605.67 4290.33 1921.67 5313.17 2828.33 2903.67 411.83 3033.17 2448.17 741.0 2730.5 2724.67 246.5 4579.67 2605.67 2537.67 2436.17 3139.0 5201.83 4644.67 3905.83 3387.17 3482.67 1157.83 2162.0 1002.5 1619.0 4970.0 6762.0 1282.33 4138.0 4010.17 4176.17 5062.83 757.83 1842.0 1222.33 6933.17 3706.17 2223.17 4477.4 2453.9 6209.5 7079.5 4195.5
+Hydrolases;Glycosylases;Hydrolysing N-glycosyl compounds;Adenosylhomocysteine nucleosidase https://www.genome.jp/dbget-bin/www_bget?EC:3.2.2.9 EC:3.2.2.9 209911.10000000003 4646.01 2453.01 2797.49 4600.5 4947.01 3885.49 3345.49 4134.5 1228.01 198.8 535.51 623.29 46.2 2085.49 25.9 143.5 6021.0 6443.5 851.01 4612.01 4263.99 1874.01 5314.51 3000.99 933.01 703.49 3129.51 2580.51 719.0 2700.5 1460.01 381.5 4734.01 2686.01 2647.01 2523.51 4119.0 5462.49 4684.01 3943.49 3416.51 3504.01 1193.49 2168.0 1624.5 1652.0 4982.0 6763.0 3556.99 4691.0 4860.51 4953.51 5587.49 2244.49 3896.0 2599.99 7140.51 4340.51 3121.51 4687.4 3159.9 6320.5 7410.5 4552.5
+Hydrolases;Acting on ether bonds;Thioether and trialkylsulfonium hydrolases;Adenosylhomocysteinase https://www.genome.jp/dbget-bin/www_bget?EC:3.3.1.1 EC:3.3.1.1 24682.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 2532.17 375.0 1155.17 135.33 5607.0 121.33 1925.0 3439.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Hydrolases;Acting on peptide bonds (peptidases);Aminopeptidases;Leucyl aminopeptidase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.11.1 EC:3.4.11.1 32719.4 153.34 1252.34 270.66 333.0 186.34 124.66 302.66 87.0 0.34 5.0 179.34 212.66 5.0 1.66 0.0 77.0 49.0 26.0 107.34 149.34 70.66 432.34 43.34 288.66 21.34 294.66 109.34 200.34 52.0 67.0 234.34 181.0 3272.34 712.34 782.34 727.34 2245.0 2295.66 3071.34 3140.66 72.34 217.34 383.66 849.0 837.0 196.0 123.0 13.0 2234.66 235.0 562.34 147.34 162.66 1484.66 1984.0 1345.66 6.34 7.34 56.34 6.0 9.0 9.0 3.0 10.0
+Hydrolases;Acting on peptide bonds (peptidases);Aminopeptidases;Methionyl aminopeptidase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.11.18 EC:3.4.11.18 326050.7 5575.67 4104.67 3485.83 5848.5 6358.67 4649.83 4071.83 6840.5 3823.67 655.8 2132.17 1271.63 5680.2 3100.83 1969.9 3689.5 12028.0 12861.5 1590.67 9072.67 8463.33 3610.67 10596.17 5653.33 3705.67 569.83 3052.17 2559.17 1330.0 2880.5 3827.67 315.5 9034.67 3446.67 3464.67 3365.17 4687.0 10288.83 8529.67 7304.83 3562.17 3817.67 1626.83 3070.0 1364.5 1889.0 5116.0 6784.0 1370.33 5623.0 6697.17 5619.17 6268.83 764.83 1974.0 1657.33 13752.17 7440.17 4277.17 8493.4 5181.9 12316.5 14158.5 7728.5
+Hydrolases;Acting on peptide bonds (peptidases);Aminopeptidases;Membrane alanyl aminopeptidase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.11.2 EC:3.4.11.2 142963.7 3993.67 3300.67 2619.83 4042.5 3900.67 3343.83 3191.83 1598.5 7.67 97.0 463.17 535.8299999999998 29.0 91.83 8.5 190.5 112.0 86.5 319.67 450.67 310.33 1202.67 114.17 919.33 4102.67 342.8300000000001 3040.17 2469.17 305.0 2753.5 3214.67 260.5 6984.67 3442.67 3324.67 3171.17 4329.0 5420.83 7132.67 6841.83 3428.17 3628.67 1516.83 2964.0 1077.5 1807.0 5093.0 6780.0 1286.33 3981.0 2035.17 4434.17 4936.83 758.83 1906.0 915.33 540.1700000000002 1250.17 2069.17 905.0 1163.5 351.5 680.5 1388.5
+Hydrolases;Acting on peptide bonds (peptidases);Aminopeptidases;Aspartyl aminopeptidase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.11.21 EC:3.4.11.21 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Hydrolases;Acting on peptide bonds (peptidases);Aminopeptidases;PepB aminopeptidase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.11.23 EC:3.4.11.23 10444.4 7.34 1.34 7.66 6.0 6.34 6.66 9.66 1.0 0.34 0.0 0.34 0.66 0.0 0.66 0.0 0.0 0.0 0.0 2.34 1.34 1.66 2.34 1.34 1.66 21.34 271.66 96.34 142.34 9.0 6.0 170.34 144.0 7.34 59.34 59.34 51.34 940.0 11.66 3.34 13.66 1.34 1.34 5.66 3.0 627.0 6.0 1.0 0.0 2231.66 62.0 528.34 42.34 76.66 1483.66 1970.0 1329.66 3.34 1.34 2.34 0.0 0.0 0.0 0.0 2.0
+Hydrolases;Acting on peptide bonds (peptidases);Aminopeptidases;Tripeptide aminopeptidase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.11.4 EC:3.4.11.4 207096.09999999998 4500.01 1202.01 2534.49 4289.5 4773.01 3767.49 3054.49 4048.5 3760.01 568.8 1511.51 546.29 5648.2 2205.49 1950.9 3505.5 5972.0 6420.5 747.01 4466.01 4231.99 1514.01 5272.51 2713.99 2928.01 681.49 3116.51 2534.51 719.0 2680.5 2841.01 353.5 1481.01 2143.01 1980.01 1927.51 2830.0 3258.49 1671.01 827.49 3351.51 3291.01 819.49 1326.0 1423.5 1470.0 4861.0 6754.0 3553.99 4518.0 4826.51 4855.51 5505.49 2243.49 3882.0 2583.99 7141.51 4334.51 3067.51 4685.4 3153.9 6314.5 7411.5 4544.5
+Hydrolases;Acting on peptide bonds (peptidases);Aminopeptidases;Prolyl aminopeptidase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.11.5 EC:3.4.11.5 89449.0 634.0 2572.0 597.0 888.0 447.0 435.0 702.0 271.0 0.0 14.0 388.0 474.0 12.0 4.0 2.0 162.0 112.0 59.0 313.0 436.0 260.0 1097.0 109.0 689.0 1997.0 182.0 58.0 149.0 243.0 232.0 1671.0 176.0 6580.0 3098.0 3100.0 2927.0 2646.0 4700.0 6205.0 6286.0 3373.0 3591.0 1460.0 2896.0 715.0 1746.0 4992.0 6752.0 112.0 3113.0 1184.0 3005.0 4019.0 13.0 766.0 123.0 88.0 28.0 227.0 69.0 51.0 67.0 71.0 61.0
+Hydrolases;Acting on peptide bonds (peptidases);Aminopeptidases;Glutamyl aminopeptidase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.11.7 EC:3.4.11.7 84815.5 3698.0 798.0 2090.0 3353.5 3525.5 3104.5 2597.0 1426.0 7.5 85.0 93.0 93.5 19.0 89.5 6.5 36.5 14.0 28.5 106.5 150.0 97.5 201.5 29.5 344.5 102.0 159.0 2966.0 2258.0 128.5 2546.5 111.5 96.5 427.0 1887.0 1737.0 1633.5 1217.0 687.0 885.0 559.0 3273.5 3190.0 750.0 1262.5 326.0 1408.0 4846.5 6746.0 164.5 3604.0 1703.0 4189.0 4718.5 15.0 893.0 218.5 524.5 1237.5 1960.0 885.0 1139.5 327.5 666.5 1371.5
+Hydrolases;Acting on peptide bonds (peptidases);Aminopeptidases;Xaa-Pro aminopeptidase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.11.9 EC:3.4.11.9 223114.69999999998 4638.67 2451.67 2789.83 4626.5 4952.67 3878.83 3339.83 4133.5 3759.67 574.8 1696.17 766.6299999999999 5653.2 2205.83 1951.9 3582.5 6021.0 6449.5 850.67 4614.67 4336.33 2011.67 5313.17 2999.33 4901.67 433.83 3033.17 2462.17 796.0 2776.5 4179.67 255.5 4750.67 2846.67 2699.67 2632.17 3211.0 5610.83 4790.67 3951.83 3427.17 3508.67 1195.83 2173.0 1015.5 1662.0 4983.0 6771.0 1325.33 4629.0 4332.17 4925.17 5518.83 760.83 1926.0 1270.33 7145.17 4339.17 3119.17 4695.4 3165.9 6326.5 7418.5 4550.5
+Hydrolases;Acting on peptide bonds (peptidases);Dipeptidases;Membrane dipeptidase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.13.19 EC:3.4.13.19 19460.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 2532.0 375.0 1155.0 135.0 5607.0 121.0 1925.0 3439.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Hydrolases;Acting on peptide bonds (peptidases);Dipeptidases;Dipeptidase E https://www.genome.jp/dbget-bin/www_bget?EC:3.4.13.21 EC:3.4.13.21 45388.700000000004 3332.67 712.17 1997.33 3149.5 3417.67 2908.33 2464.83 1315.5 7.67 13.5 75.17 58.33 16.5 69.33 4.5 28.5 0.0 25.0 6.67 14.17 49.83 101.67 2.17 227.33 2008.67 160.33 49.17 85.17 61.0 49.5 1542.17 82.0 370.17 344.67 223.67 243.17 1678.0 697.8299999999998 921.17 553.83 51.17 36.17 53.33 64.0 361.0 51.5 96.0 19.0 1174.33 868.0 851.1700000000002 1428.17 917.83 745.83 1140.0 792.33 452.17 1220.67 1833.17 830.5 1112.5 284.5 609.0 1327.5
+Hydrolases;Acting on peptide bonds (peptidases);Dipeptidases;D-Ala-D-Ala dipeptidase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.13.22 EC:3.4.13.22 6493.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 1156.0 32.8 6.0 23.8 0.2 1100.0 1.4 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.4 4.4 3.0 4.0 0.0
+Hydrolases;Acting on peptide bonds (peptidases);Dipeptidases;Xaa-Pro dipeptidase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.13.9 EC:3.4.13.9 187241.5 4489.0 1200.0 2523.0 4264.5 4757.5 3757.5 3038.0 4047.0 3759.5 567.8 1505.0 536.3 5648.2 2204.5 1949.9 3505.5 5972.0 6417.5 742.5 4462.0 4192.5 1440.5 5270.5 2711.5 901.0 273.0 2972.0 2309.0 662.5 2630.5 1140.5 128.5 1458.0 1944.0 1835.0 1770.5 1404.0 3161.0 1611.0 796.0 3343.5 3286.0 807.0 1317.5 474.0 1453.0 4858.5 6750.0 206.5 4425.0 4034.0 4785.0 5386.5 18.0 927.0 589.5 7132.5 4332.5 3064.0 4681.4 3150.9 6311.5 7407.5 4541.5
+Hydrolases;Acting on peptide bonds (peptidases);Dipeptidyl-peptidases and tripeptidyl-peptidases;Xaa-Pro dipeptidyl-peptidase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.14.11 EC:3.4.14.11 87120.5 3698.0 798.0 2090.0 3353.5 3525.5 3104.5 2597.0 1426.0 1163.5 116.8 93.0 108.3 19.2 1189.5 6.9 36.5 14.0 28.5 106.5 150.0 97.5 201.5 29.5 344.5 102.0 159.0 2966.0 2258.0 128.5 2546.5 111.5 96.5 427.0 1887.0 1737.0 1633.5 1217.0 687.0 885.0 559.0 3273.5 3190.0 750.0 1262.5 326.0 1408.0 4846.5 6746.0 164.5 3604.0 1703.0 4189.0 4718.5 15.0 893.0 218.5 524.5 1237.5 1960.0 885.4 1140.9 327.5 666.5 1371.5
+Hydrolases;Acting on peptide bonds (peptidases);Dipeptidyl-peptidases and tripeptidyl-peptidases;Dipeptidyl-peptidase IV https://www.genome.jp/dbget-bin/www_bget?EC:3.4.14.5 EC:3.4.14.5 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Hydrolases;Acting on peptide bonds (peptidases);Peptidyl-dipeptidases;Peptidyl-dipeptidase Dcp https://www.genome.jp/dbget-bin/www_bget?EC:3.4.15.5 EC:3.4.15.5 8376.0 0.0 0.0 0.0 32.0 12.0 0.0 4.0 0.0 0.0 2.0 12.0 18.0 0.0 0.0 2.0 0.0 0.0 6.0 2.0 4.0 74.0 140.0 0.0 0.0 3990.0 2.0 0.0 24.0 86.0 82.0 2890.0 18.0 24.0 220.0 112.0 160.0 32.0 160.0 110.0 22.0 12.0 6.0 8.0 8.0 18.0 16.0 2.0 8.0 0.0 0.0 0.0 14.0 8.0 0.0 0.0 0.0 8.0 0.0 0.0 8.0 6.0 6.0 8.0 0.0
+Hydrolases;Acting on peptide bonds (peptidases);Peptidyl-dipeptidases;Cyanophycinase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.15.6 EC:3.4.15.6 89037.0 791.0 402.0 433.0 927.0 1238.0 653.0 443.0 2621.0 64.0 78.0 269.0 311.0 22.0 894.0 20.0 30.0 5958.0 6392.0 637.0 4314.0 4132.0 1309.0 5241.0 2367.0 2794.0 115.0 6.0 63.0 577.0 125.0 2474.0 41.0 1043.0 167.0 154.0 217.0 203.0 2554.0 781.0 248.0 76.0 99.0 61.0 59.0 157.0 53.0 13.0 8.0 42.0 821.0 2331.0 603.0 672.0 3.0 34.0 371.0 6612.0 3095.0 1104.0 3800.0 2013.0 5987.0 6745.0 3170.0
+Hydrolases;Acting on peptide bonds (peptidases);Serine-type carboxypeptidases;Serine-type D-Ala-D-Ala carboxypeptidase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.16.4 EC:3.4.16.4 407479.80000000005 8796.68 3583.68 5253.32 8650.0 9626.68 7447.32 6274.32 8083.0 12583.68 1885.6 5463.68 1496.92 22513.4 4651.32 7746.8 13958.0 11979.0 12857.0 1492.68 8936.68 8372.32 3148.68 10560.68 5598.32 1842.68 977.32 6117.68 4939.68 1272.0 5265.0 2587.68 489.0 6157.68 2977.6800000000007 2913.6800000000007 2824.6800000000007 5973.0 8577.32 6282.68 4725.32 3535.68 3634.68 1303.32 2287.0 2126.0 1750.0 5094.0 6791.0 4773.32 6380.0 8042.68 6971.68 7169.32 2993.32 5070.0 3763.32 14196.68 8657.68 6067.68 9315.8 6280.8 12586.0 14757.0 9050.0
+Hydrolases;Acting on peptide bonds (peptidases);Metallocarboxypeptidases;Glutamate carboxypeptidase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.17.11 EC:3.4.17.11 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on peptide bonds (peptidases);Metallocarboxypeptidases;Muramoyltetrapeptide carboxypeptidase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.17.13 EC:3.4.17.13 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Hydrolases;Acting on peptide bonds (peptidases);Metallocarboxypeptidases;Carboxypeptidase Taq https://www.genome.jp/dbget-bin/www_bget?EC:3.4.17.19 EC:3.4.17.19 104748.70000000001 1715.67 511.17 1058.33 1813.5 2046.67 1343.33 922.83 3277.5 65.67 85.5 305.17 342.33 30.5 901.33 21.5 55.5 5958.0 6389.0 637.67 4317.17 4098.83 1250.67 5243.17 2423.33 809.67 252.33 55.17 122.17 540.0 87.5 1116.17 105.0 1230.17 160.67000000000004 159.67000000000004 184.17 1793.0 2762.83 1501.17 744.83 81.17 106.17 72.33 108.0 496.0 53.5 95.0 14.0 1173.33 1198.0 2860.17 1275.17 1129.83 745.83 1090.0 1115.33 6848.17 3682.67 2041.17 4408.5 2410.5 6151.5 7011.0 4142.5
+Hydrolases;Acting on peptide bonds (peptidases);Omega peptidases;Glutathione hydrolase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.19.13 EC:3.4.19.13 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Hydrolases;Acting on peptide bonds (peptidases);Omega peptidases;Pyroglutamyl-peptidase I https://www.genome.jp/dbget-bin/www_bget?EC:3.4.19.3 EC:3.4.19.3 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on peptide bonds (peptidases);Omega peptidases;Beta-aspartyl-peptidase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.19.5 EC:3.4.19.5 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Hydrolases;Acting on peptide bonds (peptidases);Serine endopeptidases;C-terminal processing peptidase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.21.102 EC:3.4.21.102 122095.20000000001 794.67 402.67 436.83 978.0 1259.17 656.33 453.83 2621.5 2596.17 455.0 1436.17 464.33 5629.0 1015.33 1947.0 3469.0 5958.0 6401.0 641.17 4320.67 4243.83 1520.17 5241.67 2367.83 8789.67 253.83 54.17 170.17000000000004 710.5 251.0 6894.17 140.0 1082.67 526.67 351.67 482.67 721.0 2799.83 947.67 287.83 94.67 108.67 75.83 72.5 497.5 80.0 16.5 20.0 1157.83 852.0 2595.17 645.17 722.33 744.83 1019.0 1035.83 6625.67 3095.67 1105.17 3812.0 2022.0 5996.0 6757.0 3171.0
+Hydrolases;Acting on peptide bonds (peptidases);Serine endopeptidases;Rhomboid protease https://www.genome.jp/dbget-bin/www_bget?EC:3.4.21.105 EC:3.4.21.105 142542.5 2054.0 580.5 1125.5 2028.5 2124.5 1539.0 1032.0 3376.0 1221.5 120.3 329.0 397.8 32.7 2003.0 22.9 63.5 5972.0 6393.0 738.5 4454.5 4183.0 1416.5 5267.5 2537.5 801.0 251.5 39.0 72.0 649.5 153.5 1129.0 126.0 1264.5 1813.0 1728.0 1653.5 1343.0 2809.0 1513.5 759.0 3305.5 3261.5 769.5 1306.5 468.5 1408.5 4841.5 6736.0 163.5 3934.0 3712.0 4042.0 4934.5 15.0 843.0 541.5 6924.5 3698.0 2159.0 4461.9 2441.9 6197.5 7072.0 4186.5
+Hydrolases;Acting on peptide bonds (peptidases);Serine endopeptidases;Peptidase Do https://www.genome.jp/dbget-bin/www_bget?EC:3.4.21.107 EC:3.4.21.107 207141.19999999998 5413.67 1309.17 3148.33 5167.0 5572.17 4447.83 3519.83 4703.5 3761.17 576.3 1547.17 576.6299999999999 5656.7 2211.83 1952.4 3531.0 5972.0 6417.5 744.17 4467.17 4196.33 1452.17 5272.67 2767.83 911.67 411.33 3021.17 2380.17 668.5 2634.0 1227.67 201.5 1657.17 2047.67 1896.67 1817.67 3010.0 3449.83 2386.17 1303.83 3354.67 3296.17 822.33 1370.5 822.0 1461.5 4941.5 6760.0 1337.83 4802.0 4563.17 5464.17 5848.33 760.83 1983.0 1333.83 7372.67 4920.17 4001.17 5293.9 3551.4 6479.0 7677.5 5514.0
+Hydrolases;Acting on peptide bonds (peptidases);Serine endopeptidases;SpoIVB peptidase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.21.116 EC:3.4.21.116 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Hydrolases;Acting on peptide bonds (peptidases);Serine endopeptidases;Prolyl oligopeptidase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.21.26 EC:3.4.21.26 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Hydrolases;Acting on peptide bonds (peptidases);Serine endopeptidases;Endopeptidase La https://www.genome.jp/dbget-bin/www_bget?EC:3.4.21.53 EC:3.4.21.53 24682.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 2532.17 375.0 1155.17 135.33 5607.0 121.33 1925.0 3439.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Hydrolases;Acting on peptide bonds (peptidases);Serine endopeptidases;Oligopeptidase B https://www.genome.jp/dbget-bin/www_bget?EC:3.4.21.83 EC:3.4.21.83 19854.6 11.01 2.01 11.49 25.0 15.51 9.99 16.490000000000002 1.5 0.51 1.0 6.51 9.99 0.0 0.99 1.0 0.0 0.0 3.0 4.51 4.01 39.49 73.51 2.01 2.49 2027.01 408.49 144.51 225.51 56.5 50.0 1700.51 225.0 23.01 199.01 145.01 157.01 1426.0 97.49 60.01 31.49 8.01 5.01 12.49 8.5 949.5 17.0 2.5 4.0 3347.49 93.0 792.51 70.51 118.99 2225.49 2955.0 1994.49 9.01 2.01 3.51 4.0 3.0 3.0 4.0 3.0
+Hydrolases;Acting on peptide bonds (peptidases);Serine endopeptidases;Repressor LexA https://www.genome.jp/dbget-bin/www_bget?EC:3.4.21.88 EC:3.4.21.88 270160.7 2994.67 2234.17 1825.33 3269.5 3539.67 2313.33 1770.83 6083.5 3817.67 576.3 1920.17 1038.13 5666.7 3019.33 1965.9 3609.5 11979.0 12808.0 1480.67 8915.17 8347.83 3086.67 10551.17 5192.33 1610.67 524.33 106.17 252.17 1231.0 301.5 2307.17 267.0 5564.17 2552.67 2578.67 2492.17 3305.0 7572.83 5309.17 4129.83 3447.17 3574.17 1207.33 2209.0 1140.0 1646.5 4976.0 6753.0 1324.33 4959.0 6341.17 4764.17 5726.83 760.83 1876.0 1593.33 13537.17 6799.67 3318.17 8263.9 4460.9 12190.5 13816.0 7365.5
+Hydrolases;Acting on peptide bonds (peptidases);Serine endopeptidases;Signal peptidase I https://www.genome.jp/dbget-bin/www_bget?EC:3.4.21.89 EC:3.4.21.89 540707.8999999999 9765.34 4331.34 5535.66 9795.5 11323.84 8258.16 6760.66 12755.0 3957.84 811.8 2530.34 1713.96 5729.2 4952.16 2009.9 3683.5 23909.0 25639.5 2864.84 17694.34 16679.16 5846.84 21061.84 10387.16 5319.34 1066.66 3131.34 2697.34 2485.5 3064.5 6014.84 507.5 8032.34 4750.34 4671.34 4599.84 4302.0 13339.66 7020.34 4714.66 6890.84 6973.34 2099.66 3542.5 2054.0 3185.0 9777.5 13506.0 2716.16 10381.0 13027.34 10257.34 11852.16 1525.66 3835.0 3187.16 27252.84 14273.84 7447.34 16346.4 9931.9 24435.5 28033.5 14461.5
+Hydrolases;Acting on peptide bonds (peptidases);Serine endopeptidases;Endopeptidase Clp https://www.genome.jp/dbget-bin/www_bget?EC:3.4.21.92 EC:3.4.21.92 241201.69999999998 4784.67 3702.67 3052.83 4937.5 5126.67 3996.83 3630.83 4219.5 3759.67 578.8 1869.17 969.63 5658.2 2206.83 1950.9 3659.5 6070.0 6472.5 954.67 4760.67 4368.33 2371.67 5355.17 3286.33 2906.67 455.83 3046.17 2508.17 796.0 2796.5 2798.67 283.5 8003.67 3389.67 3366.67 3228.17 4500.0 7814.83 7803.67 7067.83 3492.17 3721.67 1569.83 3015.0 1216.5 1844.0 5104.0 6780.0 1328.33 4802.0 4366.17 5023.17 5600.83 761.83 1940.0 1286.33 7144.17 4345.17 3173.17 4697.4 3171.9 6332.5 7417.5 4558.5
+Hydrolases;Acting on peptide bonds (peptidases);Cysteine endopeptidases;Bleomycin hydrolase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.22.40 EC:3.4.22.40 132019.5 4040.0 868.0 2161.0 3587.5 3612.5 3303.5 2713.0 1525.0 1163.5 120.8 123.0 158.3 21.2 1191.5 8.9 44.5 28.0 35.5 209.5 290.0 219.5 438.5 54.5 459.5 2099.0 295.0 2998.0 2291.0 285.5 2656.5 1654.5 198.5 477.0 3679.0 3391.0 3208.5 1253.0 819.0 954.0 591.0 6504.5 6349.0 1454.0 2466.5 621.0 2774.0 9594.5 13472.0 270.5 6371.0 2819.0 6984.0 8565.5 26.0 1631.0 309.5 606.5 1253.5 2079.0 942.4 1173.9 376.5 731.5 1416.5
+Hydrolases;Acting on peptide bonds (peptidases);Cysteine endopeptidases;Sortase A https://www.genome.jp/dbget-bin/www_bget?EC:3.4.22.70 EC:3.4.22.70 463056.0 12177.0 3405.0 6851.0 11671.0 13344.0 10386.0 8498.0 11374.0 3901.0 810.8 2151.0 1242.8 5719.2 4144.0 1995.4 3605.0 17902.0 19246.0 2125.0 13243.0 12489.0 4140.0 15782.0 7961.0 2604.0 681.0 5950.0 4671.0 1871.0 5350.0 3320.0 289.0 4106.0 4076.0 3874.0 3794.0 3051.0 9125.0 4039.0 1864.0 6791.0 6691.0 1705.0 2697.0 1100.0 2986.0 9741.0 13509.0 498.0 10162.0 10721.0 10908.0 11893.0 42.0 1972.0 1598.0 21081.0 12393.0 8128.0 13372.4 9019.4 18721.0 21891.0 12608.0
+Hydrolases;Acting on peptide bonds (peptidases);Aspartic endopeptidases;Signal peptidase II https://www.genome.jp/dbget-bin/www_bget?EC:3.4.23.36 EC:3.4.23.36 207166.40000000002 3721.34 2343.84 2172.16 3714.0 4138.34 3195.16 2865.66 3478.0 2602.34 533.5 1648.34 703.1600000000002 5644.5 1099.16 1948.0 3557.0 6021.0 6446.5 850.34 4608.84 4297.16 1932.34 5312.34 2944.66 2917.34 566.1600000000002 3080.34 2521.34 756.0 2738.0 2817.84 317.5 4546.84 2692.34 2641.34 2556.34 2529.0 5253.66 3963.84 3446.66 3411.34 3496.84 1182.16 2119.0 1285.5 1651.5 4900.0 6757.0 2425.66 4314.0 4331.34 4281.34 5129.66 1501.66 2840.0 1855.66 6904.34 3752.84 2184.34 4078.5 2761.0 6156.0 7144.5 3580.0
+Hydrolases;Acting on peptide bonds (peptidases);Aspartic endopeptidases;Prepilin peptidase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.23.43 EC:3.4.23.43 105309.70000000001 3701.67 798.6700000000002 2093.83 3356.5 3528.67 3107.83 2601.83 1426.5 2539.67 459.0 1242.17 219.83 5626.0 210.83 1930.5 3475.5 14.0 28.5 107.67 150.67 98.33 202.67 30.17 345.33 112.67 294.8300000000001 3014.17 2329.17 133.0 2549.5 196.67 168.5 430.67 1916.67 1766.67 1659.17 1687.0 692.8299999999998 886.67 565.83 3274.17 3190.67 752.83 1264.0 639.5 1411.0 4847.0 6746.0 1280.33 3635.0 1967.17 4210.17 4756.83 756.83 1878.0 883.33 526.1700000000002 1238.17 1961.17 885.0 1139.5 327.5 666.5 1372.5
+Hydrolases;Acting on peptide bonds (peptidases);Aspartic endopeptidases;HycI peptidase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.23.51 EC:3.4.23.51 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on peptide bonds (peptidases);Metalloendopeptidases;Oligopeptidase A https://www.genome.jp/dbget-bin/www_bget?EC:3.4.24.70 EC:3.4.24.70 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on peptide bonds (peptidases);Metalloendopeptidases;Endothelin-converting enzyme 1 https://www.genome.jp/dbget-bin/www_bget?EC:3.4.24.71 EC:3.4.24.71 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Hydrolases;Acting on peptide bonds (peptidases);Metalloendopeptidases;GPR endopeptidase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.24.78 EC:3.4.24.78 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Hydrolases;Acting on peptide bonds (peptidases);Threonine endopeptidases;Proteasome endopeptidase complex https://www.genome.jp/dbget-bin/www_bget?EC:3.4.25.1 EC:3.4.25.1 44550.0 292.0 2502.0 526.0 654.0 360.0 236.0 586.0 172.0 0.0 10.0 358.0 424.0 10.0 2.0 0.0 154.0 98.0 52.0 210.0 296.0 138.0 860.0 84.0 574.0 0.0 46.0 26.0 116.0 86.0 122.0 128.0 74.0 6530.0 1306.0 1446.0 1352.0 2610.0 4568.0 6136.0 6254.0 142.0 432.0 756.0 1692.0 420.0 380.0 244.0 26.0 6.0 346.0 68.0 210.0 172.0 2.0 28.0 32.0 6.0 12.0 108.0 12.0 18.0 18.0 6.0 16.0
+Hydrolases;Acting on peptide bonds (peptidases);Threonine endopeptidases;HslU--HslV peptidase https://www.genome.jp/dbget-bin/www_bget?EC:3.4.25.2 EC:3.4.25.2 61205.200000000004 345.67 70.67 74.83 221.0 84.17 202.33 118.83 99.5 2532.17 377.0 1173.17 167.32999999999996 5609.0 123.33 1925.0 3447.0 14.0 4.0 103.17 138.67 85.83 168.17 25.67 115.83 12.67 270.83000000000004 80.17 92.17 118.5 72.0 183.17 165.0 41.67 1711.67 1627.67 1520.67 490.0 57.83 15.67 27.83 3225.67 3156.67 702.83 1201.5 599.5 1361.0 4747.5 6722.0 1221.83 2798.0 1380.17 2809.17 3881.33 752.83 1723.0 755.83 79.67 16.67 120.17 53.0 30.0 46.0 61.0 46.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;Asparaginase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.1 EC:3.5.1.1 273675.60000000003 5909.01 2631.51 3489.99 5750.0 5851.51 4771.49 3940.49 4889.5 1229.51 212.3 613.51 722.29 56.7 2094.49 31.4 177.0 6035.0 6453.5 955.51 4758.51 4425.99 2191.51 5341.01 3171.49 4925.01 842.99 3162.51 2625.51 920.5 2852.0 4450.01 493.5 4991.51 4662.01 4389.01 4200.01 5307.0 5957.49 5581.51 4487.49 6664.01 6675.51 1913.99 3427.5 1963.0 3031.5 9813.5 13503.0 3678.49 7804.0 6241.51 8413.51 9861.99 2256.49 4705.0 2770.49 7465.01 4943.51 4176.51 5360.9 3596.4 6540.0 7749.5 5569.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;Formyltetrahydrofolate deformylase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.10 EC:3.5.1.10 31685.200000000004 149.67 1251.67 266.83 346.0 189.17 121.33 299.83 86.5 0.17 6.0 185.17 221.33 5.0 1.33 1.0 77.0 49.0 29.0 107.17 150.67 106.83 501.17 42.67 287.83 2005.67 159.83 61.17 141.17000000000004 90.5 105.0 1594.17 118.0 3280.67 792.6700000000002 808.67 781.67 1791.0 2369.83 3124.67 3144.83 77.67 219.67 384.83 851.5 532.5 201.0 123.5 17.0 1118.83 204.0 298.17 133.17000000000002 128.32999999999998 742.83 999.0 680.83 8.67 6.67 55.17 10.0 12.0 12.0 7.0 9.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;Chitin disaccharide deacetylase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.105 EC:3.5.1.105 51155.4 349.34 71.34 78.66 224.0 87.34 205.66 123.66 100.0 0.34 3.0 24.34 41.66 2.0 2.66 1.0 8.0 14.0 4.0 104.34 139.34 86.66 169.34 26.34 116.66 23.34 406.66 128.34 163.34 123.0 75.0 268.34000000000003 237.0 45.34 1741.34 1657.34 1546.34 960.0 63.66 17.34 34.66 3226.34 3157.34 705.66 1203.0 913.0 1364.0 4748.0 6722.0 2337.66 2829.0 1644.34 2830.34 3919.66 1494.66 2708.0 1420.66 81.34 17.34 121.34 53.0 30.0 46.0 61.0 47.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;UDP-3-O-acyl-N-acetylglucosamine deacetylase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.108 EC:3.5.1.108 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;Penicillin amidase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.11 EC:3.5.1.11 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;Gamma-glutamyl hercynylcysteine S-oxide hydrolase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.118 EC:3.5.1.118 10444.4 7.34 1.34 7.66 6.0 6.34 6.66 9.66 1.0 0.34 0.0 0.34 0.66 0.0 0.66 0.0 0.0 0.0 0.0 2.34 1.34 1.66 2.34 1.34 1.66 21.34 271.66 96.34 142.34 9.0 6.0 170.34 144.0 7.34 59.34 59.34 51.34 940.0 11.66 3.34 13.66 1.34 1.34 5.66 3.0 627.0 6.0 1.0 0.0 2231.66 62.0 528.34 42.34 76.66 1483.66 1970.0 1329.66 3.34 1.34 2.34 0.0 0.0 0.0 0.0 2.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;Aspartoacylase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.15 EC:3.5.1.15 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;Acetylornithine deacetylase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.16 EC:3.5.1.16 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;Succinyl-diaminopimelate desuccinylase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.18 EC:3.5.1.18 285290.7 2941.67 2005.17 1585.33 2804.5 2541.67 2059.33 1607.83 3684.5 4909.67 676.1 1705.17 839.93 5649.9 3266.33 1953.3 3595.5 6049.0 6432.0 1048.67 4880.17 4423.83 2189.67 5366.17 3061.33 1009.67 681.33 6030.17 4713.17 927.0 5299.5 1477.17 426.0 4678.17 5859.67 5678.67 5347.17 3168.0 5248.83 4624.17 3938.83 9835.17 9793.17 2557.33 4562.0 1567.0 4336.5 14468.0 20211.0 1494.33 9672.0 6242.17 9746.17 12744.83 779.83 3318.0 1404.33 7085.17 3739.67 2470.17 4585.3 2512.3 6298.5 7198.0 4285.5
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;Nicotinamidase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.19 EC:3.5.1.19 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;Glutaminase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.2 EC:3.5.1.2 95293.40000000001 798.34 403.34 440.66 917.0 1238.34 659.66 450.66 2622.0 64.34 77.0 263.34 302.66 22.0 894.66 19.0 30.0 5958.0 6389.0 638.34 4313.34 4096.66 1241.34 5242.34 2368.66 820.34 385.66 102.34 193.34 543.0 90.0 1199.34 176.0 1038.34 116.34 157.34 188.34 1127.0 2485.66 729.34 250.66 71.34 97.34 62.66 58.0 775.0 51.0 13.0 4.0 2273.66 883.0 2859.34 638.34 744.66 1486.66 2004.0 1700.66 6611.34 3096.34 1106.34 3796.0 2010.0 5984.0 6741.0 3172.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;Choloylglycine hydrolase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.24 EC:3.5.1.24 146435.4 1167.34 489.84 537.1600000000002 1140.0 1355.34 859.16 589.6600000000002 2733.0 1220.34 181.3 287.34 361.96 24.7 2015.16 22.4 38.0 5972.0 6395.5 740.34 4451.84 4182.16 1412.34 5270.34 2486.66 919.34 521.1600000000002 3067.34 2449.34 658.0 2631.0 1298.84 271.5 1110.84 1798.34 1756.34 1684.34 1152.0 2560.66 749.84 273.66 3300.34 3254.84 766.16 1262.0 1062.5 1418.5 4765.0 6735.0 2379.66 3650.0 3975.34 3427.34 4587.66 1497.66 2742.0 1791.66 6689.34 3113.84 1234.34 3854.9 2041.4 6030.0 6802.5 3217.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;N-acetylglucosamine-6-phosphate deacetylase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.25 EC:3.5.1.25 242719.30000000002 4676.68 2470.1800000000007 2826.82 4624.5 4992.18 3889.32 3377.32 4147.0 3760.18 643.3 1690.68 762.1199999999999 5653.7 2225.32 1952.9 3582.5 6021.0 6449.0 853.18 4615.18 4302.32 1949.18 5318.18 3004.82 3035.68 840.82 6110.68 4898.68 767.5 5216.5 2991.68 465.0 4784.18 2825.6800000000007 2733.6800000000007 2630.1800000000007 4610.0 5571.32 4747.18 3963.32 3427.18 3509.18 1203.82 2177.5 1948.5 1672.5 4988.5 6776.0 4672.82 4722.0 5124.68 4982.68 5629.82 2986.32 4881.0 3264.82 7146.18 4342.68 3131.6800000000007 4696.9 3162.9 6323.5 7415.0 4553.5
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;N(4)-(beta-N-acetylglucosaminyl)-L-asparaginase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.26 EC:3.5.1.26 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;N-acetylmuramoyl-L-alanine amidase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.28 EC:3.5.1.28 470193.89999999997 6286.34 1796.84 3151.16 5878.5 6220.84 5013.66 3811.66 6954.0 13951.84 2083.3 6454.34 1489.4599999999996 28103.7 3570.66 9668.9 17315.5 11972.0 12825.0 1689.84 9194.84 8654.66 3388.84 10584.84 5422.16 7615.34 1066.16 237.34 366.34 1675.5 578.5 6967.34 608.0 2611.84 7436.34 6953.34 6682.84 2634.0 6019.66 2540.84 1140.66 13103.84 12858.84 2978.16 4983.5 2132.5 5592.5 19110.5 26923.0 2798.16 13609.0 10241.34 13807.34 17672.16 1537.66 5145.0 2563.16 13989.84 7475.34 4518.34 8642.9 5259.9 12442.5 14343.0 7848.5
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;Hippurate hydrolase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.32 EC:3.5.1.32 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;Amidase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.4 EC:3.5.1.4 51702.0 2581.0 1870.5 1660.5 2563.0 2813.0 2336.5 2299.0 757.0 6.0 78.5 206.0 224.5 13.5 81.5 3.0 80.0 49.0 50.5 109.0 155.5 78.5 454.0 45.0 461.0 100.0 44.5 2946.0 2295.0 56.0 2538.0 75.5 39.5 3458.5 784.0 830.0 793.0 1366.0 2636.0 3165.5 3164.0 109.0 240.5 415.5 857.0 215.5 234.5 139.0 27.0 46.0 664.0 356.0 848.0 538.0 4.0 98.0 64.0 211.0 640.5 959.0 225.5 718.0 123.0 338.5 363.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;Nicotinamide-nucleotide amidase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.42 EC:3.5.1.42 148788.7 1861.67 1762.17 1321.33 2156.5 2232.67 1461.33 1217.83 3363.5 3753.67 497.3 1639.17 704.1299999999999 5642.7 2123.33 1946.9 3571.5 6007.0 6418.0 743.67 4467.17 4204.83 1750.67 5285.17 2710.33 2804.67 276.33000000000004 68.17 192.17 626.0 189.5 2625.17 151.0 4507.17 923.67 938.67 940.17 3114.0 5126.83 4624.17 3882.83 158.17000000000004 325.17 454.33 958.0 715.0 251.5 218.0 31.0 1176.33 1371.0 2894.17 1387.17 1219.83 746.83 1104.0 1131.33 6855.17 3688.67 2095.17 4418.9 2423.9 6163.5 7018.0 4150.5
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;Protein-glutamine glutaminase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.44 EC:3.5.1.44 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;6-aminohexanoate-oligomer exohydrolase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.46 EC:3.5.1.46 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;N-acetyldiaminopimelate deacetylase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.47 EC:3.5.1.47 123132.5 4120.0 1113.5 2426.5 4041.5 4640.5 3558.0 2899.0 3936.0 1227.5 121.3 332.0 365.8 38.7 2063.0 22.9 58.5 5958.0 6411.0 640.5 4323.5 4107.0 1269.5 5242.5 2593.5 802.0 137.5 7.0 53.0 547.5 89.5 1041.0 33.0 1385.5 262.0 236.0 274.5 1379.0 3086.0 1590.5 773.0 114.5 128.5 103.5 113.5 186.5 85.5 106.5 19.0 100.5 1658.0 2918.0 1996.0 1543.5 7.0 189.0 498.5 7054.5 4315.0 2936.0 4622.9 3120.9 6265.5 7346.0 4496.5
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;Urease https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.5 EC:3.5.1.5 28230.600000000002 11.01 2.01 11.49 57.0 27.51 9.99 20.49 1.5 0.51 3.0 18.51 27.99 0.0 0.99 3.0 0.0 0.0 9.0 6.51 8.01 113.49 213.51 2.01 2.49 6017.01 410.49 144.51 249.51 142.5 132.0 4590.51 243.0 47.01 419.01 257.01 317.01 1458.0 257.49 170.01 53.49 20.01 11.01 20.49 16.5 967.5 33.0 4.5 12.0 3347.49 93.0 792.51 84.51 126.99 2225.49 2955.0 1994.49 17.009999999999998 2.01 3.51 12.0 9.0 9.0 12.0 3.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;N-carbamoylputrescine amidase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.53 EC:3.5.1.53 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;Glutathionylspermidine amidase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.78 EC:3.5.1.78 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;N-carbamoyl-L-amino-acid hydrolase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.87 EC:3.5.1.87 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;Peptide deformylase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.88 EC:3.5.1.88 264859.89999999997 4984.34 2522.34 2864.66 4831.5 5030.84 4081.16 3456.66 4233.0 3759.84 576.8 1714.34 798.96 5655.2 2208.16 1951.9 3590.5 6035.0 6450.5 952.84 4751.34 4385.16 2109.84 5338.84 3115.16 2919.34 703.6600000000002 3113.34 2542.34 871.5 2807.5 2917.84 411.5 4780.34 4448.34 4271.34 4072.84 3685.0 5588.66 4751.34 3968.66 6646.84 6662.34 1894.66 3370.5 1606.0 3015.0 9729.5 13489.0 2547.16 7427.0 5712.34 7727.34 9396.16 1513.66 3649.0 2026.16 7220.84 4355.84 3239.34 4744.4 3192.9 6369.5 7475.5 4596.5
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;Arylformamidase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.9 EC:3.5.1.9 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amides;Succinylglutamate desuccinylase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.1.96 EC:3.5.1.96 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In cyclic amides;Dihydroorotase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.2.3 EC:3.5.2.3 307963.7 5429.67 2853.67 3222.83 5537.5 6184.67 4531.83 3780.83 6754.5 3823.67 651.8 1959.17 1068.63 5675.2 3099.83 1970.9 3612.5 11979.0 12838.5 1486.67 8926.67 8431.33 3250.67 10554.17 5366.33 5700.67 547.83 3039.17 2513.17 1330.0 2860.5 5208.67 287.5 5781.67 2903.67 2797.67 2769.17 3398.0 8084.83 5516.67 4188.83 3497.17 3604.67 1252.83 2228.0 1163.5 1707.0 4995.0 6775.0 1367.33 5450.0 6663.17 5521.17 6186.83 763.83 1960.0 1641.33 13753.17 7434.17 4223.17 8491.4 5175.9 12310.5 14159.5 7720.5
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In cyclic amides;Beta-lactamase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.2.6 EC:3.5.2.6 75360.20000000001 2780.67 690.17 1472.33 2457.0 2717.17 2420.83 2124.83 770.5 6.17 76.5 51.17 53.83 10.5 82.83 4.0 11.0 14.0 28.5 107.17 146.17 95.33 192.17 28.67 289.83 112.67 292.3300000000001 3013.17 2329.17 131.5 2549.0 194.67 167.5 235.17 1842.67 1734.67 1637.67 551.0 409.83 113.17 64.83 3263.67 3181.17 740.33 1212.5 605.0 1405.5 4764.5 6736.0 1264.83 3289.0 1702.17 3552.17 4333.33 755.83 1807.0 803.83 287.67 651.17 1025.17 272.5 739.0 160.0 396.5 401.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In cyclic amides;Imidazolonepropionase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.2.7 EC:3.5.2.7 26463.0 146.0 1251.0 263.0 343.0 186.0 118.0 295.0 86.0 0.0 6.0 185.0 221.0 5.0 1.0 1.0 77.0 49.0 29.0 106.0 150.0 106.0 500.0 42.0 287.0 1995.0 24.0 13.0 70.0 86.0 102.0 1509.0 46.0 3277.0 763.0 779.0 756.0 1321.0 2364.0 3123.0 3138.0 77.0 219.0 382.0 850.0 219.0 198.0 123.0 17.0 3.0 173.0 34.0 112.0 90.0 1.0 14.0 16.0 7.0 6.0 54.0 10.0 12.0 12.0 7.0 8.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amidines;Arginase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.3.1 EC:3.5.3.1 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amidines;Agmatinase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.3.11 EC:3.5.3.11 20494.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 2532.17 374.0 1149.17 126.33 5607.0 121.33 1924.0 3439.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amidines;Agmatine deiminase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.3.12 EC:3.5.3.12 25489.0 2408.0 603.0 1372.0 2247.0 2603.0 2218.0 1983.0 659.0 6.0 5.0 33.0 18.0 8.0 62.0 2.0 3.0 0.0 25.0 5.0 9.0 46.0 90.0 0.0 171.0 1998.0 22.0 0.0 14.0 55.0 46.0 1455.0 9.0 171.0 241.0 162.0 196.0 72.0 409.0 146.0 46.0 40.0 26.0 38.0 11.0 13.0 43.0 13.0 9.0 43.0 491.0 322.0 749.0 456.0 3.0 84.0 48.0 212.0 633.0 896.0 218.0 712.0 117.0 339.0 355.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amidines;N-succinylarginine dihydrolase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.3.23 EC:3.5.3.23 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amidines;Arginine deiminase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.3.6 EC:3.5.3.6 78639.2 518.6700000000002 1338.17 363.33 553.0 300.17 320.8300000000001 436.83 197.5 1156.17 109.3 203.17 271.63 7.7 1121.83 3.4 85.0 63.0 32.5 208.17 287.17 155.32999999999996 602.17 70.67 405.83 109.67 294.3300000000001 3026.17 2385.17 162.5 2605.0 248.67 204.5 3341.17 2364.67 2351.67 2197.67 1800.0 2364.83 3090.17 3156.83 3300.67 3374.17 1084.33 2051.5 811.0 1560.5 4874.5 6744.0 1224.83 2971.0 1414.17 2915.17 3967.33 753.83 1737.0 771.83 82.67 24.17 183.17 64.9 40.4 55.0 64.5 54.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In linear amidines;Formimidoylglutamase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.3.8 EC:3.5.3.8 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In cyclic amidines;Cytosine deaminase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.4.1 EC:3.5.4.1 45933.200000000004 345.67 70.67 74.83 221.0 84.17 202.33 118.83 99.5 0.17 3.0 24.17 41.33 2.0 2.33 1.0 8.0 14.0 4.0 103.17 138.67 85.83 168.17 25.67 115.83 12.67 270.83000000000004 80.17 92.17 118.5 72.0 183.17 165.0 41.67 1711.67 1627.67 1520.67 490.0 57.83 15.67 27.83 3225.67 3156.67 702.83 1201.5 599.5 1361.0 4747.5 6722.0 1221.83 2798.0 1380.17 2809.17 3881.33 752.83 1723.0 755.83 79.67 16.67 120.17 53.0 30.0 46.0 61.0 46.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In cyclic amidines;IMP cyclohydrolase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.4.10 EC:3.5.4.10 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In cyclic amidines;dCMP deaminase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.4.12 EC:3.5.4.12 192403.5 2227.0 1848.0 1414.0 2376.5 2346.5 1657.5 1352.0 3474.0 3753.5 569.8 1663.0 748.3 5645.2 2143.5 1949.9 3579.5 6021.0 6424.5 844.5 4605.0 4289.5 1920.5 5312.5 2827.5 2893.0 276.0 2985.0 2377.0 736.5 2727.5 2639.5 174.5 4576.0 2576.0 2508.0 2410.5 2669.0 5196.0 4643.0 3899.0 3386.5 3482.0 1155.0 2160.5 689.0 1616.0 4969.5 6762.0 166.5 4107.0 3746.0 4155.0 5024.5 16.0 857.0 557.5 6931.5 3705.5 2222.0 4477.4 2453.9 6209.5 7079.5 4194.5
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In cyclic amidines;dCTP deaminase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.4.13 EC:3.5.4.13 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In cyclic amidines;GTP cyclohydrolase I https://www.genome.jp/dbget-bin/www_bget?EC:3.5.4.16 EC:3.5.4.16 246843.2 4059.67 2413.17 2239.33 3945.0 4222.17 3390.83 2976.83 3576.5 2602.17 537.5 1678.17 752.8299999999998 5646.5 1100.83 1950.0 3565.0 6035.0 6453.5 952.17 4748.17 4418.33 2168.17 5336.67 3058.83 4903.67 566.33 3064.17 2483.17 908.5 2845.0 4275.67 347.5 4593.17 4454.67 4265.67 4105.67 2095.0 5379.83 4031.17 3471.83 6641.67 6655.17 1883.33 3321.5 1267.0 3014.5 9647.5 13483.0 1415.83 7050.0 5183.17 7055.17 8938.33 770.83 2593.0 1281.83 6984.67 3768.17 2302.17 4135.5 2794.0 6205.0 7209.5 3624.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In cyclic amidines;Phosphoribosyl-AMP cyclohydrolase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.4.19 EC:3.5.4.19 167784.7 4269.67 2365.17 2693.33 4387.5 4829.67 3679.33 3198.83 4022.5 2603.67 469.5 1666.17 698.3299999999998 5650.5 1085.33 1947.5 3574.5 6007.0 6440.0 747.67 4474.17 4213.83 1770.67 5285.17 2881.33 2807.67 297.3300000000001 68.17 194.17 638.0 194.5 2635.17 151.0 4666.17 1054.67 1044.67 1056.17 3170.0 5455.83 4715.17 3917.83 192.17 348.17 488.33 965.0 719.0 286.5 230.0 36.0 1219.33 1862.0 3216.17 2129.17 1671.83 749.83 1188.0 1179.33 7063.17 4321.67 2991.17 4632.5 3131.5 6277.5 7353.0 4505.5
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In cyclic amidines;Adenine deaminase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.4.2 EC:3.5.4.2 183253.5 2396.0 650.5 1196.5 2246.5 2205.5 1738.0 1146.0 3475.0 1221.5 123.3 353.0 438.8 34.7 2005.0 23.9 71.5 5986.0 6397.0 840.5 4592.5 4268.0 1583.5 5292.5 2652.5 803.0 386.5 71.0 93.0 763.5 222.5 1227.0 219.0 1302.5 3495.0 3326.0 3148.5 1363.0 2861.0 1527.5 780.0 6530.5 6417.5 1469.5 2506.5 754.5 2766.5 9588.5 13458.0 269.5 6701.0 4828.0 6830.0 8777.5 26.0 1581.0 632.5 7002.5 3714.0 2278.0 4514.9 2471.9 6243.5 7133.0 4231.5
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In cyclic amidines;GTP cyclohydrolase II https://www.genome.jp/dbget-bin/www_bget?EC:3.5.4.25 EC:3.5.4.25 147472.80000000002 951.68 1655.68 711.3199999999998 1266.0 1430.68 784.32 755.3199999999998 2709.0 2596.68 457.0 1597.68 650.3199999999998 5634.0 1017.32 1944.0 3546.0 6007.0 6418.0 746.68 4464.68 4204.32 1743.68 5285.68 2657.32 2836.68 681.32 211.68 405.68 638.0 198.0 2878.68 366.0 4322.68 938.68 995.68 995.68 3388.0 4861.32 3855.68 3402.32 149.68 317.68 450.32 911.0 1621.0 255.0 137.0 21.0 4508.32 1118.0 3421.6800000000007 792.6800000000002 911.32 2971.32 3988.0 3046.32 6621.68 3103.68 1162.68 3806.0 2022.0 5996.0 6748.0 3182.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In cyclic amidines;Diaminohydroxyphosphoribosylaminopyrimidine deaminase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.4.26 EC:3.5.4.26 131806.2 940.67 1653.67 699.8299999999998 1257.0 1421.17 774.33 740.8299999999998 2707.5 2596.17 457.0 1597.17 649.3299999999998 5634.0 1016.33 1944.0 3546.0 6007.0 6418.0 743.17 4462.67 4201.83 1740.17 5283.67 2654.83 2804.67 273.83000000000004 67.17 192.17 624.5 189.0 2623.17 150.0 4311.67 849.6700000000002 906.67 918.67 1978.0 4843.83 3850.67 3381.83 147.67000000000004 315.67 441.83 906.5 680.5 246.0 135.5 21.0 1160.83 1025.0 2629.17 729.17 796.33 745.83 1033.0 1051.83 6616.67 3101.67 1159.17 3806.0 2022.0 5996.0 6748.0 3179.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In cyclic amidines;S-adenosylhomocysteine deaminase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.4.28 EC:3.5.4.28 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In cyclic amidines;Guanine deaminase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.4.3 EC:3.5.4.3 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In cyclic amidines;S-methyl-5'-thioadenosine deaminase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.4.31 EC:3.5.4.31 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In cyclic amidines;tRNA(adenine(34)) deaminase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.4.33 EC:3.5.4.33 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In cyclic amidines;Adenosine deaminase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.4.4 EC:3.5.4.4 107045.40000000001 2930.34 1941.84 1739.16 2803.0 2906.34 2542.16 2424.66 857.0 6.34 82.5 236.34 275.16 15.5 84.16 5.0 88.0 63.0 57.5 214.34 296.8400000000001 202.16 693.34 71.34 577.66 2118.34 452.16 3074.34 2470.34 222.0 2654.0 1788.84 285.5 3515.84 2635.34 2543.34 2419.34 2342.0 2779.66 3237.84 3209.66 3341.34 3400.84 1125.16 2064.0 1137.5 1606.5 4888.0 6753.0 2383.66 3493.0 2000.34 3685.34 4461.66 1498.66 2806.0 1484.66 296.3400000000001 657.84 1080.34 282.5 751.0 172.0 403.5 410.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In cyclic amidines;Cytidine deaminase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.4.5 EC:3.5.4.5 175910.7 4296.67 2381.67 2718.83 4392.5 4865.67 3679.83 3223.83 4034.5 2603.67 539.0 1666.17 701.8299999999998 5651.0 1103.83 1949.5 3574.5 6007.0 6442.5 747.67 4474.67 4214.33 1774.67 5288.17 2884.33 2904.67 297.8300000000001 3001.17 2429.17 639.0 2666.5 2636.67 153.5 4700.67 1054.67 1045.67 1057.17 3175.0 5478.83 4721.67 3919.83 196.17 349.67 491.83 969.0 720.5 296.0 235.0 45.0 1219.33 1862.0 3216.17 2130.17 1671.83 749.83 1188.0 1179.33 7063.17 4323.17 3000.17 4638.0 3131.5 6277.5 7353.5 4505.5
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In cyclic amidines;Methenyltetrahydrofolate cyclohydrolase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.4.9 EC:3.5.4.9 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In other compounds;2-iminobutanoate/2-iminopropanoate deaminase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.99.10 EC:3.5.99.10 155464.40000000002 1140.34 473.34 511.66 1151.0 1325.34 858.66 566.6600000000002 2721.0 2596.34 455.0 1442.34 478.66 5631.0 1017.66 1945.0 3477.0 5972.0 6396.0 741.34 4453.34 4218.66 1478.34 5267.34 2483.66 2817.34 521.6600000000002 134.34 226.34 700.0 200.0 2742.34 278.0 1088.34 1908.34 1811.34 1763.34 1163.0 2617.66 798.34 282.66 3302.34 3256.34 766.66 1262.0 1070.0 1417.0 4761.0 6730.0 2379.66 3650.0 3975.34 3433.34 4591.66 1497.66 2742.0 1791.66 6693.34 3112.34 1225.34 3853.0 2043.0 6033.0 6806.0 3217.0
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In other compounds;Aminopyrimidine aminohydrolase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.99.2 EC:3.5.99.2 147764.69999999998 2057.67 581.1700000000002 1129.33 2031.5 2127.67 1542.33 1036.83 3376.5 1221.67 120.3 329.17 398.13 32.7 2003.33 22.9 63.5 5972.0 6393.0 739.67 4455.17 4183.83 1417.67 5268.17 2538.33 811.67 387.33 87.17 143.17000000000004 654.0 156.5 1214.17 198.0 1268.17 1842.67 1757.67 1679.17 1813.0 2814.83 1515.17 765.83 3306.17 3262.17 772.33 1308.0 782.0 1411.5 4842.0 6736.0 1279.33 3965.0 3976.17 4063.17 4972.83 756.83 1828.0 1206.33 6926.17 3698.67 2160.17 4461.9 2441.9 6197.5 7072.0 4187.5
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In other compounds;Glucosamine-6-phosphate deaminase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.99.6 EC:3.5.99.6 232524.90000000002 4642.34 2452.34 2793.66 4645.5 4961.84 3882.16 3346.66 4134.0 3759.84 575.8 1702.34 775.96 5653.2 2206.16 1952.9 3582.5 6021.0 6452.5 852.84 4617.34 4374.16 2082.84 5313.84 3000.16 6907.34 570.6600000000002 3081.34 2545.34 843.5 2820.5 5709.84 336.5 4766.34 2986.34 2785.34 2737.84 3697.0 5696.66 4847.34 3969.66 3433.84 3512.34 1202.66 2178.5 1338.0 1673.0 4984.5 6775.0 2441.16 4660.0 4596.34 4953.34 5561.16 1502.66 2911.0 1935.16 7150.84 4339.84 3120.34 4699.4 3168.9 6329.5 7422.5 4551.5
+Hydrolases;Acting on carbon-nitrogen bonds, other than peptide bonds;In other compounds;1-aminocyclopropane-1-carboxylate deaminase https://www.genome.jp/dbget-bin/www_bget?EC:3.5.99.7 EC:3.5.99.7 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Hydrolases;Acting on acid anhydrides;In phosphorus-containing anhydrides;Inorganic diphosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.6.1.1 EC:3.6.1.1 277135.10000000003 7200.01 4307.01 4432.49 7190.5 7736.01 6221.49 5623.49 4879.5 3766.01 583.8 1902.51 988.29 5666.2 2269.49 1952.9 3662.5 6070.0 6497.5 962.01 4771.01 4415.99 2464.01 5356.51 3458.99 4926.01 749.49 3142.51 2664.51 860.0 2848.5 4424.01 436.5 8182.01 3690.01 3588.01 3475.51 5512.0 8235.49 7953.01 7127.49 3533.51 3749.01 1613.49 3029.0 1856.5 1893.0 5118.0 6789.0 3602.99 5355.0 5216.51 5814.51 6133.49 2248.49 3994.0 2663.99 7359.51 4979.51 4071.51 4915.4 3883.9 6449.5 7756.5 4915.5
+Hydrolases;Acting on acid anhydrides;In phosphorus-containing anhydrides;Exopolyphosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.6.1.11 EC:3.6.1.11 183365.90000000002 3707.34 1979.84 2568.16 3958.5 3858.84 2838.66 2176.66 4676.0 3756.84 514.3 1723.34 784.46 5659.7 2137.66 1951.9 3622.5 6007.0 6418.0 745.84 4476.84 4211.66 1772.84 5288.84 2822.16 2815.34 417.16 118.34 263.34000000000003 633.5 193.5 2714.34 225.0 4901.84 1101.34 1032.34 1008.84 5856.0 5698.66 6172.84 4891.66 179.84 344.8400000000001 482.16 1062.5 1097.5 265.5 383.5 51.0 2323.16 2094.0 3688.34 2724.34 2105.16 1490.66 2231.0 1955.16 7333.84 4863.34 3968.34 5643.9 3224.9 6498.5 7558.0 6094.5
+Hydrolases;Acting on acid anhydrides;In phosphorus-containing anhydrides;ADP-ribose diphosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.6.1.13 EC:3.6.1.13 301382.89999999997 5326.34 2592.34 2935.66 5033.5 5105.84 4280.16 3568.66 4332.0 3759.84 578.8 1732.34 830.96 5657.2 2210.16 1951.9 3598.5 6049.0 6451.5 1053.84 4887.34 4433.16 2206.84 5363.84 3230.16 926.34 837.6600000000002 3145.34 2551.34 942.5 2835.5 1570.84 495.5 4806.34 6020.34 5813.34 5487.84 3689.0 5560.66 4710.34 3978.66 9865.84 9815.34 2590.66 4566.5 1883.0 4365.0 14475.5 20207.0 2653.16 10194.0 6828.34 10508.34 13235.16 1524.66 4387.0 2117.16 7294.84 4371.84 3358.34 4793.4 3219.9 6412.5 7532.5 4641.5
+Hydrolases;Acting on acid anhydrides;In phosphorus-containing anhydrides;NAD(+) diphosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.6.1.22 EC:3.6.1.22 27497.2 149.67 1251.67 266.83 330.0 183.17 121.33 297.83 86.5 0.17 5.0 179.17 212.33 5.0 1.33 0.0 77.0 49.0 26.0 106.17 148.67 69.83 431.17 42.67 287.83 10.67 158.83 61.17 129.17000000000002 47.5 64.0 149.17000000000004 109.0 3268.67 682.67 752.67 701.67 1775.0 2289.83 3069.67 3133.83 71.67 216.67 380.83 847.5 523.5 193.0 122.5 13.0 1118.83 204.0 298.17 126.17 124.33 742.83 999.0 680.83 4.67 6.67 55.17 6.0 9.0 9.0 3.0 9.0
+Hydrolases;Acting on acid anhydrides;In phosphorus-containing anhydrides;dUTP diphosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.6.1.23 EC:3.6.1.23 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Hydrolases;Acting on acid anhydrides;In phosphorus-containing anhydrides;Triphosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.6.1.25 EC:3.6.1.25 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on acid anhydrides;In phosphorus-containing anhydrides;Undecaprenyl-diphosphate phosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.6.1.27 EC:3.6.1.27 423704.39999999997 9158.34 3668.84 5342.16 8899.0 9749.34 7640.16 6407.66 8193.0 7519.34 1212.1 3201.34 1306.7599999999998 11301.9 4429.16 3903.8 7088.0 11993.0 12869.5 1594.34 9077.84 8530.16 3457.34 10587.34 5714.66 5910.34 843.1600000000002 8986.34 7077.34 1464.0 7882.0 5406.84 458.5 6246.84 4820.34 4565.34 4429.34 5090.0 8800.66 6409.84 4756.66 6775.34 6796.84 2009.16 3496.0 1804.5 3127.5 9847.0 13530.0 2647.66 9085.0 8630.34 9732.34 10943.66 1520.66 3838.0 2524.66 14279.34 8673.84 6193.34 9382.3 6316.8 12638.0 14826.5 9093.0
+Hydrolases;Acting on acid anhydrides;In phosphorus-containing anhydrides;Phosphoribosyl-ATP diphosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.6.1.31 EC:3.6.1.31 252633.69999999998 5060.67 2767.17 3126.33 5298.5 6061.67 4332.33 3639.83 6643.5 2667.67 546.5 1929.17 1000.33 5672.5 1979.33 1966.5 3604.5 11965.0 12829.0 1383.67 8786.17 8308.83 3009.67 10526.17 5248.33 3606.67 411.33 74.17 245.17 1172.0 278.5 3664.17 183.0 5697.17 1111.67 1142.67 1193.17 3357.0 7929.83 5441.17 4154.83 262.17 444.17 545.3299999999998 1020.0 867.0 331.5 242.0 40.0 1261.33 2683.0 5547.17 2725.17 2339.83 752.83 1222.0 1550.33 13671.17 7416.67 4095.17 8428.5 5141.5 12261.5 14094.0 7675.5
+Hydrolases;Acting on acid anhydrides;In phosphorus-containing anhydrides;Guanosine-5'-triphosphate,3'-diphosphate diphosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.6.1.40 EC:3.6.1.40 183365.90000000002 3707.34 1979.84 2568.16 3958.5 3858.84 2838.66 2176.66 4676.0 3756.84 514.3 1723.34 784.46 5659.7 2137.66 1951.9 3622.5 6007.0 6418.0 745.84 4476.84 4211.66 1772.84 5288.84 2822.16 2815.34 417.16 118.34 263.34000000000003 633.5 193.5 2714.34 225.0 4901.84 1101.34 1032.34 1008.84 5856.0 5698.66 6172.84 4891.66 179.84 344.8400000000001 482.16 1062.5 1097.5 265.5 383.5 51.0 2323.16 2094.0 3688.34 2724.34 2105.16 1490.66 2231.0 1955.16 7333.84 4863.34 3968.34 5643.9 3224.9 6498.5 7558.0 6094.5
+Hydrolases;Acting on acid anhydrides;In phosphorus-containing anhydrides;Bis(5'-nucleosyl)-tetraphosphatase (symmetrical) https://www.genome.jp/dbget-bin/www_bget?EC:3.6.1.41 EC:3.6.1.41 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on acid anhydrides;In phosphorus-containing anhydrides;UDP-sugar diphosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.6.1.45 EC:3.6.1.45 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on acid anhydrides;In phosphorus-containing anhydrides;UDP-2,3-diacylglucosamine diphosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.6.1.54 EC:3.6.1.54 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Hydrolases;Acting on acid anhydrides;In phosphorus-containing anhydrides;8-oxo-dGTP diphosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.6.1.55 EC:3.6.1.55 337301.89999999997 7987.34 4708.34 4861.66 8082.5 8958.84 6871.16 6057.66 7500.0 1297.84 285.8 1010.34 1154.9599999999996 81.2 3042.16 46.9 253.5 12028.0 12883.5 1595.84 9080.34 8473.16 3631.84 10596.84 5825.16 3719.34 726.6600000000002 3100.34 2632.34 1346.5 2888.5 3922.84 387.5 9197.34 3607.34 3600.34 3506.84 5213.0 10623.66 8622.34 7346.66 3596.84 3841.34 1663.66 3078.5 1682.0 1927.0 5128.5 6789.0 2529.16 6145.0 7283.34 6382.34 6759.16 1509.66 3043.0 2370.16 13961.84 8073.84 5174.34 8707.4 5890.9 12430.5 14493.5 8084.5
+Hydrolases;Acting on acid anhydrides;In phosphorus-containing anhydrides;(d)CTP diphosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.6.1.65 EC:3.6.1.65 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on acid anhydrides;In phosphorus-containing anhydrides;XTP/dITP diphosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.6.1.66 EC:3.6.1.66 213535.19999999998 5336.67 3724.67 3577.83 5630.0 5827.17 4484.33 3970.83 4764.5 4917.17 547.6 1893.17 988.93 5664.4 3293.33 1951.8 3677.0 6056.0 6469.0 854.17 4628.67 4322.83 2281.17 5328.67 3223.83 4802.67 323.8300000000001 82.17 264.17 725.5 297.0 4146.17 198.0 8138.67 1891.67 1855.67 1833.67 5627.0 8102.83 8611.67 7556.83 279.67 576.67 882.83 1866.5 972.5 490.0 435.5 63.0 1237.83 2381.0 3515.17 2899.17 2185.33 751.83 1273.0 1274.83 7308.67 4914.67 3981.17 5255.8 3546.8 6457.0 7630.0 5485.0
+Hydrolases;Acting on acid anhydrides;In phosphorus-containing anhydrides;Acylphosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.6.1.7 EC:3.6.1.7 177191.69999999998 4492.67 1200.67 2526.83 4267.5 4760.67 3760.83 3042.83 4047.5 1227.67 193.8 356.17 410.63 41.2 2083.83 25.9 66.5 5972.0 6417.5 743.67 4462.67 4193.33 1441.67 5271.17 2712.33 911.67 408.83 3020.17 2380.17 667.0 2633.5 1225.67 200.5 1461.67 1973.67 1864.67 1796.17 1874.0 3166.83 1612.67 802.83 3344.17 3286.67 809.83 1319.0 787.5 1456.0 4859.0 6750.0 1322.33 4456.0 4298.17 4806.17 5424.83 759.83 1912.0 1254.33 7134.17 4333.17 3065.17 4681.4 3150.9 6311.5 7407.5 4542.5
+Hydrolases;Acting on acid anhydrides;In phosphorus-containing anhydrides;ATP diphosphatase https://www.genome.jp/dbget-bin/www_bget?EC:3.6.1.8 EC:3.6.1.8 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Hydrolases;Acting on acid anhydrides;Acting on acid anhydrides to facilitate cellular and subcellular movement;DNA helicase https://www.genome.jp/dbget-bin/www_bget?EC:3.6.4.12 EC:3.6.4.12 2048385.0 43187.7 23511.7 26093.3 42947.0 45631.7 35917.3 30954.3 38055.0 32462.7 4908.0 14307.7 7004.3 45288.0 20860.3 15640.0 28914.0 54252.0 58051.0 7855.7 41805.7 38852.3 18087.7 47890.7 27455.3 26269.7 4192.3 30325.7 24436.7 6941.0 27225.0 24862.7 2424.0 46184.7 27068.7 26176.7 25188.7 31691.0 52425.3 46484.7 39125.3 34101.7 34934.7 11823.3 21624.0 9904.0 16452.0 49795.0 67657.0 13168.3 44978.0 40668.7 47836.7 54024.3 7602.3 19142.0 12284.3 64591.7 39663.7 29191.7 42900.0 28907.0 57134.0 67065.0 41980.0
+Hydrolases;Acting on acid anhydrides;Acting on acid anhydrides to facilitate cellular and subcellular movement;RNA helicase https://www.genome.jp/dbget-bin/www_bget?EC:3.6.4.13 EC:3.6.4.13 469293.60000000003 9445.36 6158.36 5865.6399999999985 9598.0 10104.36 7895.64 7001.6399999999985 8356.0 2456.36 406.6 1274.36 1495.2399999999998 97.4 4172.64 55.8 364.0 12091.0 12925.0 1813.36 9381.36 8746.64 4460.3600000000015 10672.36 6290.64 9867.36 1705.64 6368.36 5409.36 1662.0 5632.0 8934.36 980.0 12788.36 6524.36 6300.3600000000015 6094.3600000000015 10547.0 13540.64 12659.36 11071.64 6929.36 7237.36 2786.64 5201.0 4122.0 3532.0 10091.0 13555.0 9348.64 9617.0 10283.36 10082.36 11353.64 5973.64 9776.0 6545.64 14303.36 8688.36 6299.3600000000015 9396.8 6340.8 12662.0 14840.0 9115.0
+Hydrolases;Acting on carbon-carbon bonds;In ketonic substances;Cobalt-precorrin 5A hydrolase https://www.genome.jp/dbget-bin/www_bget?EC:3.7.1.12 EC:3.7.1.12 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Hydrolases;Acting on carbon-carbon bonds;In ketonic substances;Fumarylacetoacetase https://www.genome.jp/dbget-bin/www_bget?EC:3.7.1.2 EC:3.7.1.2 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Hydrolases;Acting on carbon-carbon bonds;In ketonic substances;3D-(3,5/4)-trihydroxycyclohexane-1,2-dione acylhydrolase (decyclizing) https://www.genome.jp/dbget-bin/www_bget?EC:3.7.1.22 EC:3.7.1.22 107124.0 937.0 1653.0 696.0 1238.0 1412.0 771.0 734.0 2707.0 64.0 82.0 442.0 514.0 27.0 895.0 19.0 107.0 6007.0 6415.0 741.0 4460.0 4164.0 1669.0 5283.0 2654.0 799.0 137.0 19.0 109.0 577.0 145.0 1093.0 69.0 4296.0 710.0 821.0 813.0 1492.0 4758.0 3794.0 3364.0 141.0 312.0 435.0 901.0 358.0 235.0 134.0 17.0 45.0 994.0 2365.0 701.0 754.0 4.0 48.0 387.0 6611.0 3101.0 1158.0 3802.0 2019.0 5993.0 6744.0 3178.0
+Hydrolases;Acting on carbon-carbon bonds;In ketonic substances;Kynureninase https://www.genome.jp/dbget-bin/www_bget?EC:3.7.1.3 EC:3.7.1.3 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Hydrolases;Acting on halide bonds;In carbon-halide compounds;(S)-2-haloacid dehalogenase https://www.genome.jp/dbget-bin/www_bget?EC:3.8.1.2 EC:3.8.1.2 174397.0 1502.0 558.5 600.5 1352.0 1430.0 1051.5 694.0 2831.0 64.0 152.5 311.0 387.5 26.5 916.5 23.0 46.0 5986.0 6399.5 840.0 4588.5 4265.5 1577.0 5294.0 2600.0 900.0 384.5 3003.0 2328.0 763.0 2694.0 1226.5 220.5 1141.5 3421.0 3295.0 3128.0 232.0 2601.0 760.5 281.0 6524.0 6409.5 1460.5 2459.0 721.5 2770.5 9511.0 13457.0 254.0 6355.0 4563.0 6173.0 8354.0 25.0 1510.0 553.0 6764.0 3128.5 1351.0 3907.5 2070.0 6076.0 6863.5 3260.0
+Lyases;Carbon-carbon lyases;Carboxy-lyases;Aspartate 1-decarboxylase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.1.11 EC:4.1.1.11 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Lyases;Carbon-carbon lyases;Carboxy-lyases;Aspartate 4-decarboxylase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.1.12 EC:4.1.1.12 48837.0 369.0 86.5 96.5 223.0 117.0 199.5 139.0 111.0 0.0 72.5 24.0 44.5 2.5 20.5 3.0 8.0 14.0 6.5 102.0 138.5 85.5 171.0 28.0 118.0 99.0 135.5 2965.0 2256.0 115.0 2541.0 99.5 95.5 72.5 1682.0 1599.0 1496.0 25.0 75.0 20.5 23.0 3229.0 3157.5 703.5 1204.0 287.5 1367.5 4752.0 6731.0 106.0 2767.0 1116.0 2789.0 3843.0 11.0 738.0 91.0 78.0 17.5 128.0 58.5 30.0 46.0 61.5 45.0
+Lyases;Carbon-carbon lyases;Carboxy-lyases;Glutamate decarboxylase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.1.15 EC:4.1.1.15 31745.4 2415.34 604.34 1379.66 2237.0 2603.34 2224.66 1990.66 660.0 6.34 4.0 27.34 9.66 8.0 62.66 1.0 3.0 0.0 22.0 6.34 8.34 10.66 22.34 1.34 172.66 24.34 292.66 96.34 144.34 21.0 11.0 180.34 144.0 166.34 190.34 165.34 167.34 996.0 340.66 94.34 48.66 35.34 24.34 39.66 10.0 631.0 41.0 13.0 5.0 2274.66 553.0 850.34 784.34 528.66 1486.66 2054.0 1377.66 211.34 634.34 898.34 214.0 709.0 114.0 335.0 357.0
+Lyases;Carbon-carbon lyases;Carboxy-lyases;Lysine decarboxylase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.1.18 EC:4.1.1.18 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Lyases;Carbon-carbon lyases;Carboxy-lyases;Arginine decarboxylase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.1.19 EC:4.1.1.19 45965.600000000006 29.36 5.36 30.64 40.0 31.36 26.64 40.64 4.0 1.36 1.0 7.36 11.64 0.0 2.64 1.0 0.0 0.0 3.0 10.36 7.36 43.64 79.36 5.36 6.64 2080.36 1087.64 385.36 581.36 79.0 65.0 2126.36 585.0 41.36 347.36 293.36 285.36 3776.0 126.64 68.36 65.64 11.36 8.36 26.64 16.0 2517.0 32.0 5.0 4.0 8926.64 248.0 2113.36 176.36 310.64 5934.64 7880.0 5318.64 17.36 5.36 9.36 4.0 3.0 3.0 4.0 8.0
+Lyases;Carbon-carbon lyases;Carboxy-lyases;Diaminopimelate decarboxylase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.1.20 EC:4.1.1.20 170089.7 4269.67 2365.17 2693.33 4387.5 4829.67 3679.33 3198.83 4022.5 3759.67 501.3 1666.17 713.1299999999999 5650.7 2185.33 1947.9 3574.5 6007.0 6440.0 747.67 4474.17 4213.83 1770.67 5285.17 2881.33 2807.67 297.3300000000001 68.17 194.17 638.0 194.5 2635.17 151.0 4666.17 1054.67 1044.67 1056.17 3170.0 5455.83 4715.17 3917.83 192.17 348.17 488.33 965.0 719.0 286.5 230.0 36.0 1219.33 1862.0 3216.17 2129.17 1671.83 749.83 1188.0 1179.33 7063.17 4321.67 2991.17 4632.9 3132.9 6277.5 7353.0 4505.5
+Lyases;Carbon-carbon lyases;Carboxy-lyases;Histidine decarboxylase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.1.22 EC:4.1.1.22 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Lyases;Carbon-carbon lyases;Carboxy-lyases;Orotidine-5'-phosphate decarboxylase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.1.23 EC:4.1.1.23 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Lyases;Carbon-carbon lyases;Carboxy-lyases;Phosphoenolpyruvate carboxylase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.1.31 EC:4.1.1.31 24087.7 924.67 109.17 625.33 918.5 820.67 690.33 483.83 656.5 1.67 9.5 48.17 49.33 8.5 7.33 3.5 25.5 0.0 3.0 2.67 7.17 40.83 81.67 2.17 56.33 2005.67 139.33 49.17 83.17 49.0 44.5 1532.17 82.0 211.17 213.67 117.67 127.17 1622.0 368.83 830.17 518.83 17.17 13.17 19.33 57.0 357.0 16.5 84.0 14.0 1131.33 377.0 529.1700000000002 686.17 465.83 742.83 1056.0 744.33 244.17 587.67 937.17 616.5 403.5 170.5 274.0 972.5
+Lyases;Carbon-carbon lyases;Carboxy-lyases;Diphosphomevalonate decarboxylase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.1.33 EC:4.1.1.33 154856.5 2081.0 597.0 1151.0 2049.5 2166.5 1539.5 1059.0 3388.0 1221.5 190.8 335.0 410.3 33.2 2021.5 25.9 63.5 5972.0 6398.5 739.5 4457.0 4220.5 1490.5 5270.5 2540.5 2893.0 253.0 2972.0 2319.0 693.5 2666.5 2575.5 137.5 1311.0 1923.0 1785.0 1734.5 1364.0 2912.0 1575.0 772.0 3315.5 3266.0 777.0 1314.5 479.0 1426.0 4847.5 6749.0 163.5 3934.0 3712.0 4050.0 4938.5 15.0 843.0 541.5 6928.5 3699.5 2168.0 4471.4 2444.9 6200.5 7076.5 4186.5
+Lyases;Carbon-carbon lyases;Carboxy-lyases;Phosphopantothenoylcysteine decarboxylase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.1.36 EC:4.1.1.36 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Lyases;Carbon-carbon lyases;Carboxy-lyases;Uroporphyrinogen decarboxylase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.1.37 EC:4.1.1.37 177622.2 940.67 1653.67 699.8299999999998 1257.0 1421.17 774.33 740.8299999999998 2707.5 10192.17 1579.0 5044.17 1027.33 22455.0 1379.33 7716.0 13863.0 6007.0 6418.0 743.17 4462.67 4201.83 1740.17 5283.67 2654.83 2804.67 273.83000000000004 67.17 192.17 624.5 189.0 2623.17 150.0 4311.67 849.6700000000002 906.67 918.67 1978.0 4843.83 3850.67 3381.83 147.67000000000004 315.67 441.83 906.5 680.5 246.0 135.5 21.0 1160.83 1025.0 2629.17 729.17 796.33 745.83 1033.0 1051.83 6616.67 3101.67 1159.17 3806.0 2022.0 5996.0 6748.0 3179.0
+Lyases;Carbon-carbon lyases;Carboxy-lyases;4-carboxymuconolactone decarboxylase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.1.44 EC:4.1.1.44 173798.19999999998 1478.67 542.6700000000002 578.8299999999998 1350.0 1397.17 1054.33 673.8299999999998 2819.5 1220.17 114.8 311.17 399.13 26.2 1998.33 21.4 46.0 5986.0 6397.0 841.17 4588.67 4265.83 1574.17 5291.67 2597.83 813.67 519.83 118.17 164.17000000000004 766.5 225.0 1310.17 290.0 1110.67 3450.67 3323.67 3152.67 697.0 2583.83 755.67 285.8300000000001 6520.67 6408.67 1459.83 2456.5 1033.5 2764.0 9506.5 13448.0 1369.83 6386.0 4827.17 6193.17 8392.33 766.83 2495.0 1217.83 6765.67 3127.67 1343.17 3902.4 2071.4 6076.0 6863.0 3261.0
+Lyases;Carbon-carbon lyases;Carboxy-lyases;Indole-3-glycerol-phosphate synthase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.1.48 EC:4.1.1.48 167784.7 4269.67 2365.17 2693.33 4387.5 4829.67 3679.33 3198.83 4022.5 2603.67 469.5 1666.17 698.3299999999998 5650.5 1085.33 1947.5 3574.5 6007.0 6440.0 747.67 4474.17 4213.83 1770.67 5285.17 2881.33 2807.67 297.3300000000001 68.17 194.17 638.0 194.5 2635.17 151.0 4666.17 1054.67 1044.67 1056.17 3170.0 5455.83 4715.17 3917.83 192.17 348.17 488.33 965.0 719.0 286.5 230.0 36.0 1219.33 1862.0 3216.17 2129.17 1671.83 749.83 1188.0 1179.33 7063.17 4321.67 2991.17 4632.5 3131.5 6277.5 7353.0 4505.5
+Lyases;Carbon-carbon lyases;Carboxy-lyases;Phosphoenolpyruvate carboxykinase (ATP) https://www.genome.jp/dbget-bin/www_bget?EC:4.1.1.49 EC:4.1.1.49 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Lyases;Carbon-carbon lyases;Carboxy-lyases;Acetolactate decarboxylase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.1.5 EC:4.1.1.5 185317.69999999998 4519.67 1217.17 2552.33 4272.5 4796.67 3761.33 3067.83 4059.5 1227.67 263.3 356.17 414.13 41.7 2102.33 27.9 66.5 5972.0 6420.0 743.67 4463.17 4193.83 1445.67 5274.17 2715.33 1008.67 409.33 5953.17 4615.17 668.0 5105.5 1227.17 203.0 1496.17 1973.67 1865.67 1797.17 1879.0 3189.83 1619.17 804.83 3348.17 3288.17 813.33 1323.0 789.0 1465.5 4864.0 6759.0 1322.33 4456.0 4298.17 4807.17 5424.83 759.83 1912.0 1254.33 7134.17 4334.67 3074.17 4686.9 3150.9 6311.5 7408.0 4542.5
+Lyases;Carbon-carbon lyases;Carboxy-lyases;Adenosylmethionine decarboxylase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.1.50 EC:4.1.1.50 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Lyases;Carbon-carbon lyases;Carboxy-lyases;Phosphatidylserine decarboxylase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.1.65 EC:4.1.1.65 104703.6 802.01 404.01 444.49 936.0 1247.51 662.99 457.49 2622.5 64.51 78.0 269.51 311.99 22.0 894.99 20.0 30.0 5958.0 6392.0 640.51 4316.01 4134.49 1312.51 5243.01 2369.49 2826.01 522.49 150.51 276.51 590.5 134.0 2729.51 257.0 1054.01 256.01 243.01 294.01 1613.0 2571.49 786.01 268.49 78.01 101.01 69.49 63.5 1097.5 62.0 14.5 8.0 3389.49 914.0 3123.51 666.51 786.99 2228.49 2989.0 2365.49 6617.01 3097.01 1107.51 3800.0 2013.0 5987.0 6745.0 3173.0
+Lyases;Carbon-carbon lyases;Carboxy-lyases;Indolepyruvate decarboxylase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.1.74 EC:4.1.1.74 90071.20000000001 794.67 402.67 436.83 914.0 1235.17 656.33 445.83 2621.5 64.17 77.0 263.17 302.33 22.0 894.33 19.0 30.0 5958.0 6389.0 637.17 4312.67 4095.83 1240.17 5241.67 2367.83 809.67 249.83 54.17 122.17 538.5 87.0 1114.17 104.0 1034.67 86.67 127.67 162.67000000000004 657.0 2479.83 727.67 243.83 70.67 96.67 59.83 56.5 461.5 48.0 12.5 4.0 1157.83 852.0 2595.17 617.17 706.33 744.83 1019.0 1035.83 6609.67 3095.67 1105.17 3796.0 2010.0 5984.0 6741.0 3171.0
+Lyases;Carbon-carbon lyases;Carboxy-lyases;Threonine-phosphate decarboxylase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.1.81 EC:4.1.1.81 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Lyases;Carbon-carbon lyases;Carboxy-lyases;3-dehydro-L-gulonate-6-phosphate decarboxylase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.1.85 EC:4.1.1.85 36952.5 1067.0 1359.5 884.5 1226.5 991.5 805.0 770.0 742.0 1.5 13.5 221.0 252.0 13.5 8.0 2.5 102.5 49.0 26.0 105.5 152.5 72.0 440.5 43.5 342.5 0.0 25.5 14.0 58.0 44.5 61.5 66.0 38.0 3460.5 727.0 755.0 697.5 2441.0 2567.0 3841.5 3628.0 81.5 225.5 390.5 897.5 244.5 195.5 204.5 23.0 18.5 519.0 299.0 763.0 509.5 2.0 85.0 95.5 241.5 593.0 990.0 618.5 409.5 176.5 273.0 979.5
+Lyases;Carbon-carbon lyases;Carboxy-lyases;4-hydroxy-3-polyprenylbenzoate decarboxylase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.1.98 EC:4.1.1.98 91866.40000000001 691.34 141.34 149.66 442.0 168.34 404.66 237.66 199.0 0.34 6.0 48.34 82.66 4.0 4.66 2.0 16.0 28.0 8.0 206.34 277.34 171.66 336.34 51.34 231.66 25.34 541.6600000000002 160.34 184.34 237.0 144.0 366.34 330.0 83.34 3423.34 3255.34 3041.34 980.0 115.66 31.34 55.66 6451.34 6313.34 1405.66 2403.0 1199.0 2722.0 9495.0 13444.0 2443.66 5596.0 2760.34 5618.34 7762.66 1505.66 3446.0 1511.66 159.34 33.34 240.34 106.0 60.0 92.0 122.0 92.0
+Lyases;Carbon-carbon lyases;Aldehyde-lyases;Fructose-bisphosphate aldolase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.2.13 EC:4.1.2.13 254549.89999999997 4815.34 3719.84 3082.16 4945.5 5165.84 4000.66 3660.66 4232.0 3759.84 648.3 1869.34 973.46 5658.7 2225.66 1952.9 3659.5 6070.0 6475.0 955.84 4761.84 4369.66 2376.84 5358.84 3290.16 3014.34 592.1600000000002 6027.34 4814.34 801.5 5271.5 2885.34 358.0 8041.84 3419.34 3397.34 3254.84 4975.0 7843.66 7811.84 7076.66 3496.84 3723.84 1576.16 3020.5 1531.5 1856.5 5109.5 6789.0 2444.16 4833.0 4630.34 5045.34 5639.16 1503.66 2925.0 1951.16 7145.84 4347.34 3183.34 4702.9 3171.9 6332.5 7418.0 4559.5
+Lyases;Carbon-carbon lyases;Aldehyde-lyases;2-dehydro-3-deoxy-phosphogluconate aldolase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.2.14 EC:4.1.2.14 109103.6 2738.01 3123.51 1934.99 2915.0 3008.51 2464.49 2608.49 844.5 2538.51 458.5 1540.51 572.49 5625.5 204.49 1928.0 3596.0 98.0 79.5 218.51 307.51 186.99 957.51 89.01 750.49 2127.01 475.99 3103.51 2578.51 155.5 2649.0 1840.01 301.5 6746.51 1636.01 1698.01 1626.01 4097.0 5017.49 6293.51 6322.49 188.01 461.51 805.99 1711.5 1375.0 441.5 263.5 44.0 3396.49 930.0 1182.51 1023.51 742.99 2230.49 3067.0 2074.49 223.01 648.51 1016.51 235.5 730.0 135.0 345.5 374.0
+Lyases;Carbon-carbon lyases;Aldehyde-lyases;L-fuculose-phosphate aldolase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.2.17 EC:4.1.2.17 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Lyases;Carbon-carbon lyases;Aldehyde-lyases;Fructose-6-phosphate phosphoketolase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.2.22 EC:4.1.2.22 93672.0 4592.0 890.0 2686.0 4248.0 4301.0 3791.0 3049.0 2070.0 1165.0 55.8 135.0 144.8 27.2 1178.0 7.4 62.0 14.0 26.0 107.0 154.0 100.0 208.0 28.0 397.0 5.0 161.0 34.0 23.0 129.0 75.0 112.0 95.0 588.0 1961.0 1768.0 1654.0 2348.0 947.0 1652.0 1058.0 3280.0 3198.0 759.0 1310.0 359.0 1404.0 4924.0 6747.0 180.0 3950.0 1968.0 4846.0 5142.0 16.0 964.0 298.0 763.0 1823.0 2887.0 1492.4 1541.4 495.0 936.0 2343.0
+Lyases;Carbon-carbon lyases;Aldehyde-lyases;Dihydroneopterin aldolase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.2.25 EC:4.1.2.25 186672.2 3717.67 2343.17 2168.33 3711.0 4135.17 3191.83 2860.83 3477.5 70.17 159.5 499.17 576.8299999999998 37.5 977.83 24.0 118.0 6021.0 6446.5 849.17 4608.17 4296.33 1931.17 5311.67 2943.83 2906.67 430.33 3032.17 2450.17 751.5 2735.0 2732.67 245.5 4543.17 2662.67 2611.67 2530.67 2059.0 5247.83 3962.17 3439.83 3410.67 3496.17 1179.33 2117.5 972.0 1648.5 4899.5 6757.0 1309.83 4283.0 4067.17 4260.17 5091.33 759.83 1855.0 1190.83 6902.67 3752.17 2183.17 4078.5 2761.0 6156.0 7144.5 3579.0
+Lyases;Carbon-carbon lyases;Aldehyde-lyases;5-dehydro-2-deoxyphosphogluconate aldolase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.2.29 EC:4.1.2.29 84849.0 791.0 402.0 433.0 911.0 1232.0 653.0 441.0 2621.0 64.0 77.0 263.0 302.0 22.0 894.0 19.0 30.0 5958.0 6389.0 636.0 4312.0 4095.0 1239.0 5241.0 2367.0 799.0 114.0 6.0 51.0 534.0 84.0 1029.0 32.0 1031.0 57.0 98.0 137.0 187.0 2474.0 726.0 237.0 70.0 96.0 57.0 55.0 148.0 45.0 12.0 4.0 42.0 821.0 2331.0 596.0 668.0 3.0 34.0 371.0 6608.0 3095.0 1104.0 3796.0 2010.0 5984.0 6741.0 3170.0
+Lyases;Carbon-carbon lyases;Aldehyde-lyases;Deoxyribose-phosphate aldolase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.2.4 EC:4.1.2.4 311373.2 4654.67 3996.17 2864.33 4949.0 5547.17 3962.83 3594.83 6184.5 3822.17 647.3 2090.17 1231.63 5671.7 3093.83 1967.4 3664.0 12028.0 12861.5 1590.17 9068.17 8460.33 3600.17 10594.67 5597.83 3705.67 567.33 3051.17 2559.17 1328.5 2880.0 3825.67 314.5 8839.17 3372.67 3432.67 3343.67 3551.0 10005.83 7756.17 6803.83 3551.67 3808.17 1614.33 3018.5 1330.0 1883.5 5033.5 6774.0 1354.83 5277.0 6432.17 4961.17 5845.33 763.83 1903.0 1577.83 13513.67 6853.17 3341.17 7880.9 4781.4 12149.0 13888.5 6757.0
+Lyases;Carbon-carbon lyases;Aldehyde-lyases;Tagatose-bisphosphate aldolase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.2.40 EC:4.1.2.40 119498.20000000001 3229.67 1022.17 1834.33 3150.0 3868.17 2874.83 2451.83 3292.5 70.17 150.5 290.17 314.83 30.5 974.83 22.0 33.0 5958.0 6413.5 641.17 4320.17 4105.33 1264.17 5244.67 2541.83 909.67 271.33000000000004 2987.17 2359.17 551.5 2564.0 1125.67 106.5 1228.17 217.67 234.67 279.67 718.0 2831.83 825.17 280.83000000000004 108.67 121.17 97.33 67.5 467.0 92.5 29.5 18.0 1200.83 1343.0 2917.17 1360.17 1158.33 747.83 1103.0 1083.83 6817.67 3730.17 2010.17 4015.5 2719.0 6098.0 7076.5 3526.0
+Lyases;Carbon-carbon lyases;Aldehyde-lyases;L-threonine aldolase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.2.5 EC:4.1.2.5 114753.40000000001 798.34 403.34 440.66 933.0 1244.34 659.66 452.66 2622.0 2596.34 452.0 1418.34 437.66 5629.0 1015.66 1944.0 3469.0 5958.0 6392.0 639.34 4315.34 4133.66 1311.34 5242.34 2368.66 2815.34 386.66 102.34 205.34 586.0 131.0 2644.34 185.0 1050.34 226.34 213.34 268.34000000000003 1143.0 2565.66 784.34 261.66 77.34 100.34 66.66 62.0 784.0 59.0 14.0 8.0 2273.66 883.0 2859.34 645.34 748.66 1486.66 2004.0 1700.66 6615.34 3096.34 1106.34 3800.0 2013.0 5987.0 6745.0 3172.0
+Lyases;Carbon-carbon lyases;Aldehyde-lyases;6-carboxytetrahydropterin synthase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.2.50 EC:4.1.2.50 8376.0 0.0 0.0 0.0 32.0 12.0 0.0 4.0 0.0 0.0 2.0 12.0 18.0 0.0 0.0 2.0 0.0 0.0 6.0 2.0 4.0 74.0 140.0 0.0 0.0 3990.0 2.0 0.0 24.0 86.0 82.0 2890.0 18.0 24.0 220.0 112.0 160.0 32.0 160.0 110.0 22.0 12.0 6.0 8.0 8.0 18.0 16.0 2.0 8.0 0.0 0.0 0.0 14.0 8.0 0.0 0.0 0.0 8.0 0.0 0.0 8.0 6.0 6.0 8.0 0.0
+Lyases;Carbon-carbon lyases;Aldehyde-lyases;Phosphoketolase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.2.9 EC:4.1.2.9 93672.0 4592.0 890.0 2686.0 4248.0 4301.0 3791.0 3049.0 2070.0 1165.0 55.8 135.0 144.8 27.2 1178.0 7.4 62.0 14.0 26.0 107.0 154.0 100.0 208.0 28.0 397.0 5.0 161.0 34.0 23.0 129.0 75.0 112.0 95.0 588.0 1961.0 1768.0 1654.0 2348.0 947.0 1652.0 1058.0 3280.0 3198.0 759.0 1310.0 359.0 1404.0 4924.0 6747.0 180.0 3950.0 1968.0 4846.0 5142.0 16.0 964.0 298.0 763.0 1823.0 2887.0 1492.4 1541.4 495.0 936.0 2343.0
+Lyases;Carbon-carbon lyases;Oxo-acid-lyases;Isocitrate lyase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.3.1 EC:4.1.3.1 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Lyases;Carbon-carbon lyases;Oxo-acid-lyases;Anthranilate synthase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.3.27 EC:4.1.3.27 276341.9 7326.34 2119.84 4239.16 7221.5 8487.84 6435.66 5334.66 7217.0 5205.84 920.5 2932.34 932.66 11282.5 2161.66 3892.5 6969.5 11916.0 12828.0 1284.84 8647.84 8286.66 2670.84 10484.84 5133.16 5615.34 546.1600000000002 109.34 272.34000000000003 1188.5 266.5 5140.34 227.0 2606.84 729.34 611.34 738.84 2594.0 6060.66 2520.84 1080.66 231.84 254.84 208.16 186.5 983.5 187.5 133.5 36.0 2417.16 3032.0 6099.34 3390.34 2748.16 1496.66 2277.0 2247.16 13881.84 8044.34 4938.34 8640.5 5844.5 12369.5 14430.0 8023.5
+Lyases;Carbon-carbon lyases;Oxo-acid-lyases;N-acetylneuraminate lyase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.3.3 EC:4.1.3.3 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Lyases;Carbon-carbon lyases;Oxo-acid-lyases;Citryl-CoA lyase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.3.34 EC:4.1.3.34 77663.5 1409.0 1429.5 955.5 1444.5 1072.5 1004.0 884.0 841.0 1.5 16.5 245.0 293.0 15.5 10.0 3.5 110.5 63.0 30.0 207.5 290.5 157.0 607.5 68.5 457.5 2.0 160.5 46.0 79.0 158.5 130.5 164.0 131.0 3498.5 2409.0 2353.0 2192.5 2461.0 2619.0 3855.5 3649.0 3306.5 3381.5 1090.5 2097.5 530.5 1553.5 4951.5 6745.0 124.5 3286.0 1415.0 3551.0 4352.5 13.0 823.0 186.5 319.5 609.0 1109.0 671.5 439.5 222.5 334.0 1024.5
+Lyases;Carbon-carbon lyases;Oxo-acid-lyases;1,4-dihydroxy-2-naphthoyl-CoA synthase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.3.36 EC:4.1.3.36 141642.69999999998 1888.67 1778.67 1346.83 2161.5 2268.67 1461.83 1242.83 3375.5 1221.67 192.8 490.17 581.6299999999999 36.2 2020.83 24.9 132.5 6007.0 6420.5 743.67 4467.67 4205.33 1754.67 5288.17 2713.33 2901.67 276.83000000000004 3001.17 2427.17 627.0 2661.5 2626.67 153.5 4541.67 923.67 939.67 941.17 3119.0 5149.83 4630.67 3884.83 162.17000000000004 326.67 457.83 962.0 716.5 261.0 223.0 40.0 1176.33 1371.0 2894.17 1388.17 1219.83 746.83 1104.0 1131.33 6855.17 3690.17 2104.17 4424.4 2423.9 6163.5 7018.5 4150.5
+Lyases;Carbon-carbon lyases;Oxo-acid-lyases;Aminodeoxychorismate lyase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.3.38 EC:4.1.3.38 48798.200000000004 2557.67 1854.67 1638.83 2561.0 2780.17 2339.33 2278.83 745.5 6.17 9.0 206.17 221.33 13.0 63.33 1.0 80.0 49.0 48.0 110.17 155.67 78.83 451.17 42.67 458.83 13.67 179.83 61.17 131.17000000000002 59.5 69.0 159.17000000000004 109.0 3427.67 813.67 858.67 817.67 1831.0 2618.83 3160.67 3168.83 105.67 239.67 414.83 854.5 527.5 228.0 134.5 18.0 1161.83 695.0 620.1700000000002 868.17 576.33 745.83 1083.0 728.83 212.67 639.67 951.17 220.0 718.0 123.0 338.0 364.0
+Lyases;Carbon-carbon lyases;Oxo-acid-lyases;Hydroxymethylglutaryl-CoA lyase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.3.4 EC:4.1.3.4 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Lyases;Carbon-carbon lyases;Oxo-acid-lyases;Chorismate lyase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.3.40 EC:4.1.3.40 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Lyases;Carbon-carbon lyases;Oxo-acid-lyases;3-hydroxy-D-aspartate aldolase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.3.41 EC:4.1.3.41 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Lyases;Carbon-carbon lyases;Oxo-acid-lyases;(4S)-4-hydroxy-2-oxoglutarate aldolase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.3.42 EC:4.1.3.42 109103.6 2738.01 3123.51 1934.99 2915.0 3008.51 2464.49 2608.49 844.5 2538.51 458.5 1540.51 572.49 5625.5 204.49 1928.0 3596.0 98.0 79.5 218.51 307.51 186.99 957.51 89.01 750.49 2127.01 475.99 3103.51 2578.51 155.5 2649.0 1840.01 301.5 6746.51 1636.01 1698.01 1626.01 4097.0 5017.49 6293.51 6322.49 188.01 461.51 805.99 1711.5 1375.0 441.5 263.5 44.0 3396.49 930.0 1182.51 1023.51 742.99 2230.49 3067.0 2074.49 223.01 648.51 1016.51 235.5 730.0 135.0 345.5 374.0
+Lyases;Carbon-carbon lyases;Other carbon-carbon lyases;Tryptophanase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.99.1 EC:4.1.99.1 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Lyases;Carbon-carbon lyases;Other carbon-carbon lyases;3,4-dihydroxy-2-butanone-4-phosphate synthase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.99.12 EC:4.1.99.12 137028.40000000002 944.34 1654.34 703.6600000000002 1260.0 1424.34 777.66 745.6600000000002 2708.0 2596.34 457.0 1597.34 649.6600000000002 5634.0 1016.66 1944.0 3546.0 6007.0 6418.0 744.34 4463.34 4202.66 1741.34 5284.34 2655.66 2815.34 409.66 115.34 263.34000000000003 629.0 192.0 2708.34 222.0 4315.34 879.34 936.34 944.34 2448.0 4849.66 3852.34 3388.66 148.34 316.3400000000001 444.66 908.0 994.0 249.0 136.0 21.0 2276.66 1056.0 2893.34 750.34 834.66 1487.66 2018.0 1716.66 6618.34 3102.34 1160.34 3806.0 2022.0 5996.0 6748.0 3180.0
+Lyases;Carbon-carbon lyases;Other carbon-carbon lyases;Spore photoproduct lyase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.99.14 EC:4.1.99.14 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Lyases;Carbon-carbon lyases;Other carbon-carbon lyases;Phosphomethylpyrimidine synthase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.99.17 EC:4.1.99.17 24682.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 2532.17 375.0 1155.17 135.33 5607.0 121.33 1925.0 3439.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Lyases;Carbon-carbon lyases;Other carbon-carbon lyases;2-iminoacetate synthase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.99.19 EC:4.1.99.19 24682.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 2532.17 375.0 1155.17 135.33 5607.0 121.33 1925.0 3439.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Lyases;Carbon-carbon lyases;Other carbon-carbon lyases;Deoxyribodipyrimidine photo-lyase https://www.genome.jp/dbget-bin/www_bget?EC:4.1.99.3 EC:4.1.99.3 98447.20000000001 794.67 402.67 436.83 946.0 1247.17 656.33 449.83 2621.5 64.17 79.0 275.17 320.33 22.0 894.33 21.0 30.0 5958.0 6395.0 639.17 4316.67 4169.83 1380.17 5241.67 2367.83 4799.67 251.83 54.17 146.17000000000004 624.5 169.0 4004.17 122.0 1058.67 306.67 239.67 322.67 689.0 2639.83 837.67 265.83 82.67 102.67 67.83 64.5 479.5 64.0 14.5 12.0 1157.83 852.0 2595.17 631.17 714.33 744.83 1019.0 1035.83 6617.67 3095.67 1105.17 3804.0 2016.0 5990.0 6749.0 3171.0
+Lyases;Carbon-oxygen lyases;Hydro-lyases;Carbonate dehydratase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.1 EC:4.2.1.1 167441.90000000002 6535.34 1717.84 3806.16 6326.5 7261.84 5782.66 4895.66 4596.0 1233.84 128.3 377.34 402.46 46.7 2125.66 26.9 61.5 5958.0 6442.0 649.84 4337.84 4228.66 1501.84 5243.84 2766.16 6811.34 433.16 103.34 233.34 697.5 223.5 5556.34 204.0 1587.84 782.34 569.34 681.84 2423.0 3666.66 1849.84 854.6600000000002 167.84 161.84 155.16 135.5 844.5 150.5 122.5 36.0 2375.16 2211.0 3768.34 2801.34 2084.16 1493.66 2243.0 1876.16 7277.84 4949.34 3834.34 4848.9 3838.9 6388.5 7693.0 4853.5
+Lyases;Carbon-oxygen lyases;Hydro-lyases;3-dehydroquinate dehydratase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.10 EC:4.2.1.10 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Lyases;Carbon-oxygen lyases;Hydro-lyases;Phosphopyruvate hydratase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.11 EC:4.2.1.11 224148.90000000002 4642.34 2452.34 2793.66 4613.5 4949.84 3882.16 3342.66 4134.0 3759.84 573.8 1690.34 757.96 5653.2 2206.16 1950.9 3582.5 6021.0 6446.5 850.84 4613.34 4300.16 1942.84 5313.84 3000.16 2917.34 568.6600000000002 3081.34 2521.34 757.5 2738.5 2819.84 318.5 4742.34 2766.34 2673.34 2577.84 3665.0 5536.66 4737.34 3947.66 3421.84 3506.34 1194.66 2170.5 1320.0 1657.0 4982.5 6767.0 2441.16 4660.0 4596.34 4939.34 5553.16 1502.66 2911.0 1935.16 7142.84 4339.84 3120.34 4691.4 3162.9 6323.5 7414.5 4551.5
+Lyases;Carbon-oxygen lyases;Hydro-lyases;o-succinylbenzoate synthase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.113 EC:4.2.1.113 137454.69999999998 1888.67 1778.67 1346.83 2145.5 2262.67 1461.83 1240.83 3375.5 1221.67 191.8 484.17 572.6299999999999 36.2 2020.83 23.9 132.5 6007.0 6417.5 742.67 4465.67 4168.33 1684.67 5288.17 2713.33 906.67 275.83000000000004 3001.17 2415.17 584.0 2620.5 1181.67 144.5 4529.67 813.67 883.67 861.1700000000002 3103.0 5069.83 4575.67 3873.83 156.17000000000004 323.67 453.83 958.0 707.5 253.0 222.0 36.0 1176.33 1371.0 2894.17 1381.17 1215.83 746.83 1104.0 1131.33 6851.17 3690.17 2104.17 4420.4 2420.9 6160.5 7014.5 4150.5
+Lyases;Carbon-oxygen lyases;Hydro-lyases;Phosphogluconate dehydratase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.12 EC:4.2.1.12 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Lyases;Carbon-oxygen lyases;Hydro-lyases;N-acetylmuramic acid 6-phosphate etherase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.126 EC:4.2.1.126 145961.2 3375.67 2273.17 2097.33 3493.0 4054.17 2992.83 2746.83 3378.5 70.17 156.5 475.17 535.8299999999998 35.5 975.83 23.0 110.0 6007.0 6442.5 747.17 4470.17 4211.33 1764.17 5286.67 2828.83 2904.67 295.3300000000001 3000.17 2429.17 637.5 2666.0 2634.67 152.5 4505.17 980.67 1013.67 1035.67 2039.0 5195.83 3948.17 3418.83 185.67 340.17 479.33 917.5 686.0 290.5 152.5 35.0 1203.83 1516.0 2951.17 1472.17 1248.33 748.83 1117.0 1099.83 6824.67 3736.17 2064.17 4025.5 2731.0 6110.0 7083.5 3534.0
+Lyases;Carbon-oxygen lyases;Hydro-lyases;3-methylfumaryl-CoA hydratase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.153 EC:4.2.1.153 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Lyases;Carbon-oxygen lyases;Hydro-lyases;Enoyl-CoA hydratase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.17 EC:4.2.1.17 52179.4 153.34 1252.34 270.66 349.0 192.34 124.66 304.66 87.0 2532.34 380.0 1334.34 347.66 5612.0 122.66 1925.0 3516.0 49.0 29.0 108.34 151.34 107.66 502.34 43.34 288.66 2016.34 295.66 109.34 212.34 95.0 108.0 1679.34 190.0 3284.34 822.34 838.34 807.34 2261.0 2375.66 3126.34 3151.66 78.34 220.34 387.66 853.0 846.0 204.0 124.0 17.0 2234.66 235.0 562.34 154.34 166.66 1484.66 1984.0 1345.66 10.34 7.34 56.34 10.0 12.0 12.0 7.0 10.0
+Lyases;Carbon-oxygen lyases;Hydro-lyases;Methylglutaconyl-CoA hydratase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.18 EC:4.2.1.18 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Lyases;Carbon-oxygen lyases;Hydro-lyases;Imidazoleglycerol-phosphate dehydratase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.19 EC:4.2.1.19 167784.7 4269.67 2365.17 2693.33 4387.5 4829.67 3679.33 3198.83 4022.5 2603.67 469.5 1666.17 698.3299999999998 5650.5 1085.33 1947.5 3574.5 6007.0 6440.0 747.67 4474.17 4213.83 1770.67 5285.17 2881.33 2807.67 297.3300000000001 68.17 194.17 638.0 194.5 2635.17 151.0 4666.17 1054.67 1044.67 1056.17 3170.0 5455.83 4715.17 3917.83 192.17 348.17 488.33 965.0 719.0 286.5 230.0 36.0 1219.33 1862.0 3216.17 2129.17 1671.83 749.83 1188.0 1179.33 7063.17 4321.67 2991.17 4632.5 3131.5 6277.5 7353.0 4505.5
+Lyases;Carbon-oxygen lyases;Hydro-lyases;Fumarate hydratase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.2 EC:4.2.1.2 152300.40000000002 944.34 1654.34 703.6600000000002 1260.0 1424.34 777.66 745.6600000000002 2708.0 5128.34 831.0 2746.34 775.6600000000002 11241.0 1137.66 3868.0 6985.0 6007.0 6418.0 744.34 4463.34 4202.66 1741.34 5284.34 2655.66 2815.34 409.66 115.34 263.34000000000003 629.0 192.0 2708.34 222.0 4315.34 879.34 936.34 944.34 2448.0 4849.66 3852.34 3388.66 148.34 316.3400000000001 444.66 908.0 994.0 249.0 136.0 21.0 2276.66 1056.0 2893.34 750.34 834.66 1487.66 2018.0 1716.66 6618.34 3102.34 1160.34 3806.0 2022.0 5996.0 6748.0 3180.0
+Lyases;Carbon-oxygen lyases;Hydro-lyases;Tryptophan synthase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.20 EC:4.2.1.20 306214.4 6697.34 4513.34 4143.66 6976.0 8036.34 5984.66 5443.66 6733.0 5204.34 922.0 3248.34 1316.66 11284.0 2156.66 3890.0 7098.0 12014.0 12880.0 1494.34 8939.34 8421.66 3520.34 10567.34 5651.66 5615.34 589.6600000000002 134.34 388.34 1273.0 388.0 5266.34 300.0 8941.34 1961.34 2025.34 2069.34 4068.0 10345.66 7883.34 6833.66 363.34 677.34 951.66 1827.0 1369.0 562.0 295.0 52.0 2407.66 3032.0 5902.34 2942.34 2496.66 1497.66 2234.0 2199.66 13649.34 7469.34 4110.34 8040.0 5462.0 12220.0 14166.0 7068.0
+Lyases;Carbon-oxygen lyases;Hydro-lyases;Cystathionine beta-synthase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.22 EC:4.2.1.22 30651.0 146.0 1251.0 263.0 359.0 192.0 118.0 297.0 86.0 0.0 7.0 191.0 230.0 5.0 1.0 2.0 77.0 49.0 32.0 107.0 152.0 143.0 570.0 42.0 287.0 3990.0 25.0 13.0 82.0 129.0 143.0 2954.0 55.0 3289.0 873.0 835.0 836.0 1337.0 2444.0 3178.0 3149.0 83.0 222.0 386.0 854.0 228.0 206.0 124.0 21.0 3.0 173.0 34.0 119.0 94.0 1.0 14.0 16.0 11.0 6.0 54.0 14.0 15.0 15.0 11.0 8.0
+Lyases;Carbon-oxygen lyases;Hydro-lyases;Porphobilinogen synthase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.24 EC:4.2.1.24 137028.40000000002 944.34 1654.34 703.6600000000002 1260.0 1424.34 777.66 745.6600000000002 2708.0 2596.34 457.0 1597.34 649.6600000000002 5634.0 1016.66 1944.0 3546.0 6007.0 6418.0 744.34 4463.34 4202.66 1741.34 5284.34 2655.66 2815.34 409.66 115.34 263.34000000000003 629.0 192.0 2708.34 222.0 4315.34 879.34 936.34 944.34 2448.0 4849.66 3852.34 3388.66 148.34 316.3400000000001 444.66 908.0 994.0 249.0 136.0 21.0 2276.66 1056.0 2893.34 750.34 834.66 1487.66 2018.0 1716.66 6618.34 3102.34 1160.34 3806.0 2022.0 5996.0 6748.0 3180.0
+Lyases;Carbon-oxygen lyases;Hydro-lyases;Aconitate hydratase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.3 EC:4.2.1.3 157295.2 3348.67 2256.67 2071.83 3504.0 4024.17 2992.33 2723.83 3366.5 2602.17 462.0 1630.17 667.3299999999998 5642.0 1078.33 1946.0 3549.0 6007.0 6443.0 748.17 4471.67 4247.83 1830.17 5283.67 2825.83 4802.67 295.8300000000001 67.17 206.17 679.5 235.0 4078.17 159.0 4482.67 1090.67 1068.67 1114.67 2050.0 5252.83 3996.67 3427.83 187.67 341.67 479.83 917.5 693.5 289.0 148.5 30.0 1203.83 1516.0 2951.17 1478.17 1252.33 748.83 1117.0 1099.83 6828.67 3734.67 2055.17 4024.0 2734.0 6113.0 7087.0 3534.0
+Lyases;Carbon-oxygen lyases;Hydro-lyases;3-isopropylmalate dehydratase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.33 EC:4.2.1.33 335569.4 8539.34 4730.34 5386.66 8775.0 9659.34 7358.66 6397.66 8045.0 5207.34 939.0 3332.34 1396.66 11301.0 2170.66 3895.0 7149.0 12014.0 12880.0 1495.34 8948.34 8427.66 3541.34 10570.34 5762.66 5615.34 594.6600000000002 136.34 388.34 1276.0 389.0 5270.34 302.0 9332.34 2109.34 2089.34 2112.34 6340.0 10911.66 9430.34 7835.66 384.34 696.34 976.66 1930.0 1438.0 573.0 460.0 72.0 2438.66 3724.0 6432.34 4258.34 3343.66 1499.66 2376.0 2358.66 14126.34 8643.34 5982.34 9265.0 6263.0 12555.0 14706.0 9011.0
+Lyases;Carbon-oxygen lyases;Hydro-lyases;(R)-2-methylmalate dehydratase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.35 EC:4.2.1.35 335569.4 8539.34 4730.34 5386.66 8775.0 9659.34 7358.66 6397.66 8045.0 5207.34 939.0 3332.34 1396.66 11301.0 2170.66 3895.0 7149.0 12014.0 12880.0 1495.34 8948.34 8427.66 3541.34 10570.34 5762.66 5615.34 594.6600000000002 136.34 388.34 1276.0 389.0 5270.34 302.0 9332.34 2109.34 2089.34 2112.34 6340.0 10911.66 9430.34 7835.66 384.34 696.34 976.66 1930.0 1438.0 573.0 460.0 72.0 2438.66 3724.0 6432.34 4258.34 3343.66 1499.66 2376.0 2358.66 14126.34 8643.34 5982.34 9265.0 6263.0 12555.0 14706.0 9011.0
+Lyases;Carbon-oxygen lyases;Hydro-lyases;Myo-inosose-2 dehydratase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.44 EC:4.2.1.44 107124.0 937.0 1653.0 696.0 1238.0 1412.0 771.0 734.0 2707.0 64.0 82.0 442.0 514.0 27.0 895.0 19.0 107.0 6007.0 6415.0 741.0 4460.0 4164.0 1669.0 5283.0 2654.0 799.0 137.0 19.0 109.0 577.0 145.0 1093.0 69.0 4296.0 710.0 821.0 813.0 1492.0 4758.0 3794.0 3364.0 141.0 312.0 435.0 901.0 358.0 235.0 134.0 17.0 45.0 994.0 2365.0 701.0 754.0 4.0 48.0 387.0 6611.0 3101.0 1158.0 3802.0 2019.0 5993.0 6744.0 3178.0
+Lyases;Carbon-oxygen lyases;Hydro-lyases;dTDP-glucose 4,6-dehydratase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.46 EC:4.2.1.46 113685.70000000001 3701.67 798.6700000000002 2093.83 3388.5 3540.67 3107.83 2605.83 1426.5 2539.67 461.0 1254.17 237.83 5626.0 210.83 1932.5 3475.5 14.0 34.5 109.67 154.67 172.32999999999996 342.67 30.17 345.33 4102.67 296.8300000000001 3014.17 2353.17 219.0 2631.5 3086.67 186.5 454.67 2136.67 1878.67 1819.17 1719.0 852.83 996.67 587.83 3286.17 3196.67 760.83 1272.0 657.5 1427.0 4849.0 6754.0 1280.33 3635.0 1967.17 4224.17 4764.83 756.83 1878.0 883.33 534.1700000000002 1238.17 1961.17 893.0 1145.5 333.5 674.5 1372.5
+Lyases;Carbon-oxygen lyases;Hydro-lyases;Urocanate hydratase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.49 EC:4.2.1.49 26463.0 146.0 1251.0 263.0 343.0 186.0 118.0 295.0 86.0 0.0 6.0 185.0 221.0 5.0 1.0 1.0 77.0 49.0 29.0 106.0 150.0 106.0 500.0 42.0 287.0 1995.0 24.0 13.0 70.0 86.0 102.0 1509.0 46.0 3277.0 763.0 779.0 756.0 1321.0 2364.0 3123.0 3138.0 77.0 219.0 382.0 850.0 219.0 198.0 123.0 17.0 3.0 173.0 34.0 112.0 90.0 1.0 14.0 16.0 7.0 6.0 54.0 10.0 12.0 12.0 7.0 8.0
+Lyases;Carbon-oxygen lyases;Hydro-lyases;Prephenate dehydratase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.51 EC:4.2.1.51 130832.2 3202.67 1005.67 1808.83 3161.0 3838.17 2874.33 2428.83 3280.5 2602.17 456.0 1445.17 446.33 5637.0 1077.33 1945.0 3472.0 5958.0 6414.0 642.17 4321.67 4141.83 1330.17 5241.67 2538.83 2807.67 271.83000000000004 54.17 136.17000000000002 593.5 133.0 2569.17 113.0 1205.67 327.67 289.67 358.67 729.0 2888.83 873.67 289.8300000000001 110.67 122.67 97.83 67.5 474.5 91.0 25.5 13.0 1200.83 1343.0 2917.17 1366.17 1162.33 747.83 1103.0 1083.83 6821.67 3728.67 2001.17 4014.0 2722.0 6101.0 7080.0 3526.0
+Lyases;Carbon-oxygen lyases;Hydro-lyases;Oleate hydratase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.53 EC:4.2.1.53 107090.5 3844.0 2049.0 2353.0 3680.5 3705.5 3222.5 2890.0 1512.0 7.5 90.0 272.0 305.5 24.0 90.5 6.5 113.5 63.0 54.5 211.5 298.0 166.5 631.5 71.5 631.5 102.0 182.0 2979.0 2316.0 171.5 2607.5 175.5 133.5 3692.0 2540.0 2460.0 2309.5 2522.0 2971.0 3953.0 3686.0 3344.5 3406.0 1128.0 2108.5 536.0 1598.0 4968.5 6759.0 167.5 3777.0 1737.0 4294.0 4804.5 16.0 907.0 234.5 527.5 1243.5 2014.0 891.0 1148.5 336.5 669.5 1379.5
+Lyases;Carbon-oxygen lyases;Hydro-lyases;3-hydroxyacyl-[acyl-carrier-protein] dehydratase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.59 EC:4.2.1.59 271881.39999999997 5786.34 1396.34 3248.66 5425.0 5704.34 4650.66 3667.66 4815.0 4917.34 682.6 1583.34 654.2600000000001 5659.4 3332.66 1957.8 3539.0 5986.0 6430.0 849.34 4610.34 4356.66 1764.34 5301.34 2886.66 5011.34 684.6600000000002 6034.34 4731.34 874.0 5260.0 4302.34 387.0 1757.34 3979.34 3637.34 3499.34 3537.0 3690.66 2518.34 1355.66 6596.34 6460.34 1536.66 2584.0 1441.0 2848.0 9696.0 13499.0 2559.66 7600.0 5943.34 8288.34 9737.66 1513.66 3706.0 2089.66 7460.34 4938.34 4130.34 5360.8 3588.8 6531.0 7747.0 5560.0
+Lyases;Carbon-oxygen lyases;Hydro-lyases;Altronate dehydratase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.7 EC:4.2.1.7 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Lyases;Carbon-oxygen lyases;Hydro-lyases;Uroporphyrinogen-III synthase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.75 EC:4.2.1.75 158269.2 1086.67 2904.67 962.83 1600.0 1607.17 892.33 1035.83 2793.5 2596.17 463.0 1782.17 870.3299999999998 5639.0 1017.33 1945.0 3623.0 6056.0 6447.0 849.17 4612.67 4307.83 2240.17 5325.67 2941.83 4799.67 297.8300000000001 80.17 262.17 710.5 291.0 4132.17 196.0 7588.67 1612.67 1685.67 1674.67 3299.0 7207.83 6973.67 6519.83 224.67 534.67 823.83 1756.5 899.5 444.0 258.5 38.0 1163.83 1198.0 2663.17 841.17 886.33 746.83 1047.0 1067.83 6623.67 3107.67 1213.17 3816.0 2034.0 6008.0 6755.0 3187.0
+Lyases;Carbon-oxygen lyases;Hydro-lyases;Mannonate dehydratase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.8 EC:4.2.1.8 27497.2 149.67 1251.67 266.83 330.0 183.17 121.33 297.83 86.5 0.17 5.0 179.17 212.33 5.0 1.33 0.0 77.0 49.0 26.0 106.17 148.67 69.83 431.17 42.67 287.83 10.67 158.83 61.17 129.17000000000002 47.5 64.0 149.17000000000004 109.0 3268.67 682.67 752.67 701.67 1775.0 2289.83 3069.67 3133.83 71.67 216.67 380.83 847.5 523.5 193.0 122.5 13.0 1118.83 204.0 298.17 126.17 124.33 742.83 999.0 680.83 4.67 6.67 55.17 6.0 9.0 9.0 3.0 9.0
+Lyases;Carbon-oxygen lyases;Hydro-lyases;Dihydroxy-acid dehydratase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.9 EC:4.2.1.9 130832.2 3202.67 1005.67 1808.83 3161.0 3838.17 2874.33 2428.83 3280.5 2602.17 456.0 1445.17 446.33 5637.0 1077.33 1945.0 3472.0 5958.0 6414.0 642.17 4321.67 4141.83 1330.17 5241.67 2538.83 2807.67 271.83000000000004 54.17 136.17000000000002 593.5 133.0 2569.17 113.0 1205.67 327.67 289.67 358.67 729.0 2888.83 873.67 289.8300000000001 110.67 122.67 97.83 67.5 474.5 91.0 25.5 13.0 1200.83 1343.0 2917.17 1366.17 1162.33 747.83 1103.0 1083.83 6821.67 3728.67 2001.17 4014.0 2722.0 6101.0 7080.0 3526.0
+Lyases;Carbon-oxygen lyases;Hydro-lyases;2-methylisocitrate dehydratase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.1.99 EC:4.2.1.99 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Lyases;Carbon-oxygen lyases;Acting on polysaccharides;Hyaluronate lyase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.2.1 EC:4.2.2.1 35623.200000000004 176.67 1268.17 292.33 335.0 219.17 121.83 322.83 98.5 0.17 74.5 179.17 215.83 5.5 19.83 2.0 77.0 49.0 28.5 106.17 149.17 70.33 435.17 45.67 290.83 107.67 159.33 2994.17 2364.17 48.5 2536.0 150.67000000000004 111.5 3303.17 682.67 753.67 702.67 1780.0 2312.83 3076.17 3135.83 75.67 218.17 384.33 851.5 525.0 202.5 127.5 22.0 1118.83 204.0 298.17 127.17 124.33 742.83 999.0 680.83 4.67 8.17 64.17 11.5 9.0 9.0 3.5 9.0
+Lyases;Carbon-oxygen lyases;Acting on polysaccharides;Pectin lyase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.2.10 EC:4.2.2.10 84849.0 791.0 402.0 433.0 911.0 1232.0 653.0 441.0 2621.0 64.0 77.0 263.0 302.0 22.0 894.0 19.0 30.0 5958.0 6389.0 636.0 4312.0 4095.0 1239.0 5241.0 2367.0 799.0 114.0 6.0 51.0 534.0 84.0 1029.0 32.0 1031.0 57.0 98.0 137.0 187.0 2474.0 726.0 237.0 70.0 96.0 57.0 55.0 148.0 45.0 12.0 4.0 42.0 821.0 2331.0 596.0 668.0 3.0 34.0 371.0 6608.0 3095.0 1104.0 3796.0 2010.0 5984.0 6741.0 3170.0
+Lyases;Carbon-oxygen lyases;Acting on polysaccharides;Chondroitin-sulfate-ABC endolyase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.2.20 EC:4.2.2.20 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Lyases;Carbon-oxygen lyases;Acting on polysaccharides;Chondroitin-sulfate-ABC exolyase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.2.21 EC:4.2.2.21 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Lyases;Carbon-oxygen lyases;Acting on phosphates;Threonine synthase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.3.1 EC:4.2.3.1 167784.7 4269.67 2365.17 2693.33 4387.5 4829.67 3679.33 3198.83 4022.5 2603.67 469.5 1666.17 698.3299999999998 5650.5 1085.33 1947.5 3574.5 6007.0 6440.0 747.67 4474.17 4213.83 1770.67 5285.17 2881.33 2807.67 297.3300000000001 68.17 194.17 638.0 194.5 2635.17 151.0 4666.17 1054.67 1044.67 1056.17 3170.0 5455.83 4715.17 3917.83 192.17 348.17 488.33 965.0 719.0 286.5 230.0 36.0 1219.33 1862.0 3216.17 2129.17 1671.83 749.83 1188.0 1179.33 7063.17 4321.67 2991.17 4632.5 3131.5 6277.5 7353.0 4505.5
+Lyases;Carbon-oxygen lyases;Acting on phosphates;6-pyruvoyltetrahydropterin synthase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.3.12 EC:4.2.3.12 8376.0 0.0 0.0 0.0 32.0 12.0 0.0 4.0 0.0 0.0 2.0 12.0 18.0 0.0 0.0 2.0 0.0 0.0 6.0 2.0 4.0 74.0 140.0 0.0 0.0 3990.0 2.0 0.0 24.0 86.0 82.0 2890.0 18.0 24.0 220.0 112.0 160.0 32.0 160.0 110.0 22.0 12.0 6.0 8.0 8.0 18.0 16.0 2.0 8.0 0.0 0.0 0.0 14.0 8.0 0.0 0.0 0.0 8.0 0.0 0.0 8.0 6.0 6.0 8.0 0.0
+Lyases;Carbon-oxygen lyases;Acting on phosphates;Methylglyoxal synthase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.3.3 EC:4.2.3.3 65393.200000000004 345.67 70.67 74.83 237.0 90.17 202.33 120.83 99.5 2532.17 378.0 1179.17 176.32999999999996 5609.0 123.33 1926.0 3447.0 14.0 7.0 104.17 140.67 122.83 238.17 25.67 115.83 2007.67 271.83000000000004 80.17 104.17 161.5 113.0 1628.17 174.0 53.67 1821.67 1683.67 1600.67 506.0 137.82999999999998 70.67 38.83 3231.67 3159.67 706.83 1205.5 608.5 1369.0 4748.5 6726.0 1221.83 2798.0 1380.17 2816.17 3885.33 752.83 1723.0 755.83 83.67 16.67 120.17 57.0 33.0 49.0 65.0 46.0
+Lyases;Carbon-oxygen lyases;Acting on phosphates;3-dehydroquinate synthase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.3.4 EC:4.2.3.4 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Lyases;Carbon-oxygen lyases;Acting on phosphates;Chorismate synthase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.3.5 EC:4.2.3.5 178215.7 4296.67 2381.67 2718.83 4392.5 4865.67 3679.83 3223.83 4034.5 3759.67 570.8 1666.17 716.6299999999999 5651.2 2203.83 1949.9 3574.5 6007.0 6442.5 747.67 4474.67 4214.33 1774.67 5288.17 2884.33 2904.67 297.8300000000001 3001.17 2429.17 639.0 2666.5 2636.67 153.5 4700.67 1054.67 1045.67 1057.17 3175.0 5478.83 4721.67 3919.83 196.17 349.67 491.83 969.0 720.5 296.0 235.0 45.0 1219.33 1862.0 3216.17 2130.17 1671.83 749.83 1188.0 1179.33 7063.17 4323.17 3000.17 4638.4 3132.9 6277.5 7353.5 4505.5
+Lyases;Carbon-oxygen lyases;Other carbon-oxygen lyases;DNA-(apurinic or apyrimidinic site) lyase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.99.18 EC:4.2.99.18 443145.89999999997 8502.34 6045.84 5221.16 8648.5 9261.84 7188.66 6491.66 7697.0 6361.84 1112.3 3517.34 1672.4599999999996 11302.7 3305.66 3898.9 7216.5 12091.0 12919.0 1803.84 9368.84 8664.66 4302.84 10666.84 6230.16 5813.34 886.1600000000002 6078.34 4958.34 1547.5 5531.5 5531.34 529.0 12546.84 6052.34 5978.34 5758.84 6559.0 13062.66 11765.84 10507.66 6902.84 7217.84 2749.16 5132.5 2188.5 3492.5 10003.5 13537.0 2638.16 9085.0 8433.34 9283.34 10692.16 1521.66 3795.0 2477.16 14046.84 8097.34 5356.34 8775.9 5932.9 12488.5 14562.0 8137.5
+Lyases;Carbon-oxygen lyases;Other carbon-oxygen lyases;2-succinyl-6-hydroxy-2,4-cyclohexadiene-1-carboxylate synthase https://www.genome.jp/dbget-bin/www_bget?EC:4.2.99.20 EC:4.2.99.20 115179.69999999998 1742.67 527.6700000000002 1083.83 1818.5 2082.67 1343.83 947.83 3289.5 1221.67 186.8 305.17 360.63 31.2 2019.83 23.9 55.5 5958.0 6391.5 637.67 4317.67 4099.33 1254.67 5246.17 2426.33 906.67 252.83 2988.17 2357.17 541.0 2559.5 1117.67 107.5 1264.67 160.67000000000004 160.67000000000004 185.17 1798.0 2785.83 1507.67 746.83 85.17 107.67 75.83 112.0 497.5 63.0 100.0 23.0 1173.33 1198.0 2860.17 1276.17 1129.83 745.83 1090.0 1115.33 6848.17 3684.17 2050.17 4414.4 2411.9 6151.5 7011.5 4142.5
+Lyases;Carbon-nitrogen lyases;Ammonia-lyases;Aspartate ammonia-lyase https://www.genome.jp/dbget-bin/www_bget?EC:4.3.1.1 EC:4.3.1.1 131211.7 1861.67 1762.17 1321.33 2156.5 2232.67 1461.33 1217.83 3363.5 65.67 91.5 490.17 563.3299999999998 35.5 902.33 22.5 132.5 6007.0 6418.0 743.67 4467.17 4204.83 1750.67 5285.17 2710.33 2804.67 276.33000000000004 68.17 192.17 626.0 189.5 2625.17 151.0 4507.17 923.67 938.67 940.17 3114.0 5126.83 4624.17 3882.83 158.17000000000004 325.17 454.33 958.0 715.0 251.5 218.0 31.0 1176.33 1371.0 2894.17 1387.17 1219.83 746.83 1104.0 1131.33 6855.17 3688.67 2095.17 4418.5 2422.5 6163.5 7018.0 4150.5
+Lyases;Carbon-nitrogen lyases;Ammonia-lyases;L-serine ammonia-lyase https://www.genome.jp/dbget-bin/www_bget?EC:4.3.1.17 EC:4.3.1.17 341659.19999999995 7285.67 3434.67 4069.83 7076.0 8081.17 6262.33 5421.83 6868.5 140.17 313.0 813.17 932.33 70.0 1954.33 47.0 159.0 11993.0 12864.0 1591.17 9065.67 8485.83 3361.17 10580.67 5599.83 3807.67 700.83 6003.17 4759.17 1412.5 5365.0 3871.17 373.0 5805.67 4532.67 4414.67 4279.67 2327.0 8125.83 4799.67 3734.83 6743.67 6772.67 1973.83 3383.5 1411.5 3096.0 9675.5 13497.0 1500.83 8362.0 7836.17 8387.17 10054.33 776.83 2711.0 1700.83 13796.67 7497.67 4311.17 8147.0 5510.0 12300.0 14282.0 7149.0
+Lyases;Carbon-nitrogen lyases;Ammonia-lyases;Threonine ammonia-lyase https://www.genome.jp/dbget-bin/www_bget?EC:4.3.1.19 EC:4.3.1.19 164397.2 3571.67 1092.17 1905.33 3384.0 3955.17 3073.83 2567.83 3391.5 70.17 154.5 320.17 364.83 32.5 976.83 24.0 41.0 5972.0 6420.5 744.17 4460.17 4227.33 1501.17 5269.67 2656.83 2906.67 407.33 3019.17 2392.17 708.5 2674.0 2668.67 208.5 1278.17 2009.67 1888.67 1854.67 754.0 2963.83 894.17 312.8300000000001 3339.67 3280.17 801.33 1271.5 762.0 1458.5 4777.5 6744.0 1306.83 4110.0 4033.17 4155.17 5005.33 758.83 1841.0 1174.83 6899.67 3746.17 2129.17 4072.5 2752.0 6147.0 7141.5 3571.0
+Lyases;Carbon-nitrogen lyases;Ammonia-lyases;Histidine ammonia-lyase https://www.genome.jp/dbget-bin/www_bget?EC:4.3.1.3 EC:4.3.1.3 31685.200000000004 149.67 1251.67 266.83 346.0 189.17 121.33 299.83 86.5 0.17 6.0 185.17 221.33 5.0 1.33 1.0 77.0 49.0 29.0 107.17 150.67 106.83 501.17 42.67 287.83 2005.67 159.83 61.17 141.17000000000004 90.5 105.0 1594.17 118.0 3280.67 792.6700000000002 808.67 781.67 1791.0 2369.83 3124.67 3144.83 77.67 219.67 384.83 851.5 532.5 201.0 123.5 17.0 1118.83 204.0 298.17 133.17000000000002 128.32999999999998 742.83 999.0 680.83 8.67 6.67 55.17 10.0 12.0 12.0 7.0 9.0
+Lyases;Carbon-nitrogen lyases;Ammonia-lyases;Ethanolamine ammonia-lyase https://www.genome.jp/dbget-bin/www_bget?EC:4.3.1.7 EC:4.3.1.7 169698.0 1582.0 804.0 866.0 1822.0 2464.0 1306.0 882.0 5242.0 128.0 154.0 526.0 604.0 44.0 1788.0 38.0 60.0 11916.0 12778.0 1272.0 8624.0 8190.0 2478.0 10482.0 4734.0 1598.0 228.0 12.0 102.0 1068.0 168.0 2058.0 64.0 2062.0 114.0 196.0 274.0 374.0 4948.0 1452.0 474.0 140.0 192.0 114.0 110.0 296.0 90.0 24.0 8.0 84.0 1642.0 4662.0 1192.0 1336.0 6.0 68.0 742.0 13216.0 6190.0 2208.0 7592.0 4020.0 11968.0 13482.0 6340.0
+Lyases;Carbon-nitrogen lyases;Amidine-lyases;Argininosuccinate lyase https://www.genome.jp/dbget-bin/www_bget?EC:4.3.2.1 EC:4.3.2.1 167784.7 4269.67 2365.17 2693.33 4387.5 4829.67 3679.33 3198.83 4022.5 2603.67 469.5 1666.17 698.3299999999998 5650.5 1085.33 1947.5 3574.5 6007.0 6440.0 747.67 4474.17 4213.83 1770.67 5285.17 2881.33 2807.67 297.3300000000001 68.17 194.17 638.0 194.5 2635.17 151.0 4666.17 1054.67 1044.67 1056.17 3170.0 5455.83 4715.17 3917.83 192.17 348.17 488.33 965.0 719.0 286.5 230.0 36.0 1219.33 1862.0 3216.17 2129.17 1671.83 749.83 1188.0 1179.33 7063.17 4321.67 2991.17 4632.5 3131.5 6277.5 7353.0 4505.5
+Lyases;Carbon-nitrogen lyases;Amidine-lyases;Adenylosuccinate lyase https://www.genome.jp/dbget-bin/www_bget?EC:4.3.2.2 EC:4.3.2.2 259637.7 4980.67 2521.67 2860.83 4828.5 5027.67 4077.83 3451.83 4232.5 3759.67 576.8 1714.17 798.6299999999999 5655.2 2207.83 1951.9 3590.5 6035.0 6450.5 951.67 4750.67 4384.33 2108.67 5338.17 3114.33 2908.67 567.83 3065.17 2471.17 867.0 2804.5 2832.67 339.5 4776.67 4418.67 4241.67 4047.17 3215.0 5582.83 4749.67 3961.83 6646.17 6661.67 1891.83 3369.0 1292.5 3012.0 9729.0 13489.0 1431.33 7396.0 5448.17 7706.17 9357.83 771.83 2664.0 1361.33 7219.17 4355.17 3238.17 4744.4 3192.9 6369.5 7475.5 4595.5
+Lyases;Carbon-nitrogen lyases;Amine-lyases;Pyridoxal 5'-phosphate synthase (glutamine hydrolyzing) https://www.genome.jp/dbget-bin/www_bget?EC:4.3.3.6 EC:4.3.3.6 244792.0 1874.0 3306.0 1392.0 2476.0 2824.0 1542.0 1468.0 5414.0 5192.0 912.0 3182.0 1280.0 11268.0 2032.0 3886.0 7092.0 12014.0 12830.0 1482.0 8920.0 8328.0 3338.0 10566.0 5308.0 1598.0 274.0 38.0 218.0 1154.0 290.0 2186.0 138.0 8592.0 1420.0 1642.0 1626.0 2984.0 9516.0 7588.0 6728.0 282.0 624.0 870.0 1802.0 716.0 470.0 268.0 34.0 90.0 1988.0 4730.0 1402.0 1508.0 8.0 96.0 774.0 13222.0 6202.0 2316.0 7604.0 4038.0 11986.0 13488.0 6356.0
+Lyases;Carbon-nitrogen lyases;Amine-lyases;4-hydroxy-tetrahydrodipicolinate synthase https://www.genome.jp/dbget-bin/www_bget?EC:4.3.3.7 EC:4.3.3.7 196552.7 4415.67 3616.17 2956.33 4730.5 5015.67 3797.33 3493.83 4108.5 3759.67 507.3 1851.17 934.13 5655.7 2186.33 1948.9 3651.5 6056.0 6469.0 853.67 4624.17 4319.83 2270.67 5327.17 3168.33 4802.67 321.3300000000001 81.17 264.17 724.0 296.5 4144.17 197.0 7943.17 1817.67 1823.67 1812.17 4491.0 7819.83 7838.17 7055.83 269.17 567.17 870.33 1815.0 938.0 484.5 353.0 53.0 1222.33 2035.0 3250.17 2241.17 1761.83 750.83 1202.0 1195.33 7070.17 4327.67 3045.17 4642.9 3144.9 6289.5 7360.0 4513.5
+Lyases;Carbon-nitrogen lyases;Other carbon-nitrogen lyases;7-carboxy-7-deazaguanine synthase https://www.genome.jp/dbget-bin/www_bget?EC:4.3.99.3 EC:4.3.99.3 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Lyases;Carbon-sulfur lyases;Carbon-sulfur lyases (only sub-subclass identified to date);Methionine gamma-lyase https://www.genome.jp/dbget-bin/www_bget?EC:4.4.1.11 EC:4.4.1.11 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Lyases;Carbon-sulfur lyases;Carbon-sulfur lyases (only sub-subclass identified to date);Selenocysteine lyase https://www.genome.jp/dbget-bin/www_bget?EC:4.4.1.16 EC:4.4.1.16 201349.7 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 71.67 168.0 541.1700000000002 616.8299999999998 46.0 984.83 26.5 143.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.0 3161.5 6323.5 7414.5 4550.5
+Lyases;Carbon-sulfur lyases;Carbon-sulfur lyases (only sub-subclass identified to date);S-ribosylhomocysteine lyase https://www.genome.jp/dbget-bin/www_bget?EC:4.4.1.21 EC:4.4.1.21 156450.7 4296.67 2381.67 2718.83 4376.5 4859.67 3679.83 3221.83 4034.5 71.67 164.0 511.17 566.8299999999998 44.0 982.83 24.5 135.5 6007.0 6439.5 746.67 4472.67 4177.33 1704.67 5288.17 2884.33 909.67 296.8300000000001 3001.17 2417.17 596.0 2625.5 1191.67 144.5 4688.67 944.67 989.67 977.17 3159.0 5398.83 4666.67 3908.83 190.17 346.67 487.83 965.0 711.5 288.0 234.0 41.0 1219.33 1862.0 3216.17 2123.17 1667.83 749.83 1188.0 1179.33 7059.17 4323.17 3000.17 4634.0 3128.5 6274.5 7349.5 4505.5
+Lyases;Carbon-sulfur lyases;Carbon-sulfur lyases (only sub-subclass identified to date);S-(hydroxymethyl)glutathione synthase https://www.genome.jp/dbget-bin/www_bget?EC:4.4.1.22 EC:4.4.1.22 10444.4 7.34 1.34 7.66 6.0 6.34 6.66 9.66 1.0 0.34 0.0 0.34 0.66 0.0 0.66 0.0 0.0 0.0 0.0 2.34 1.34 1.66 2.34 1.34 1.66 21.34 271.66 96.34 142.34 9.0 6.0 170.34 144.0 7.34 59.34 59.34 51.34 940.0 11.66 3.34 13.66 1.34 1.34 5.66 3.0 627.0 6.0 1.0 0.0 2231.66 62.0 528.34 42.34 76.66 1483.66 1970.0 1329.66 3.34 1.34 2.34 0.0 0.0 0.0 0.0 2.0
+Lyases;Carbon-sulfur lyases;Carbon-sulfur lyases (only sub-subclass identified to date);Lactoylglutathione lyase https://www.genome.jp/dbget-bin/www_bget?EC:4.4.1.5 EC:4.4.1.5 379828.4 7592.34 2516.34 4172.66 7429.0 9049.34 6601.66 5458.66 9305.0 2736.34 755.0 2016.34 1098.66 5692.0 2966.66 1988.0 3543.0 17888.0 19220.0 2020.34 13090.34 12390.66 3934.34 15755.34 7565.66 2620.34 791.6600000000002 6012.34 4790.34 1751.0 5281.0 3378.34 338.0 3525.34 2174.34 2165.34 2191.34 1643.0 8189.66 2390.34 819.66 3512.34 3494.34 951.66 1390.0 1368.0 1588.0 4818.0 6762.0 2549.66 6274.0 9281.34 6104.34 6827.66 1509.66 2978.0 2629.66 20321.34 10571.34 5243.34 11880.0 7478.0 18226.0 20955.0 10267.0
+Lyases;Phosphorus-oxygen lyases;Phosphorus-oxygen lyases (only sub-subclass identified to date);Adenylate cyclase https://www.genome.jp/dbget-bin/www_bget?EC:4.6.1.1 EC:4.6.1.1 14632.4 7.34 1.34 7.66 22.0 12.34 6.66 11.66 1.0 0.34 1.0 6.34 9.66 0.0 0.66 1.0 0.0 0.0 3.0 3.34 3.34 38.66 72.34 1.34 1.66 2016.34 272.66 96.34 154.34 52.0 47.0 1615.34 153.0 19.34 169.34 115.34 131.34 956.0 91.66 58.34 24.66 7.34 4.34 9.66 7.0 636.0 14.0 2.0 4.0 2231.66 62.0 528.34 49.34 80.66 1483.66 1970.0 1329.66 7.34 1.34 2.34 4.0 3.0 3.0 4.0 2.0
+Lyases;Phosphorus-oxygen lyases;Phosphorus-oxygen lyases (only sub-subclass identified to date);2-C-methyl-D-erythritol 2,4-cyclodiphosphate synthase https://www.genome.jp/dbget-bin/www_bget?EC:4.6.1.12 EC:4.6.1.12 148919.2 3348.67 2256.67 2071.83 3472.0 4012.17 2992.33 2719.83 3366.5 2602.17 460.0 1618.17 649.3299999999998 5642.0 1078.33 1944.0 3549.0 6007.0 6437.0 746.17 4467.67 4173.83 1690.17 5283.67 2825.83 812.67 293.8300000000001 67.17 182.17 593.5 153.0 1188.17 141.0 4458.67 870.67 956.67 954.67 2018.0 5092.83 3886.67 3405.83 175.67000000000004 335.67 471.83 909.5 675.5 273.0 146.5 22.0 1203.83 1516.0 2951.17 1464.17 1244.33 748.83 1117.0 1099.83 6820.67 3734.67 2055.17 4016.0 2728.0 6107.0 7079.0 3534.0
+Lyases;Other lyases;Sole sub-subclass for lyases that do not belong in the other subclasses;Ferrochelatase https://www.genome.jp/dbget-bin/www_bget?EC:4.99.1.1 EC:4.99.1.1 124660.20000000001 967.67 1670.17 725.3299999999998 1262.0 1457.17 774.83 765.8299999999998 2719.5 64.17 152.5 448.17 526.8299999999998 27.5 913.83 22.0 107.0 6007.0 6420.5 743.17 4463.17 4202.33 1744.17 5286.67 2657.83 2901.67 274.33000000000004 3000.17 2427.17 625.5 2661.0 2624.67 152.5 4346.17 849.6700000000002 907.67 919.67 1983.0 4866.83 3857.17 3383.83 151.67000000000004 317.17 445.33 910.5 682.0 255.5 140.5 30.0 1160.83 1025.0 2629.17 730.17 796.33 745.83 1033.0 1051.83 6616.67 3103.17 1168.17 3811.5 2022.0 5996.0 6748.5 3179.0
+Lyases;Other lyases;Sole sub-subclass for lyases that do not belong in the other subclasses;Sirohydrochlorin cobaltochelatase https://www.genome.jp/dbget-bin/www_bget?EC:4.99.1.3 EC:4.99.1.3 20494.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 2532.17 374.0 1149.17 126.33 5607.0 121.33 1924.0 3439.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Lyases;Other lyases;Sole sub-subclass for lyases that do not belong in the other subclasses;Sirohydrochlorin ferrochelatase https://www.genome.jp/dbget-bin/www_bget?EC:4.99.1.4 EC:4.99.1.4 35126.6 11.01 2.01 11.49 25.0 15.51 9.99 16.490000000000002 1.5 2532.51 375.0 1155.51 135.99 5607.0 121.99 1925.0 3439.0 0.0 3.0 4.51 4.01 39.49 73.51 2.01 2.49 2027.01 408.49 144.51 225.51 56.5 50.0 1700.51 225.0 23.01 199.01 145.01 157.01 1426.0 97.49 60.01 31.49 8.01 5.01 12.49 8.5 949.5 17.0 2.5 4.0 3347.49 93.0 792.51 70.51 118.99 2225.49 2955.0 1994.49 9.01 2.01 3.51 4.0 3.0 3.0 4.0 3.0
+Isomerases;Racemases and epimerases;Acting on amino acids and derivatives;Alanine racemase https://www.genome.jp/dbget-bin/www_bget?EC:5.1.1.1 EC:5.1.1.1 251181.2 5559.67 2560.17 3411.33 5510.0 5758.17 4565.83 3814.83 4789.5 7449.17 988.1 2881.17 938.43 11268.9 3433.83 3877.8 7047.0 6021.0 6446.5 850.17 4617.17 4302.33 1952.17 5314.67 3054.83 2906.67 435.33 3034.17 2450.17 754.5 2736.0 2736.67 247.5 4934.17 2810.67 2675.67 2573.67 4331.0 5813.83 5509.17 4441.83 3431.67 3515.17 1204.33 2220.5 1041.0 1659.5 5064.5 6777.0 1340.83 4975.0 4597.17 5576.17 5938.33 761.83 1997.0 1349.83 7379.67 4926.17 4055.17 5304.3 3564.8 6491.0 7684.5 5522.0
+Isomerases;Racemases and epimerases;Acting on amino acids and derivatives;Aspartate racemase https://www.genome.jp/dbget-bin/www_bget?EC:5.1.1.13 EC:5.1.1.13 44899.0 342.0 70.0 71.0 234.0 87.0 199.0 116.0 99.0 0.0 4.0 30.0 50.0 2.0 2.0 2.0 8.0 14.0 7.0 103.0 140.0 122.0 237.0 25.0 115.0 1997.0 136.0 32.0 33.0 157.0 110.0 1543.0 102.0 50.0 1792.0 1654.0 1575.0 36.0 132.0 69.0 32.0 3231.0 3159.0 704.0 1204.0 295.0 1366.0 4748.0 6726.0 106.0 2767.0 1116.0 2795.0 3847.0 11.0 738.0 91.0 82.0 16.0 119.0 57.0 33.0 49.0 65.0 45.0
+Isomerases;Racemases and epimerases;Acting on amino acids and derivatives;Glutamate racemase https://www.genome.jp/dbget-bin/www_bget?EC:5.1.1.3 EC:5.1.1.3 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Isomerases;Racemases and epimerases;Acting on amino acids and derivatives;Diaminopimelate epimerase https://www.genome.jp/dbget-bin/www_bget?EC:5.1.1.7 EC:5.1.1.7 131806.2 940.67 1653.67 699.8299999999998 1257.0 1421.17 774.33 740.8299999999998 2707.5 2596.17 457.0 1597.17 649.3299999999998 5634.0 1016.33 1944.0 3546.0 6007.0 6418.0 743.17 4462.67 4201.83 1740.17 5283.67 2654.83 2804.67 273.83000000000004 67.17 192.17 624.5 189.0 2623.17 150.0 4311.67 849.6700000000002 906.67 918.67 1978.0 4843.83 3850.67 3381.83 147.67000000000004 315.67 441.83 906.5 680.5 246.0 135.5 21.0 1160.83 1025.0 2629.17 729.17 796.33 745.83 1033.0 1051.83 6616.67 3101.67 1159.17 3806.0 2022.0 5996.0 6748.0 3179.0
+Isomerases;Racemases and epimerases;Acting on amino acids and derivatives;4-hydroxyproline epimerase https://www.genome.jp/dbget-bin/www_bget?EC:5.1.1.8 EC:5.1.1.8 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Isomerases;Racemases and epimerases;Acting on hydroxy acids and derivatives;3-hydroxybutyryl-CoA epimerase https://www.genome.jp/dbget-bin/www_bget?EC:5.1.2.3 EC:5.1.2.3 10444.4 7.34 1.34 7.66 6.0 6.34 6.66 9.66 1.0 0.34 0.0 0.34 0.66 0.0 0.66 0.0 0.0 0.0 0.0 2.34 1.34 1.66 2.34 1.34 1.66 21.34 271.66 96.34 142.34 9.0 6.0 170.34 144.0 7.34 59.34 59.34 51.34 940.0 11.66 3.34 13.66 1.34 1.34 5.66 3.0 627.0 6.0 1.0 0.0 2231.66 62.0 528.34 42.34 76.66 1483.66 1970.0 1329.66 3.34 1.34 2.34 0.0 0.0 0.0 0.0 2.0
+Isomerases;Racemases and epimerases;Acting on carbohydrates and derivatives;Ribulose-phosphate 3-epimerase https://www.genome.jp/dbget-bin/www_bget?EC:5.1.3.1 EC:5.1.3.1 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Isomerases;Racemases and epimerases;Acting on carbohydrates and derivatives;dTDP-4-dehydrorhamnose 3,5-epimerase https://www.genome.jp/dbget-bin/www_bget?EC:5.1.3.13 EC:5.1.3.13 33615.0 2435.0 619.5 1397.5 2252.0 2639.0 2218.5 2008.0 671.0 6.0 74.5 33.0 21.5 8.5 80.5 4.0 3.0 0.0 27.5 5.0 9.5 46.5 94.0 3.0 174.0 2095.0 22.5 2933.0 2249.0 56.0 2518.0 1456.5 11.5 205.5 241.0 163.0 197.0 77.0 432.0 152.5 48.0 44.0 27.5 41.5 15.0 14.5 52.5 18.0 18.0 43.0 491.0 322.0 750.0 456.0 3.0 84.0 48.0 212.0 634.5 905.0 223.5 712.0 117.0 339.5 355.0
+Isomerases;Racemases and epimerases;Acting on carbohydrates and derivatives;UDP-N-acetylglucosamine 2-epimerase (non-hydrolyzing) https://www.genome.jp/dbget-bin/www_bget?EC:5.1.3.14 EC:5.1.3.14 260270.0 2097.0 2141.5 1225.5 2388.0 2767.0 1623.5 1316.0 5439.0 2660.0 606.5 1884.0 995.5 5658.5 1930.5 1966.0 3584.0 11979.0 12813.5 1480.0 8912.5 8381.5 3149.0 10552.0 5139.0 3692.0 387.5 2990.0 2428.0 1269.0 2811.0 3666.5 205.5 5411.5 2559.0 2574.0 2526.0 1720.0 7387.0 4595.5 3635.0 3446.0 3568.5 1199.5 2164.0 802.5 1655.5 4899.0 6756.0 193.0 4582.0 5812.0 4093.0 5269.0 18.0 820.0 849.0 13301.0 6213.5 2390.0 7660.5 4062.0 12026.0 13550.5 6393.0
+Isomerases;Racemases and epimerases;Acting on carbohydrates and derivatives;Glucose-6-phosphate 1-epimerase https://www.genome.jp/dbget-bin/www_bget?EC:5.1.3.15 EC:5.1.3.15 27497.2 149.67 1251.67 266.83 330.0 183.17 121.33 297.83 86.5 0.17 5.0 179.17 212.33 5.0 1.33 0.0 77.0 49.0 26.0 106.17 148.67 69.83 431.17 42.67 287.83 10.67 158.83 61.17 129.17000000000002 47.5 64.0 149.17000000000004 109.0 3268.67 682.67 752.67 701.67 1775.0 2289.83 3069.67 3133.83 71.67 216.67 380.83 847.5 523.5 193.0 122.5 13.0 1118.83 204.0 298.17 126.17 124.33 742.83 999.0 680.83 4.67 6.67 55.17 6.0 9.0 9.0 3.0 9.0
+Isomerases;Racemases and epimerases;Acting on carbohydrates and derivatives;UDP-glucose 4-epimerase https://www.genome.jp/dbget-bin/www_bget?EC:5.1.3.2 EC:5.1.3.2 348674.7 5771.67 2923.67 3293.83 5755.5 6265.67 4730.83 3894.83 6853.5 3823.67 654.8 1983.17 1109.63 5677.2 3101.83 1971.9 3620.5 11993.0 12842.5 1588.67 9064.67 8516.33 3417.67 10579.17 5481.33 5702.67 682.83 3071.17 2534.17 1444.0 2929.5 5306.67 380.5 5819.67 4585.67 4395.67 4264.17 3418.0 8136.83 5530.67 4209.83 6722.17 6760.67 1952.83 3428.0 1449.5 3065.0 9742.0 13497.0 1473.33 8217.0 7779.17 8309.17 10029.83 774.83 2698.0 1732.33 13831.17 7450.17 4342.17 8544.4 5205.9 12356.5 14220.5 7765.5
+Isomerases;Racemases and epimerases;Acting on carbohydrates and derivatives;L-ribulose-5-phosphate 3-epimerase https://www.genome.jp/dbget-bin/www_bget?EC:5.1.3.22 EC:5.1.3.22 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Isomerases;Racemases and epimerases;Acting on carbohydrates and derivatives;N-acetylneuraminate epimerase https://www.genome.jp/dbget-bin/www_bget?EC:5.1.3.24 EC:5.1.3.24 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Isomerases;Racemases and epimerases;Acting on carbohydrates and derivatives;Aldose 1-epimerase https://www.genome.jp/dbget-bin/www_bget?EC:5.1.3.3 EC:5.1.3.3 248553.7 4980.67 2521.67 2860.83 4844.5 5033.67 4077.83 3453.83 4232.5 1227.67 203.8 571.1700000000002 681.6299999999999 48.2 2086.83 28.9 151.5 6035.0 6453.5 952.67 4752.67 4421.33 2178.67 5338.17 3114.33 4903.67 568.83 3065.17 2483.17 910.0 2845.5 4277.67 348.5 4788.67 4528.67 4297.67 4127.17 3231.0 5662.83 4804.67 3972.83 6652.17 6664.67 1895.83 3373.0 1301.5 3020.0 9730.0 13493.0 1431.33 7396.0 5448.17 7713.17 9361.83 771.83 2664.0 1361.33 7223.17 4355.17 3238.17 4748.4 3195.9 6372.5 7479.5 4595.5
+Isomerases;Racemases and epimerases;Acting on carbohydrates and derivatives;L-ribulose-5-phosphate 4-epimerase https://www.genome.jp/dbget-bin/www_bget?EC:5.1.3.4 EC:5.1.3.4 128914.0 4738.0 2141.0 2949.0 4575.0 4481.0 3909.0 3342.0 2156.0 2541.0 403.0 1463.0 468.0 5639.0 200.0 1931.0 3578.0 63.0 52.0 212.0 302.0 169.0 638.0 70.0 684.0 5.0 184.0 47.0 81.0 172.0 136.0 176.0 132.0 3853.0 2614.0 2491.0 2330.0 3653.0 3231.0 4720.0 4185.0 3351.0 3414.0 1137.0 2156.0 569.0 1594.0 5046.0 6760.0 183.0 4123.0 2002.0 4951.0 5228.0 17.0 978.0 314.0 766.0 1829.0 2941.0 1498.0 1549.0 504.0 939.0 2351.0
+Isomerases;Racemases and epimerases;Acting on carbohydrates and derivatives;UDP-glucuronate 4-epimerase https://www.genome.jp/dbget-bin/www_bget?EC:5.1.3.6 EC:5.1.3.6 10444.4 7.34 1.34 7.66 6.0 6.34 6.66 9.66 1.0 0.34 0.0 0.34 0.66 0.0 0.66 0.0 0.0 0.0 0.0 2.34 1.34 1.66 2.34 1.34 1.66 21.34 271.66 96.34 142.34 9.0 6.0 170.34 144.0 7.34 59.34 59.34 51.34 940.0 11.66 3.34 13.66 1.34 1.34 5.66 3.0 627.0 6.0 1.0 0.0 2231.66 62.0 528.34 42.34 76.66 1483.66 1970.0 1329.66 3.34 1.34 2.34 0.0 0.0 0.0 0.0 2.0
+Isomerases;Racemases and epimerases;Acting on carbohydrates and derivatives;UDP-N-acetylglucosamine 4-epimerase https://www.genome.jp/dbget-bin/www_bget?EC:5.1.3.7 EC:5.1.3.7 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Isomerases;Racemases and epimerases;Acting on carbohydrates and derivatives;N-acylglucosamine 2-epimerase https://www.genome.jp/dbget-bin/www_bget?EC:5.1.3.8 EC:5.1.3.8 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Isomerases;Racemases and epimerases;Acting on carbohydrates and derivatives;N-acylglucosamine-6-phosphate 2-epimerase https://www.genome.jp/dbget-bin/www_bget?EC:5.1.3.9 EC:5.1.3.9 183458.2 1455.67 2991.17 1059.33 1791.0 1712.17 1091.83 1170.83 2904.5 64.17 159.5 645.1700000000002 770.8299999999998 34.5 916.83 22.0 192.0 6070.0 6447.5 949.17 4747.17 4319.33 2271.17 5353.67 3059.83 908.67 431.33 3045.17 2494.17 739.5 2750.0 1341.67 273.5 7637.17 3074.67 3172.67 3010.67 3292.0 7122.83 6884.17 6520.83 3441.67 3686.17 1519.33 2952.5 1169.0 1795.5 5008.5 6761.0 1269.83 3965.0 3779.17 3616.17 4721.33 757.83 1785.0 1158.83 6693.67 3125.17 1341.17 3866.5 2058.0 6048.0 6808.5 3232.0
+Isomerases;Racemases and epimerases;Acting on other compounds;Methylmalonyl-CoA epimerase https://www.genome.jp/dbget-bin/www_bget?EC:5.1.99.1 EC:5.1.99.1 26463.0 146.0 1251.0 263.0 343.0 186.0 118.0 295.0 86.0 0.0 6.0 185.0 221.0 5.0 1.0 1.0 77.0 49.0 29.0 106.0 150.0 106.0 500.0 42.0 287.0 1995.0 24.0 13.0 70.0 86.0 102.0 1509.0 46.0 3277.0 763.0 779.0 756.0 1321.0 2364.0 3123.0 3138.0 77.0 219.0 382.0 850.0 219.0 198.0 123.0 17.0 3.0 173.0 34.0 112.0 90.0 1.0 14.0 16.0 7.0 6.0 54.0 10.0 12.0 12.0 7.0 8.0
+Isomerases;Racemases and epimerases;Acting on other compounds;NAD(P)H-hydrate epimerase https://www.genome.jp/dbget-bin/www_bget?EC:5.1.99.6 EC:5.1.99.6 20494.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 2532.17 374.0 1149.17 126.33 5607.0 121.33 1924.0 3439.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Isomerases;cis-trans-Isomerases;cis-trans Isomerases (only sub-subclass identified to date);Maleylpyruvate isomerase https://www.genome.jp/dbget-bin/www_bget?EC:5.2.1.4 EC:5.2.1.4 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Isomerases;cis-trans-Isomerases;cis-trans Isomerases (only sub-subclass identified to date);Peptidylprolyl isomerase https://www.genome.jp/dbget-bin/www_bget?EC:5.2.1.8 EC:5.2.1.8 677970.5 16180.7 9160.2 9985.8 16213.5 17600.2 13797.3 12234.3 13062.0 6222.2 1049.9 2961.7 2215.7000000000007 5757.1 6457.3 2007.7 3941.5 18098.0 19389.0 2565.2 13862.2 12934.3 6190.2 15964.2 9349.8 10887.7 2159.8 12350.7 10134.7 2275.5 10737.5 10222.7 1199.0 17674.2 7629.7 7426.7 7214.2 14237.0 19297.3 17425.2 15024.3 7158.2 7609.2 3314.8 6178.5 5152.5 3867.5 10342.5 13610.0 11726.8 12001.0 14085.7 12969.7 13511.8 7468.3 12033.0 8437.8 21572.2 13646.7 10205.7 14250.7 10179.7 19050.5 22525.0 13976.5
+Isomerases;Intramolecular oxidoreductases;Interconverting aldoses and ketoses, and related compounds;Triose-phosphate isomerase https://www.genome.jp/dbget-bin/www_bget?EC:5.3.1.1 EC:5.3.1.1 235909.19999999998 5559.67 2560.17 3411.33 5510.0 5758.17 4565.83 3814.83 4789.5 4917.17 614.1 1732.17 812.43 5661.9 3312.83 1953.8 3608.0 6021.0 6446.5 850.17 4617.17 4302.33 1952.17 5314.67 3054.83 2906.67 435.33 3034.17 2450.17 754.5 2736.0 2736.67 247.5 4934.17 2810.67 2675.67 2573.67 4331.0 5813.83 5509.17 4441.83 3431.67 3515.17 1204.33 2220.5 1041.0 1659.5 5064.5 6777.0 1340.83 4975.0 4597.17 5576.17 5938.33 761.83 1997.0 1349.83 7379.67 4926.17 4055.17 5304.3 3564.8 6491.0 7684.5 5522.0
+Isomerases;Intramolecular oxidoreductases;Interconverting aldoses and ketoses, and related compounds;Glucuronate isomerase https://www.genome.jp/dbget-bin/www_bget?EC:5.3.1.12 EC:5.3.1.12 72396.20000000001 491.67 1321.67 337.83 564.0 270.17 320.3300000000001 413.83 185.5 0.17 9.0 209.17 262.33 7.0 3.33 2.0 85.0 63.0 33.0 209.17 288.67 191.83 668.1700000000002 67.67 402.83 2007.67 294.8300000000001 93.17 162.17000000000004 204.5 174.0 1692.17 211.0 3318.67 2474.67 2406.67 2276.67 1811.0 2421.83 3138.67 3165.83 3302.67 3375.67 1084.83 2051.5 818.5 1559.0 4870.5 6739.0 1224.83 2971.0 1414.17 2921.17 3971.33 753.83 1737.0 771.83 86.67 22.67 174.17000000000004 63.0 42.0 58.0 68.0 54.0
+Isomerases;Intramolecular oxidoreductases;Interconverting aldoses and ketoses, and related compounds;Arabinose-5-phosphate isomerase https://www.genome.jp/dbget-bin/www_bget?EC:5.3.1.13 EC:5.3.1.13 24087.7 924.67 109.17 625.33 918.5 820.67 690.33 483.83 656.5 1.67 9.5 48.17 49.33 8.5 7.33 3.5 25.5 0.0 3.0 2.67 7.17 40.83 81.67 2.17 56.33 2005.67 139.33 49.17 83.17 49.0 44.5 1532.17 82.0 211.17 213.67 117.67 127.17 1622.0 368.83 830.17 518.83 17.17 13.17 19.33 57.0 357.0 16.5 84.0 14.0 1131.33 377.0 529.1700000000002 686.17 465.83 742.83 1056.0 744.33 244.17 587.67 937.17 616.5 403.5 170.5 274.0 972.5
+Isomerases;Intramolecular oxidoreductases;Interconverting aldoses and ketoses, and related compounds;L-rhamnose isomerase https://www.genome.jp/dbget-bin/www_bget?EC:5.3.1.14 EC:5.3.1.14 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Isomerases;Intramolecular oxidoreductases;Interconverting aldoses and ketoses, and related compounds;isomerase https://www.genome.jp/dbget-bin/www_bget?EC:5.3.1.16 EC:5.3.1.16 145509.7 4123.67 1114.17 2430.33 4060.5 4649.67 3561.33 2905.83 3936.5 2603.67 464.5 1487.17 486.33 5645.5 1084.33 1947.5 3497.5 5958.0 6414.0 642.67 4326.17 4144.83 1340.67 5243.17 2594.33 2807.67 274.33000000000004 55.17 136.17000000000002 595.0 133.5 2571.17 114.0 1401.17 401.67 321.67 380.17 1865.0 3171.83 1647.17 790.83 121.17 132.17000000000002 110.33 119.0 509.0 96.5 108.0 23.0 1216.33 1689.0 3182.17 2024.17 1585.83 748.83 1174.0 1163.33 7060.17 4315.67 2937.17 4626.5 3122.5 6268.5 7350.0 4497.5
+Isomerases;Intramolecular oxidoreductases;Interconverting aldoses and ketoses, and related compounds;5-dehydro-4-deoxy-D-glucuronate isomerase https://www.genome.jp/dbget-bin/www_bget?EC:5.3.1.17 EC:5.3.1.17 17536.2 30.67 17.17 29.33 24.0 45.17 3.83 31.83 12.5 0.17 70.5 6.17 12.83 0.5 18.83 3.0 0.0 0.0 5.5 2.17 3.17 38.33 75.17 3.67 3.83 2102.67 137.33 2981.17 2318.17 48.5 2516.0 1531.67 83.5 50.17 139.67000000000002 86.67 106.67 491.0 108.83 63.17 19.83 10.67 5.17 10.33 9.5 324.0 20.5 6.5 13.0 1115.83 31.0 264.17 29.17 42.33 741.83 985.0 664.83 5.67 2.17 10.17 9.5 3.0 3.0 4.5 1.0
+Isomerases;Intramolecular oxidoreductases;Interconverting aldoses and ketoses, and related compounds;S-methyl-5-thioribose-1-phosphate isomerase https://www.genome.jp/dbget-bin/www_bget?EC:5.3.1.23 EC:5.3.1.23 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Isomerases;Intramolecular oxidoreductases;Interconverting aldoses and ketoses, and related compounds;Phosphoribosylanthranilate isomerase https://www.genome.jp/dbget-bin/www_bget?EC:5.3.1.24 EC:5.3.1.24 208495.7 4611.67 2435.17 2764.33 4605.5 4910.67 3878.33 3312.83 4121.5 2603.67 472.5 1690.17 739.3299999999998 5652.5 1087.33 1948.5 3582.5 6021.0 6444.0 849.67 4612.17 4298.83 1937.67 5310.17 2996.33 2809.67 432.33 100.17 215.17 752.0 263.5 2733.17 244.0 4704.17 2736.67 2642.67 2551.17 3190.0 5507.83 4729.17 3938.83 3417.17 3504.17 1188.33 2165.0 1005.0 1644.5 4977.0 6758.0 1325.33 4629.0 4332.17 4917.17 5514.83 760.83 1926.0 1270.33 7141.17 4337.67 3110.17 4685.5 3161.5 6323.5 7414.0 4550.5
+Isomerases;Intramolecular oxidoreductases;Interconverting aldoses and ketoses, and related compounds;L-fucose isomerase https://www.genome.jp/dbget-bin/www_bget?EC:5.3.1.25 EC:5.3.1.25 37547.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 2532.0 379.0 1328.0 338.0 5612.0 122.0 1924.0 3516.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Isomerases;Intramolecular oxidoreductases;Interconverting aldoses and ketoses, and related compounds;D-sedoheptulose 7-phosphate isomerase https://www.genome.jp/dbget-bin/www_bget?EC:5.3.1.28 EC:5.3.1.28 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Isomerases;Intramolecular oxidoreductases;Interconverting aldoses and ketoses, and related compounds;5-deoxy-glucuronate isomerase https://www.genome.jp/dbget-bin/www_bget?EC:5.3.1.30 EC:5.3.1.30 107124.0 937.0 1653.0 696.0 1238.0 1412.0 771.0 734.0 2707.0 64.0 82.0 442.0 514.0 27.0 895.0 19.0 107.0 6007.0 6415.0 741.0 4460.0 4164.0 1669.0 5283.0 2654.0 799.0 137.0 19.0 109.0 577.0 145.0 1093.0 69.0 4296.0 710.0 821.0 813.0 1492.0 4758.0 3794.0 3364.0 141.0 312.0 435.0 901.0 358.0 235.0 134.0 17.0 45.0 994.0 2365.0 701.0 754.0 4.0 48.0 387.0 6611.0 3101.0 1158.0 3802.0 2019.0 5993.0 6744.0 3178.0
+Isomerases;Intramolecular oxidoreductases;Interconverting aldoses and ketoses, and related compounds;L-arabinose isomerase https://www.genome.jp/dbget-bin/www_bget?EC:5.3.1.4 EC:5.3.1.4 55388.5 1263.0 178.5 692.5 1117.5 892.5 886.0 591.0 755.0 1.5 11.5 66.0 81.0 10.5 9.0 3.5 33.5 14.0 4.0 102.5 142.5 88.0 177.5 26.5 170.5 2.0 137.5 33.0 21.0 115.5 69.5 100.0 94.0 233.5 1756.0 1630.0 1516.5 1156.0 335.0 787.5 522.0 3235.5 3165.5 712.5 1251.5 320.5 1363.5 4829.5 6732.0 121.5 3113.0 1381.0 3446.0 4266.5 12.0 809.0 170.5 316.5 603.0 1055.0 665.5 430.5 213.5 331.0 1016.5
+Isomerases;Intramolecular oxidoreductases;Interconverting aldoses and ketoses, and related compounds;Xylose isomerase https://www.genome.jp/dbget-bin/www_bget?EC:5.3.1.5 EC:5.3.1.5 14677.5 921.0 108.5 621.5 899.5 811.5 687.0 477.0 656.0 1.5 8.5 42.0 40.0 8.5 7.0 2.5 25.5 0.0 0.0 0.5 4.5 3.0 10.5 1.5 55.5 0.0 2.5 1.0 0.0 1.5 0.5 2.0 1.0 195.5 74.0 32.0 21.5 1136.0 283.0 773.5 501.0 10.5 9.5 12.5 51.5 34.5 5.5 82.5 10.0 15.5 346.0 265.0 658.0 423.5 1.0 71.0 79.5 238.5 587.0 936.0 612.5 400.5 167.5 270.0 971.5
+Isomerases;Intramolecular oxidoreductases;Interconverting aldoses and ketoses, and related compounds;Ribose-5-phosphate isomerase https://www.genome.jp/dbget-bin/www_bget?EC:5.3.1.6 EC:5.3.1.6 291857.7 9034.67 4522.67 5667.83 8967.5 9346.67 7588.83 6565.83 6190.5 3768.67 599.8 1980.17 1058.63 5683.2 2282.83 1956.9 3713.5 6070.0 6494.5 959.67 4776.67 4383.33 2412.67 5358.17 3568.33 2909.67 481.83 3048.17 2510.17 811.0 2802.5 2812.67 285.5 8553.67 3668.67 3536.67 3387.17 6828.0 8709.83 9441.67 8104.83 3547.17 3763.67 1628.83 3125.0 1289.5 1890.0 5281.0 6805.0 1402.33 5985.0 5218.17 7081.17 6899.83 766.83 2166.0 1493.33 7829.17 6152.17 5941.17 6136.4 4681.9 6781.5 8292.5 6856.5
+Isomerases;Intramolecular oxidoreductases;Interconverting aldoses and ketoses, and related compounds;Mannose-6-phosphate isomerase https://www.genome.jp/dbget-bin/www_bget?EC:5.3.1.8 EC:5.3.1.8 241201.69999999998 4784.67 3702.67 3052.83 4937.5 5126.67 3996.83 3630.83 4219.5 3759.67 578.8 1869.17 969.63 5658.2 2206.83 1950.9 3659.5 6070.0 6472.5 954.67 4760.67 4368.33 2371.67 5355.17 3286.33 2906.67 455.83 3046.17 2508.17 796.0 2796.5 2798.67 283.5 8003.67 3389.67 3366.67 3228.17 4500.0 7814.83 7803.67 7067.83 3492.17 3721.67 1569.83 3015.0 1216.5 1844.0 5104.0 6780.0 1328.33 4802.0 4366.17 5023.17 5600.83 761.83 1940.0 1286.33 7144.17 4345.17 3173.17 4697.4 3171.9 6332.5 7417.5 4558.5
+Isomerases;Intramolecular oxidoreductases;Interconverting aldoses and ketoses, and related compounds;Glucose-6-phosphate isomerase https://www.genome.jp/dbget-bin/www_bget?EC:5.3.1.9 EC:5.3.1.9 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Isomerases;Intramolecular oxidoreductases;Interconverting keto- and enol-groups;2-hydroxymuconate tautomerase https://www.genome.jp/dbget-bin/www_bget?EC:5.3.2.6 EC:5.3.2.6 171969.5 4489.0 1200.0 2523.0 4264.5 4757.5 3757.5 3038.0 4047.0 1227.5 193.8 356.0 410.3 41.2 2083.5 25.9 66.5 5972.0 6417.5 742.5 4462.0 4192.5 1440.5 5270.5 2711.5 901.0 273.0 2972.0 2309.0 662.5 2630.5 1140.5 128.5 1458.0 1944.0 1835.0 1770.5 1404.0 3161.0 1611.0 796.0 3343.5 3286.0 807.0 1317.5 474.0 1453.0 4858.5 6750.0 206.5 4425.0 4034.0 4785.0 5386.5 18.0 927.0 589.5 7132.5 4332.5 3064.0 4681.4 3150.9 6311.5 7407.5 4541.5
+Isomerases;Intramolecular oxidoreductases;Transposing C=C bonds;5-carboxymethyl-2-hydroxymuconate Delta-isomerase https://www.genome.jp/dbget-bin/www_bget?EC:5.3.3.10 EC:5.3.3.10 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Isomerases;Intramolecular oxidoreductases;Transposing C=C bonds;Trans-2-decenoyl-[acyl-carrier-protein] isomerase https://www.genome.jp/dbget-bin/www_bget?EC:5.3.3.14 EC:5.3.3.14 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Isomerases;Intramolecular oxidoreductases;Transposing C=C bonds;Isopentenyl-diphosphate Delta-isomerase https://www.genome.jp/dbget-bin/www_bget?EC:5.3.3.2 EC:5.3.3.2 182353.69999999998 2230.67 1848.67 1417.83 2379.5 2349.67 1660.83 1356.83 3474.5 1221.67 195.8 514.1700000000002 622.6299999999999 38.2 2022.83 25.9 140.5 6021.0 6424.5 845.67 4605.67 4290.33 1921.67 5313.17 2828.33 2903.67 411.83 3033.17 2448.17 741.0 2730.5 2724.67 246.5 4579.67 2605.67 2537.67 2436.17 3139.0 5201.83 4644.67 3905.83 3387.17 3482.67 1157.83 2162.0 1002.5 1619.0 4970.0 6762.0 1282.33 4138.0 4010.17 4176.17 5062.83 757.83 1842.0 1222.33 6933.17 3706.17 2223.17 4477.4 2453.9 6209.5 7079.5 4195.5
+Isomerases;Intramolecular oxidoreductases;Transposing C=C bonds;Dodecenoyl-CoA isomerase https://www.genome.jp/dbget-bin/www_bget?EC:5.3.3.8 EC:5.3.3.8 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Isomerases;Intramolecular oxidoreductases;Transposing S-S bonds;Protein disulfide-isomerase https://www.genome.jp/dbget-bin/www_bget?EC:5.3.4.1 EC:5.3.4.1 13598.2 3.67 0.67 3.83 35.0 15.17 3.33 8.83 0.5 0.17 2.0 12.17 18.33 0.0 0.33 2.0 0.0 0.0 6.0 3.17 4.67 74.83 141.17 0.67 0.83 4000.67 137.83 48.17 95.17 90.5 85.0 2975.17 90.0 27.67 249.67 141.67000000000004 185.67 502.0 165.83 111.67 28.83 12.67 6.67 10.83 9.5 331.5 19.0 2.5 8.0 1115.83 31.0 264.17 35.17 46.33 741.83 985.0 664.83 9.67 0.67 1.17 8.0 6.0 6.0 8.0 1.0
+Isomerases;Intramolecular oxidoreductases;Other intramolecular oxidoreductases;2-keto-myo-inositol isomerase https://www.genome.jp/dbget-bin/www_bget?EC:5.3.99.11 EC:5.3.99.11 84849.0 791.0 402.0 433.0 911.0 1232.0 653.0 441.0 2621.0 64.0 77.0 263.0 302.0 22.0 894.0 19.0 30.0 5958.0 6389.0 636.0 4312.0 4095.0 1239.0 5241.0 2367.0 799.0 114.0 6.0 51.0 534.0 84.0 1029.0 32.0 1031.0 57.0 98.0 137.0 187.0 2474.0 726.0 237.0 70.0 96.0 57.0 55.0 148.0 45.0 12.0 4.0 42.0 821.0 2331.0 596.0 668.0 3.0 34.0 371.0 6608.0 3095.0 1104.0 3796.0 2010.0 5984.0 6741.0 3170.0
+Isomerases;Intramolecular transferases;Phosphotransferases (phosphomutases);Phosphoglucosamine mutase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.2.10 EC:5.4.2.10 214738.69999999998 4638.67 2451.67 2789.83 4594.5 4940.67 3878.83 3335.83 4133.5 3759.67 572.8 1684.17 748.6299999999999 5653.2 2205.83 1949.9 3582.5 6021.0 6443.5 848.67 4610.67 4262.33 1871.67 5313.17 2999.33 911.67 431.83 3033.17 2438.17 710.0 2694.5 1289.67 237.5 4726.67 2626.67 2587.67 2472.17 3179.0 5450.83 4680.67 3929.83 3415.17 3502.67 1187.83 2165.0 997.5 1646.0 4981.0 6763.0 1325.33 4629.0 4332.17 4911.17 5510.83 760.83 1926.0 1270.33 7137.17 4339.17 3119.17 4687.4 3159.9 6320.5 7410.5 4550.5
+Isomerases;Intramolecular transferases;Phosphotransferases (phosphomutases);Phosphoglycerate mutase (2,3-diphosphoglycerate-dependent) https://www.genome.jp/dbget-bin/www_bget?EC:5.4.2.11 EC:5.4.2.11 361979.2 6838.67 4283.17 4178.33 6950.0 7245.17 5535.83 4660.83 7595.5 1293.17 292.3 1043.17 1217.63 83.7 2988.83 48.4 284.0 12042.0 12862.5 1692.17 9213.17 8514.33 3718.17 10622.67 5823.83 1712.67 706.33 3085.17 2568.17 1402.5 2909.0 2482.67 400.5 9256.17 5092.67 5038.67 4801.67 5827.0 10543.83 9262.17 7815.83 6791.67 6980.17 2335.33 4317.5 1676.0 3244.5 9944.5 13512.0 1491.83 8736.0 8078.17 9058.17 10531.33 776.83 2783.0 1827.83 14064.67 8043.17 5332.17 9154.9 5609.4 12527.0 14485.5 8745.0
+Isomerases;Intramolecular transferases;Phosphotransferases (phosphomutases);Phosphoglycerate mutase (2,3-diphosphoglycerate-independent) https://www.genome.jp/dbget-bin/www_bget?EC:5.4.2.12 EC:5.4.2.12 775332.8999999999 15348.34 6907.34 8968.66 15291.5 17108.84 12821.16 10593.66 17556.0 8874.84 1494.4 4256.34 2520.56 11391.6 8283.16 3964.7 7291.5 29930.0 32085.5 3712.84 22309.34 20944.16 7731.84 26378.84 13444.16 6317.34 1365.66 9050.34 7299.34 3193.5 8228.5 7222.84 676.5 12985.34 7421.34 7262.34 7068.84 8152.0 19090.66 12479.34 9140.66 10319.84 10486.34 3300.66 5761.5 2774.0 4843.0 14845.5 20288.0 2941.16 15325.0 17360.34 15806.34 17748.16 1545.66 4847.0 3872.16 34626.84 19200.84 11510.34 21652.2 13493.7 30923.5 35714.5 19982.5
+Isomerases;Intramolecular transferases;Phosphotransferases (phosphomutases);Phosphoglucomutase (alpha-D-glucose-1,6-bisphosphate-dependent) https://www.genome.jp/dbget-bin/www_bget?EC:5.4.2.2 EC:5.4.2.2 214738.69999999998 4638.67 2451.67 2789.83 4594.5 4940.67 3878.83 3335.83 4133.5 3759.67 572.8 1684.17 748.6299999999999 5653.2 2205.83 1949.9 3582.5 6021.0 6443.5 848.67 4610.67 4262.33 1871.67 5313.17 2999.33 911.67 431.83 3033.17 2438.17 710.0 2694.5 1289.67 237.5 4726.67 2626.67 2587.67 2472.17 3179.0 5450.83 4680.67 3929.83 3415.17 3502.67 1187.83 2165.0 997.5 1646.0 4981.0 6763.0 1325.33 4629.0 4332.17 4911.17 5510.83 760.83 1926.0 1270.33 7137.17 4339.17 3119.17 4687.4 3159.9 6320.5 7410.5 4550.5
+Isomerases;Intramolecular transferases;Phosphotransferases (phosphomutases);Beta-phosphoglucomutase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.2.6 EC:5.4.2.6 261006.5 5280.0 1602.0 2956.0 5191.5 5995.5 4410.5 3481.0 6668.0 1291.5 271.8 625.0 721.3 63.2 2977.5 45.9 96.5 11930.0 12809.5 1379.5 8776.0 8324.5 2749.5 10511.5 5078.5 3695.0 388.0 2978.0 2372.0 1239.5 2755.5 3614.5 169.5 2501.0 2111.0 1989.0 1987.5 1607.0 5715.0 2392.0 1044.0 3419.5 3385.0 868.0 1376.5 631.0 1506.0 4871.5 6758.0 248.5 5246.0 6365.0 5388.0 6058.5 21.0 961.0 960.5 13744.5 7427.5 4168.0 8481.4 5163.9 12298.5 14152.5 7711.5
+Isomerases;Intramolecular transferases;Phosphotransferases (phosphomutases);Phosphopentomutase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.2.7 EC:5.4.2.7 177786.19999999998 3571.67 1092.17 1905.33 3368.0 3949.17 3073.83 2565.83 3391.5 3758.17 559.3 1463.17 496.63 5639.7 2197.83 1947.4 3480.0 5972.0 6417.5 743.17 4458.17 4190.33 1431.17 5269.67 2656.83 911.67 406.33 3019.17 2380.17 665.5 2633.0 1223.67 199.5 1266.17 1899.67 1832.67 1774.67 738.0 2883.83 839.17 301.8300000000001 3333.67 3277.17 797.33 1267.5 753.0 1450.5 4776.5 6740.0 1306.83 4110.0 4033.17 4148.17 5001.33 758.83 1841.0 1174.83 6895.67 3746.17 2129.17 4068.9 2750.4 6144.0 7137.5 3571.0
+Isomerases;Intramolecular transferases;Phosphotransferases (phosphomutases);Phosphomannomutase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.2.8 EC:5.4.2.8 57401.6 157.01 1253.01 274.49 352.0 195.51 127.99 309.49 87.5 2532.51 380.0 1334.51 347.99 5612.0 122.99 1925.0 3516.0 49.0 29.0 109.51 152.01 108.49 503.51 44.01 289.49 2027.01 431.49 157.51 283.51 99.5 111.0 1764.51 262.0 3288.01 852.01 868.01 833.01 2731.0 2381.49 3128.01 3158.49 79.01 221.01 390.49 854.5 1159.5 207.0 124.5 17.0 3350.49 266.0 826.51 175.51 204.99 2226.49 2969.0 2010.49 12.01 8.01 57.51 10.0 12.0 12.0 7.0 11.0
+Isomerases;Intramolecular transferases;Transferring amino groups;Lysine 2,3-aminomutase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.3.2 EC:5.4.3.2 15272.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2532.0 374.0 1149.0 126.0 5607.0 121.0 1924.0 3439.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+Isomerases;Intramolecular transferases;Transferring amino groups;D-ornithine 4,5-aminomutase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.3.5 EC:5.4.3.5 44550.0 292.0 2502.0 526.0 654.0 360.0 236.0 586.0 172.0 0.0 10.0 358.0 424.0 10.0 2.0 0.0 154.0 98.0 52.0 210.0 296.0 138.0 860.0 84.0 574.0 0.0 46.0 26.0 116.0 86.0 122.0 128.0 74.0 6530.0 1306.0 1446.0 1352.0 2610.0 4568.0 6136.0 6254.0 142.0 432.0 756.0 1692.0 420.0 380.0 244.0 26.0 6.0 346.0 68.0 210.0 172.0 2.0 28.0 32.0 6.0 12.0 108.0 12.0 18.0 18.0 6.0 16.0
+Isomerases;Intramolecular transferases;Transferring amino groups;Glutamate-1-semialdehyde 2,1-aminomutase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.3.8 EC:5.4.3.8 131806.2 940.67 1653.67 699.8299999999998 1257.0 1421.17 774.33 740.8299999999998 2707.5 2596.17 457.0 1597.17 649.3299999999998 5634.0 1016.33 1944.0 3546.0 6007.0 6418.0 743.17 4462.67 4201.83 1740.17 5283.67 2654.83 2804.67 273.83000000000004 67.17 192.17 624.5 189.0 2623.17 150.0 4311.67 849.6700000000002 906.67 918.67 1978.0 4843.83 3850.67 3381.83 147.67000000000004 315.67 441.83 906.5 680.5 246.0 135.5 21.0 1160.83 1025.0 2629.17 729.17 796.33 745.83 1033.0 1051.83 6616.67 3101.67 1159.17 3806.0 2022.0 5996.0 6748.0 3179.0
+Isomerases;Intramolecular transferases;Transferring hydroxy groups;Isochorismate synthase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.4.2 EC:5.4.4.2 163917.7 2034.67 3029.67 1609.83 2488.5 2448.67 1579.83 1535.83 3461.5 1221.67 197.8 669.1700000000002 793.6299999999999 41.2 2021.83 24.9 209.5 6056.0 6446.5 848.67 4615.67 4274.33 2184.67 5330.17 3000.33 2901.67 299.8300000000001 3014.17 2485.17 670.0 2722.5 2690.67 190.5 7806.67 1576.67 1662.67 1617.17 4424.0 7433.83 7698.67 7011.83 233.17 542.67 835.83 1808.0 926.5 451.0 345.0 53.0 1179.33 1544.0 2928.17 1493.17 1305.83 747.83 1118.0 1147.33 6858.17 3696.17 2158.17 4430.4 2432.9 6172.5 7021.5 4158.5
+Isomerases;Intramolecular transferases;Transferring other groups;tRNA pseudouridine(38-40) synthase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.99.12 EC:5.4.99.12 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Isomerases;Intramolecular transferases;Transferring other groups;Maltose alpha-D-glucosyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.99.16 EC:5.4.99.16 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Isomerases;Intramolecular transferases;Transferring other groups;5-(carboxyamino)imidazole ribonucleotide mutase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.99.18 EC:5.4.99.18 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Isomerases;Intramolecular transferases;Transferring other groups;16S rRNA pseudouridine(516) synthase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.99.19 EC:5.4.99.19 188829.40000000002 3602.34 1109.34 1934.66 3376.0 3988.34 3077.66 2595.66 3404.0 2602.34 597.0 1463.34 485.66 5640.0 1116.66 1949.0 3480.0 5972.0 6420.0 744.34 4459.34 4191.66 1436.34 5273.34 2660.66 1019.34 542.6600000000002 6000.34 4686.34 671.0 5108.0 1310.34 274.0 1304.34 1929.34 1863.34 1801.34 1213.0 2912.66 847.34 310.66 3338.34 3279.34 803.66 1273.0 1068.0 1463.0 4782.0 6749.0 2422.66 4141.0 4297.34 4170.34 5039.66 1500.66 2826.0 1839.66 6897.34 3748.34 2139.34 4074.0 2749.0 6144.0 7138.0 3572.0
+Isomerases;Intramolecular transferases;Transferring other groups;Methylmalonyl-CoA mutase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.99.2 EC:5.4.99.2 57114.0 292.0 2502.0 526.0 702.0 378.0 236.0 592.0 172.0 0.0 13.0 376.0 451.0 10.0 2.0 3.0 154.0 98.0 61.0 213.0 302.0 249.0 1070.0 84.0 574.0 5985.0 49.0 26.0 152.0 215.0 245.0 4463.0 101.0 6566.0 1636.0 1614.0 1592.0 2658.0 4808.0 6301.0 6287.0 160.0 441.0 768.0 1704.0 447.0 404.0 247.0 38.0 6.0 346.0 68.0 231.0 184.0 2.0 28.0 32.0 18.0 12.0 108.0 24.0 27.0 27.0 18.0 16.0
+Isomerases;Intramolecular transferases;Transferring other groups;23S rRNA pseudouridine(2457) synthase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.99.20 EC:5.4.99.20 32213.7 951.67 125.67 650.83 923.5 856.67 690.83 508.83 668.5 1.67 79.0 48.17 52.83 9.0 25.83 5.5 25.5 0.0 5.5 2.67 7.67 41.33 85.67 5.17 59.33 2102.67 139.83 2982.17 2318.17 50.0 2516.5 1533.67 84.5 245.67 213.67 118.67 128.17000000000002 1627.0 391.83 836.67 520.83 21.17 14.67 22.83 61.0 358.5 26.0 89.0 23.0 1131.33 377.0 529.1700000000002 687.17 465.83 742.83 1056.0 744.33 244.17 589.17 946.17 622.0 403.5 170.5 274.5 972.5
+Isomerases;Intramolecular transferases;Transferring other groups;23S rRNA pseudouridine(2604) synthase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.99.21 EC:5.4.99.21 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Isomerases;Intramolecular transferases;Transferring other groups;23S rRNA pseudouridine(2605) synthase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.99.22 EC:5.4.99.22 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Isomerases;Intramolecular transferases;Transferring other groups;23S rRNA pseudouridine(1911/1915/1917) synthase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.99.23 EC:5.4.99.23 623036.7000000001 13958.67 4921.67 7906.83 13373.5 14548.67 11592.83 9529.83 12326.5 8746.67 1339.4 3581.17 1754.23 11344.6 6495.83 3928.7 7162.5 17979.0 19288.5 2437.67 13676.67 12806.33 5059.67 15879.17 8537.33 6705.67 1114.83 9009.17 7101.17 2235.0 8106.5 6558.67 605.5 7704.67 8416.67 7967.67 7668.17 6039.0 11984.83 8026.67 5564.83 13339.17 13236.67 3509.83 6008.0 2249.5 5926.0 19447.0 26993.0 1844.33 16246.0 13516.17 17283.17 20134.83 807.83 4518.0 2540.33 21488.17 13020.17 9366.17 14111.2 9497.7 18995.5 22294.5 13678.5
+Isomerases;Intramolecular transferases;Transferring other groups;23S rRNA pseudouridine(955/2504/2580) synthase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.99.24 EC:5.4.99.24 20494.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 2532.17 374.0 1149.17 126.33 5607.0 121.33 1924.0 3439.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Isomerases;Intramolecular transferases;Transferring other groups;tRNA pseudouridine(55) synthase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.99.25 EC:5.4.99.25 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Isomerases;Intramolecular transferases;Transferring other groups;tRNA pseudouridine(65) synthase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.99.26 EC:5.4.99.26 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Isomerases;Intramolecular transferases;Transferring other groups;tRNA pseudouridine(13) synthase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.99.27 EC:5.4.99.27 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Isomerases;Intramolecular transferases;Transferring other groups;tRNA pseudouridine(32) synthase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.99.28 EC:5.4.99.28 37941.6 157.01 1253.01 274.49 336.0 189.51 127.99 307.49 87.5 0.51 5.0 179.51 212.99 5.0 1.99 0.0 77.0 49.0 26.0 108.51 150.01 71.49 433.51 44.01 289.49 32.01 430.49 157.51 271.51 56.5 70.0 319.51 253.0 3276.01 742.01 812.01 753.01 2715.0 2301.49 3073.01 3147.49 73.01 218.01 386.49 850.5 1150.5 199.0 123.5 13.0 3350.49 266.0 826.51 168.51 200.99 2226.49 2969.0 2010.49 8.01 8.01 57.51 6.0 9.0 9.0 3.0 11.0
+Isomerases;Intramolecular transferases;Transferring other groups;23S rRNA pseudouridine(746) synthase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.99.29 EC:5.4.99.29 37941.6 157.01 1253.01 274.49 336.0 189.51 127.99 307.49 87.5 0.51 5.0 179.51 212.99 5.0 1.99 0.0 77.0 49.0 26.0 108.51 150.01 71.49 433.51 44.01 289.49 32.01 430.49 157.51 271.51 56.5 70.0 319.51 253.0 3276.01 742.01 812.01 753.01 2715.0 2301.49 3073.01 3147.49 73.01 218.01 386.49 850.5 1150.5 199.0 123.5 13.0 3350.49 266.0 826.51 168.51 200.99 2226.49 2969.0 2010.49 8.01 8.01 57.51 6.0 9.0 9.0 3.0 11.0
+Isomerases;Intramolecular transferases;Transferring other groups;Chorismate mutase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.99.5 EC:5.4.99.5 307287.4 4512.34 2745.84 2605.16 4625.0 5370.34 3848.16 3306.66 6099.0 5198.34 984.5 3060.34 1131.16 11273.5 2114.16 3891.0 7026.0 11979.0 12835.5 1486.34 8920.84 8392.16 3171.34 10553.34 5311.66 3716.34 680.1600000000002 3086.34 2572.34 1290.0 2822.0 3846.84 349.5 5577.84 2749.34 2739.34 2693.34 2716.0 7727.66 4689.84 3683.66 3481.34 3592.84 1239.16 2174.0 1433.5 1696.5 4912.0 6761.0 2467.66 5135.0 6662.34 4877.34 5797.66 1504.66 2874.0 2226.66 13512.34 6847.84 3288.34 7874.5 4771.0 12140.0 13885.5 6750.0
+Isomerases;Intramolecular transferases;Transferring other groups;Cobalt-precorrin-8 methylmutase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.99.60 EC:5.4.99.60 37547.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 2532.0 379.0 1328.0 338.0 5612.0 122.0 1924.0 3516.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Isomerases;Intramolecular transferases;Transferring other groups;Precorrin-8X methylmutase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.99.61 EC:5.4.99.61 37547.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 2532.0 379.0 1328.0 338.0 5612.0 122.0 1924.0 3516.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Isomerases;Intramolecular transferases;Transferring other groups;D-ribose pyranase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.99.62 EC:5.4.99.62 178165.69999999998 2230.67 1848.67 1417.83 2363.5 2343.67 1660.83 1354.83 3474.5 1221.67 194.8 508.17 613.6299999999999 38.2 2022.83 24.9 140.5 6021.0 6421.5 844.67 4603.67 4253.33 1851.67 5313.17 2828.33 908.67 410.83 3033.17 2436.17 698.0 2689.5 1279.67 237.5 4567.67 2495.67 2481.67 2356.17 3123.0 5121.83 4589.67 3894.83 3381.17 3479.67 1153.83 2158.0 993.5 1611.0 4969.0 6758.0 1282.33 4138.0 4010.17 4169.17 5058.83 757.83 1842.0 1222.33 6929.17 3706.17 2223.17 4473.4 2450.9 6206.5 7075.5 4195.5
+Isomerases;Intramolecular transferases;Transferring other groups;UDP-galactopyranose mutase https://www.genome.jp/dbget-bin/www_bget?EC:5.4.99.9 EC:5.4.99.9 16982.5 921.0 108.5 621.5 899.5 811.5 687.0 477.0 656.0 1157.5 40.3 42.0 54.8 8.7 1107.0 2.9 25.5 0.0 0.0 0.5 4.5 3.0 10.5 1.5 55.5 0.0 2.5 1.0 0.0 1.5 0.5 2.0 1.0 195.5 74.0 32.0 21.5 1136.0 283.0 773.5 501.0 10.5 9.5 12.5 51.5 34.5 5.5 82.5 10.0 15.5 346.0 265.0 658.0 423.5 1.0 71.0 79.5 238.5 587.0 936.0 612.9 401.9 167.5 270.0 971.5
+Isomerases;Intramolecular lyases;Intramolecular lyases (only sub-subclass identified to date);Lycopene beta-cyclase https://www.genome.jp/dbget-bin/www_bget?EC:5.5.1.19 EC:5.5.1.19 4188.0 0.0 0.0 0.0 16.0 6.0 0.0 2.0 0.0 0.0 1.0 6.0 9.0 0.0 0.0 1.0 0.0 0.0 3.0 1.0 2.0 37.0 70.0 0.0 0.0 1995.0 1.0 0.0 12.0 43.0 41.0 1445.0 9.0 12.0 110.0 56.0 80.0 16.0 80.0 55.0 11.0 6.0 3.0 4.0 4.0 9.0 8.0 1.0 4.0 0.0 0.0 0.0 7.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 4.0 3.0 3.0 4.0 0.0
+Ligases;Forming carbon-oxygen bonds;Ligases forming aminoacyl-tRNA and related compounds;Tyrosine--tRNA ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.1.1.1 EC:6.1.1.1 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Ligases;Forming carbon-oxygen bonds;Ligases forming aminoacyl-tRNA and related compounds;Methionine--tRNA ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.1.1.10 EC:6.1.1.10 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Ligases;Forming carbon-oxygen bonds;Ligases forming aminoacyl-tRNA and related compounds;Serine--tRNA ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.1.1.11 EC:6.1.1.11 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Ligases;Forming carbon-oxygen bonds;Ligases forming aminoacyl-tRNA and related compounds;Aspartate--tRNA ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.1.1.12 EC:6.1.1.12 240227.69999999998 7046.67 3054.67 4161.83 6841.5 7543.67 6096.83 5318.83 4792.5 3765.67 577.8 1717.17 766.6299999999999 5661.2 2267.83 1951.9 3585.5 6021.0 6468.5 853.67 4619.67 4308.33 1961.67 5313.17 3170.33 2909.67 453.83 3033.17 2452.17 765.0 2740.5 2744.67 246.5 4897.67 2867.67 2749.67 2668.17 3251.0 5859.83 4826.67 3975.83 3455.17 3528.67 1225.83 2176.0 1010.5 1689.0 4994.0 6772.0 1368.33 5120.0 4654.17 5660.17 5966.83 763.83 2010.0 1318.33 7349.17 4972.17 4015.17 4905.4 3871.9 6437.5 7749.5 4905.5
+Ligases;Forming carbon-oxygen bonds;Ligases forming aminoacyl-tRNA and related compounds;D-alanine--poly(phosphoribitol) ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.1.1.13 EC:6.1.1.13 343939.0 8978.0 2400.0 5046.0 8529.0 9515.0 7515.0 6076.0 8094.0 2455.0 387.6 712.0 820.6 82.4 4167.0 51.8 133.0 11944.0 12835.0 1485.0 8924.0 8385.0 2881.0 10541.0 5423.0 1802.0 546.0 5944.0 4618.0 1325.0 5261.0 2281.0 257.0 2916.0 3888.0 3670.0 3541.0 2808.0 6322.0 3222.0 1592.0 6687.0 6572.0 1614.0 2635.0 948.0 2906.0 9717.0 13500.0 413.0 8850.0 8068.0 9570.0 10773.0 36.0 1854.0 1179.0 14265.0 8665.0 6128.0 9362.8 6301.8 12623.0 14815.0 9083.0
+Ligases;Forming carbon-oxygen bonds;Ligases forming aminoacyl-tRNA and related compounds;Glycine--tRNA ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.1.1.14 EC:6.1.1.14 396118.39999999997 9131.34 3652.34 5316.66 8878.0 9707.34 7639.66 6380.66 8181.0 4987.34 767.6 2046.34 1168.2599999999998 5694.4 4289.66 1976.8 3649.0 11993.0 12864.0 1593.34 9075.34 8492.66 3383.34 10584.34 5711.66 3818.34 841.6600000000002 6053.34 4830.34 1420.0 5369.0 3960.34 447.0 6200.34 4710.34 4508.34 4348.34 5069.0 8697.66 6348.34 4743.66 6765.34 6792.34 2001.66 3488.0 1794.0 3110.0 9841.0 13517.0 2647.66 9085.0 8630.34 9724.34 10939.66 1520.66 3838.0 2524.66 14275.34 8672.34 6184.34 9372.8 6313.8 12635.0 14822.0 9093.0
+Ligases;Forming carbon-oxygen bonds;Ligases forming aminoacyl-tRNA and related compounds;Proline--tRNA ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.1.1.15 EC:6.1.1.15 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Ligases;Forming carbon-oxygen bonds;Ligases forming aminoacyl-tRNA and related compounds;Cysteine--tRNA ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.1.1.16 EC:6.1.1.16 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Ligases;Forming carbon-oxygen bonds;Ligases forming aminoacyl-tRNA and related compounds;Glutamate--tRNA ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.1.1.17 EC:6.1.1.17 69232.20000000001 295.67 2502.67 529.83 673.0 369.17 239.33 592.83 172.5 2532.17 385.0 1513.17 559.3299999999998 5617.0 123.33 1925.0 3593.0 98.0 55.0 212.17 298.67 175.82999999999996 931.17 84.67 574.83 2005.67 182.83 74.17 199.17 133.5 166.0 1658.17 155.0 6545.67 1445.67 1531.67 1457.67 3096.0 4653.83 6192.67 6271.83 148.67 435.67 762.83 1697.5 742.5 391.0 245.5 30.0 1121.83 377.0 332.17 238.17 214.33 743.83 1013.0 696.83 11.67 12.67 109.17 16.0 21.0 21.0 10.0 17.0
+Ligases;Forming carbon-oxygen bonds;Ligases forming aminoacyl-tRNA and related compounds;Glutamine--tRNA ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.1.1.18 EC:6.1.1.18 46957.200000000004 149.67 1251.67 266.83 346.0 189.17 121.33 299.83 86.5 2532.17 380.0 1334.17 347.3300000000001 5612.0 122.33 1925.0 3516.0 49.0 29.0 107.17 150.67 106.83 501.17 42.67 287.83 2005.67 159.83 61.17 141.17000000000004 90.5 105.0 1594.17 118.0 3280.67 792.6700000000002 808.67 781.67 1791.0 2369.83 3124.67 3144.83 77.67 219.67 384.83 851.5 532.5 201.0 123.5 17.0 1118.83 204.0 298.17 133.17000000000002 128.32999999999998 742.83 999.0 680.83 8.67 6.67 55.17 10.0 12.0 12.0 7.0 9.0
+Ligases;Forming carbon-oxygen bonds;Ligases forming aminoacyl-tRNA and related compounds;Arginine--tRNA ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.1.1.19 EC:6.1.1.19 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Ligases;Forming carbon-oxygen bonds;Ligases forming aminoacyl-tRNA and related compounds;Tryptophan--tRNA ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.1.1.2 EC:6.1.1.2 224148.90000000002 4642.34 2452.34 2793.66 4613.5 4949.84 3882.16 3342.66 4134.0 3759.84 573.8 1690.34 757.96 5653.2 2206.16 1950.9 3582.5 6021.0 6446.5 850.84 4613.34 4300.16 1942.84 5313.84 3000.16 2917.34 568.6600000000002 3081.34 2521.34 757.5 2738.5 2819.84 318.5 4742.34 2766.34 2673.34 2577.84 3665.0 5536.66 4737.34 3947.66 3421.84 3506.34 1194.66 2170.5 1320.0 1657.0 4982.5 6767.0 2441.16 4660.0 4596.34 4939.34 5553.16 1502.66 2911.0 1935.16 7142.84 4339.84 3120.34 4691.4 3162.9 6323.5 7414.5 4551.5
+Ligases;Forming carbon-oxygen bonds;Ligases forming aminoacyl-tRNA and related compounds;Phenylalanine--tRNA ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.1.1.20 EC:6.1.1.20 437853.39999999997 9277.34 4903.34 5579.66 9221.0 9893.34 7757.66 6675.66 8267.0 7519.34 1147.6 3380.34 1515.2599999999998 11306.4 4411.66 3901.8 7165.0 12042.0 12893.0 1699.34 9225.34 8598.66 3883.34 10626.34 5998.66 5813.34 865.6600000000002 6066.34 4900.34 1506.0 5471.0 5469.34 493.0 9477.34 5473.34 5287.34 5104.34 6390.0 11061.66 9471.34 7881.66 6842.34 7011.34 2383.66 4338.0 2013.0 3308.0 9964.0 13534.0 2650.66 9258.0 8664.34 9836.34 11029.66 1521.66 3852.0 2540.66 14282.34 8678.34 6238.34 9382.8 6325.8 12647.0 14829.0 9101.0
+Ligases;Forming carbon-oxygen bonds;Ligases forming aminoacyl-tRNA and related compounds;Histidine--tRNA ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.1.1.21 EC:6.1.1.21 234593.30000000002 4649.68 2453.6800000000007 2801.32 4619.5 4956.18 3888.82 3352.32 4135.0 3760.18 573.8 1690.68 758.6199999999999 5653.2 2206.82 1950.9 3582.5 6021.0 6446.5 853.18 4614.68 4301.82 1945.18 5315.18 3001.82 2938.68 840.32 3177.68 2663.68 766.5 2744.5 2990.18 462.5 4749.68 2825.6800000000007 2732.6800000000007 2629.1800000000007 4605.0 5548.32 4740.68 3961.32 3423.18 3507.68 1200.32 2173.5 1947.0 1663.0 4983.5 6767.0 4672.82 4722.0 5124.68 4981.68 5629.82 2986.32 4881.0 3264.82 7146.18 4341.18 3122.6800000000007 4691.4 3162.9 6323.5 7414.5 4553.5
+Ligases;Forming carbon-oxygen bonds;Ligases forming aminoacyl-tRNA and related compounds;Asparagine--tRNA ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.1.1.22 EC:6.1.1.22 181379.69999999998 4492.67 1200.67 2526.83 4283.5 4766.67 3760.83 3044.83 4047.5 1227.67 194.8 362.17 419.63 41.2 2083.83 26.9 66.5 5972.0 6420.5 744.67 4464.67 4230.33 1511.67 5271.17 2712.33 2906.67 409.83 3020.17 2392.17 710.0 2674.5 2670.67 209.5 1473.67 2083.67 1920.67 1876.17 1890.0 3246.83 1667.67 813.83 3350.17 3289.67 813.83 1323.0 796.5 1464.0 4860.0 6754.0 1322.33 4456.0 4298.17 4813.17 5428.83 759.83 1912.0 1254.33 7138.17 4333.17 3065.17 4685.4 3153.9 6314.5 7411.5 4542.5
+Ligases;Forming carbon-oxygen bonds;Ligases forming aminoacyl-tRNA and related compounds;Glutamate--tRNA(Gln) ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.1.1.24 EC:6.1.1.24 187241.5 4489.0 1200.0 2523.0 4264.5 4757.5 3757.5 3038.0 4047.0 3759.5 567.8 1505.0 536.3 5648.2 2204.5 1949.9 3505.5 5972.0 6417.5 742.5 4462.0 4192.5 1440.5 5270.5 2711.5 901.0 273.0 2972.0 2309.0 662.5 2630.5 1140.5 128.5 1458.0 1944.0 1835.0 1770.5 1404.0 3161.0 1611.0 796.0 3343.5 3286.0 807.0 1317.5 474.0 1453.0 4858.5 6750.0 206.5 4425.0 4034.0 4785.0 5386.5 18.0 927.0 589.5 7132.5 4332.5 3064.0 4681.4 3150.9 6311.5 7407.5 4541.5
+Ligases;Forming carbon-oxygen bonds;Ligases forming aminoacyl-tRNA and related compounds;Threonine--tRNA ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.1.1.3 EC:6.1.1.3 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Ligases;Forming carbon-oxygen bonds;Ligases forming aminoacyl-tRNA and related compounds;Leucine--tRNA ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.1.1.4 EC:6.1.1.4 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Ligases;Forming carbon-oxygen bonds;Ligases forming aminoacyl-tRNA and related compounds;Isoleucine--tRNA ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.1.1.5 EC:6.1.1.5 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Ligases;Forming carbon-oxygen bonds;Ligases forming aminoacyl-tRNA and related compounds;Lysine--tRNA ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.1.1.6 EC:6.1.1.6 251646.10000000003 4792.01 3704.01 3060.49 4943.5 5133.01 4003.49 3640.49 4220.5 3760.01 578.8 1869.51 970.29 5658.2 2207.49 1950.9 3659.5 6070.0 6472.5 957.01 4762.01 4369.99 2374.01 5356.51 3287.99 2928.01 727.49 3142.51 2650.51 805.0 2802.5 2969.01 427.5 8011.01 3449.01 3426.01 3279.51 5440.0 7826.49 7807.01 7081.49 3493.51 3723.01 1575.49 3018.0 1843.5 1850.0 5105.0 6780.0 3559.99 4864.0 4894.51 5065.51 5677.49 2245.49 3910.0 2615.99 7147.51 4346.51 3175.51 4697.4 3171.9 6332.5 7417.5 4560.5
+Ligases;Forming carbon-oxygen bonds;Ligases forming aminoacyl-tRNA and related compounds;Alanine--tRNA ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.1.1.7 EC:6.1.1.7 224148.90000000002 4642.34 2452.34 2793.66 4613.5 4949.84 3882.16 3342.66 4134.0 3759.84 573.8 1690.34 757.96 5653.2 2206.16 1950.9 3582.5 6021.0 6446.5 850.84 4613.34 4300.16 1942.84 5313.84 3000.16 2917.34 568.6600000000002 3081.34 2521.34 757.5 2738.5 2819.84 318.5 4742.34 2766.34 2673.34 2577.84 3665.0 5536.66 4737.34 3947.66 3421.84 3506.34 1194.66 2170.5 1320.0 1657.0 4982.5 6767.0 2441.16 4660.0 4596.34 4939.34 5553.16 1502.66 2911.0 1935.16 7142.84 4339.84 3120.34 4691.4 3162.9 6323.5 7414.5 4551.5
+Ligases;Forming carbon-oxygen bonds;Ligases forming aminoacyl-tRNA and related compounds;Valine--tRNA ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.1.1.9 EC:6.1.1.9 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Ligases;Forming carbon-sulfur bonds;Acid-thiol ligases;Acetate--CoA ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.2.1.1 EC:6.2.1.1 176356.2 1232.67 4155.67 1225.83 1911.0 1781.17 1010.33 1326.83 2879.5 2596.17 467.0 1955.17 1073.33 5644.0 1018.33 1944.0 3700.0 6105.0 6470.0 953.17 4758.67 4339.83 2600.17 5367.67 3228.83 2804.67 319.8300000000001 93.17 308.17 710.5 311.0 2751.17 224.0 10841.67 2155.67 2352.67 2270.67 4588.0 9411.83 9986.67 9635.83 289.67 747.67 1197.83 2598.5 1100.5 626.0 379.5 47.0 1166.83 1371.0 2697.17 939.17 968.33 747.83 1061.0 1083.83 6622.67 3113.67 1267.17 3818.0 2040.0 6014.0 6754.0 3195.0
+Ligases;Forming carbon-sulfur bonds;Acid-thiol ligases;6-carboxyhexanoate--CoA ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.2.1.14 EC:6.2.1.14 22275.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 0.0 5.0 179.0 212.0 5.0 1.0 0.0 77.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Ligases;Forming carbon-sulfur bonds;Acid-thiol ligases;Long-chain-fatty-acid--luciferin-component ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.2.1.19 EC:6.2.1.19 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Ligases;Forming carbon-sulfur bonds;Acid-thiol ligases;[Citrate (pro-3S)-lyase] ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.2.1.22 EC:6.2.1.22 55388.5 1263.0 178.5 692.5 1117.5 892.5 886.0 591.0 755.0 1.5 11.5 66.0 81.0 10.5 9.0 3.5 33.5 14.0 4.0 102.5 142.5 88.0 177.5 26.5 170.5 2.0 137.5 33.0 21.0 115.5 69.5 100.0 94.0 233.5 1756.0 1630.0 1516.5 1156.0 335.0 787.5 522.0 3235.5 3165.5 712.5 1251.5 320.5 1363.5 4829.5 6732.0 121.5 3113.0 1381.0 3446.0 4266.5 12.0 809.0 170.5 316.5 603.0 1055.0 665.5 430.5 213.5 331.0 1016.5
+Ligases;Forming carbon-sulfur bonds;Acid-thiol ligases;o-succinylbenzoate--CoA ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.2.1.26 EC:6.2.1.26 141642.69999999998 1888.67 1778.67 1346.83 2161.5 2268.67 1461.83 1242.83 3375.5 1221.67 192.8 490.17 581.6299999999999 36.2 2020.83 24.9 132.5 6007.0 6420.5 743.67 4467.67 4205.33 1754.67 5288.17 2713.33 2901.67 276.83000000000004 3001.17 2427.17 627.0 2661.5 2626.67 153.5 4541.67 923.67 939.67 941.17 3119.0 5149.83 4630.67 3884.83 162.17000000000004 326.67 457.83 962.0 716.5 261.0 223.0 40.0 1176.33 1371.0 2894.17 1388.17 1219.83 746.83 1104.0 1131.33 6855.17 3690.17 2104.17 4424.4 2423.9 6163.5 7018.5 4150.5
+Ligases;Forming carbon-sulfur bonds;Acid-thiol ligases;Long-chain-fatty-acid--CoA ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.2.1.3 EC:6.2.1.3 80483.40000000001 2707.34 3106.34 1905.66 2907.0 2969.34 2460.66 2578.66 832.0 6.34 15.0 391.34 442.66 18.0 64.66 2.0 157.0 98.0 77.0 217.34 306.34 185.66 952.34 85.34 746.66 2019.34 339.66 122.34 272.34000000000003 150.0 174.0 1753.34 227.0 6708.34 1606.34 1667.34 1599.34 3622.0 4988.66 6285.34 6313.66 183.34 459.34 799.66 1706.0 1060.0 429.0 258.0 35.0 2280.66 899.0 918.34 1001.34 704.66 1488.66 2082.0 1409.66 221.34 646.34 1006.34 230.0 730.0 135.0 345.0 373.0
+Ligases;Forming carbon-sulfur bonds;Acid-thiol ligases;Phenylacetate--CoA ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.2.1.30 EC:6.2.1.30 38920.0 0.0 0.0 0.0 32.0 12.0 0.0 4.0 0.0 5064.0 750.0 2310.0 270.0 11214.0 242.0 3850.0 6878.0 0.0 6.0 2.0 4.0 74.0 140.0 0.0 0.0 3990.0 2.0 0.0 24.0 86.0 82.0 2890.0 18.0 24.0 220.0 112.0 160.0 32.0 160.0 110.0 22.0 12.0 6.0 8.0 8.0 18.0 16.0 2.0 8.0 0.0 0.0 0.0 14.0 8.0 0.0 0.0 0.0 8.0 0.0 0.0 8.0 6.0 6.0 8.0 0.0
+Ligases;Forming carbon-sulfur bonds;Acid-thiol ligases;Succinate--CoA ligase (ADP-forming) https://www.genome.jp/dbget-bin/www_bget?EC:6.2.1.5 EC:6.2.1.5 63370.40000000001 299.34 2503.34 533.66 692.0 378.34 242.66 599.66 173.0 0.34 12.0 370.34 442.66 10.0 2.66 2.0 154.0 98.0 58.0 214.34 301.34 213.66 1002.34 85.34 575.66 4011.34 319.66 122.34 282.3400000000001 181.0 210.0 3188.34 236.0 6561.34 1585.34 1617.34 1563.34 3582.0 4739.66 6249.34 6289.66 155.34 439.34 769.66 1703.0 1065.0 402.0 247.0 34.0 2237.66 408.0 596.34 266.34000000000003 256.66 1485.66 1998.0 1361.66 17.34 13.34 110.34 20.0 24.0 24.0 14.0 18.0
+Ligases;Forming carbon-nitrogen bonds;Acid-D-ammonia (or amine) ligases (amide synthases);Aspartate--ammonia ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.1.1 EC:6.3.1.1 8126.0 27.0 16.5 25.5 5.0 36.0 0.5 25.0 12.0 0.0 69.5 0.0 3.5 0.5 18.5 2.0 0.0 0.0 2.5 0.0 0.5 0.5 4.0 3.0 3.0 97.0 0.5 2933.0 2235.0 1.0 2472.0 1.5 2.5 34.5 0.0 1.0 1.0 5.0 23.0 6.5 2.0 4.0 1.5 3.5 4.0 1.5 9.5 5.0 9.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 1.5 9.0 5.5 0.0 0.0 0.5 0.0
+Ligases;Forming carbon-nitrogen bonds;Acid-D-ammonia (or amine) ligases (amide synthases);Adenosylcobinamide-phosphate synthase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.1.10 EC:6.3.1.10 42769.200000000004 149.67 1251.67 266.83 330.0 183.17 121.33 297.83 86.5 2532.17 379.0 1328.17 338.3300000000001 5612.0 122.33 1924.0 3516.0 49.0 26.0 106.17 148.67 69.83 431.17 42.67 287.83 10.67 158.83 61.17 129.17000000000002 47.5 64.0 149.17000000000004 109.0 3268.67 682.67 752.67 701.67 1775.0 2289.83 3069.67 3133.83 71.67 216.67 380.83 847.5 523.5 193.0 122.5 13.0 1118.83 204.0 298.17 126.17 124.33 742.83 999.0 680.83 4.67 6.67 55.17 6.0 9.0 9.0 3.0 9.0
+Ligases;Forming carbon-nitrogen bonds;Acid-D-ammonia (or amine) ligases (amide synthases);D-aspartate ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.1.12 EC:6.3.1.12 40711.0 342.0 70.0 71.0 218.0 81.0 199.0 114.0 99.0 0.0 3.0 24.0 41.0 2.0 2.0 1.0 8.0 14.0 4.0 102.0 138.0 85.0 167.0 25.0 115.0 2.0 135.0 32.0 21.0 114.0 69.0 98.0 93.0 38.0 1682.0 1598.0 1495.0 20.0 52.0 14.0 21.0 3225.0 3156.0 700.0 1200.0 286.0 1358.0 4747.0 6722.0 106.0 2767.0 1116.0 2788.0 3843.0 11.0 738.0 91.0 78.0 16.0 119.0 53.0 30.0 46.0 61.0 45.0
+Ligases;Forming carbon-nitrogen bonds;Acid-D-ammonia (or amine) ligases (amide synthases);Glutamate--ammonia ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.1.2 EC:6.3.1.2 281962.7 7192.67 4305.67 4424.83 7184.5 7729.67 6214.83 5613.83 4878.5 6297.67 957.8 3051.17 1113.63 11273.2 2389.83 3876.9 7101.5 6070.0 6497.5 959.67 4769.67 4414.33 2461.67 5355.17 3457.33 4904.67 477.83 3046.17 2522.17 851.0 2842.5 4253.67 292.5 8174.67 3630.67 3528.67 3424.17 4572.0 8223.83 7949.67 7113.83 3532.17 3747.67 1607.83 3026.0 1229.5 1887.0 5117.0 6789.0 1371.33 5293.0 4688.17 5772.17 6056.83 764.83 2024.0 1334.33 7356.17 4978.17 4069.17 4915.4 3883.9 6449.5 7756.5 4913.5
+Ligases;Forming carbon-nitrogen bonds;Acid-D-ammonia (or amine) ligases (amide synthases);NAD(+) synthase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.1.5 EC:6.3.1.5 181379.69999999998 4492.67 1200.67 2526.83 4283.5 4766.67 3760.83 3044.83 4047.5 1227.67 194.8 362.17 419.63 41.2 2083.83 26.9 66.5 5972.0 6420.5 744.67 4464.67 4230.33 1511.67 5271.17 2712.33 2906.67 409.83 3020.17 2392.17 710.0 2674.5 2670.67 209.5 1473.67 2083.67 1920.67 1876.17 1890.0 3246.83 1667.67 813.83 3350.17 3289.67 813.83 1323.0 796.5 1464.0 4860.0 6754.0 1322.33 4456.0 4298.17 4813.17 5428.83 759.83 1912.0 1254.33 7138.17 4333.17 3065.17 4685.4 3153.9 6314.5 7411.5 4542.5
+Ligases;Forming carbon-nitrogen bonds;Acid-D-ammonia (or amine) ligases (amide synthases);Glutathionylspermidine synthase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.1.8 EC:6.3.1.8 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Ligases;Forming carbon-nitrogen bonds;Acid-D-amino-acid ligases (peptide synthases);Pantoate--beta-alanine ligase (AMP-forming) https://www.genome.jp/dbget-bin/www_bget?EC:6.3.2.1 EC:6.3.2.1 9410.2 3.67 0.67 3.83 19.0 9.17 3.33 6.83 0.5 0.17 1.0 6.17 9.33 0.0 0.33 1.0 0.0 0.0 3.0 2.17 2.67 37.83 71.17 0.67 0.83 2005.67 136.83 48.17 83.17 47.5 44.0 1530.17 81.0 15.67 139.67000000000002 85.67 105.67 486.0 85.83 56.67 17.83 6.67 3.67 6.83 5.5 322.5 11.0 1.5 4.0 1115.83 31.0 264.17 28.17 42.33 741.83 985.0 664.83 5.67 0.67 1.17 4.0 3.0 3.0 4.0 1.0
+Ligases;Forming carbon-nitrogen bonds;Acid-D-amino-acid ligases (peptide synthases);UDP-N-acetylmuramoyl-tripeptide--D-alanyl-D-alanine ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.2.10 EC:6.3.2.10 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Ligases;Forming carbon-nitrogen bonds;Acid-D-amino-acid ligases (peptide synthases);Dihydrofolate synthase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.2.12 EC:6.3.2.12 276620.2 5901.67 2630.17 3482.33 5728.0 5839.17 4764.83 3928.83 4888.5 4917.17 617.1 1756.17 853.43 5663.9 3314.83 1954.8 3616.0 6035.0 6450.5 952.17 4755.17 4387.33 2119.17 5339.67 3169.83 2908.67 570.33 3066.17 2471.17 868.5 2805.0 2834.67 340.5 4972.17 4492.67 4273.67 4068.67 4351.0 5865.83 5523.17 4462.83 6656.67 6671.17 1904.33 3420.5 1327.0 3017.5 9811.5 13499.0 1446.83 7742.0 5713.17 8364.17 9781.33 772.83 2735.0 1440.83 7457.67 4942.17 4174.17 5357.3 3594.8 6537.0 7745.5 5567.0
+Ligases;Forming carbon-nitrogen bonds;Acid-D-amino-acid ligases (peptide synthases);UDP-N-acetylmuramoyl-L-alanyl-D-glutamate--2,6-diaminopimelate ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.2.13 EC:6.3.2.13 369595.2 6719.67 3048.67 3940.83 6644.0 7107.17 5418.33 4394.83 7521.5 4981.17 763.6 2019.17 1158.9299999999996 5686.4 4227.33 1975.8 3646.0 11993.0 12842.0 1588.17 9067.67 8482.83 3362.17 10583.67 5539.83 3804.67 684.83 6005.17 4757.17 1403.5 5361.0 3865.17 375.0 6037.67 4549.67 4372.67 4206.67 4543.0 8362.83 6255.67 4701.83 6730.67 6768.67 1964.83 3479.5 1476.5 3072.0 9828.5 13512.0 1488.83 8563.0 8044.17 8961.17 10449.33 775.83 2769.0 1811.83 14065.67 8038.67 5287.17 9158.8 5604.8 12521.0 14487.0 8737.0
+Ligases;Forming carbon-nitrogen bonds;Acid-D-amino-acid ligases (peptide synthases);Tetrahydrofolate synthase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.2.17 EC:6.3.2.17 276620.2 5901.67 2630.17 3482.33 5728.0 5839.17 4764.83 3928.83 4888.5 4917.17 617.1 1756.17 853.43 5663.9 3314.83 1954.8 3616.0 6035.0 6450.5 952.17 4755.17 4387.33 2119.17 5339.67 3169.83 2908.67 570.33 3066.17 2471.17 868.5 2805.0 2834.67 340.5 4972.17 4492.67 4273.67 4068.67 4351.0 5865.83 5523.17 4462.83 6656.67 6671.17 1904.33 3420.5 1327.0 3017.5 9811.5 13499.0 1446.83 7742.0 5713.17 8364.17 9781.33 772.83 2735.0 1440.83 7457.67 4942.17 4174.17 5357.3 3594.8 6537.0 7745.5 5567.0
+Ligases;Forming carbon-nitrogen bonds;Acid-D-amino-acid ligases (peptide synthases);Glutamate--cysteine ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.2.2 EC:6.3.2.2 177191.69999999998 4492.67 1200.67 2526.83 4267.5 4760.67 3760.83 3042.83 4047.5 1227.67 193.8 356.17 410.63 41.2 2083.83 25.9 66.5 5972.0 6417.5 743.67 4462.67 4193.33 1441.67 5271.17 2712.33 911.67 408.83 3020.17 2380.17 667.0 2633.5 1225.67 200.5 1461.67 1973.67 1864.67 1796.17 1874.0 3166.83 1612.67 802.83 3344.17 3286.67 809.83 1319.0 787.5 1456.0 4859.0 6750.0 1322.33 4456.0 4298.17 4806.17 5424.83 759.83 1912.0 1254.33 7134.17 4333.17 3065.17 4681.4 3150.9 6311.5 7407.5 4542.5
+Ligases;Forming carbon-nitrogen bonds;Acid-D-amino-acid ligases (peptide synthases);Glutathione synthase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.2.3 EC:6.3.2.3 15666.599999999999 11.01 2.01 11.49 9.0 9.51 9.99 14.49 1.5 0.51 0.0 0.51 0.99 0.0 0.99 0.0 0.0 0.0 0.0 3.51 2.01 2.49 3.51 2.01 2.49 32.01 407.49 144.51 213.51 13.5 9.0 255.51 216.0 11.01 89.01 89.01 77.01 1410.0 17.490000000000002 5.01 20.49 2.01 2.01 8.49 4.5 940.5 9.0 1.5 0.0 3347.49 93.0 792.51 63.51000000000001 114.99 2225.49 2955.0 1994.49 5.01 2.01 3.51 0.0 0.0 0.0 0.0 3.0
+Ligases;Forming carbon-nitrogen bonds;Acid-D-amino-acid ligases (peptide synthases);D-alanine--D-alanine ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.2.4 EC:6.3.2.4 241201.69999999998 4784.67 3702.67 3052.83 4937.5 5126.67 3996.83 3630.83 4219.5 3759.67 578.8 1869.17 969.63 5658.2 2206.83 1950.9 3659.5 6070.0 6472.5 954.67 4760.67 4368.33 2371.67 5355.17 3286.33 2906.67 455.83 3046.17 2508.17 796.0 2796.5 2798.67 283.5 8003.67 3389.67 3366.67 3228.17 4500.0 7814.83 7803.67 7067.83 3492.17 3721.67 1569.83 3015.0 1216.5 1844.0 5104.0 6780.0 1328.33 4802.0 4366.17 5023.17 5600.83 761.83 1940.0 1286.33 7144.17 4345.17 3173.17 4697.4 3171.9 6332.5 7417.5 4558.5
+Ligases;Forming carbon-nitrogen bonds;Acid-D-amino-acid ligases (peptide synthases);Phosphopantothenate--cysteine ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.2.5 EC:6.3.2.5 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Ligases;Forming carbon-nitrogen bonds;Acid-D-amino-acid ligases (peptide synthases);Phosphoribosylaminoimidazolesuccinocarboxamide synthase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.2.6 EC:6.3.2.6 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Ligases;Forming carbon-nitrogen bonds;Acid-D-amino-acid ligases (peptide synthases);UDP-N-acetylmuramoyl-L-alanyl-D-glutamate--L-lysine ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.2.7 EC:6.3.2.7 29427.0 2435.0 619.5 1397.5 2236.0 2633.0 2218.5 2006.0 671.0 6.0 73.5 27.0 12.5 8.5 80.5 3.0 3.0 0.0 24.5 4.0 7.5 9.5 24.0 3.0 174.0 100.0 21.5 2933.0 2237.0 13.0 2477.0 11.5 2.5 193.5 131.0 107.0 117.0 61.0 352.0 97.5 37.0 38.0 24.5 37.5 11.0 5.5 44.5 17.0 14.0 43.0 491.0 322.0 743.0 452.0 3.0 84.0 48.0 208.0 634.5 905.0 219.5 709.0 114.0 335.5 355.0
+Ligases;Forming carbon-nitrogen bonds;Acid-D-amino-acid ligases (peptide synthases);UDP-N-acetylmuramate--L-alanine ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.2.8 EC:6.3.2.8 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Ligases;Forming carbon-nitrogen bonds;Acid-D-amino-acid ligases (peptide synthases);UDP-N-acetylmuramoyl-L-alanine--D-glutamate ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.2.9 EC:6.3.2.9 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Ligases;Forming carbon-nitrogen bonds;Cyclo-ligases;Phosphoribosylformylglycinamidine cyclo-ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.3.1 EC:6.3.3.1 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Ligases;Forming carbon-nitrogen bonds;Cyclo-ligases;5-formyltetrahydrofolate cyclo-ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.3.2 EC:6.3.3.2 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Ligases;Forming carbon-nitrogen bonds;Cyclo-ligases;Dethiobiotin synthase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.3.3 EC:6.3.3.3 31685.200000000004 149.67 1251.67 266.83 346.0 189.17 121.33 299.83 86.5 0.17 6.0 185.17 221.33 5.0 1.33 1.0 77.0 49.0 29.0 107.17 150.67 106.83 501.17 42.67 287.83 2005.67 159.83 61.17 141.17000000000004 90.5 105.0 1594.17 118.0 3280.67 792.6700000000002 808.67 781.67 1791.0 2369.83 3124.67 3144.83 77.67 219.67 384.83 851.5 532.5 201.0 123.5 17.0 1118.83 204.0 298.17 133.17000000000002 128.32999999999998 742.83 999.0 680.83 8.67 6.67 55.17 10.0 12.0 12.0 7.0 9.0
+Ligases;Forming carbon-nitrogen bonds;Other carbon-nitrogen ligases;Phosphoribosylamine--glycine ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.4.13 EC:6.3.4.13 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Ligases;Forming carbon-nitrogen bonds;Other carbon-nitrogen ligases;Biotin carboxylase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.4.14 EC:6.3.4.14 203654.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 1227.67 199.8 541.1700000000002 631.6299999999999 46.2 2084.83 26.9 143.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Ligases;Forming carbon-nitrogen bonds;Other carbon-nitrogen ligases;Biotin--[acetyl-CoA-carboxylase] ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.4.15 EC:6.3.4.15 240227.69999999998 7046.67 3054.67 4161.83 6841.5 7543.67 6096.83 5318.83 4792.5 3765.67 577.8 1717.17 766.6299999999999 5661.2 2267.83 1951.9 3585.5 6021.0 6468.5 853.67 4619.67 4308.33 1961.67 5313.17 3170.33 2909.67 453.83 3033.17 2452.17 765.0 2740.5 2744.67 246.5 4897.67 2867.67 2749.67 2668.17 3251.0 5859.83 4826.67 3975.83 3455.17 3528.67 1225.83 2176.0 1010.5 1689.0 4994.0 6772.0 1368.33 5120.0 4654.17 5660.17 5966.83 763.83 2010.0 1318.33 7349.17 4972.17 4015.17 4905.4 3871.9 6437.5 7749.5 4905.5
+Ligases;Forming carbon-nitrogen bonds;Other carbon-nitrogen ligases;5-(carboxyamino)imidazole ribonucleotide synthase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.4.18 EC:6.3.4.18 246670.7 4980.67 2521.67 2860.83 4828.5 5027.67 4077.83 3451.83 4232.5 2383.67 234.6 565.1700000000002 687.43 48.4 3186.83 28.3 151.5 6035.0 6450.5 951.67 4750.67 4384.33 2108.67 5338.17 3114.33 2908.67 567.83 3065.17 2471.17 867.0 2804.5 2832.67 339.5 4776.67 4418.67 4241.67 4047.17 3215.0 5582.83 4749.67 3961.83 6646.17 6661.67 1891.83 3369.0 1292.5 3012.0 9729.0 13489.0 1431.33 7396.0 5448.17 7706.17 9357.83 771.83 2664.0 1361.33 7219.17 4355.17 3238.17 4744.8 3194.3 6369.5 7475.5 4595.5
+Ligases;Forming carbon-nitrogen bonds;Other carbon-nitrogen ligases;tRNA(Ile)-lysidine synthetase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.4.19 EC:6.3.4.19 259637.7 4980.67 2521.67 2860.83 4828.5 5027.67 4077.83 3451.83 4232.5 3759.67 576.8 1714.17 798.6299999999999 5655.2 2207.83 1951.9 3590.5 6035.0 6450.5 951.67 4750.67 4384.33 2108.67 5338.17 3114.33 2908.67 567.83 3065.17 2471.17 867.0 2804.5 2832.67 339.5 4776.67 4418.67 4241.67 4047.17 3215.0 5582.83 4749.67 3961.83 6646.17 6661.67 1891.83 3369.0 1292.5 3012.0 9729.0 13489.0 1431.33 7396.0 5448.17 7706.17 9357.83 771.83 2664.0 1361.33 7219.17 4355.17 3238.17 4744.4 3192.9 6369.5 7475.5 4595.5
+Ligases;Forming carbon-nitrogen bonds;Other carbon-nitrogen ligases;CTP synthase (glutamine hydrolyzing) https://www.genome.jp/dbget-bin/www_bget?EC:6.3.4.2 EC:6.3.4.2 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Ligases;Forming carbon-nitrogen bonds;Other carbon-nitrogen ligases;7-cyano-7-deazaguanine synthase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.4.20 EC:6.3.4.20 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Ligases;Forming carbon-nitrogen bonds;Other carbon-nitrogen ligases;Nicotinate phosphoribosyltransferase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.4.21 EC:6.3.4.21 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Ligases;Forming carbon-nitrogen bonds;Other carbon-nitrogen ligases;Formate--tetrahydrofolate ligase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.4.3 EC:6.3.4.3 214738.69999999998 4638.67 2451.67 2789.83 4594.5 4940.67 3878.83 3335.83 4133.5 3759.67 572.8 1684.17 748.6299999999999 5653.2 2205.83 1949.9 3582.5 6021.0 6443.5 848.67 4610.67 4262.33 1871.67 5313.17 2999.33 911.67 431.83 3033.17 2438.17 710.0 2694.5 1289.67 237.5 4726.67 2626.67 2587.67 2472.17 3179.0 5450.83 4680.67 3929.83 3415.17 3502.67 1187.83 2165.0 997.5 1646.0 4981.0 6763.0 1325.33 4629.0 4332.17 4911.17 5510.83 760.83 1926.0 1270.33 7137.17 4339.17 3119.17 4687.4 3159.9 6320.5 7410.5 4550.5
+Ligases;Forming carbon-nitrogen bonds;Other carbon-nitrogen ligases;Adenylosuccinate synthase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.4.4 EC:6.3.4.4 224148.90000000002 4642.34 2452.34 2793.66 4613.5 4949.84 3882.16 3342.66 4134.0 3759.84 573.8 1690.34 757.96 5653.2 2206.16 1950.9 3582.5 6021.0 6446.5 850.84 4613.34 4300.16 1942.84 5313.84 3000.16 2917.34 568.6600000000002 3081.34 2521.34 757.5 2738.5 2819.84 318.5 4742.34 2766.34 2673.34 2577.84 3665.0 5536.66 4737.34 3947.66 3421.84 3506.34 1194.66 2170.5 1320.0 1657.0 4982.5 6767.0 2441.16 4660.0 4596.34 4939.34 5553.16 1502.66 2911.0 1935.16 7142.84 4339.84 3120.34 4691.4 3162.9 6323.5 7414.5 4551.5
+Ligases;Forming carbon-nitrogen bonds;Other carbon-nitrogen ligases;Argininosuccinate synthase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.4.5 EC:6.3.4.5 167784.7 4269.67 2365.17 2693.33 4387.5 4829.67 3679.33 3198.83 4022.5 2603.67 469.5 1666.17 698.3299999999998 5650.5 1085.33 1947.5 3574.5 6007.0 6440.0 747.67 4474.17 4213.83 1770.67 5285.17 2881.33 2807.67 297.3300000000001 68.17 194.17 638.0 194.5 2635.17 151.0 4666.17 1054.67 1044.67 1056.17 3170.0 5455.83 4715.17 3917.83 192.17 348.17 488.33 965.0 719.0 286.5 230.0 36.0 1219.33 1862.0 3216.17 2129.17 1671.83 749.83 1188.0 1179.33 7063.17 4321.67 2991.17 4632.5 3131.5 6277.5 7353.0 4505.5
+Ligases;Forming carbon-nitrogen bonds;Carbon-nitrogen ligases with glutamine as amido-N-donor;NAD(+) synthase (glutamine-hydrolyzing) https://www.genome.jp/dbget-bin/www_bget?EC:6.3.5.1 EC:6.3.5.1 37547.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 2532.0 379.0 1328.0 338.0 5612.0 122.0 1924.0 3516.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Ligases;Forming carbon-nitrogen bonds;Carbon-nitrogen ligases with glutamine as amido-N-donor;Adenosylcobyric acid synthase (glutamine-hydrolyzing) https://www.genome.jp/dbget-bin/www_bget?EC:6.3.5.10 EC:6.3.5.10 42769.200000000004 149.67 1251.67 266.83 330.0 183.17 121.33 297.83 86.5 2532.17 379.0 1328.17 338.3300000000001 5612.0 122.33 1924.0 3516.0 49.0 26.0 106.17 148.67 69.83 431.17 42.67 287.83 10.67 158.83 61.17 129.17000000000002 47.5 64.0 149.17000000000004 109.0 3268.67 682.67 752.67 701.67 1775.0 2289.83 3069.67 3133.83 71.67 216.67 380.83 847.5 523.5 193.0 122.5 13.0 1118.83 204.0 298.17 126.17 124.33 742.83 999.0 680.83 4.67 6.67 55.17 6.0 9.0 9.0 3.0 9.0
+Ligases;Forming carbon-nitrogen bonds;Carbon-nitrogen ligases with glutamine as amido-N-donor;Cobyrinate a,c-diamide synthase (glutamine-hydrolyzing) https://www.genome.jp/dbget-bin/www_bget?EC:6.3.5.11 EC:6.3.5.11 37547.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 2532.0 379.0 1328.0 338.0 5612.0 122.0 1924.0 3516.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Ligases;Forming carbon-nitrogen bonds;Carbon-nitrogen ligases with glutamine as amido-N-donor;GMP synthase (glutamine-hydrolyzing) https://www.genome.jp/dbget-bin/www_bget?EC:6.3.5.2 EC:6.3.5.2 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Ligases;Forming carbon-nitrogen bonds;Carbon-nitrogen ligases with glutamine as amido-N-donor;Phosphoribosylformylglycinamidine synthase https://www.genome.jp/dbget-bin/www_bget?EC:6.3.5.3 EC:6.3.5.3 457689.7 8155.67 4494.67 4921.83 8093.5 8215.67 6422.83 5303.83 8374.5 6138.67 881.4 2264.17 1470.23 5702.6 5355.83 1981.7 3756.5 12056.0 12874.5 1795.67 9358.67 8640.33 3973.67 10655.17 6000.33 3903.67 845.83 8984.17 7071.17 1563.0 7963.5 4030.67 508.5 9570.67 6958.67 6726.67 6400.17 7009.0 11004.83 10117.67 8352.83 10041.17 10151.67 3058.83 5581.0 2008.5 4635.0 14785.0 20266.0 1613.33 11849.0 9459.17 12513.17 14801.83 788.83 3592.0 1998.33 14385.17 8649.17 6405.17 9836.2 6045.7 12743.5 14821.5 9761.5
+Ligases;Forming carbon-nitrogen bonds;Carbon-nitrogen ligases with glutamine as amido-N-donor;Asparagine synthase (glutamine-hydrolyzing) https://www.genome.jp/dbget-bin/www_bget?EC:6.3.5.4 EC:6.3.5.4 154430.2 1136.67 472.67 507.83 1164.0 1328.17 855.33 563.8299999999998 2720.5 2596.17 456.0 1448.17 487.33 5631.0 1017.33 1946.0 3477.0 5972.0 6399.0 741.17 4454.67 4254.83 1547.17 5266.67 2482.83 4801.67 386.83 86.17 167.17000000000004 738.5 238.0 4102.17 215.0 1096.67 1988.67 1837.67 1817.67 709.0 2691.83 851.67 286.83 3307.67 3258.67 767.83 1264.5 765.5 1422.0 4761.5 6734.0 1263.83 3619.0 3711.17 3419.17 4557.33 755.83 1757.0 1126.83 6695.67 3111.67 1224.17 3857.0 2046.0 6036.0 6810.0 3216.0
+Ligases;Forming carbon-nitrogen bonds;Carbon-nitrogen ligases with glutamine as amido-N-donor;Carbamoyl-phosphate synthase (glutamine-hydrolyzing) https://www.genome.jp/dbget-bin/www_bget?EC:6.3.5.5 EC:6.3.5.5 471818.39999999997 11119.34 5120.34 6822.66 11020.0 11516.34 9131.66 7629.66 9579.0 9834.34 1228.2 3464.34 1624.86 11323.8 6625.66 3907.6 7216.0 12042.0 12893.0 1700.34 9234.34 8604.66 3904.34 10629.34 6109.66 5813.34 870.6600000000002 6068.34 4900.34 1509.0 5472.0 5473.34 495.0 9868.34 5621.34 5351.34 5147.34 8662.0 11627.66 11018.34 8883.66 6863.34 7030.34 2408.66 4441.0 2082.0 3319.0 10129.0 13554.0 2681.66 9950.0 9194.34 11152.34 11876.66 1523.66 3994.0 2699.66 14759.34 9852.34 8110.34 10608.6 7129.6 12982.0 15369.0 11044.0
+Ligases;Forming carbon-nitrogen bonds;Carbon-nitrogen ligases with glutamine as amido-N-donor;Asparaginyl-tRNA synthase (glutamine-hydrolyzing) https://www.genome.jp/dbget-bin/www_bget?EC:6.3.5.6 EC:6.3.5.6 628549.5 13905.0 7353.0 8358.0 13774.5 14812.5 11626.5 9993.0 12399.0 11278.5 1718.4 5052.0 2244.9 16959.6 6616.5 5849.7 10747.5 18063.0 19330.5 2542.5 13830.0 12784.5 5611.5 15937.5 8995.5 2703.0 888.0 8955.0 7101.0 2116.5 8074.5 3613.5 496.5 14169.0 7791.0 7674.0 7339.5 8127.0 16335.0 14037.0 11769.0 10243.5 10506.0 3555.0 6490.5 2052.0 4929.0 14941.5 20289.0 628.5 13794.0 12204.0 14670.0 16417.5 57.0 2823.0 1816.5 21406.5 13015.5 9354.0 14062.2 9479.7 18961.5 22231.5 13648.5
+Ligases;Forming carbon-nitrogen bonds;Carbon-nitrogen ligases with glutamine as amido-N-donor;Glutaminyl-tRNA synthase (glutamine-hydrolyzing) https://www.genome.jp/dbget-bin/www_bget?EC:6.3.5.7 EC:6.3.5.7 628549.5 13905.0 7353.0 8358.0 13774.5 14812.5 11626.5 9993.0 12399.0 11278.5 1718.4 5052.0 2244.9 16959.6 6616.5 5849.7 10747.5 18063.0 19330.5 2542.5 13830.0 12784.5 5611.5 15937.5 8995.5 2703.0 888.0 8955.0 7101.0 2116.5 8074.5 3613.5 496.5 14169.0 7791.0 7674.0 7339.5 8127.0 16335.0 14037.0 11769.0 10243.5 10506.0 3555.0 6490.5 2052.0 4929.0 14941.5 20289.0 628.5 13794.0 12204.0 14670.0 16417.5 57.0 2823.0 1816.5 21406.5 13015.5 9354.0 14062.2 9479.7 18961.5 22231.5 13648.5
+Ligases;Forming carbon-nitrogen bonds;Carbon-nitrogen ligases with glutamine as amido-N-donor;Hydrogenobyrinic acid a,c-diamide synthase (glutamine-hydrolyzing) https://www.genome.jp/dbget-bin/www_bget?EC:6.3.5.9 EC:6.3.5.9 37547.0 146.0 1251.0 263.0 327.0 180.0 118.0 293.0 86.0 2532.0 379.0 1328.0 338.0 5612.0 122.0 1924.0 3516.0 49.0 26.0 105.0 148.0 69.0 430.0 42.0 287.0 0.0 23.0 13.0 58.0 43.0 61.0 64.0 37.0 3265.0 653.0 723.0 676.0 1305.0 2284.0 3068.0 3127.0 71.0 216.0 378.0 846.0 210.0 190.0 122.0 13.0 3.0 173.0 34.0 105.0 86.0 1.0 14.0 16.0 3.0 6.0 54.0 6.0 9.0 9.0 3.0 8.0
+Ligases;Forming carbon-carbon bonds;Ligases that form carbon-carbon bonds (only sub-subclass identified to date);Pyruvate carboxylase https://www.genome.jp/dbget-bin/www_bget?EC:6.4.1.1 EC:6.4.1.1 114276.0 3226.0 1021.5 1830.5 3147.0 3865.0 2871.5 2447.0 3292.0 70.0 150.5 290.0 314.5 30.5 974.5 22.0 33.0 5958.0 6413.5 640.0 4319.5 4104.5 1263.0 5244.0 2541.0 899.0 135.5 2939.0 2288.0 547.0 2561.0 1040.5 34.5 1224.5 188.0 205.0 254.0 248.0 2826.0 823.5 274.0 108.0 120.5 94.5 66.0 153.5 89.5 29.0 18.0 85.0 1312.0 2653.0 1339.0 1120.0 6.0 118.0 419.0 6816.0 3729.5 2009.0 4015.5 2719.0 6098.0 7076.5 3525.0
+Ligases;Forming carbon-carbon bonds;Ligases that form carbon-carbon bonds (only sub-subclass identified to date);Acetyl-CoA carboxylase https://www.genome.jp/dbget-bin/www_bget?EC:6.4.1.2 EC:6.4.1.2 566414.1000000001 13624.01 4853.01 7843.49 13177.5 14480.01 11400.49 9427.49 12228.5 3683.01 589.4 1265.51 1470.89 128.6 6252.49 80.7 276.5 17965.0 19287.5 2339.01 13542.01 12759.99 4965.01 15855.51 8423.99 8720.01 1252.49 9073.51 7234.51 2173.0 8084.5 8076.01 665.5 7686.01 6904.01 6485.01 6304.51 6975.0 12024.49 8071.01 5568.49 10121.51 10085.01 2819.49 4815.0 2599.5 4582.0 14702.0 20275.0 3969.99 13541.0 12928.51 14544.51 16372.49 2280.49 5750.0 3778.99 21417.51 13005.51 9249.51 14062.2 9470.7 18952.5 22237.5 13635.5
+Ligases;Forming carbon-carbon bonds;Ligases that form carbon-carbon bonds (only sub-subclass identified to date);Propionyl-CoA carboxylase https://www.genome.jp/dbget-bin/www_bget?EC:6.4.1.3 EC:6.4.1.3 52926.0 292.0 2502.0 526.0 686.0 372.0 236.0 590.0 172.0 0.0 12.0 370.0 442.0 10.0 2.0 2.0 154.0 98.0 58.0 212.0 300.0 212.0 1000.0 84.0 574.0 3990.0 48.0 26.0 140.0 172.0 204.0 3018.0 92.0 6554.0 1526.0 1558.0 1512.0 2642.0 4728.0 6246.0 6276.0 154.0 438.0 764.0 1700.0 438.0 396.0 246.0 34.0 6.0 346.0 68.0 224.0 180.0 2.0 28.0 32.0 14.0 12.0 108.0 20.0 24.0 24.0 14.0 16.0
+Ligases;Forming phosphoric-ester bonds;Ligases that form phosphoric-ester bonds (only sub-subclass identified to date);DNA ligase (ATP) https://www.genome.jp/dbget-bin/www_bget?EC:6.5.1.1 EC:6.5.1.1 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Ligases;Forming phosphoric-ester bonds;Ligases that form phosphoric-ester bonds (only sub-subclass identified to date);DNA ligase (NAD(+)) https://www.genome.jp/dbget-bin/www_bget?EC:6.5.1.2 EC:6.5.1.2 218926.69999999998 4638.67 2451.67 2789.83 4610.5 4946.67 3878.83 3337.83 4133.5 3759.67 573.8 1690.17 757.6299999999999 5653.2 2205.83 1950.9 3582.5 6021.0 6446.5 849.67 4612.67 4299.33 1941.67 5313.17 2999.33 2906.67 432.83 3033.17 2450.17 753.0 2735.5 2734.67 246.5 4738.67 2736.67 2643.67 2552.17 3195.0 5530.83 4735.67 3940.83 3421.17 3505.67 1191.83 2169.0 1006.5 1654.0 4982.0 6767.0 1325.33 4629.0 4332.17 4918.17 5514.83 760.83 1926.0 1270.33 7141.17 4339.17 3119.17 4691.4 3162.9 6323.5 7414.5 4550.5
+Ligases;Forming phosphoric-ester bonds;Ligases that form phosphoric-ester bonds (only sub-subclass identified to date);RNA ligase (ATP) https://www.genome.jp/dbget-bin/www_bget?EC:6.5.1.3 EC:6.5.1.3 84849.0 791.0 402.0 433.0 911.0 1232.0 653.0 441.0 2621.0 64.0 77.0 263.0 302.0 22.0 894.0 19.0 30.0 5958.0 6389.0 636.0 4312.0 4095.0 1239.0 5241.0 2367.0 799.0 114.0 6.0 51.0 534.0 84.0 1029.0 32.0 1031.0 57.0 98.0 137.0 187.0 2474.0 726.0 237.0 70.0 96.0 57.0 55.0 148.0 45.0 12.0 4.0 42.0 821.0 2331.0 596.0 668.0 3.0 34.0 371.0 6608.0 3095.0 1104.0 3796.0 2010.0 5984.0 6741.0 3170.0
+Ligases;Forming phosphoric-ester bonds;Ligases that form phosphoric-ester bonds (only sub-subclass identified to date);DNA ligase (ATP or NAD(+)) https://www.genome.jp/dbget-bin/www_bget?EC:6.5.1.6 EC:6.5.1.6 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Ligases;Forming phosphoric-ester bonds;Ligases that form phosphoric-ester bonds (only sub-subclass identified to date);DNA ligase (ATP, ADP or GTP) https://www.genome.jp/dbget-bin/www_bget?EC:6.5.1.7 EC:6.5.1.7 5222.2 3.67 0.67 3.83 3.0 3.17 3.33 4.83 0.5 0.17 0.0 0.17 0.33 0.0 0.33 0.0 0.0 0.0 0.0 1.17 0.67 0.83 1.17 0.67 0.83 10.67 135.83 48.17 71.17 4.5 3.0 85.17 72.0 3.67 29.67 29.67 25.67 470.0 5.83 1.67 6.83 0.67 0.67 2.83 1.5 313.5 3.0 0.5 0.0 1115.83 31.0 264.17 21.17 38.33 741.83 985.0 664.83 1.67 0.67 1.17 0.0 0.0 0.0 0.0 1.0
+Ligases;Forming nitrogen-D-metal bonds;Forming coordination complexes;Magnesium chelatase https://www.genome.jp/dbget-bin/www_bget?EC:6.6.1.1 EC:6.6.1.1 93288.0 584.0 5004.0 1052.0 1324.0 726.0 472.0 1174.0 344.0 0.0 21.0 722.0 857.0 20.0 4.0 1.0 308.0 196.0 107.0 421.0 594.0 313.0 1790.0 168.0 1148.0 1995.0 93.0 52.0 244.0 215.0 285.0 1701.0 157.0 13072.0 2722.0 2948.0 2784.0 5236.0 9216.0 12327.0 12519.0 290.0 867.0 1516.0 3388.0 849.0 768.0 489.0 56.0 12.0 692.0 136.0 427.0 348.0 4.0 56.0 64.0 16.0 24.0 216.0 28.0 39.0 39.0 16.0 32.0
+Ligases;Forming nitrogen-D-metal bonds;Forming coordination complexes;Cobaltochelatase https://www.genome.jp/dbget-bin/www_bget?EC:6.6.1.2 EC:6.6.1.2 44550.0 292.0 2502.0 526.0 654.0 360.0 236.0 586.0 172.0 0.0 10.0 358.0 424.0 10.0 2.0 0.0 154.0 98.0 52.0 210.0 296.0 138.0 860.0 84.0 574.0 0.0 46.0 26.0 116.0 86.0 122.0 128.0 74.0 6530.0 1306.0 1446.0 1352.0 2610.0 4568.0 6136.0 6254.0 142.0 432.0 756.0 1692.0 420.0 380.0 244.0 26.0 6.0 346.0 68.0 210.0 172.0 2.0 28.0 32.0 6.0 12.0 108.0 12.0 18.0 18.0 6.0 16.0
diff -r 000000000000 -r 6507a8d42a4f test-data/input/sample_metadata.tsv
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/input/sample_metadata.tsv Wed Feb 04 13:16:44 2026 +0000
@@ -0,0 +1,65 @@
+ EnvType Description FoodType
+BHT0.LOT01 BoeufHache LOT1 Meat
+BHT0.LOT03 BoeufHache LOT3 Meat
+BHT0.LOT04 BoeufHache LOT4 Meat
+BHT0.LOT05 BoeufHache LOT5 Meat
+BHT0.LOT06 BoeufHache LOT6 Meat
+BHT0.LOT07 BoeufHache LOT7 Meat
+BHT0.LOT08 BoeufHache LOT8 Meat
+BHT0.LOT10 BoeufHache LOT10 Meat
+VHT0.LOT01 VeauHache LOT1 Meat
+VHT0.LOT02 VeauHache LOT2 Meat
+VHT0.LOT03 VeauHache LOT3 Meat
+VHT0.LOT04 VeauHache LOT4 Meat
+VHT0.LOT06 VeauHache LOT6 Meat
+VHT0.LOT07 VeauHache LOT7 Meat
+VHT0.LOT08 VeauHache LOT8 Meat
+VHT0.LOT10 VeauHache LOT10 Meat
+DLT0.LOT01 DesLardons LOT1 Meat
+DLT0.LOT03 DesLardons LOT3 Meat
+DLT0.LOT04 DesLardons LOT4 Meat
+DLT0.LOT05 DesLardons LOT5 Meat
+DLT0.LOT06 DesLardons LOT6 Meat
+DLT0.LOT07 DesLardons LOT7 Meat
+DLT0.LOT08 DesLardons LOT8 Meat
+DLT0.LOT10 DesLardons LOT10 Meat
+MVT0.LOT01 MerguezVolaille LOT1 Meat
+MVT0.LOT03 MerguezVolaille LOT3 Meat
+MVT0.LOT05 MerguezVolaille LOT5 Meat
+MVT0.LOT06 MerguezVolaille LOT6 Meat
+MVT0.LOT07 MerguezVolaille LOT7 Meat
+MVT0.LOT08 MerguezVolaille LOT8 Meat
+MVT0.LOT09 MerguezVolaille LOT9 Meat
+MVT0.LOT10 MerguezVolaille LOT10 Meat
+SFT0.LOT01 SaumonFume LOT1 Seafood
+SFT0.LOT02 SaumonFume LOT2 Seafood
+SFT0.LOT03 SaumonFume LOT3 Seafood
+SFT0.LOT04 SaumonFume LOT4 Seafood
+SFT0.LOT05 SaumonFume LOT5 Seafood
+SFT0.LOT06 SaumonFume LOT6 Seafood
+SFT0.LOT07 SaumonFume LOT7 Seafood
+SFT0.LOT08 SaumonFume LOT8 Seafood
+FST0.LOT01 FiletSaumon LOT1 Seafood
+FST0.LOT02 FiletSaumon LOT2 Seafood
+FST0.LOT03 FiletSaumon LOT3 Seafood
+FST0.LOT05 FiletSaumon LOT5 Seafood
+FST0.LOT06 FiletSaumon LOT6 Seafood
+FST0.LOT07 FiletSaumon LOT7 Seafood
+FST0.LOT08 FiletSaumon LOT8 Seafood
+FST0.LOT10 FiletSaumon LOT10 Seafood
+FCT0.LOT01 FiletCabillaud LOT1 Seafood
+FCT0.LOT02 FiletCabillaud LOT2 Seafood
+FCT0.LOT03 FiletCabillaud LOT3 Seafood
+FCT0.LOT05 FiletCabillaud LOT5 Seafood
+FCT0.LOT06 FiletCabillaud LOT6 Seafood
+FCT0.LOT07 FiletCabillaud LOT7 Seafood
+FCT0.LOT08 FiletCabillaud LOT8 Seafood
+FCT0.LOT10 FiletCabillaud LOT10 Seafood
+CDT0.LOT02 Crevette LOT2 Seafood
+CDT0.LOT04 Crevette LOT4 Seafood
+CDT0.LOT05 Crevette LOT5 Seafood
+CDT0.LOT06 Crevette LOT6 Seafood
+CDT0.LOT07 Crevette LOT7 Seafood
+CDT0.LOT08 Crevette LOT8 Seafood
+CDT0.LOT09 Crevette LOT9 Seafood
+CDT0.LOT10 Crevette LOT10 Seafood
diff -r 000000000000 -r 6507a8d42a4f test-data/input/tree.nwk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/input/tree.nwk Wed Feb 04 13:16:44 2026 +0000
@@ -0,0 +1,1 @@
+(((((((((((((otu_00520:0.016,otu_00555:0.01122):0.01094,((otu_00568:0.00301,otu_00566:0.01354):0.00617,otu_00569:0.00821):0.00998):0.00828,otu_00545:0.03879):0.02824,((otu_00527:0.02225,otu_00521:0.00934):0.0236,otu_00526:0.03119):0.01691):0.01749,(((otu_01626:0.00438,otu_01827:0.01766):0.04919,otu_01630:0.04558):0.00228,(((otu_01798:0.02312,((otu_01825:0.00592,otu_01826:0.01341):0.01757,otu_01824:0.01755):0.02979):0.01078,((otu_01097:0.05816,(otu_01100:0.0007,otu_01095:0.01485):0.00946):0.01094,otu_01091:0.00751):0.00993):0.01257,(otu_01093:0.0495,((otu_01094:0.02211,otu_01101:0.00604):0.00289,otu_01098:0.01391):0.01489):0.00311):0.01657):0.01694):0.00822,((((otu_01781:0.07375,((otu_00029:0.00599,otu_00034:0.00551):0.00331,otu_00032:0.01147):0.0211):0.00681,((((otu_01802:0.03646,otu_01451:0.01259):0.00281,otu_01447:0.01744):0.0043,(otu_01448:0.01331,otu_01461:0.00669):0.00642):0.00223,otu_01450:0.02671):0.01927):0.01694,otu_01803:0.04852):0.00908,otu_01160:0.05446):0.00152):0.02122,((((((otu_01732:0.02898,otu_00011:0.00843):0.0138,((otu_00013:0.02504,otu_00010:0.00761):0.01053,(otu_00001:0.01789,otu_00006:0.00934):0.00647):0.00236):0.00476,otu_00012:0.01634):0.00304,(otu_00005:0.0171,otu_00004:0.00949):0.00613):0.04845,(otu_01665:0.02051,((otu_01221:0.01382,(otu_01209:0.01161,(otu_01213:0.0086,otu_01680:0.0051):0.00296):0.00345):0.00594,(otu_01210:0.00898,otu_01208:0.00854):0.00705):0.00664):0.05875):0.0111,((((((((otu_01175:0.00037,otu_01205:0.00037):0.00733,otu_01177:0.00103):0.00514,otu_01203:0.00494):0.00164,(otu_01187:0.00468,otu_01204:0.00522):0.00417):0.00632,otu_01192:0.02757):0.00105,(otu_01168:0.01668,otu_01184:0.00562):0.00546):0.00363,(otu_01182:0.00687,otu_01169:0.00675):0.00702):0.0111,otu_01789:0.04424):0.04737):0.01791):0.01798,((otu_01717:0.02449,otu_01697:0.02454):0.02559,otu_01902:0.07794):0.02317):0.00756,((((otu_01408:0.02838,(otu_01386:0.02478,otu_01430:0.02239):0.01459):0.01765,otu_01420:0.03907):0.01646,(((otu_01432:0.01327,((otu_01393:0.01047,otu_01407:0.00549):0.01395,otu_01444:0.01092):0.00442):0.00164,otu_01439:0.01802):0.02663,otu_01409:0.02785):0.02817):0.0296,(((otu_00165:0.07163,((((otu_01719:0.01466,otu_01025:0.01651):0.03479,otu_01015:0.03658):0.00458,otu_01750:0.05152):0.01686,otu_01794:0.06009):0.02098):0.00622,otu_00720:0.06484):0.0045,((((((((otu_00402:0.00677,otu_00366:0.01229):0.00706,(otu_00358:0.01454,otu_00386:0.0108):0.01615):0.0171,(((otu_01734:0.0184,(otu_01671:0.0098,(otu_00398:0.00772,otu_00417:0.01189):0.00202):0.00736):0.00794,otu_00385:0.02166):0.00474,(otu_00380:0.02071,otu_00411:0.02728):0.00662):0.00582):0.01579,((otu_00391:0.04565,((otu_00396:0.0108,otu_00357:0.00287):0.0155,(otu_00418:0.03771,(otu_00403:0.0075,otu_00365:0.00427):0.01185):0.00083):0.00882):0.00486,(otu_00404:0.01127,otu_00359:0.00495):0.02628):0.01828):0.01222,otu_00360:0.04744):0.0143,((((otu_01667:0.03424,otu_00371:0.0288):0.00647,otu_00177:0.03391):0.0167,otu_00168:0.04721):0.00717,otu_00182:0.0574):0.00513):0.00481,(((((otu_01039:0.00625,otu_01040:0.00585):0.00609,otu_01034:0.01127):0.02388,(otu_01045:0.01551,otu_01041:0.01259):0.00807):0.00571,otu_01043:0.02839):0.01365,otu_01698:0.05536):0.02346):0.00506,otu_01744:0.0709):0.00627):0.01882):0.01491):0.00935,(otu_01357:0.06291,otu_01374:0.06027):0.03181):0.01807,(((((otu_01788:0.04604,(((otu_01687:0.02108,((((otu_01085:0.01064,otu_01084:0.00965):0.00842,otu_01086:0.01446):0.00865,(((otu_01075:0.01167,otu_01083:0.00179):0.00682,otu_01080:0.01188):0.00555,((otu_01082:0.01007,otu_01087:0.00981):0.00492,otu_01088:0.01164):0.00437):0.00167):0.0051,otu_01658:0.03594):0.0015):0.00329,(otu_01079:0.02363,(otu_01769:0.03961,otu_01659:0.02094):0.02058):0.00893):0.01673,otu_01723:0.04871):0.00971):0.00845,((((otu_01336:0.02832,otu_01342:0.0145):0.01241,otu_01330:0.0148):0.0136,otu_01226:0.0437):0.00446,((otu_01264:0.02109,otu_01275:0.00717):0.01533,otu_01231:0.03338):0.01204):0.01443):0.01145,((otu_01293:0.02613,otu_01257:0.01996):0.02292,(otu_01334:0.03633,otu_01222:0.04023):0.01443):0.01006):0.00614,((otu_00214:0.01754,otu_00209:0.01302):0.01167,otu_01711:0.02537):0.03997):0.00727,(((otu_01537:0.01345,otu_01515:0.02546):0.01058,otu_01782:0.02037):0.01231,otu_01528:0.036):0.04147):0.00702):0.0211,(((((((((((((((otu_00960:0.03682,otu_01005:0.00993):0.00808,(((otu_00988:0.01714,otu_00973:0.00831):0.00979,otu_00952:0.01034):0.00342,((otu_00994:0.0067,otu_00941:0.00762):0.00086,otu_00971:0.01335):0.03435):0.00201):0.00108,((otu_00999:0.02414,((otu_00966:0.00717,otu_00990:0.01527):0.00477,otu_00978:0.01401):0.00342):0.00495,(otu_01653:0.00983,otu_00989:0.01465):0.00593):0.00406):0.00382,(otu_00876:0.03493,(((otu_00903:0.03056,otu_00870:0.02315):0.00405,(otu_00917:0.00756,otu_00875:0.01281):0.00952):0.00831,(otu_00935:0.01568,(otu_00865:0.03433,(otu_00857:0.00734,otu_00919:0.00263):0.01353):0.00249):0.01687):0.00493):0.01513):0.00122,((((otu_00964:0.00926,otu_01757:0.00052):0.00581,otu_00984:0.01037):0.01243,otu_00954:0.01994):0.01088,((otu_00937:0.02094,(otu_00982:0.01158,otu_00985:0.01506):0.01731):0.00545,otu_00969:0.02073):0.0046):0.01545):0.00142,otu_01713:0.05311):0.00564,((otu_00156:0.02737,(otu_00145:0.02502,otu_00160:0.01951):0.00651):0.03397,otu_01735:0.03421):0.00338):0.00806,(((otu_01682:0.06536,otu_01833:0.08632):0.03322,otu_01775:0.05608):0.01437,otu_01657:0.05423):0.00552):0.00781,((((otu_01652:0.03452,(((((otu_00432:0.00394,otu_00482:0.02198):0.03819,otu_00479:0.0149):0.00298,((((otu_00459:0.01451,otu_01760:0.01728):0.00258,((otu_00462:0.02126,otu_00446:0.02148):0.00567,(otu_00451:0.00872,(otu_00431:0.00523,otu_00483:0.0048):0.00841):0.00685):0.0034):0.00193,(otu_00469:0.02456,otu_00485:0.0201):0.00399):0.00281,otu_00478:0.02766):0.00752):0.00709,(otu_00472:0.02833,otu_00439:0.01893):0.01661):0.0022,otu_00429:0.03011):0.00847):0.01375,(otu_00436:0.03458,(otu_00480:0.03001,otu_00449:0.0243):0.0188):0.00045):0.01258,(otu_01662:0.01444,otu_01758:0.02919):0.01491):0.00803,((otu_01747:0.05543,((otu_01153:0.03644,otu_01152:0.05055):0.00286,otu_01157:0.06225):0.00732):0.01344,(otu_01669:0.02557,otu_01765:0.01753):0.03727):0.01463):0.00759):0.0208,(otu_01706:0.0972,otu_01852:0.12589):0.01389):0.00551,(otu_00422:0.02316,otu_01766:0.02379):0.09475):0.03744,(otu_01819:0.06,(otu_01768:0.06497,((otu_01716:0.03832,otu_01793:0.0446):0.01418,((otu_01818:0.01491,otu_01822:0.01762):0.01189,otu_01853:0.04292):0.02113):0.00792):0.00542):0.12278):0.00207,(((((((((((((((otu_00583:0.0343,otu_00574:0.0273):0.01316,((((otu_00581:0.00066,otu_00591:0.00517):0.0054,otu_00582:0.01412):0.00697,(otu_00586:0.01457,((otu_00588:0.00643,otu_00589:0.02981):0.00382,otu_00585:0.00429):0.00769):0.00175):0.01969,(otu_00572:0.03898,otu_00577:0.03577):0.00393):0.00707):0.0017,((otu_01609:0.02635,(otu_01613:0.00754,otu_01612:0.006):0.02033):0.01726,(otu_01610:0.02681,otu_01611:0.03357):0.01423):0.01322):0.0189,(((((otu_00195:0.01939,(otu_00192:0.0091,otu_00193:0.00718):0.00738):0.00313,otu_00188:0.00382):0.01256,otu_01804:0.02834):0.00913,(otu_00194:0.03533,otu_00186:0.03768):0.00402):0.02013,(otu_00189:0.03073,otu_00191:0.02719):0.01132):0.0186):0.01176,(otu_00162:0.07244,otu_00833:0.06523):0.00845):0.00521,(otu_01866:0.10796,((otu_00015:0.04048,otu_01834:0.03303):0.03763,otu_00018:0.06439):0.00302):0.01725):0.00303,(((otu_01876:0.04033,otu_01673:0.01444):0.03298,otu_01656:0.04772):0.00632,otu_01864:0.07863):0.01634):0.00555,((((((otu_00825:0.01324,(otu_00826:0.02388,otu_00820:0.00176):0.00281):0.00716,otu_00823:0.00873):0.00181,(otu_00828:0.01945,(otu_00824:0.00112,otu_00821:0.00833):0.00347):0.0047):0.0784,((otu_01728:0.05153,(otu_01663:0.04086,((otu_01638:0.01309,otu_01633:0.00183):0.01097,otu_01635:0.01806):0.00404):0.01844):0.01526,otu_01832:0.0531):0.03477):0.02034,((((otu_00730:0.01275,otu_00775:0.00447):0.00544,otu_00776:0.00894):0.03963,otu_00781:0.05053):0.05305,otu_00736:0.11114):0.00464):0.00398,((((((otu_00770:0.0035,otu_00740:0.00985):0.0188,otu_00783:0.02078):0.03926,(otu_00779:0.05332,otu_00768:0.05849):0.01276):0.00152,((otu_00753:0.05809,((otu_00786:0.01019,otu_00769:0.0047):0.00696,otu_00738:0.01379):0.02655):0.01687,otu_00791:0.06758):0.00436):0.01101,otu_00724:0.06699):0.00634,((otu_00745:0.05126,otu_00732:0.05743):0.00666,otu_00789:0.06396):0.01235):0.01071):0.00727):0.00391,(otu_00024:0.09952,otu_01709:0.09082):0.00554):0.00629,((((((otu_00797:0.0363,otu_00796:0.04573):0.0114,otu_00794:0.03008):0.03134,otu_00799:0.05963):0.01624,otu_00795:0.06572):0.00324,(((((((otu_01581:0.01023,otu_01675:0.00357):0.00861,(otu_01597:0.01501,(otu_01571:0.00228,otu_01604:0.00152):0.00297):0.00556):0.00584,(otu_01593:0.01179,otu_01574:0.00951):0.00686):0.00771,otu_01579:0.03249):0.0055,otu_01641:0.02891):0.00458,(((otu_01594:0.01777,otu_01582:0.01418):0.00726,otu_01572:0.02656):0.00641,otu_01668:0.03816):0.01089):0.00933,(otu_01603:0.03571,otu_01576:0.02515):0.02127):0.01865):0.04373,(otu_01726:0.01602,otu_01748:0.00762):0.08358):0.01049):0.00847,(((((((otu_00601:0.01699,(otu_00607:0.0037,otu_00608:0.00385):0.00935):0.0069,(otu_00605:0.00836,otu_00604:0.00841):0.00605):0.02842,otu_00602:0.05721):0.03455,(otu_00721:0.02093,otu_00722:0.02139):0.04063):0.00801,(otu_01785:0.046,otu_01835:0.04376):0.02112):0.00478,(((((((otu_01550:0.01547,otu_01546:0.00826):0.00365,otu_01545:0.01439):0.00733,(((otu_01549:0.00799,otu_01679:0.01166):0.00276,otu_01556:0.00714):0.0072,(otu_01548:0.00929,otu_01547:0.01161):0.0012):0.0031):0.00483,otu_01559:0.02511):0.01701,otu_00838:0.04904):0.01257,otu_00085:0.0414):0.00463,(otu_00082:0.03699,otu_00061:0.03534):0.02012):0.01983):0.01319,((otu_01725:0.09222,otu_01751:0.08601):0.0037,(otu_01790:0.07711,otu_01724:0.07392):0.02301):0.00284):0.00476):0.01426,(((((otu_00599:0.05155,otu_01655:0.05279):0.0744,otu_00596:0.11751):0.01353,otu_00595:0.11794):0.00985,otu_00593:0.07354):0.00421,((((otu_01894:0.09189,otu_01857:0.09143):0.01897,otu_01778:0.10415):0.0298,otu_01918:0.16799):0.01295,otu_01845:0.14152):0.00892):0.00572):0.01196,otu_00713:0.09919):0.00123,((otu_01913:0.01355,otu_00333:0.0823):0.04179,otu_00343:0.11774):0.01898):0.02844,((otu_01741:0.14325,(otu_00056:0.0345,otu_01799:0.05546):0.14431):0.02928,otu_01888:0.1447):0.02133):0.00496):0.00971,(((otu_01816:0.08071,(((otu_00260:0.01147,otu_00273:0.01248):0.00939,otu_01683:0.02112):0.0311,(otu_01730:0.05755,otu_01648:0.15684):0.01826):0.00873):0.02373,(((otu_01689:0.13456,(otu_00263:0.09152,((((otu_01874:0.06378,otu_01670:0.0428):0.0068,otu_01740:0.04616):0.0366,otu_01841:0.07705):0.00698,otu_01792:0.0821):0.00919):0.01145):0.00383,otu_01699:0.1084):0.01293,((otu_01891:0.06482,(otu_01854:0.03213,otu_00276:0.0232):0.01531):0.01612,(otu_00311:0.04092,otu_00296:0.03054):0.01426):0.04308):0.00747):0.01253,((((((otu_01774:0.0527,otu_01856:0.14151):0.06415,otu_01784:0.07789):0.00658,otu_01704:0.10528):0.00571,(otu_01643:0.07551,otu_01661:0.08483):0.01819):0.01277,otu_01647:0.10236):0.01938,((otu_01691:0.04462,(otu_01873:0.04079,otu_01847:0.01842):0.03763):0.02029,((((otu_00266:0.02169,otu_01690:0.01611):0.01489,otu_00254:0.04496):0.01293,((otu_01694:0.02653,otu_00259:0.03515):0.01243,otu_00277:0.04283):0.02312):0.00671,otu_01642:0.04141):0.01368):0.04543):0.00785):0.00705):0.00221,((otu_01729:0.07778,otu_01840:0.16959):0.02066,(otu_01843:0.14678,(otu_01701:0.0793,(otu_01685:0.05153,otu_01851:0.02512):0.07589):0.09596):0.01039):0.00848):0.00536):0.01664,((((((((((((((otu_01797:0.01597,otu_00244:0.02284):0.004,otu_00238:0.01958):0.00437,((((((otu_00223:0.01402,otu_00239:0.00313):0.01603,otu_00220:0.00701):0.00496,(otu_00226:0.00823,(otu_01712:0.01395,otu_00224:0.01245):0.00683):0.00571):0.00147,otu_00228:0.00787):0.00491,otu_00249:0.00923):0.00476,otu_00227:0.01424):0.00297):0.0023,(otu_00242:0.01383,otu_00250:0.00455):0.01989):0.00582,((((otu_00221:0.00894,otu_00222:0.0168):0.01307,(otu_00232:0.01499,((otu_00231:0.01569,otu_01692:0.00857):0.00653,otu_00248:0.01851):0.01847):0.00229):0.00658,(otu_00618:0.02089,otu_00664:0.00807):0.02127):0.00232,otu_00225:0.02049):0.00664):0.0013,((otu_00241:0.02239,otu_00233:0.03402):0.00954,((otu_00624:0.01056,otu_01731:0.01293):0.0211,otu_00654:0.02685):0.00783):0.0029):0.00506,otu_01858:0.04675):0.00571,otu_00656:0.05505):0.00442,((otu_01907:0.02751,otu_00663:0.03748):0.00092,otu_01886:0.06669):0.00741):0.04582,((otu_00516:0.03359,((otu_00513:0.0343,otu_00519:0.01794):0.00153,otu_00517:0.01973):0.02221):0.01866,otu_01875:0.07702):0.02362):0.02695,((((otu_01466:0.05145,(otu_01474:0.01794,otu_01487:0.00911):0.0334):0.00486,otu_01495:0.04375):0.01322,otu_01462:0.05401):0.01842,otu_01478:0.07549):0.05464):0.00399,(otu_00632:0.09521,((((((((((otu_00667:0.02835,otu_00685:0.02178):0.00983,otu_00694:0.02702):0.00206,(((((((otu_00673:0.02333,(otu_00680:0.01197,otu_00682:0.02744):0.00743):0.00053,otu_00672:0.01776):0.00297,otu_01795:0.01829):0.00288,(otu_00687:0.02158,otu_00683:0.01217):0.00369):0.00895,otu_01911:0.04179):0.00031,otu_00670:0.02597):0.00421,(((otu_01904:0.009,otu_00679:0.01313):0.01934,otu_01651:0.02216):0.0076,otu_00695:0.03314):0.00052):0.00748):0.01542,(otu_00675:0.02248,otu_00690:0.01285):0.02356):0.00524,((otu_00678:0.02856,otu_00701:0.0301):0.01617,((((otu_00698:0.00303,otu_01863:0.07085):0.03153,otu_00676:0.0388):0.01082,otu_00693:0.03234):0.0157,otu_01837:0.04142):0.00958):0.00687):0.00261,((otu_00689:0.0277,(otu_00705:0.02361,otu_00688:0.01164):0.01593):0.0093,(otu_01849:0.03349,otu_01846:0.02737):0.02277):0.01189):0.01267,otu_01910:0.04727):0.00276,otu_01848:0.05627):0.00703,((((otu_00634:0.02464,(otu_00662:0.0099,otu_01708:0.0037):0.01494):0.00943,otu_00666:0.02124):0.00231,otu_01813:0.01952):0.01076,(otu_01791:0.01847,otu_01844:0.02138):0.00405):0.04822):0.02303,otu_01860:0.10235):0.0091):0.00963):0.00507,((otu_01119:0.09226,otu_01810:0.1042):0.00668,(((otu_00127:0.03917,otu_00133:0.06868):0.06569,otu_01838:0.11408):0.00189,((otu_01649:0.05059,otu_01674:0.04063):0.03997,otu_01148:0.05385):0.0252):0.04102):0.02444):0.01782,(((otu_01696:0.09714,(otu_01867:0.10833,otu_01645:0.09149):0.01923):0.00071,otu_01773:0.10401):0.05478,otu_01737:0.16864):0.00502):0.03525);
diff -r 000000000000 -r 6507a8d42a4f test-data/references/16-phylo_import.Rdata
Binary file test-data/references/16-phylo_import.Rdata has changed
diff -r 000000000000 -r 6507a8d42a4f test-data/references/16-phylo_import.nb.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/references/16-phylo_import.nb.html Wed Feb 04 13:16:44 2026 +0000
@@ -0,0 +1,2318 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+phyloseq_import_data.knit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Stat: Import data (phyloseq_import_data.py
+v5.1.0)
+
+
+
+
+
+
+
+
## Import packages
+library(phyloseq)
+library(ggplot2)
+library(ape)
+
+## Settin variables
+ ## The ASV abundance matrix with taxonomy annotation file (biom format)
+ # biomfile <- ""
+
+ ## The sample metadata file(TSV format)
+ # samplefile <- ""
+
+ ## (optional) the ASV tree file (nwk format). Write "None" if you do not have any tree
+ # treefile <- ""
+
+ ## The ordered taxonomic levels stored in BIOM. Each level is separated by one space.
+ ## default : "Kingdom Phylum Class Order Family Genus Species"
+ # ranks <- ""
+
+ ## Do you want to normalise your data ? "True" or "False"
+ # normalisation <- ""
+
+## Create input and parameters dataframe
+ # params <- data.frame( "biomfile" = biomfile, "samplefile" = samplefile, "tree" = tree, "ranks" = ranks, "normalisation" = normalisation)
+
+
+## Import data
+biomfile <- params$biomfile
+data <- import_biom(biomfile)
+sampledata <- read.csv(params$samplefile, sep = "\t", row.names = 1, check.names = FALSE)
+
+# if taxonomy starts with k__ it means that its Greengenes like format
+# import need to be done using parse_taxonomy_greengenes function
+# in this case user taxonomic rank names are ignored
+tax <- tax_table(data)[[1]]
+if ((gregexpr('k__', tax))[[1]][1]>0) {
+ cat("Warning : Taxonomic affiliations come from Greengenes database, user specified ranks names are ignored.")
+ data <- import_biom(biomfile, parseFunction = parse_taxonomy_greengenes)
+} else {
+## else, custumize rank name with the user specified ranks variable
+ new_rank <- as.list(strsplit(params$ranks, " ")[[1]])
+ colnames(tax_table(data)) <- new_rank
+}
+
+
+
Warning : Taxonomic affiliations come from Greengenes database, user specified ranks names are ignored.
+
+
+
## add sample name to metadata, as SampleID variable
+sampledata$SampleID <- rownames(sampledata)
+sample_data(data) <- sampledata
+
+## add tree metadata if available
+if (params$treefile != "None"){
+ treefile <- read.tree(params$treefile)
+ phy_tree(data) <- treefile
+}
+
+## change de sample metadata order as in input samplefile
+for ( variable in sample_variables(data)){
+ variable.order = as.vector(unique(sampledata[,variable]))
+ sample_data(data)[,variable] <- factor(get_variable(data, variable),levels=variable.order)
+}
+
+## remove empty samples
+empty_samples <- sample_names(data)[which(sample_sums(data)==0)]
+sample_to_keep <- sample_names(data)[which(sample_sums(data)>0)]
+data <- prune_samples(sample_to_keep, data)
+
+empty_taxa <- taxa_names(data)[which(taxa_sums(data)==0)]
+taxa_to_keep <- taxa_names(data)[which(taxa_sums(data)>0)]
+data <- prune_taxa(taxa_to_keep, data)
+
+## abundance normalisation
+if(params$normalisation){ data <- rarefy_even_depth(data, rngseed = 1121983)}
+
+## save phyloseq object in Rdata file
+save(data, file=params$outputRdata)
+
+
+
+
+
+
+
+
+ Switch theme
+ Default
+ Coral
+ Gold
+ Steel
+
+
+
+
+
Summary
+
+
+
+
data
+
+
+
phyloseq-class experiment-level object
+otu_table() OTU Table: [ 507 taxa and 64 samples ]
+sample_data() Sample Data: [ 64 samples by 4 sample variables ]
+tax_table() Taxonomy Table: [ 507 taxa by 7 taxonomic ranks ]
+phy_tree() Phylogenetic Tree: [ 507 tips and 506 internal nodes ]
+
+
+
if(length(empty_samples) > 0) {cat(paste('Remove empty samples: ', paste(empty_samples, collapse=",")))}
+if(length(empty_taxa) > 0) {cat(paste('Remove empty taxa: ', paste(empty_taxa, collapse=",")))}
+
+
+
Remove empty taxa: otu_01781
+
+
+
if(params$normalisation){cat(paste('Number of sequences in each sample after normalisation: ', head(sample_sums(data))[[1]]))}
+
+
+
+
+
+
Ranks Names
+
+
+
+
cat(paste('Rank names : ',paste(rank_names(data),collapse=', ')))
+
+
+
Rank names : Kingdom, Phylum, Class, Order, Family, Genus, Species
+
+
+
+
+
+
Sample metadata
+
+
+
+
variables <- sample_variables(data)
+cat(paste('Sample variables: ', paste(variables, collapse=', ' )))
+
+
+
Sample variables: EnvType, Description, FoodType, SampleID
+
+
+
for (var in variables){
+ cat(paste(var,': ',paste(levels(factor(get_variable(data, varName = var))),collapse=', '), '\n\n'))
+}
+
+
+
EnvType : BoeufHache, VeauHache, DesLardons, MerguezVolaille, SaumonFume, FiletSaumon, FiletCabillaud, Crevette
+
+Description : LOT1, LOT3, LOT4, LOT5, LOT6, LOT7, LOT8, LOT10, LOT2, LOT9
+
+FoodType : Meat, Seafood
+
+SampleID : BHT0.LOT01, BHT0.LOT03, BHT0.LOT04, BHT0.LOT05, BHT0.LOT06, BHT0.LOT07, BHT0.LOT08, BHT0.LOT10, VHT0.LOT01, VHT0.LOT02, VHT0.LOT03, VHT0.LOT04, VHT0.LOT06, VHT0.LOT07, VHT0.LOT08, VHT0.LOT10, DLT0.LOT01, DLT0.LOT03, DLT0.LOT04, DLT0.LOT05, DLT0.LOT06, DLT0.LOT07, DLT0.LOT08, DLT0.LOT10, MVT0.LOT01, MVT0.LOT03, MVT0.LOT05, MVT0.LOT06, MVT0.LOT07, MVT0.LOT08, MVT0.LOT09, MVT0.LOT10, SFT0.LOT01, SFT0.LOT02, SFT0.LOT03, SFT0.LOT04, SFT0.LOT05, SFT0.LOT06, SFT0.LOT07, SFT0.LOT08, FST0.LOT01, FST0.LOT02, FST0.LOT03, FST0.LOT05, FST0.LOT06, FST0.LOT07, FST0.LOT08, FST0.LOT10, FCT0.LOT01, FCT0.LOT02, FCT0.LOT03, FCT0.LOT05, FCT0.LOT06, FCT0.LOT07, FCT0.LOT08, FCT0.LOT10, CDT0.LOT02, CDT0.LOT04, CDT0.LOT05, CDT0.LOT06, CDT0.LOT07, CDT0.LOT08, CDT0.LOT09, CDT0.LOT10
+
+
+
+
+
+
Plot tree
+
+
+
+
if(params$treefile!="None"){
+ p <- plot_tree(data, color=rank_names(data)[2]) +
+ ggtitle(paste("Phylogenetic tree colored by", rank_names(data)[2])) +
+ theme(plot.title = element_text(hjust = 0.5))
+ plot(p)
+}
+
+
+
+
+
+
if(params$treefile=="None"){
+ cat("There is no phylogenetic tree in the object you have provided.")
+}
+
+
+
+
+
+
Reproducibility token
+
+
+
+
sessioninfo::session_info()
+
+
+
─ Session info ───────────────────────────────────────────────────────────────
+ setting value
+ version R version 4.1.2 (2021-11-01)
+ os Ubuntu 24.04.2 LTS
+ system x86_64, linux-gnu
+ ui X11
+ language fr_FR:en
+ collate en_US.utf8
+ ctype en_US.utf8
+ tz Europe/Paris
+ date 2026-01-14
+ pandoc 2.19.2 @ /home/maria/miniforge3/envs/frogs@5.1.0/bin/ (via rmarkdown)
+
+─ Packages ───────────────────────────────────────────────────────────────────
+ package * version date (UTC) lib source
+ ade4 1.7-22 2023-02-06 [1] CRAN (R 4.1.3)
+ ape * 5.7-1 2023-03-13 [1] CRAN (R 4.1.3)
+ Biobase 2.54.0 2021-10-26 [1] Bioconductor
+ BiocGenerics 0.40.0 2021-10-26 [1] Bioconductor
+ biomformat 1.22.0 2021-10-26 [1] Bioconductor
+ Biostrings 2.62.0 2021-10-26 [1] Bioconductor
+ bitops 1.0-7 2021-04-24 [1] CRAN (R 4.1.3)
+ bslib 0.5.0 2023-06-09 [1] CRAN (R 4.1.3)
+ cachem 1.0.8 2023-05-01 [1] CRAN (R 4.1.3)
+ cli 3.6.1 2023-03-23 [1] CRAN (R 4.1.3)
+ cluster 2.1.4 2022-08-22 [1] CRAN (R 4.1.3)
+ codetools 0.2-19 2023-02-01 [1] CRAN (R 4.1.3)
+ colorspace 2.1-0 2023-01-23 [1] CRAN (R 4.1.3)
+ crayon 1.5.2 2022-09-29 [1] CRAN (R 4.1.3)
+ data.table 1.14.8 2023-02-17 [1] CRAN (R 4.1.3)
+ digest 0.6.31 2022-12-11 [1] CRAN (R 4.1.3)
+ dplyr 1.1.2 2023-04-20 [1] CRAN (R 4.1.3)
+ evaluate 0.21 2023-05-05 [1] CRAN (R 4.1.3)
+ fansi 1.0.4 2023-01-22 [1] CRAN (R 4.1.3)
+ farver 2.1.1 2022-07-06 [1] CRAN (R 4.1.3)
+ fastmap 1.1.1 2023-02-24 [1] CRAN (R 4.1.3)
+ foreach 1.5.2 2022-02-02 [1] CRAN (R 4.1.3)
+ generics 0.1.3 2022-07-05 [1] CRAN (R 4.1.3)
+ GenomeInfoDb 1.30.1 2022-01-30 [1] Bioconductor
+ GenomeInfoDbData 1.2.7 2026-01-14 [1] Bioconductor
+ ggplot2 * 3.4.2 2023-04-03 [1] CRAN (R 4.1.3)
+ glue 1.6.2 2022-02-24 [1] CRAN (R 4.1.3)
+ gtable 0.3.3 2023-03-21 [1] CRAN (R 4.1.3)
+ highr 0.10 2022-12-22 [1] CRAN (R 4.1.3)
+ htmltools 0.5.5 2023-03-23 [1] CRAN (R 4.1.3)
+ igraph 1.3.5 2022-09-22 [1] CRAN (R 4.1.3)
+ IRanges 2.28.0 2021-10-26 [1] Bioconductor
+ iterators 1.0.14 2022-02-05 [1] CRAN (R 4.1.3)
+ jquerylib 0.1.4 2021-04-26 [1] CRAN (R 4.1.3)
+ jsonlite 1.8.5 2023-06-05 [1] CRAN (R 4.1.3)
+ knitr 1.43 2023-05-25 [1] CRAN (R 4.1.3)
+ labeling 0.4.2 2020-10-20 [1] CRAN (R 4.1.3)
+ lattice 0.21-8 2023-04-05 [1] CRAN (R 4.1.3)
+ lifecycle 1.0.3 2022-10-07 [1] CRAN (R 4.1.3)
+ magrittr 2.0.3 2022-03-30 [1] CRAN (R 4.1.3)
+ MASS 7.3-58.3 2023-03-07 [1] CRAN (R 4.1.3)
+ Matrix 1.5-4.1 2023-05-18 [1] CRAN (R 4.1.3)
+ mgcv 1.8-42 2023-03-02 [1] CRAN (R 4.1.3)
+ multtest 2.50.0 2021-10-26 [1] Bioconductor
+ munsell 0.5.0 2018-06-12 [1] CRAN (R 4.1.3)
+ nlme 3.1-162 2023-01-31 [1] CRAN (R 4.1.3)
+ permute 0.9-7 2022-01-27 [1] CRAN (R 4.1.3)
+ phyloseq * 1.38.0 2021-10-26 [1] Bioconductor
+ pillar 1.9.0 2023-03-22 [1] CRAN (R 4.1.3)
+ pkgconfig 2.0.3 2019-09-22 [1] CRAN (R 4.1.3)
+ plyr 1.8.8 2022-11-11 [1] CRAN (R 4.1.3)
+ R6 2.5.1 2021-08-19 [1] CRAN (R 4.1.3)
+ Rcpp 1.0.10 2023-01-22 [1] CRAN (R 4.1.3)
+ RCurl 1.98-1.12 2023-03-27 [1] CRAN (R 4.1.3)
+ reshape2 1.4.4 2020-04-09 [1] CRAN (R 4.1.3)
+ rhdf5 2.38.1 2022-03-10 [1] Bioconductor
+ rhdf5filters 1.6.0 2021-10-26 [1] Bioconductor
+ Rhdf5lib 1.16.0 2021-10-26 [1] Bioconductor
+ rlang 1.1.1 2023-04-28 [1] CRAN (R 4.1.3)
+ rmarkdown 2.22 2023-06-01 [1] CRAN (R 4.1.3)
+ rstudioapi 0.14 2022-08-22 [1] CRAN (R 4.1.3)
+ S4Vectors 0.32.4 2022-03-24 [1] Bioconductor
+ sass 0.4.6 2023-05-03 [1] CRAN (R 4.1.3)
+ scales 1.2.1 2022-08-20 [1] CRAN (R 4.1.3)
+ sessioninfo 1.2.2 2021-12-06 [1] CRAN (R 4.1.3)
+ stringi 1.7.6 2021-11-29 [1] CRAN (R 4.1.1)
+ stringr 1.5.0 2022-12-02 [1] CRAN (R 4.1.3)
+ survival 3.5-5 2023-03-12 [1] CRAN (R 4.1.3)
+ tibble 3.2.1 2023-03-20 [1] CRAN (R 4.1.3)
+ tidyselect 1.2.0 2022-10-10 [1] CRAN (R 4.1.3)
+ utf8 1.2.3 2023-01-31 [1] CRAN (R 4.1.3)
+ vctrs 0.6.2 2023-04-19 [1] CRAN (R 4.1.3)
+ vegan 2.6-4 2022-10-11 [1] CRAN (R 4.1.3)
+ withr 2.5.0 2022-03-03 [1] CRAN (R 4.1.3)
+ xfun 0.39 2023-04-20 [1] CRAN (R 4.1.3)
+ XVector 0.34.0 2021-10-26 [1] Bioconductor
+ yaml 2.3.7 2023-01-23 [1] CRAN (R 4.1.3)
+ zlibbioc 1.40.0 2021-10-26 [1] Bioconductor
+
+ [1] /home/maria/miniforge3/envs/frogs@5.1.0/lib/R/library
+
+──────────────────────────────────────────────────────────────────────────────
+
+
+
+
+
+
LS0tCmNvcHlyaWdodDogIkNvcHlyaWdodCAoQykgMjAyNSBJTlJBRSIKbGljZW5zZTogIkdOVSBHZW5lcmFsIFB1YmxpYyBMaWNlbnNlIgpvdXRwdXQ6IAogIGh0bWxfbm90ZWJvb2s6CiAgICBjb2RlX2ZvbGRpbmc6IGhpZGUKcGFyYW1zOgogICMgUGF0aCBBU1YgYWJ1bmRhbmNlIGJpb20gZmlsZQogIGJpb21maWxlOiAKICAgIHZhbHVlOiB4CiAgIyBQYXRoIHRvIHNhbXBsZSBtZXRhZGF0YSBUU1YgZmlsZQogIHNhbXBsZWZpbGU6CiAgICB2YWx1ZTogeAogICMgKG9wdGlvbmFsKSBQYXRoIHRvIEFTVnMgdHJlZSBOV0sgZmlsZQogIHRyZWVmaWxlOgogICAgdmFsdWU6IHgKICAjIChvcHRpb25hbCkgbm9ybWFsaXNhdGlvbiBzdHJpbmcgb3B0aW9uIDogVFJVRSBvciBGQUxTRQogIG5vcm1hbGlzYXRpb246CiAgICB2YWx1ZTogeAogICMgUGF0aCB0byBwaHlsb3NlcSBvYmplY3Qgc3RvcmUgaW4gUmRhdGEgZmlsZQogIG91dHB1dFJkYXRhOgogICAgdmFsdWU6IHgKICAjIExpc3Qgb2YgdGF4b25vbWljIHJhbmtzIG5hbWVzCiAgcmFua3MgOiAKICAgIHZhbHVlOiB4CiAgIyBQYXRoIHRvIHRoZSBwaHlsb3NlcS1leHRlbmQgUiBmdW5jdGlvbnMgOiBodHRwczovL2dpdGh1Yi5jb20vbWFoZW5kcmEtbWFyaWFkYXNzb3UvcGh5bG9zZXEtZXh0ZW5kZWQsIHR5cGljYWxseSBzdG9yZWQgaW4gRlJPR1MvbGliL2V4dGVybmFsLWxpYgogIGxpYmRpcjoKICAgIHZhbHVlOiB4CiAgdmVyc2lvbjoKICAgIHZhbHVlOiB4CiAgdG9vbDoKICAgIHZhbHVlOiB4Ci0tLQoKPG1ldGEgaHR0cC1lcXVpdj0iQ29udGVudC1UeXBlIiBjb250ZW50PSJ0ZXh0L2h0bWw7IGNoYXJzZXQ9VVRGLTgiIC8+CjxtZXRhIG5hbWU9ImF1dGhvciIgY29udGVudD0iVGEgVGhpIE5nYW4gLSBTSUdFTkFFL0dBQkkgJiBNYXJpYSBCZXJuYXJkIC0gU0lHRU5BRS9HQUJJIiAvPgo8bWV0YSBuYW1lPSJ2ZXJzaW9uIiBjb250ZW50PSI1LjEuMCIgLz4KPG1ldGEgbmFtZT0iY29weXJpZ2h0IiBjb250ZW50PSJDb3B5cmlnaHQgKEMpIDIwMjUgSU5SQUUiIC8+CgpgYGB7ciwgZWNobz1GQUxTRSwgcmVzdWx0cz0iYXNpcyJ9CkNVUlJFTlRfRElSIDwtIGtuaXRyOjpvcHRzX2tuaXQkZ2V0KCJvdXRwdXQuZGlyIikKaWYgKGlzLm51bGwoQ1VSUkVOVF9ESVIpKSB7CiAgQ1VSUkVOVF9ESVIgPC0gZ2V0d2QoKQp9ClRIRU1FX0RJUiA8LSBub3JtYWxpemVQYXRoKAogIGZpbGUucGF0aChkaXJuYW1lKENVUlJFTlRfRElSKSwgInN0YXRpYyIpLAogIHdpbnNsYXNoID0gIi8iLAogIG11c3RXb3JrID0gRkFMU0UKKQoKanNfdGhlbWVfZmlsZSA8LSBub3JtYWxpemVQYXRoKAogIGZpbGUucGF0aChUSEVNRV9ESVIsICJqcyIsICJ0aGVtZS5qcyIpLAogIHdpbnNsYXNoID0gIi8iLAogIG11c3RXb3JrID0gRkFMU0UKKQoKbGluZXMgPC0gcmVhZExpbmVzKGpzX3RoZW1lX2ZpbGUsIHdhcm4gPSBGQUxTRSkKCnNlcCA8LSB3aGljaChncmVwbCgiXi8vIyMiLCB0cmltd3MobGluZXMpKSkKCmlmIChsZW5ndGgoc2VwKSA8IDIpIHsKICBzdG9wKCJUYWcgbm90IGZvdW5kIGluIHRoZW1lLmpzOiAnLy8jIyciKQp9Cgpqc19jb2RlIDwtIGxpbmVzWyhzZXBbMV0gKyAxKTooc2VwWzJdIC0gMSldCgpjYXQoIjxzY3JpcHQ+XG4iKQpjYXQoanNfY29kZSwgc2VwID0gIlxuIikKY2F0KCJcbjwvc2NyaXB0PiIpCmBgYAoKPGRpdiBzdHlsZT0iZGlzcGxheTpmbGV4OyBhbGlnbi1pdGVtczpjZW50ZXI7IGdhcDoxNXB4OyBtYXJnaW4tYm90dG9tOjIwcHg7Ij4KICA8aW1nIGlkPSJsb2dvIiBzcmM9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCwiIGFsdD0iRlJPR1MgbG9nbyIgc3R5bGU9ImhlaWdodDoxODBweDsiPgogIDxoMSBzdHlsZT0ibWFyZ2luOjA7Ij5TdGF0OiBJbXBvcnQgZGF0YSA8aT48c3BhbiBjbGFzcz0idGV4dC1hY2NlbnQiPihgciBwYXJhbXMkdG9vbGAgdmByIHBhcmFtcyR2ZXJzaW9uYCk8L3NwYW4+PC9pPjwvaDE+CjwvZGl2PgoKPHNjcmlwdD4KCiQoZnVuY3Rpb24gKCkgewogIHVwZGF0ZV9sb2dvKENVUlJFTlRfVEhFTUUpOwp9KTsKCgo8L3NjcmlwdD4KCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cjpyb290IHsKCQkJLS1mcm9nc0NvbG9yOiAjMDNBNUE4OyAKCQkJLS1mcm9nc0NvbG9ySG92ZXI6IGhzbChmcm9tIHZhcigtLWZyb2dzQ29sb3IpIGggY2FsYyhzICsgNCkgY2FsYyhsIC0gMykgLyAxKTsKCQkJLS1mcm9nc1ByZUNvbG9yOiBoc2woZnJvbSB2YXIoLS1mcm9nc0NvbG9yKSBoIHMgbCAvIDAuMSk7CgkJfQoudGV4dC1hY2NlbnQgewogIGNvbG9yOiAjNTk1YzVmOwp9Ci5tYWluLWNvbnRhaW5lcnsKCW1heC13aWR0aDogNzUlICFpbXBvcnRhbnQ7Cn0KaDF7Cgljb2xvcjogdmFyKC0tZnJvZ3NDb2xvcik7Cn0KaDJ7Cgljb2xvcjogdmFyKC0tZnJvZ3NDb2xvcik7Cn0KYSB7Cgljb2xvcjogdmFyKC0tZnJvZ3NDb2xvcik7Cn0KYTpob3ZlcnsKCWNvbG9yOiB2YXIoLS1mcm9nc0NvbG9ySG92ZXIpOwp9Ci5uYXYtcGlsbHMgPiBsaS5hY3RpdmUgPiBhLCAubmF2LXBpbGxzID4gbGkuYWN0aXZlID4gYTpmb2N1c3sKCWNvbG9yOiAjZmZmOwoJYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tZnJvZ3NDb2xvcik7Cglib3JkZXItY29sb3I6ICNkZWUyZTYgI2RlZTJlNiAjZmZmOwp9Ci5uYXYtcGlsbHMgPiBsaS5hY3RpdmUgPiBhOmhvdmVyIHsKCWJhY2tncm91bmQtY29sb3I6IHZhcigtLWZyb2dzQ29sb3JIb3Zlcik7Cn0KLmJ1dHRvbiB7CiAgICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoLS1mcm9nc0NvbG9yKSA7CiAgICBib3JkZXIgICAgICAgICAgOiBub25lOwogICAgY29sb3IgICAgICAgICAgIDogd2hpdGU7CiAgICBwYWRkaW5nICAgICAgICAgOiA1cHggMTBweDsKICAgIHRleHQtYWxpZ24gICAgICA6IGNlbnRlcjsKICAgIHRleHQtZGVjb3JhdGlvbiA6IG5vbmU7CiAgICBkaXNwbGF5ICAgICAgICAgOiBpbmxpbmUtYmxvY2s7CiAgICBmb250LXNpemUgICAgICAgOiAxMnB4OwogICAgbWFyZ2luICAgICAgICAgIDogNHB4IDJweDsKICAgIGN1cnNvciAgICAgICAgICA6IHBvaW50ZXI7CiAgICBib3JkZXItcmFkaXVzICAgOiA4cHg7Cn0KaDQgeyAKICAgIGRpc3BsYXkgICAgICA6IGJsb2NrOwogICAgZm9udC1zaXplICAgIDogMWVtOwogICAgbWFyZ2luLXRvcCAgIDogMS4zM2VtOwogICAgbWFyZ2luLWJvdHRvbTogMS4zM2VtOwogICAgbWFyZ2luLWxlZnQgIDogMDsKICAgIG1hcmdpbi1yaWdodCA6IDA7CiAgICBmb250LXdlaWdodCAgOiBib2xkOwogICAgY29sb3IgICAgICAgIDogdmFyKC0tZnJvZ3NDb2xvcik7Cn0KY29kZS5yeyAvKiBDb2RlIGJsb2NrICovCiAgZm9udC1zaXplOiAxMXB4Owp9CnByZXsKICBmb250LXNpemU6IDExcHggOwogIGJhY2tncm91bmQtY29sb3I6IHZhcigtLWZyb2dzUHJlQ29sb3IpICFpbXBvcnRhbnQ7Cn0KI3RoZW1lY2hvaWNlewogIGJvcmRlci1yYWRpdXM6IDAuMjVlbTsKICBiYWNrZ3JvdW5kLWNvbG9yOiB3aGl0ZTsKICBib3JkZXI6IDFweCBzb2xpZCAjZGVlMmU2OwogIGZvbnQtd2VpZ2h0OiA0MDA7CiAgbGluZS1oZWlnaHQ6IDEuNTsKICBwYWRkaW5nOiAuMzc1cmVtIDIuMjVyZW0gLjM3NXJlbSAuNzVyZW07Cn0KPC9zdHlsZT4KIApgYGB7ciBwYWNrYWdlX2ltcG9ydCwgbWVzc2FnZT1GQUxTRSwgd2FybmluZz1GQUxTRX0KCiMjIEltcG9ydCBwYWNrYWdlcwpsaWJyYXJ5KHBoeWxvc2VxKQpsaWJyYXJ5KGdncGxvdDIpCmxpYnJhcnkoYXBlKQoKIyMgU2V0dGluIHZhcmlhYmxlcwogICMjIFRoZSBBU1YgYWJ1bmRhbmNlIG1hdHJpeCB3aXRoIHRheG9ub215IGFubm90YXRpb24gZmlsZSAoYmlvbSBmb3JtYXQpCiAgIyBiaW9tZmlsZSA8LSAiIgoKICAjIyBUaGUgc2FtcGxlIG1ldGFkYXRhIGZpbGUoVFNWIGZvcm1hdCkKICAjIHNhbXBsZWZpbGUgPC0gIiIKCiAgIyMgKG9wdGlvbmFsKSB0aGUgQVNWIHRyZWUgZmlsZSAobndrIGZvcm1hdCkuIFdyaXRlICJOb25lIiBpZiB5b3UgZG8gbm90IGhhdmUgYW55IHRyZWUKICAjIHRyZWVmaWxlIDwtICIiCgogICMjIFRoZSBvcmRlcmVkIHRheG9ub21pYyBsZXZlbHMgc3RvcmVkIGluIEJJT00uIEVhY2ggbGV2ZWwgaXMgc2VwYXJhdGVkIGJ5IG9uZSBzcGFjZS4KICAjIyBkZWZhdWx0IDogIktpbmdkb20gUGh5bHVtIENsYXNzIE9yZGVyIEZhbWlseSBHZW51cyBTcGVjaWVzIgogICMgcmFua3MgPC0gIiIKCiAgIyMgRG8geW91IHdhbnQgdG8gbm9ybWFsaXNlIHlvdXIgZGF0YSA/ICJUcnVlIiBvciAiRmFsc2UiCiAgIyBub3JtYWxpc2F0aW9uIDwtICIiCgojIyBDcmVhdGUgaW5wdXQgYW5kIHBhcmFtZXRlcnMgZGF0YWZyYW1lCiAgIyBwYXJhbXMgPC0gZGF0YS5mcmFtZSggImJpb21maWxlIiA9IGJpb21maWxlLCAic2FtcGxlZmlsZSIgPSBzYW1wbGVmaWxlLCAidHJlZSIgPSB0cmVlLCAicmFua3MiID0gcmFua3MsICJub3JtYWxpc2F0aW9uIiA9IG5vcm1hbGlzYXRpb24pCgoKIyMgSW1wb3J0IGRhdGEKYmlvbWZpbGUgPC0gcGFyYW1zJGJpb21maWxlCmRhdGEgICAgIDwtIGltcG9ydF9iaW9tKGJpb21maWxlKQpzYW1wbGVkYXRhIDwtIHJlYWQuY3N2KHBhcmFtcyRzYW1wbGVmaWxlLCBzZXAgPSAiXHQiLCByb3cubmFtZXMgPSAxLCBjaGVjay5uYW1lcyA9IEZBTFNFKQoKIyBpZiB0YXhvbm9teSBzdGFydHMgd2l0aCBrX18gaXQgbWVhbnMgdGhhdCBpdHMgR3JlZW5nZW5lcyBsaWtlIGZvcm1hdAojIGltcG9ydCBuZWVkIHRvIGJlIGRvbmUgdXNpbmcgcGFyc2VfdGF4b25vbXlfZ3JlZW5nZW5lcyBmdW5jdGlvbgojIGluIHRoaXMgY2FzZSB1c2VyIHRheG9ub21pYyByYW5rIG5hbWVzIGFyZSBpZ25vcmVkCnRheCAgICAgIDwtIHRheF90YWJsZShkYXRhKVtbMV1dCmlmICgoZ3JlZ2V4cHIoJ2tfXycsIHRheCkpW1sxXV1bMV0+MCkgeyAKICBjYXQoIldhcm5pbmcgOiBUYXhvbm9taWMgYWZmaWxpYXRpb25zIGNvbWUgZnJvbSBHcmVlbmdlbmVzIGRhdGFiYXNlLCB1c2VyIHNwZWNpZmllZCByYW5rcyBuYW1lcyBhcmUgaWdub3JlZC4iKQogIGRhdGEgPC0gaW1wb3J0X2Jpb20oYmlvbWZpbGUsIHBhcnNlRnVuY3Rpb24gPSBwYXJzZV90YXhvbm9teV9ncmVlbmdlbmVzKQp9IGVsc2UgewojIyBlbHNlLCBjdXN0dW1pemUgcmFuayBuYW1lIHdpdGggdGhlIHVzZXIgc3BlY2lmaWVkIHJhbmtzIHZhcmlhYmxlCiAgbmV3X3JhbmsgPC0gYXMubGlzdChzdHJzcGxpdChwYXJhbXMkcmFua3MsICIgIilbWzFdXSkKICBjb2xuYW1lcyh0YXhfdGFibGUoZGF0YSkpIDwtIG5ld19yYW5rCn0KCiMjIGFkZCBzYW1wbGUgbmFtZSB0byBtZXRhZGF0YSwgYXMgU2FtcGxlSUQgdmFyaWFibGUKc2FtcGxlZGF0YSRTYW1wbGVJRCA8LSByb3duYW1lcyhzYW1wbGVkYXRhKQpzYW1wbGVfZGF0YShkYXRhKSA8LSBzYW1wbGVkYXRhCgojIyBhZGQgdHJlZSBtZXRhZGF0YSBpZiBhdmFpbGFibGUKaWYgKHBhcmFtcyR0cmVlZmlsZSAhPSAiTm9uZSIpewogIHRyZWVmaWxlIDwtIHJlYWQudHJlZShwYXJhbXMkdHJlZWZpbGUpCiAgcGh5X3RyZWUoZGF0YSkgPC0gdHJlZWZpbGUKfQoKIyMgY2hhbmdlIGRlIHNhbXBsZSBtZXRhZGF0YSBvcmRlciBhcyBpbiBpbnB1dCBzYW1wbGVmaWxlCmZvciAoIHZhcmlhYmxlIGluIHNhbXBsZV92YXJpYWJsZXMoZGF0YSkpewogIHZhcmlhYmxlLm9yZGVyID0gYXMudmVjdG9yKHVuaXF1ZShzYW1wbGVkYXRhWyx2YXJpYWJsZV0pKQogIHNhbXBsZV9kYXRhKGRhdGEpWyx2YXJpYWJsZV0gPC0gZmFjdG9yKGdldF92YXJpYWJsZShkYXRhLCB2YXJpYWJsZSksbGV2ZWxzPXZhcmlhYmxlLm9yZGVyKQp9CgojIyByZW1vdmUgZW1wdHkgc2FtcGxlcwplbXB0eV9zYW1wbGVzIDwtIHNhbXBsZV9uYW1lcyhkYXRhKVt3aGljaChzYW1wbGVfc3VtcyhkYXRhKT09MCldCnNhbXBsZV90b19rZWVwIDwtIHNhbXBsZV9uYW1lcyhkYXRhKVt3aGljaChzYW1wbGVfc3VtcyhkYXRhKT4wKV0KZGF0YSA8LSBwcnVuZV9zYW1wbGVzKHNhbXBsZV90b19rZWVwLCBkYXRhKQoKZW1wdHlfdGF4YSA8LSB0YXhhX25hbWVzKGRhdGEpW3doaWNoKHRheGFfc3VtcyhkYXRhKT09MCldCnRheGFfdG9fa2VlcCA8LSB0YXhhX25hbWVzKGRhdGEpW3doaWNoKHRheGFfc3VtcyhkYXRhKT4wKV0KZGF0YSA8LSBwcnVuZV90YXhhKHRheGFfdG9fa2VlcCwgZGF0YSkKCiMjIGFidW5kYW5jZSBub3JtYWxpc2F0aW9uCmlmKHBhcmFtcyRub3JtYWxpc2F0aW9uKXsgZGF0YSA8LSByYXJlZnlfZXZlbl9kZXB0aChkYXRhLCBybmdzZWVkID0gMTEyMTk4Myl9CgojIyBzYXZlIHBoeWxvc2VxIG9iamVjdCBpbiBSZGF0YSBmaWxlCnNhdmUoZGF0YSwgZmlsZT1wYXJhbXMkb3V0cHV0UmRhdGEpCmBgYAoKIyB7LnRhYnNldCAudGFic2V0LWZhZGUgLnRhYnNldC1waWxsc30KCmBgYHs9aHRtbH0KPGRpdiBjbGFzcz0icm93Ij4KICA8ZGl2IHN0eWxlPSJmbG9hdDpyaWdodCI+CiAgPHNlbGVjdCBpZD0idGhlbWVjaG9pY2UiCiAgICAgICAgICBjbGFzcz0iZm9ybS1zZWxlY3QgZm9ybS1zZWxlY3Qtc20iCiAgICAgICAgICBzdHlsZT0id2lkdGg6IGF1dG87IgogICAgICAgICAgb25jaGFuZ2U9InVwZGF0ZV90aGVtZV9SbWQodGhpcy52YWx1ZSkiCiAgICAgICAgICBhcmlhLWxhYmVsPSJTd2l0Y2ggdGhlbWUiPgogICAgPG9wdGlvbiBzZWxlY3RlZCBkaXNhYmxlZCB2YWx1ZT0iIj5Td2l0Y2ggdGhlbWU8L29wdGlvbj4KICAgIDxvcHRpb24gZGlzYWJsZWQgdmFsdWU9IkRlZmF1bHRUaGVtZSI+RGVmYXVsdDwvb3B0aW9uPgogICAgPG9wdGlvbiB2YWx1ZT0iQ29yYWxUaGVtZSI+Q29yYWw8L29wdGlvbj4KICAgIDxvcHRpb24gdmFsdWU9IkdvbGRUaGVtZSI+R29sZDwvb3B0aW9uPgogICAgPG9wdGlvbiB2YWx1ZT0iU3RlZWxUaGVtZSI+U3RlZWw8L29wdGlvbj4KICA8L3NlbGVjdD4KICA8L2Rpdj4KPC9kaXY+CmBgYAoKIyMgU3VtbWFyeQpgYGB7ciBzdW1tYXJ5fQpkYXRhCmlmKGxlbmd0aChlbXB0eV9zYW1wbGVzKSA+IDApIHtjYXQocGFzdGUoJ1JlbW92ZSBlbXB0eSBzYW1wbGVzOiAnLCBwYXN0ZShlbXB0eV9zYW1wbGVzLCBjb2xsYXBzZT0iLCIpKSl9CmlmKGxlbmd0aChlbXB0eV90YXhhKSA+IDApIHtjYXQocGFzdGUoJ1JlbW92ZSBlbXB0eSB0YXhhOiAnLCBwYXN0ZShlbXB0eV90YXhhLCBjb2xsYXBzZT0iLCIpKSl9CmlmKHBhcmFtcyRub3JtYWxpc2F0aW9uKXtjYXQocGFzdGUoJ051bWJlciBvZiBzZXF1ZW5jZXMgaW4gZWFjaCBzYW1wbGUgYWZ0ZXIgbm9ybWFsaXNhdGlvbjogJywgaGVhZChzYW1wbGVfc3VtcyhkYXRhKSlbWzFdXSkpfQpgYGAKCiMjIFJhbmtzIE5hbWVzCmBgYHtyIHJhbmtzfQpjYXQocGFzdGUoJ1JhbmsgbmFtZXMgOiAnLHBhc3RlKHJhbmtfbmFtZXMoZGF0YSksY29sbGFwc2U9JywgJykpKQpgYGAKCiMjIFNhbXBsZSBtZXRhZGF0YQpgYGB7ciBzYW1wbGV9CnZhcmlhYmxlcyA8LSBzYW1wbGVfdmFyaWFibGVzKGRhdGEpCmNhdChwYXN0ZSgnU2FtcGxlIHZhcmlhYmxlczogJywgcGFzdGUodmFyaWFibGVzLCBjb2xsYXBzZT0nLCAnICkpKQoKZm9yICh2YXIgaW4gdmFyaWFibGVzKXsKICBjYXQocGFzdGUodmFyLCc6ICcscGFzdGUobGV2ZWxzKGZhY3RvcihnZXRfdmFyaWFibGUoZGF0YSwgdmFyTmFtZSA9IHZhcikpKSxjb2xsYXBzZT0nLCAnKSwgJ1xuXG4nKSkKfQpgYGAKCiMjIFBsb3QgdHJlZQpgYGB7ciB0cmVlLCBmaWcud2lkdGg9MTAsIGZpZy5oZWlnaHQ9OH0KCmlmKHBhcmFtcyR0cmVlZmlsZSE9Ik5vbmUiKXsKICBwIDwtIHBsb3RfdHJlZShkYXRhLCBjb2xvcj1yYW5rX25hbWVzKGRhdGEpWzJdKSArIAogICAgICAgICAgZ2d0aXRsZShwYXN0ZSgiUGh5bG9nZW5ldGljIHRyZWUgY29sb3JlZCBieSIsIHJhbmtfbmFtZXMoZGF0YSlbMl0pKSArIAogICAgICAgICAgdGhlbWUocGxvdC50aXRsZSA9IGVsZW1lbnRfdGV4dChoanVzdCA9IDAuNSkpCiAgcGxvdChwKQp9CgppZihwYXJhbXMkdHJlZWZpbGU9PSJOb25lIil7CiAgY2F0KCJUaGVyZSBpcyBubyBwaHlsb2dlbmV0aWMgdHJlZSBpbiB0aGUgb2JqZWN0IHlvdSBoYXZlIHByb3ZpZGVkLiIpCn0KYGBgCgojIyBSZXByb2R1Y2liaWxpdHkgdG9rZW4KCmBgYHtyIHNlc3Npb24sIGVjaG89VFJVRSwgZXZhbD1UUlVFfQpzZXNzaW9uaW5mbzo6c2Vzc2lvbl9pbmZvKCkKYGBg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r 6507a8d42a4f test-data/references/18-phylo_alpha_div.nb.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/references/18-phylo_alpha_div.nb.html Wed Feb 04 13:16:44 2026 +0000
@@ -0,0 +1,2635 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+phyloseq_alpha_diversity.knit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Stat: Alpha Diversity Visualisation(phyloseq_alpha_diversity.py v5.1.0)
+
+
+
+
+
+
+
+
+
+
## Import packages
+library(phyloseq)
+library(ggplot2)
+library(vegan)
+source(file.path(params$libdir, "graphical_methods.R"))
+## Alternative to source all extra function from a github repo
+## source("https://raw.githubusercontent.com/mahendra-mariadassou/phyloseq-extended/master/load-extra-functions.R")
+
+## Setting variables
+ ## The Phyloseq object (format rdata)
+ # phyloseq <- ""
+
+ ## The experiment variable that you want to analyse
+ # varExp <- ""
+
+ ## "The alpha diversity indices to compute. Multiple indice may be indicated by separating them by a comma.
+ ## Available indices are : Observed, Chao1, Shannon, InvSimpson, Simpson, ACE, Fisher
+ # measures <- ""
+
+## Create input and parameters dataframe
+ # params <- data.frame( "phyloseq" = phylose, "measures" = measures, "varExp" = varExp)
+
+## Load data
+load(params$phyloseq)
+
+## Convert measures to list
+measures <- as.list(strsplit(params$measures, ",")[[1]])
+
+## Compute numeric values of alpha diversity indices
+alpha.diversity <- estimate_richness(data, measures = measures)
+
+## Export diversity indices to text file
+write.table(alpha.diversity, params$fileAlpha, sep="\t", quote = FALSE, col.names = NA)
+
+
+
+
+
+
+
+
+ Switch theme
+ Default
+ Coral
+ Gold
+ Steel
+
+
+
+
+
Richness plot
+
+
+
+
p <- plot_richness(data, x = params$varExp, color = params$varExp, measures = measures) + ggtitle(paste("Alpha diversity distribution by", params$varExp))+ theme(plot.title = element_text(hjust = 0.5))
+plot(p)
+
+
+
+
+
+
+
+
+
Richness plot with boxplot
+
+
+
+
p <- p + geom_boxplot(alpha = 0.2) +
+ geom_point()+ theme_grey() +
+ theme(axis.text.x = element_text(angle=90, hjust=0.5)) +
+ theme(plot.title = element_text(hjust = 0.5))
+plot(p)
+
+
+
+
+
+
+
+
+
Alpha Diversity Indice Anova Analysis
+
+
+
+
anova_data <- cbind(sample_data(data), alpha.diversity)
+anova_data$Depth <- sample_sums(data)
+
+variables <- paste(sep=" + ", "Depth", params$varExp )
+
+## Perform ANOVA on observed richness, which effects are significant
+for (m in measures){
+ f <- paste(m," ~ ", variables)
+ cat(sep = "", "###############################################################\n#Perform ANOVA on ",m,", which effects are significant\nanova.",m," <-aov( ",f,", anova_data)\nsummary(anova.",m,")\n")
+ anova_res <- aov( as.formula(f), anova_data)
+ res <- summary(anova_res)
+ print(res)
+ cat("\n\n")
+}
+
+
+
###############################################################
+#Perform ANOVA on Observed, which effects are significant
+anova.Observed <-aov( Observed ~ Depth + EnvType, anova_data)
+summary(anova.Observed)
+ Df Sum Sq Mean Sq F value Pr(>F)
+Depth 1 97970 97970 203.414 < 2e-16 ***
+EnvType 7 18148 2593 5.383 9.78e-05 ***
+Residuals 55 26490 482
+---
+Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
+
+
+###############################################################
+#Perform ANOVA on Chao1, which effects are significant
+anova.Chao1 <-aov( Chao1 ~ Depth + EnvType, anova_data)
+summary(anova.Chao1)
+ Df Sum Sq Mean Sq F value Pr(>F)
+Depth 1 79015 79015 100.129 5.45e-14 ***
+EnvType 7 13764 1966 2.492 0.0269 *
+Residuals 55 43403 789
+---
+Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
+
+
+###############################################################
+#Perform ANOVA on Shannon, which effects are significant
+anova.Shannon <-aov( Shannon ~ Depth + EnvType, anova_data)
+summary(anova.Shannon)
+ Df Sum Sq Mean Sq F value Pr(>F)
+Depth 1 7.699 7.699 16.895 0.000133 ***
+EnvType 7 11.333 1.619 3.553 0.003209 **
+Residuals 55 25.064 0.456
+---
+Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
+
+
+
+
+
+
Rarefaction curves
+
+
+
+
##code of Mahendra Mariadassou, INRA
+
+## Import additionnal packages
+# library(parallel)
+
+## Rarefaction curve, ggplot style (additionnal phyloseq-extend function, not yet released)
+ggrare <- function(physeq, step = 10, label = NULL, color = NULL, plot = TRUE, parallel = FALSE, se = TRUE) {
+ ## Args:
+ ## - physeq: phyloseq class object, from which abundance data are extracted
+ ## - step: Step size for sample size in rarefaction curves
+ ## - label: Default `NULL`. Character string. The name of the variable
+ ## to map to text labels on the plot. Similar to color option
+ ## but for plotting text.
+ ## - color: (Optional). Default ‘NULL’. Character string. The name of the
+ ## variable to map to colors in the plot. This can be a sample
+ ## variable (among the set returned by
+ ## ‘sample_variables(physeq)’ ) or taxonomic rank (among the set
+ ## returned by ‘rank_names(physeq)’).
+ ##
+ ## Finally, The color scheme is chosen automatically by
+ ## ‘link{ggplot}’, but it can be modified afterward with an
+ ## additional layer using ‘scale_color_manual’.
+ ## - color: Default `NULL`. Character string. The name of the variable
+ ## to map to text labels on the plot. Similar to color option
+ ## but for plotting text.
+ ## - plot: Logical, should the graphic be plotted.
+ ## - parallel: should rarefaction be parallelized (using parallel framework)
+ ## - se: Default TRUE. Logical. Should standard errors be computed.
+ ## require vegan
+ x <- as(otu_table(physeq), "matrix")
+ if (taxa_are_rows(physeq)) { x <- t(x) }
+
+ ## This script is adapted from vegan `rarecurve` function
+ tot <- rowSums(x)
+ S <- rowSums(x > 0)
+ nr <- nrow(x)
+
+ rarefun <- function(i) {
+ # cat(paste("rarefying sample", rownames(x)[i]), sep = "\n")
+ n <- seq(1, tot[i], by = step)
+ if (n[length(n)] != tot[i]) {
+ n <- c(n, tot[i])
+ }
+ y <- rarefy(x[i, ,drop = FALSE], n, se = se)
+ if (nrow(y) != 1) {
+ rownames(y) <- c(".S", ".se")
+ return(data.frame(t(y), Size = n, Sample = rownames(x)[i]))
+ } else {
+ return(data.frame(.S = y[1, ], Size = n, Sample = rownames(x)[i]))
+ }
+ }
+ if (parallel) {
+ out <- mclapply(seq_len(nr), rarefun, mc.preschedule = FALSE)
+ } else {
+ out <- lapply(seq_len(nr), rarefun)
+ }
+ df <- do.call(rbind, out)
+
+ ## Get sample data
+ if (!is.null(sample_data(physeq, FALSE))) {
+ sdf <- as(sample_data(physeq), "data.frame")
+ sdf$Sample <- rownames(sdf)
+ data <- merge(df, sdf, by = "Sample")
+ labels <- data.frame(x = tot, y = S, Sample = rownames(x))
+ labels <- merge(labels, sdf, by = "Sample")
+ }
+
+ ## Add, any custom-supplied plot-mapped variables
+ if( length(color) > 1 ){
+ data$color <- color
+ names(data)[names(data)=="color"] <- deparse(substitute(color))
+ color <- deparse(substitute(color))
+ }
+ if( length(label) > 1 ){
+ labels$label <- label
+ names(labels)[names(labels)=="label"] <- deparse(substitute(label))
+ label <- deparse(substitute(label))
+ }
+
+ p <- ggplot(data = data, aes_string(x = "Size", y = ".S", group = "Sample", color = color))
+ p <- p + labs(x = "Sample Size", y = "ASV Richness")
+ if (!is.null(label)) {
+ p <- p + geom_text(data = labels, aes_string(x = "x", y = "y", label = label, color = color),
+ size = 4, hjust = 0)
+ }
+ p <- p + geom_line()
+ if (se) { ## add standard error if available
+ p <- p + geom_ribbon(aes_string(ymin = ".S - .se", ymax = ".S + .se", color = NULL, fill = color), alpha = 0.2)
+ }
+ if (plot) {
+ plot(p)
+ }
+ invisible(p)
+}
+
+rare.level <- sample_sums(data)[[1]]
+facet <- paste('facet_wrap(~',params$varExp,')')
+
+p <- ggrare(data, step = 500, color = params$varExp, plot = FALSE) +
+ geom_vline(xintercept = rare.level, color = "gray60") + eval(parse(text = facet))
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 2
+
+Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 2
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 3
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 2
+
+Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 2
+
+Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 2
+
+Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 2
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 4
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 6
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 10
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 8
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 6
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 16
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 6
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 4
+
+Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 4
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 3
+
+Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 3
+
+Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 3
+
+Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 3
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 2
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 3
+
+Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 3
+
+Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 3
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 2
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 4
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 2
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 3
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 2
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 3
+
+Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 3
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 7
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 2
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 9
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 6
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 5
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 2
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 7
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 6
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 3
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 4
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 3
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 4
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 3
+
+Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 3
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 2
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 4
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 2
+
+Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 2
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 4
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 3
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 4
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 3
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 2
+
+Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 2
+
+Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 2
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 3
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 2
+
+Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 2
+
+
+
Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 3
+
+Warning in rarefy(x[i, , drop = FALSE], n, se = se): most observed count data
+have counts 1, but smallest count is 3
+
+
+
Warning: `aes_string()` was deprecated in ggplot2 3.0.0.
+ℹ Please use tidy evaluation idioms with `aes()`.
+ℹ See also `vignette("ggplot2-in-packages")` for more information.
+This warning is displayed once every 8 hours.
+Call `lifecycle::last_lifecycle_warnings()` to see where this warning was
+generated.
+
+
+
plot(p)
+
+
+
+
+
+
+
+
+
Reproducibility token
+
+
+
+
sessioninfo::session_info()
+
+
+
─ Session info ───────────────────────────────────────────────────────────────
+ setting value
+ version R version 4.1.2 (2021-11-01)
+ os Ubuntu 24.04.2 LTS
+ system x86_64, linux-gnu
+ ui X11
+ language fr_FR:en
+ collate en_US.utf8
+ ctype en_US.utf8
+ tz Europe/Paris
+ date 2026-01-14
+ pandoc 2.19.2 @ /home/maria/miniforge3/envs/frogs@5.1.0/bin/ (via rmarkdown)
+
+─ Packages ───────────────────────────────────────────────────────────────────
+ package * version date (UTC) lib source
+ ade4 1.7-22 2023-02-06 [1] CRAN (R 4.1.3)
+ ape 5.7-1 2023-03-13 [1] CRAN (R 4.1.3)
+ Biobase 2.54.0 2021-10-26 [1] Bioconductor
+ BiocGenerics 0.40.0 2021-10-26 [1] Bioconductor
+ biomformat 1.22.0 2021-10-26 [1] Bioconductor
+ Biostrings 2.62.0 2021-10-26 [1] Bioconductor
+ bitops 1.0-7 2021-04-24 [1] CRAN (R 4.1.3)
+ bslib 0.5.0 2023-06-09 [1] CRAN (R 4.1.3)
+ cachem 1.0.8 2023-05-01 [1] CRAN (R 4.1.3)
+ cli 3.6.1 2023-03-23 [1] CRAN (R 4.1.3)
+ cluster 2.1.4 2022-08-22 [1] CRAN (R 4.1.3)
+ codetools 0.2-19 2023-02-01 [1] CRAN (R 4.1.3)
+ colorspace 2.1-0 2023-01-23 [1] CRAN (R 4.1.3)
+ crayon 1.5.2 2022-09-29 [1] CRAN (R 4.1.3)
+ data.table 1.14.8 2023-02-17 [1] CRAN (R 4.1.3)
+ digest 0.6.31 2022-12-11 [1] CRAN (R 4.1.3)
+ dplyr 1.1.2 2023-04-20 [1] CRAN (R 4.1.3)
+ evaluate 0.21 2023-05-05 [1] CRAN (R 4.1.3)
+ fansi 1.0.4 2023-01-22 [1] CRAN (R 4.1.3)
+ farver 2.1.1 2022-07-06 [1] CRAN (R 4.1.3)
+ fastmap 1.1.1 2023-02-24 [1] CRAN (R 4.1.3)
+ foreach 1.5.2 2022-02-02 [1] CRAN (R 4.1.3)
+ generics 0.1.3 2022-07-05 [1] CRAN (R 4.1.3)
+ GenomeInfoDb 1.30.1 2022-01-30 [1] Bioconductor
+ GenomeInfoDbData 1.2.7 2026-01-14 [1] Bioconductor
+ ggplot2 * 3.4.2 2023-04-03 [1] CRAN (R 4.1.3)
+ glue 1.6.2 2022-02-24 [1] CRAN (R 4.1.3)
+ gtable 0.3.3 2023-03-21 [1] CRAN (R 4.1.3)
+ highr 0.10 2022-12-22 [1] CRAN (R 4.1.3)
+ htmltools 0.5.5 2023-03-23 [1] CRAN (R 4.1.3)
+ igraph 1.3.5 2022-09-22 [1] CRAN (R 4.1.3)
+ IRanges 2.28.0 2021-10-26 [1] Bioconductor
+ iterators 1.0.14 2022-02-05 [1] CRAN (R 4.1.3)
+ jquerylib 0.1.4 2021-04-26 [1] CRAN (R 4.1.3)
+ jsonlite 1.8.5 2023-06-05 [1] CRAN (R 4.1.3)
+ knitr 1.43 2023-05-25 [1] CRAN (R 4.1.3)
+ labeling 0.4.2 2020-10-20 [1] CRAN (R 4.1.3)
+ lattice * 0.21-8 2023-04-05 [1] CRAN (R 4.1.3)
+ lifecycle 1.0.3 2022-10-07 [1] CRAN (R 4.1.3)
+ magrittr 2.0.3 2022-03-30 [1] CRAN (R 4.1.3)
+ MASS 7.3-58.3 2023-03-07 [1] CRAN (R 4.1.3)
+ Matrix 1.5-4.1 2023-05-18 [1] CRAN (R 4.1.3)
+ mgcv 1.8-42 2023-03-02 [1] CRAN (R 4.1.3)
+ multtest 2.50.0 2021-10-26 [1] Bioconductor
+ munsell 0.5.0 2018-06-12 [1] CRAN (R 4.1.3)
+ nlme 3.1-162 2023-01-31 [1] CRAN (R 4.1.3)
+ permute * 0.9-7 2022-01-27 [1] CRAN (R 4.1.3)
+ phyloseq * 1.38.0 2021-10-26 [1] Bioconductor
+ pillar 1.9.0 2023-03-22 [1] CRAN (R 4.1.3)
+ pkgconfig 2.0.3 2019-09-22 [1] CRAN (R 4.1.3)
+ plyr 1.8.8 2022-11-11 [1] CRAN (R 4.1.3)
+ R6 2.5.1 2021-08-19 [1] CRAN (R 4.1.3)
+ Rcpp 1.0.10 2023-01-22 [1] CRAN (R 4.1.3)
+ RCurl 1.98-1.12 2023-03-27 [1] CRAN (R 4.1.3)
+ reshape2 * 1.4.4 2020-04-09 [1] CRAN (R 4.1.3)
+ rhdf5 2.38.1 2022-03-10 [1] Bioconductor
+ rhdf5filters 1.6.0 2021-10-26 [1] Bioconductor
+ Rhdf5lib 1.16.0 2021-10-26 [1] Bioconductor
+ rlang 1.1.1 2023-04-28 [1] CRAN (R 4.1.3)
+ rmarkdown 2.22 2023-06-01 [1] CRAN (R 4.1.3)
+ rstudioapi 0.14 2022-08-22 [1] CRAN (R 4.1.3)
+ S4Vectors 0.32.4 2022-03-24 [1] Bioconductor
+ sass 0.4.6 2023-05-03 [1] CRAN (R 4.1.3)
+ scales * 1.2.1 2022-08-20 [1] CRAN (R 4.1.3)
+ sessioninfo 1.2.2 2021-12-06 [1] CRAN (R 4.1.3)
+ stringi 1.7.6 2021-11-29 [1] CRAN (R 4.1.1)
+ stringr 1.5.0 2022-12-02 [1] CRAN (R 4.1.3)
+ survival 3.5-5 2023-03-12 [1] CRAN (R 4.1.3)
+ tibble 3.2.1 2023-03-20 [1] CRAN (R 4.1.3)
+ tidyselect 1.2.0 2022-10-10 [1] CRAN (R 4.1.3)
+ utf8 1.2.3 2023-01-31 [1] CRAN (R 4.1.3)
+ vctrs 0.6.2 2023-04-19 [1] CRAN (R 4.1.3)
+ vegan * 2.6-4 2022-10-11 [1] CRAN (R 4.1.3)
+ withr 2.5.0 2022-03-03 [1] CRAN (R 4.1.3)
+ xfun 0.39 2023-04-20 [1] CRAN (R 4.1.3)
+ XVector 0.34.0 2021-10-26 [1] Bioconductor
+ yaml 2.3.7 2023-01-23 [1] CRAN (R 4.1.3)
+ zlibbioc 1.40.0 2021-10-26 [1] Bioconductor
+
+ [1] /home/maria/miniforge3/envs/frogs@5.1.0/lib/R/library
+
+──────────────────────────────────────────────────────────────────────────────
+
+
+
+
+
+
LS0tCmNvcHlyaWdodDogIkNvcHlyaWdodCAoQykgMjAyNSBJTlJBRSIKbGljZW5zZTogIkdOVSBHZW5lcmFsIFB1YmxpYyBMaWNlbnNlIgpvdXRwdXQ6IAogIGh0bWxfbm90ZWJvb2s6CiAgICBjb2RlX2ZvbGRpbmc6IGhpZGUKcGFyYW1zOgogICBwaHlsb3NlcToKICAgICAgdmFsdWU6IHgKICAgbWVhc3VyZXM6CiAgICAgIHZhbHVlOiB4CiAgIHZhckV4cDoKICAgICAgdmFsdWU6IHgKICAgZmlsZUFscGhhOgogICAgICB2YWx1ZTogeAogICBsaWJkaXI6CiAgICAgIHZhbHVlOiB4CiAgIHZlcnNpb246CiAgICAgIHZhbHVlOiB4CiAgIHRvb2w6CiAgICB2YWx1ZTogeAotLS0KCjxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PVVURi04IiAvPgo8bWV0YSBuYW1lPSJhdXRob3IiIGNvbnRlbnQ9IlRhIFRoaSBOZ2FuIC0gU0lHRU5BRS9HQUJJICYgTWFyaWEgQmVybmFyZCAtIFNJR0VOQUUvR0FCSSIgLz4KPG1ldGEgbmFtZT0idmVyc2lvbiIgY29udGVudD0iNS4xLjAiIC8+CjxtZXRhIG5hbWU9ImNvcHlyaWdodCIgY29udGVudD0iQ29weXJpZ2h0IChDKSAyMDI1IElOUkFFIiAvPgoKYGBge3IsIGVjaG89RkFMU0UsIHJlc3VsdHM9ImFzaXMifQpDVVJSRU5UX0RJUiA8LSBrbml0cjo6b3B0c19rbml0JGdldCgib3V0cHV0LmRpciIpCmlmIChpcy5udWxsKENVUlJFTlRfRElSKSkgewogIENVUlJFTlRfRElSIDwtIGdldHdkKCkKfQpUSEVNRV9ESVIgPC0gbm9ybWFsaXplUGF0aCgKICBmaWxlLnBhdGgoZGlybmFtZShDVVJSRU5UX0RJUiksICJzdGF0aWMiKSwKICB3aW5zbGFzaCA9ICIvIiwKICBtdXN0V29yayA9IEZBTFNFCikKCmpzX3RoZW1lX2ZpbGUgPC0gbm9ybWFsaXplUGF0aCgKICBmaWxlLnBhdGgoVEhFTUVfRElSLCAianMiLCAidGhlbWUuanMiKSwKICB3aW5zbGFzaCA9ICIvIiwKICBtdXN0V29yayA9IEZBTFNFCikKCmxpbmVzIDwtIHJlYWRMaW5lcyhqc190aGVtZV9maWxlLCB3YXJuID0gRkFMU0UpCgpzZXAgPC0gd2hpY2goZ3JlcGwoIl4vLyMjIiwgdHJpbXdzKGxpbmVzKSkpCgppZiAobGVuZ3RoKHNlcCkgPCAyKSB7CiAgc3RvcCgiVGFnIG5vdCBmb3VuZCBpbiB0aGVtZS5qczogJy8vIyMnIikKfQoKanNfY29kZSA8LSBsaW5lc1soc2VwWzFdICsgMSk6KHNlcFsyXSAtIDEpXQoKY2F0KCI8c2NyaXB0PlxuIikKY2F0KGpzX2NvZGUsIHNlcCA9ICJcbiIpCmNhdCgiXG48L3NjcmlwdD4iKQpgYGAKCjxkaXYgc3R5bGU9ImRpc3BsYXk6ZmxleDsgYWxpZ24taXRlbXM6Y2VudGVyOyBnYXA6MTVweDsgbWFyZ2luLWJvdHRvbToyMHB4OyI+CiAgPGltZyBpZD0ibG9nbyIgc3JjPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsIiBhbHQ9IkZST0dTIGxvZ28iIHN0eWxlPSJoZWlnaHQ6MTgwcHg7Ij4KICA8aDEgc3R5bGU9Im1hcmdpbjowOyI+U3RhdDogQWxwaGEgRGl2ZXJzaXR5IFZpc3VhbGlzYXRpb248aT48c3BhbiBjbGFzcz0idGV4dC1hY2NlbnQiPihgciBwYXJhbXMkdG9vbGAgdmByIHBhcmFtcyR2ZXJzaW9uYCk8L3NwYW4+PC9pPjwvaDE+CjwvZGl2PgoKPHNjcmlwdD4KCiQoZnVuY3Rpb24gKCkgewogIHVwZGF0ZV9sb2dvKENVUlJFTlRfVEhFTUUpOwp9KTsKCgo8L3NjcmlwdD4KCgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgo6cm9vdCB7CgkJCS0tZnJvZ3NDb2xvcjogIzAzQTVBODsgCgkJCS0tZnJvZ3NDb2xvckhvdmVyOiBoc2woZnJvbSB2YXIoLS1mcm9nc0NvbG9yKSBoIGNhbGMocyArIDQpIGNhbGMobCAtIDMpIC8gMSk7CgkJCS0tZnJvZ3NQcmVDb2xvcjogaHNsKGZyb20gdmFyKC0tZnJvZ3NDb2xvcikgaCBzIGwgLyAwLjEpOwoJCX0KLnRleHQtYWNjZW50IHsKICBjb2xvcjogIzU5NWM1ZjsKfQoubWFpbi1jb250YWluZXJ7CgltYXgtd2lkdGg6IDc1JSAhaW1wb3J0YW50Owp9CmgxewoJY29sb3I6IHZhcigtLWZyb2dzQ29sb3IpOwp9CmgyewoJY29sb3I6IHZhcigtLWZyb2dzQ29sb3IpOwp9CmEgewoJY29sb3I6IHZhcigtLWZyb2dzQ29sb3IpOwp9CmE6aG92ZXJ7Cgljb2xvcjogdmFyKC0tZnJvZ3NDb2xvckhvdmVyKTsKfQoubmF2LXBpbGxzID4gbGkuYWN0aXZlID4gYSwgLm5hdi1waWxscyA+IGxpLmFjdGl2ZSA+IGE6Zm9jdXN7Cgljb2xvcjogI2ZmZjsKCWJhY2tncm91bmQtY29sb3I6IHZhcigtLWZyb2dzQ29sb3IpOwoJYm9yZGVyLWNvbG9yOiAjZGVlMmU2ICNkZWUyZTYgI2ZmZjsKfQoubmF2LXBpbGxzID4gbGkuYWN0aXZlID4gYTpob3ZlciB7CgliYWNrZ3JvdW5kLWNvbG9yOiB2YXIoLS1mcm9nc0NvbG9ySG92ZXIpOwp9Ci5idXR0b24gewogICAgYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tZnJvZ3NDb2xvcikgOwogICAgYm9yZGVyICAgICAgICAgIDogbm9uZTsKICAgIGNvbG9yICAgICAgICAgICA6IHdoaXRlOwogICAgcGFkZGluZyAgICAgICAgIDogNXB4IDEwcHg7CiAgICB0ZXh0LWFsaWduICAgICAgOiBjZW50ZXI7CiAgICB0ZXh0LWRlY29yYXRpb24gOiBub25lOwogICAgZGlzcGxheSAgICAgICAgIDogaW5saW5lLWJsb2NrOwogICAgZm9udC1zaXplICAgICAgIDogMTJweDsKICAgIG1hcmdpbiAgICAgICAgICA6IDRweCAycHg7CiAgICBjdXJzb3IgICAgICAgICAgOiBwb2ludGVyOwogICAgYm9yZGVyLXJhZGl1cyAgIDogOHB4Owp9Cmg0IHsgCiAgICBkaXNwbGF5ICAgICAgOiBibG9jazsKICAgIGZvbnQtc2l6ZSAgICA6IDFlbTsKICAgIG1hcmdpbi10b3AgICA6IDEuMzNlbTsKICAgIG1hcmdpbi1ib3R0b206IDEuMzNlbTsKICAgIG1hcmdpbi1sZWZ0ICA6IDA7CiAgICBtYXJnaW4tcmlnaHQgOiAwOwogICAgZm9udC13ZWlnaHQgIDogYm9sZDsKICAgIGNvbG9yICAgICAgICA6IHZhcigtLWZyb2dzQ29sb3IpOwp9CmNvZGUucnsgLyogQ29kZSBibG9jayAqLwogIGZvbnQtc2l6ZTogMTFweDsKfQpwcmV7CiAgZm9udC1zaXplOiAxMXB4IDsKICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoLS1mcm9nc1ByZUNvbG9yKSAhaW1wb3J0YW50Owp9Ci5mcm9nc3ZlcnNpb257Cglwb3NpdGlvbjogYWJzb2x1dGU7CglyaWdodDogNSU7Cgljb2xvcjogdmFyKC0tZnJvZ3NDb2xvcik7Cglmb250LXN0eWxlOiBpdGFsaWM7Cglmb250LXNpemU6IHNtYWxsZXI7CglwYWRkaW5nOjhweDsKfQouZnJvZ3N2ZXJzaW9uID4gYXsKCWJvcmRlcjogbm9uZSAhaW1wb3J0YW50OwoJZGlzcGxheTogaW5saW5lLWJsb2NrOwp9CiN0aGVtZWNob2ljZXsKICBib3JkZXItcmFkaXVzOiAwLjI1ZW07CiAgYmFja2dyb3VuZC1jb2xvcjogd2hpdGU7CiAgYm9yZGVyOiAxcHggc29saWQgI2RlZTJlNjsKICBmb250LXdlaWdodDogNDAwOwogIGxpbmUtaGVpZ2h0OiAxLjU7CiAgcGFkZGluZzogLjM3NXJlbSAyLjI1cmVtIC4zNzVyZW0gLjc1cmVtOwp9Cjwvc3R5bGU+CgpgYGB7ciBzZXR1cCwgaW5jbHVkZT1GQUxTRX0Ka25pdHI6Om9wdHNfY2h1bmskc2V0KGVjaG8gPSBUUlVFLCBlcnJvcj0gVFJVRSkKYGBgCgoKYGBge3IgaW1wb3J0LCBtZXNzYWdlPUZBTFNFLCB3YXJuaW5nPUZBTFNFfQojIyBJbXBvcnQgcGFja2FnZXMKbGlicmFyeShwaHlsb3NlcSkKbGlicmFyeShnZ3Bsb3QyKQpsaWJyYXJ5KHZlZ2FuKQpzb3VyY2UoZmlsZS5wYXRoKHBhcmFtcyRsaWJkaXIsICJncmFwaGljYWxfbWV0aG9kcy5SIikpCiMjIEFsdGVybmF0aXZlIHRvIHNvdXJjZSBhbGwgZXh0cmEgZnVuY3Rpb24gZnJvbSBhIGdpdGh1YiByZXBvCiMjIHNvdXJjZSgiaHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL21haGVuZHJhLW1hcmlhZGFzc291L3BoeWxvc2VxLWV4dGVuZGVkL21hc3Rlci9sb2FkLWV4dHJhLWZ1bmN0aW9ucy5SIikKCiMjIFNldHRpbmcgdmFyaWFibGVzCiAgIyMgVGhlIFBoeWxvc2VxIG9iamVjdCAoZm9ybWF0IHJkYXRhKQogICMgcGh5bG9zZXEgPC0gIiIKCiAgIyMgVGhlIGV4cGVyaW1lbnQgdmFyaWFibGUgdGhhdCB5b3Ugd2FudCB0byBhbmFseXNlCiAgIyB2YXJFeHAgPC0gIiIKCiAgIyMgIlRoZSBhbHBoYSBkaXZlcnNpdHkgaW5kaWNlcyB0byBjb21wdXRlLiBNdWx0aXBsZSBpbmRpY2UgbWF5IGJlIGluZGljYXRlZCBieSBzZXBhcmF0aW5nIHRoZW0gYnkgYSBjb21tYS4KICAjIyBBdmFpbGFibGUgaW5kaWNlcyBhcmUgOiBPYnNlcnZlZCwgQ2hhbzEsIFNoYW5ub24sIEludlNpbXBzb24sIFNpbXBzb24sIEFDRSwgRmlzaGVyCiAgIyBtZWFzdXJlcyA8LSAiIgoKIyMgQ3JlYXRlIGlucHV0IGFuZCBwYXJhbWV0ZXJzIGRhdGFmcmFtZQogICMgcGFyYW1zIDwtIGRhdGEuZnJhbWUoICJwaHlsb3NlcSIgPSBwaHlsb3NlLCAibWVhc3VyZXMiID0gbWVhc3VyZXMsICJ2YXJFeHAiID0gdmFyRXhwKQoKIyMgTG9hZCBkYXRhCmxvYWQocGFyYW1zJHBoeWxvc2VxKQoKIyMgQ29udmVydCBtZWFzdXJlcyB0byBsaXN0Cm1lYXN1cmVzIDwtIGFzLmxpc3Qoc3Ryc3BsaXQocGFyYW1zJG1lYXN1cmVzLCAiLCIpW1sxXV0pCgojIyBDb21wdXRlIG51bWVyaWMgdmFsdWVzIG9mIGFscGhhIGRpdmVyc2l0eSBpbmRpY2VzCmFscGhhLmRpdmVyc2l0eSA8LSBlc3RpbWF0ZV9yaWNobmVzcyhkYXRhLCBtZWFzdXJlcyA9IG1lYXN1cmVzKQoKIyMgRXhwb3J0IGRpdmVyc2l0eSBpbmRpY2VzIHRvIHRleHQgZmlsZQp3cml0ZS50YWJsZShhbHBoYS5kaXZlcnNpdHksIHBhcmFtcyRmaWxlQWxwaGEsIHNlcD0iXHQiLCBxdW90ZSA9IEZBTFNFLCBjb2wubmFtZXMgPSBOQSkKYGBgCgojIHsudGFic2V0IC50YWJzZXQtZmFkZSAudGFic2V0LXBpbGxzfQoKYGBgez1odG1sfQo8ZGl2IGNsYXNzPSJyb3ciPgogIDxkaXYgc3R5bGU9ImZsb2F0OnJpZ2h0Ij4KICA8c2VsZWN0IGlkPSJ0aGVtZWNob2ljZSIKICAgICAgICAgIGNsYXNzPSJmb3JtLXNlbGVjdCBmb3JtLXNlbGVjdC1zbSIKICAgICAgICAgIHN0eWxlPSJ3aWR0aDogYXV0bzsiCiAgICAgICAgICBvbmNoYW5nZT0idXBkYXRlX3RoZW1lX1JtZCh0aGlzLnZhbHVlKSIKICAgICAgICAgIGFyaWEtbGFiZWw9IlN3aXRjaCB0aGVtZSI+CiAgICA8b3B0aW9uIHNlbGVjdGVkIGRpc2FibGVkIHZhbHVlPSIiPlN3aXRjaCB0aGVtZTwvb3B0aW9uPgogICAgPG9wdGlvbiBkaXNhYmxlZCB2YWx1ZT0iRGVmYXVsdFRoZW1lIj5EZWZhdWx0PC9vcHRpb24+CiAgICA8b3B0aW9uIHZhbHVlPSJDb3JhbFRoZW1lIj5Db3JhbDwvb3B0aW9uPgogICAgPG9wdGlvbiB2YWx1ZT0iR29sZFRoZW1lIj5Hb2xkPC9vcHRpb24+CiAgICA8b3B0aW9uIHZhbHVlPSJTdGVlbFRoZW1lIj5TdGVlbDwvb3B0aW9uPgogIDwvc2VsZWN0PgogIDwvZGl2Pgo8L2Rpdj4KYGBgCgojIyBSaWNobmVzcyBwbG90CmBgYHtyIHJpY2huZXNzLCBmaWcud2lkdGg9MTAsIGZpZy5oZWlnaHQ9OCwgd2FybmluZz1GQUxTRX0KcCA8LSBwbG90X3JpY2huZXNzKGRhdGEsIHggPSBwYXJhbXMkdmFyRXhwLCBjb2xvciA9IHBhcmFtcyR2YXJFeHAsIG1lYXN1cmVzID0gbWVhc3VyZXMpICsgZ2d0aXRsZShwYXN0ZSgiQWxwaGEgZGl2ZXJzaXR5IGRpc3RyaWJ1dGlvbiBieSIsIHBhcmFtcyR2YXJFeHApKSsgdGhlbWUocGxvdC50aXRsZSA9IGVsZW1lbnRfdGV4dChoanVzdCA9IDAuNSkpCnBsb3QocCkKYGBgCgojIyBSaWNobmVzcyBwbG90IHdpdGggYm94cGxvdApgYGB7ciByaWNobmVzc0JveHBsb3QsIGZpZy53aWR0aD0xMCwgZmlnLmhlaWdodD04LCBtZXNzYWdlPUZBTFNFLCB3YXJuaW5nPUZBTFNFfQpwIDwtIHAgKyBnZW9tX2JveHBsb3QoYWxwaGEgPSAwLjIpICsKICAgICAgICAgZ2VvbV9wb2ludCgpKyB0aGVtZV9ncmV5KCkgKwogICAgICAgICB0aGVtZShheGlzLnRleHQueCA9IGVsZW1lbnRfdGV4dChhbmdsZT05MCwgaGp1c3Q9MC41KSkgKwogICAgICAgICB0aGVtZShwbG90LnRpdGxlID0gZWxlbWVudF90ZXh0KGhqdXN0ID0gMC41KSkKcGxvdChwKQpgYGAKCiMjIEFscGhhIERpdmVyc2l0eSBJbmRpY2UgQW5vdmEgQW5hbHlzaXMKYGBge3IgYW5vdmF9CmFub3ZhX2RhdGEgPC0gY2JpbmQoc2FtcGxlX2RhdGEoZGF0YSksIGFscGhhLmRpdmVyc2l0eSkKYW5vdmFfZGF0YSREZXB0aCA8LSBzYW1wbGVfc3VtcyhkYXRhKQoKdmFyaWFibGVzIDwtIHBhc3RlKHNlcD0iICsgIiwgIkRlcHRoIiwgcGFyYW1zJHZhckV4cCApCgojIyBQZXJmb3JtIEFOT1ZBIG9uIG9ic2VydmVkIHJpY2huZXNzLCB3aGljaCBlZmZlY3RzIGFyZSBzaWduaWZpY2FudApmb3IgKG0gaW4gbWVhc3VyZXMpewogICAgZiA8LSBwYXN0ZShtLCIgfiAiLCB2YXJpYWJsZXMpCiAgICBjYXQoc2VwID0gIiIsICIjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyNcbiNQZXJmb3JtIEFOT1ZBIG9uICIsbSwiLCB3aGljaCBlZmZlY3RzIGFyZSBzaWduaWZpY2FudFxuYW5vdmEuIixtLCIgPC1hb3YoICIsZiwiLCBhbm92YV9kYXRhKVxuc3VtbWFyeShhbm92YS4iLG0sIilcbiIpCiAgICBhbm92YV9yZXMgPC0gYW92KCBhcy5mb3JtdWxhKGYpLCBhbm92YV9kYXRhKQogICAgcmVzIDwtIHN1bW1hcnkoYW5vdmFfcmVzKQogICAgcHJpbnQocmVzKQogICAgY2F0KCJcblxuIikKfQpgYGAKCiMjIFJhcmVmYWN0aW9uIGN1cnZlcwpgYGB7ciByYXJlZmFjdGlvbiwgbWVzc2FnZT1GQUxTRX0KIyNjb2RlIG9mIE1haGVuZHJhIE1hcmlhZGFzc291LCBJTlJBCgojIyBJbXBvcnQgYWRkaXRpb25uYWwgcGFja2FnZXMKIyBsaWJyYXJ5KHBhcmFsbGVsKQoKIyMgUmFyZWZhY3Rpb24gY3VydmUsIGdncGxvdCBzdHlsZSAoYWRkaXRpb25uYWwgcGh5bG9zZXEtZXh0ZW5kIGZ1bmN0aW9uLCBub3QgeWV0IHJlbGVhc2VkKQpnZ3JhcmUgPC0gZnVuY3Rpb24ocGh5c2VxLCBzdGVwID0gMTAsIGxhYmVsID0gTlVMTCwgY29sb3IgPSBOVUxMLCBwbG90ID0gVFJVRSwgcGFyYWxsZWwgPSBGQUxTRSwgc2UgPSBUUlVFKSB7CiAgICAjIyBBcmdzOgogICAgIyMgLSBwaHlzZXE6IHBoeWxvc2VxIGNsYXNzIG9iamVjdCwgZnJvbSB3aGljaCBhYnVuZGFuY2UgZGF0YSBhcmUgZXh0cmFjdGVkCiAgICAjIyAtIHN0ZXA6IFN0ZXAgc2l6ZSBmb3Igc2FtcGxlIHNpemUgaW4gcmFyZWZhY3Rpb24gY3VydmVzCiAgICAjIyAtIGxhYmVsOiBEZWZhdWx0IGBOVUxMYC4gQ2hhcmFjdGVyIHN0cmluZy4gVGhlIG5hbWUgb2YgdGhlIHZhcmlhYmxlCiAgICAjIyAgICAgICAgICB0byBtYXAgdG8gdGV4dCBsYWJlbHMgb24gdGhlIHBsb3QuIFNpbWlsYXIgdG8gY29sb3Igb3B0aW9uCiAgICAjIyAgICAgICAgICBidXQgZm9yIHBsb3R0aW5nIHRleHQuCiAgICAjIyAtIGNvbG9yOiAoT3B0aW9uYWwpLiBEZWZhdWx0IOKAmE5VTEzigJkuIENoYXJhY3RlciBzdHJpbmcuIFRoZSBuYW1lIG9mIHRoZQogICAgIyMgICAgICAgICAgdmFyaWFibGUgdG8gbWFwIHRvIGNvbG9ycyBpbiB0aGUgcGxvdC4gVGhpcyBjYW4gYmUgYSBzYW1wbGUKICAgICMjICAgICAgICAgIHZhcmlhYmxlIChhbW9uZyB0aGUgc2V0IHJldHVybmVkIGJ5CiAgICAjIyAgICAgICAgICDigJhzYW1wbGVfdmFyaWFibGVzKHBoeXNlcSnigJkgKSBvciB0YXhvbm9taWMgcmFuayAoYW1vbmcgdGhlIHNldAogICAgIyMgICAgICAgICAgcmV0dXJuZWQgYnkg4oCYcmFua19uYW1lcyhwaHlzZXEp4oCZKS4KICAgICMjCiAgICAjIyAgICAgICAgICBGaW5hbGx5LCBUaGUgY29sb3Igc2NoZW1lIGlzIGNob3NlbiBhdXRvbWF0aWNhbGx5IGJ5CiAgICAjIyAgICAgICAgICDigJhsaW5re2dncGxvdH3igJksIGJ1dCBpdCBjYW4gYmUgbW9kaWZpZWQgYWZ0ZXJ3YXJkIHdpdGggYW4KICAgICMjICAgICAgICAgIGFkZGl0aW9uYWwgbGF5ZXIgdXNpbmcg4oCYc2NhbGVfY29sb3JfbWFudWFs4oCZLgogICAgIyMgLSBjb2xvcjogRGVmYXVsdCBgTlVMTGAuIENoYXJhY3RlciBzdHJpbmcuIFRoZSBuYW1lIG9mIHRoZSB2YXJpYWJsZQogICAgIyMgICAgICAgICAgdG8gbWFwIHRvIHRleHQgbGFiZWxzIG9uIHRoZSBwbG90LiBTaW1pbGFyIHRvIGNvbG9yIG9wdGlvbgogICAgIyMgICAgICAgICAgYnV0IGZvciBwbG90dGluZyB0ZXh0LgogICAgIyMgLSBwbG90OiAgTG9naWNhbCwgc2hvdWxkIHRoZSBncmFwaGljIGJlIHBsb3R0ZWQuCiAgICAjIyAtIHBhcmFsbGVsOiBzaG91bGQgcmFyZWZhY3Rpb24gYmUgcGFyYWxsZWxpemVkICh1c2luZyBwYXJhbGxlbCBmcmFtZXdvcmspCiAgICAjIyAtIHNlOiAgICBEZWZhdWx0IFRSVUUuIExvZ2ljYWwuIFNob3VsZCBzdGFuZGFyZCBlcnJvcnMgYmUgY29tcHV0ZWQuIAogICAgIyMgcmVxdWlyZSB2ZWdhbgogICAgeCA8LSBhcyhvdHVfdGFibGUocGh5c2VxKSwgIm1hdHJpeCIpCiAgICBpZiAodGF4YV9hcmVfcm93cyhwaHlzZXEpKSB7IHggPC0gdCh4KSB9CgogICAgIyMgVGhpcyBzY3JpcHQgaXMgYWRhcHRlZCBmcm9tIHZlZ2FuIGByYXJlY3VydmVgIGZ1bmN0aW9uCiAgICB0b3QgPC0gcm93U3Vtcyh4KQogICAgUyAgIDwtIHJvd1N1bXMoeCA+IDApCiAgICBuciAgPC0gbnJvdyh4KQoKICAgIHJhcmVmdW4gPC0gZnVuY3Rpb24oaSkgewogICAgICAgICMgY2F0KHBhc3RlKCJyYXJlZnlpbmcgc2FtcGxlIiwgcm93bmFtZXMoeClbaV0pLCBzZXAgPSAiXG4iKQogICAgICAgIG4gPC0gc2VxKDEsIHRvdFtpXSwgYnkgPSBzdGVwKQogICAgICAgIGlmIChuW2xlbmd0aChuKV0gIT0gdG90W2ldKSB7CiAgICAgICAgICAgIG4gPC0gYyhuLCB0b3RbaV0pCiAgICAgICAgfQogICAgICAgIHkgPC0gcmFyZWZ5KHhbaSwgLGRyb3AgPSBGQUxTRV0sIG4sIHNlID0gc2UpCiAgICAgICAgaWYgKG5yb3coeSkgIT0gMSkgewoJICAgIHJvd25hbWVzKHkpIDwtIGMoIi5TIiwgIi5zZSIpCiAgICAgICAgICAgIHJldHVybihkYXRhLmZyYW1lKHQoeSksIFNpemUgPSBuLCBTYW1wbGUgPSByb3duYW1lcyh4KVtpXSkpCiAgICAgICAgfSBlbHNlIHsKICAgICAgICAgICAgcmV0dXJuKGRhdGEuZnJhbWUoLlMgPSB5WzEsIF0sIFNpemUgPSBuLCBTYW1wbGUgPSByb3duYW1lcyh4KVtpXSkpCiAgICAgICAgfQogICAgfQogICAgaWYgKHBhcmFsbGVsKSB7CiAgICAgICAgb3V0IDwtIG1jbGFwcGx5KHNlcV9sZW4obnIpLCByYXJlZnVuLCBtYy5wcmVzY2hlZHVsZSA9IEZBTFNFKQogICAgfSBlbHNlIHsKICAgICAgICBvdXQgPC0gbGFwcGx5KHNlcV9sZW4obnIpLCByYXJlZnVuKQogICAgfQogICAgZGYgPC0gZG8uY2FsbChyYmluZCwgb3V0KQogICAgCiAgICAjIyBHZXQgc2FtcGxlIGRhdGEgCiAgICBpZiAoIWlzLm51bGwoc2FtcGxlX2RhdGEocGh5c2VxLCBGQUxTRSkpKSB7CiAgICAgICAgc2RmIDwtIGFzKHNhbXBsZV9kYXRhKHBoeXNlcSksICJkYXRhLmZyYW1lIikKICAgICAgICBzZGYkU2FtcGxlIDwtIHJvd25hbWVzKHNkZikKICAgICAgICBkYXRhIDwtIG1lcmdlKGRmLCBzZGYsIGJ5ID0gIlNhbXBsZSIpCiAgICAgICAgbGFiZWxzIDwtIGRhdGEuZnJhbWUoeCA9IHRvdCwgeSA9IFMsIFNhbXBsZSA9IHJvd25hbWVzKHgpKQogICAgICAgIGxhYmVscyA8LSBtZXJnZShsYWJlbHMsIHNkZiwgYnkgPSAiU2FtcGxlIikKICAgIH0KICAgIAogICAgIyMgQWRkLCBhbnkgY3VzdG9tLXN1cHBsaWVkIHBsb3QtbWFwcGVkIHZhcmlhYmxlcwogICAgaWYoIGxlbmd0aChjb2xvcikgPiAxICl7CiAgICAgICAgZGF0YSRjb2xvciA8LSBjb2xvcgogICAgICAgIG5hbWVzKGRhdGEpW25hbWVzKGRhdGEpPT0iY29sb3IiXSA8LSBkZXBhcnNlKHN1YnN0aXR1dGUoY29sb3IpKQogICAgICAgIGNvbG9yIDwtIGRlcGFyc2Uoc3Vic3RpdHV0ZShjb2xvcikpCiAgICB9CiAgICBpZiggbGVuZ3RoKGxhYmVsKSA+IDEgKXsKICAgICAgICBsYWJlbHMkbGFiZWwgPC0gbGFiZWwKICAgICAgICBuYW1lcyhsYWJlbHMpW25hbWVzKGxhYmVscyk9PSJsYWJlbCJdIDwtIGRlcGFyc2Uoc3Vic3RpdHV0ZShsYWJlbCkpCiAgICAgICAgbGFiZWwgPC0gZGVwYXJzZShzdWJzdGl0dXRlKGxhYmVsKSkKICAgIH0KICAgIAogICAgcCA8LSBnZ3Bsb3QoZGF0YSA9IGRhdGEsIGFlc19zdHJpbmcoeCA9ICJTaXplIiwgeSA9ICIuUyIsIGdyb3VwID0gIlNhbXBsZSIsIGNvbG9yID0gY29sb3IpKQogICAgcCA8LSBwICsgbGFicyh4ID0gIlNhbXBsZSBTaXplIiwgeSA9ICJBU1YgUmljaG5lc3MiKQogICAgaWYgKCFpcy5udWxsKGxhYmVsKSkgewogICAgICAgIHAgPC0gcCArIGdlb21fdGV4dChkYXRhID0gbGFiZWxzLCBhZXNfc3RyaW5nKHggPSAieCIsIHkgPSAieSIsIGxhYmVsID0gbGFiZWwsIGNvbG9yID0gY29sb3IpLAogICAgICAgICAgICAgICAgICAgICAgICAgICBzaXplID0gNCwgaGp1c3QgPSAwKQogICAgfQogICAgcCA8LSBwICsgZ2VvbV9saW5lKCkKICAgIGlmIChzZSkgeyAjIyBhZGQgc3RhbmRhcmQgZXJyb3IgaWYgYXZhaWxhYmxlCiAgICAgICAgcCA8LSBwICsgZ2VvbV9yaWJib24oYWVzX3N0cmluZyh5bWluID0gIi5TIC0gLnNlIiwgeW1heCA9ICIuUyArIC5zZSIsIGNvbG9yID0gTlVMTCwgZmlsbCA9IGNvbG9yKSwgYWxwaGEgPSAwLjIpCiAgICB9CiAgICBpZiAocGxvdCkgewogICAgICAgIHBsb3QocCkKICAgIH0KICAgIGludmlzaWJsZShwKQp9CgpyYXJlLmxldmVsIDwtIHNhbXBsZV9zdW1zKGRhdGEpW1sxXV0KZmFjZXQgPC0gcGFzdGUoJ2ZhY2V0X3dyYXAoficscGFyYW1zJHZhckV4cCwnKScpCgpwIDwtIGdncmFyZShkYXRhLCBzdGVwID0gNTAwLCBjb2xvciA9IHBhcmFtcyR2YXJFeHAsIHBsb3QgPSBGQUxTRSkgKyAKICAgICAgICBnZW9tX3ZsaW5lKHhpbnRlcmNlcHQgPSByYXJlLmxldmVsLCBjb2xvciA9ICJncmF5NjAiKSArIGV2YWwocGFyc2UodGV4dCA9IGZhY2V0KSkKcGxvdChwKQpgYGAKCiMjIFJlcHJvZHVjaWJpbGl0eSB0b2tlbgoKYGBge3Igc2Vzc2lvbiwgZWNobz1UUlVFLCBldmFsPVRSVUV9CnNlc3Npb25pbmZvOjpzZXNzaW9uX2luZm8oKQpgYGA=
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r 6507a8d42a4f test-data/references/18-phylo_alpha_div.tsv
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/references/18-phylo_alpha_div.tsv Wed Feb 04 13:16:44 2026 +0000
@@ -0,0 +1,65 @@
+ Observed Chao1 se.chao1 Shannon
+DLT0.LOT08 210 210 0 2.01603767724795
+DLT0.LOT05 221 254.785714285714 13.3895041926063 1.79800937304124
+DLT0.LOT03 226 226 0 3.45528429286049
+DLT0.LOT07 221 221 0 2.98216090690738
+DLT0.LOT06 278 278 0 3.20952140178085
+DLT0.LOT01 281 281 0 4.10685205650844
+DLT0.LOT04 247 247 0 2.47304361554073
+DLT0.LOT10 236 236 0 3.55173827807196
+MVT0.LOT05 158 158 0 2.34503849832531
+MVT0.LOT01 128 128 0 2.28541492757583
+MVT0.LOT06 157 157 0 3.92479836105885
+MVT0.LOT07 157 157 0 3.75898496293381
+MVT0.LOT03 160 160 0 3.34027078029461
+MVT0.LOT09 122 122 0 3.95221379962838
+MVT0.LOT08 124 124 0 2.30012425431142
+MVT0.LOT10 95 95 0 1.25959560361526
+BHT0.LOT01 103 103 0 2.53131370126125
+BHT0.LOT07 144 144 0 3.15166550279444
+BHT0.LOT06 155 155 0 2.92765820448176
+BHT0.LOT03 153 153 0 2.95001637842565
+BHT0.LOT10 159 159 0 2.7790079222459
+BHT0.LOT05 183 183 0 2.53671816912042
+BHT0.LOT04 209 209 0 3.47635995384084
+BHT0.LOT08 178 178 0 3.09192502544742
+VHT0.LOT02 132 132 0 1.4154609826759
+VHT0.LOT10 134 134 0 1.87555746873306
+VHT0.LOT03 206 206 0 3.51078572003616
+VHT0.LOT01 235 235 0 2.67402666784541
+VHT0.LOT08 157 157 0 3.31989163716182
+VHT0.LOT06 182 182 0 1.88583439498533
+VHT0.LOT07 156 156 0 1.41904291231118
+VHT0.LOT04 193 193 0 2.64373071960283
+SFT0.LOT08 111 165.473684210526 21.5900554349517 1.13874307530455
+SFT0.LOT07 110 110 0 2.96744303252776
+SFT0.LOT06 126 126 0 2.49355558700118
+SFT0.LOT03 119 119 0 2.92356922933234
+SFT0.LOT02 104 104 0 2.47818417340797
+SFT0.LOT05 75 210.125 60.9771168818602 1.33504649810823
+SFT0.LOT04 70 70 0 1.4778600596069
+SFT0.LOT01 117 117 0 1.98786858579725
+FST0.LOT07 150 150 0 2.99751683958306
+FST0.LOT08 152 152 0 3.4863921810005
+FST0.LOT05 156 156 0 3.37246744717753
+FST0.LOT06 165 165 0 3.40841441699795
+FST0.LOT01 149 149 0 2.43179269800015
+FST0.LOT03 168 168 0 2.92905427377967
+FST0.LOT10 186 186 0 3.03616027233611
+FST0.LOT02 179 179 0 3.18742279060019
+FCT0.LOT06 140 140 0 3.08227430433618
+FCT0.LOT10 172 172 0 3.89564247946871
+FCT0.LOT05 166 166 0 1.99860208269453
+FCT0.LOT03 197 197 0 2.70414675332528
+FCT0.LOT08 218 218 0 3.88853679266027
+FCT0.LOT02 195 195 0 2.55307056135657
+FCT0.LOT07 199 199 0 3.50534515553006
+FCT0.LOT01 200 200 0 3.88749477420522
+CDT0.LOT10 125 125 0 1.04948460066206
+CDT0.LOT08 175 175 0 3.25853898017873
+CDT0.LOT05 264 264 0 4.2074225334087
+CDT0.LOT04 269 269 0 4.45683686305649
+CDT0.LOT06 119 119 0 1.23721179294724
+CDT0.LOT09 177 177 0 1.91666097264414
+CDT0.LOT07 161 161 0 3.09013417675057
+CDT0.LOT02 174 174 0 2.42745280040353
diff -r 000000000000 -r 6507a8d42a4f test-data/references/19-phylo_beta_div.nb.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/references/19-phylo_beta_div.nb.html Wed Feb 04 13:16:44 2026 +0000
@@ -0,0 +1,2221 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+phyloseq_beta_diversity.knit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Stat: Beta Diversity Visualisation(phyloseq_beta_diversity.py v5.1.0)
+
+
+
+
+
+
+
+
+
+
## Import packages
+library(phyloseq)
+library(ggplot2)
+library(gridExtra)
+library(reshape2)
+source(file.path(params$libdir, "graphical_methods.R"))
+## Alternative to source all extra function from a github repo
+## source("https://raw.githubusercontent.com/mahendra-mariadassou/phyloseq-extended/master/load-extra-functions.R")
+
+## Setting variables
+ ## The Phyloseq object (format rdata)
+ # phyloseq <- ""
+
+ ## The experiment variable that you want to analyse
+ # varExp <- ""
+
+ ## The methods of beta diversity you want to compute
+ ## to see all available distance methods, type distanceMethodList
+ ## The most common one are : cc for Jaccard, bray for Bray-Curtis, unifrac and wunifrac for Unifrac and weighted Unifrac
+ ## N.B. if the tree is not available in your RData, you cannot choose Unifrac or Weighted Unifrac
+ ## You may precise multiple distance by separating them by a comma
+ # methods <- ""
+
+## Create input and parameters dataframe
+ # params <- data.frame( "phyloseq" = phylose, "varExp" = varExp, "methods" = methods)
+
+## Load data
+ ## the phyloseq object
+load(params$phyloseq)
+
+## store methods in list
+methods <- as.list(strsplit(params$methods, ",")[[1]])
+
+## Order samples according to grouping variable
+sampleOrder <- levels(reorder(sample_names(data), as.numeric(get_variable(data, params$varExp))))
+
+
+
+
+
+
+
+
+ Switch theme
+ Default
+ Coral
+ Gold
+ Steel
+
+
+
+
+
Distance as heatmap plot(s)
+
+
+
+
for (method in methods){
+ dist.a <- distance(data, method = method)
+ a <- as.matrix(dist.a)
+ write.table(a, paste(sep="", method, ".tsv"), sep="\t", quote=FALSE, col.names=NA)
+ pa <- plot_dist_as_heatmap(dist.a, order = sampleOrder, title = paste("Heatmap plot of the beta distance :",method)) +
+ theme(plot.title = element_text(hjust = 0.5))
+ plot(pa)
+}
+
+
+
+
+
+
+
+
+
+
+
+
Reproducibility token
+
+
+
+
sessioninfo::session_info()
+
+
+
─ Session info ───────────────────────────────────────────────────────────────
+ setting value
+ version R version 4.1.2 (2021-11-01)
+ os Ubuntu 24.04.2 LTS
+ system x86_64, linux-gnu
+ ui X11
+ language fr_FR:en
+ collate en_US.utf8
+ ctype en_US.utf8
+ tz Europe/Paris
+ date 2026-01-14
+ pandoc 2.19.2 @ /home/maria/miniforge3/envs/frogs@5.1.0/bin/ (via rmarkdown)
+
+─ Packages ───────────────────────────────────────────────────────────────────
+ package * version date (UTC) lib source
+ ade4 1.7-22 2023-02-06 [1] CRAN (R 4.1.3)
+ ape 5.7-1 2023-03-13 [1] CRAN (R 4.1.3)
+ Biobase 2.54.0 2021-10-26 [1] Bioconductor
+ BiocGenerics 0.40.0 2021-10-26 [1] Bioconductor
+ biomformat 1.22.0 2021-10-26 [1] Bioconductor
+ Biostrings 2.62.0 2021-10-26 [1] Bioconductor
+ bitops 1.0-7 2021-04-24 [1] CRAN (R 4.1.3)
+ bslib 0.5.0 2023-06-09 [1] CRAN (R 4.1.3)
+ cachem 1.0.8 2023-05-01 [1] CRAN (R 4.1.3)
+ cli 3.6.1 2023-03-23 [1] CRAN (R 4.1.3)
+ cluster 2.1.4 2022-08-22 [1] CRAN (R 4.1.3)
+ codetools 0.2-19 2023-02-01 [1] CRAN (R 4.1.3)
+ colorspace 2.1-0 2023-01-23 [1] CRAN (R 4.1.3)
+ crayon 1.5.2 2022-09-29 [1] CRAN (R 4.1.3)
+ data.table 1.14.8 2023-02-17 [1] CRAN (R 4.1.3)
+ digest 0.6.31 2022-12-11 [1] CRAN (R 4.1.3)
+ dplyr 1.1.2 2023-04-20 [1] CRAN (R 4.1.3)
+ evaluate 0.21 2023-05-05 [1] CRAN (R 4.1.3)
+ fansi 1.0.4 2023-01-22 [1] CRAN (R 4.1.3)
+ farver 2.1.1 2022-07-06 [1] CRAN (R 4.1.3)
+ fastmap 1.1.1 2023-02-24 [1] CRAN (R 4.1.3)
+ foreach 1.5.2 2022-02-02 [1] CRAN (R 4.1.3)
+ generics 0.1.3 2022-07-05 [1] CRAN (R 4.1.3)
+ GenomeInfoDb 1.30.1 2022-01-30 [1] Bioconductor
+ GenomeInfoDbData 1.2.7 2026-01-14 [1] Bioconductor
+ ggplot2 * 3.4.2 2023-04-03 [1] CRAN (R 4.1.3)
+ glue 1.6.2 2022-02-24 [1] CRAN (R 4.1.3)
+ gridExtra * 2.3 2017-09-09 [1] CRAN (R 4.1.3)
+ gtable 0.3.3 2023-03-21 [1] CRAN (R 4.1.3)
+ highr 0.10 2022-12-22 [1] CRAN (R 4.1.3)
+ htmltools 0.5.5 2023-03-23 [1] CRAN (R 4.1.3)
+ igraph 1.3.5 2022-09-22 [1] CRAN (R 4.1.3)
+ IRanges 2.28.0 2021-10-26 [1] Bioconductor
+ iterators 1.0.14 2022-02-05 [1] CRAN (R 4.1.3)
+ jquerylib 0.1.4 2021-04-26 [1] CRAN (R 4.1.3)
+ jsonlite 1.8.5 2023-06-05 [1] CRAN (R 4.1.3)
+ knitr 1.43 2023-05-25 [1] CRAN (R 4.1.3)
+ labeling 0.4.2 2020-10-20 [1] CRAN (R 4.1.3)
+ lattice 0.21-8 2023-04-05 [1] CRAN (R 4.1.3)
+ lifecycle 1.0.3 2022-10-07 [1] CRAN (R 4.1.3)
+ magrittr 2.0.3 2022-03-30 [1] CRAN (R 4.1.3)
+ MASS 7.3-58.3 2023-03-07 [1] CRAN (R 4.1.3)
+ Matrix 1.5-4.1 2023-05-18 [1] CRAN (R 4.1.3)
+ mgcv 1.8-42 2023-03-02 [1] CRAN (R 4.1.3)
+ multtest 2.50.0 2021-10-26 [1] Bioconductor
+ munsell 0.5.0 2018-06-12 [1] CRAN (R 4.1.3)
+ nlme 3.1-162 2023-01-31 [1] CRAN (R 4.1.3)
+ permute 0.9-7 2022-01-27 [1] CRAN (R 4.1.3)
+ phyloseq * 1.38.0 2021-10-26 [1] Bioconductor
+ pillar 1.9.0 2023-03-22 [1] CRAN (R 4.1.3)
+ pkgconfig 2.0.3 2019-09-22 [1] CRAN (R 4.1.3)
+ plyr 1.8.8 2022-11-11 [1] CRAN (R 4.1.3)
+ R6 2.5.1 2021-08-19 [1] CRAN (R 4.1.3)
+ Rcpp 1.0.10 2023-01-22 [1] CRAN (R 4.1.3)
+ RCurl 1.98-1.12 2023-03-27 [1] CRAN (R 4.1.3)
+ reshape2 * 1.4.4 2020-04-09 [1] CRAN (R 4.1.3)
+ rhdf5 2.38.1 2022-03-10 [1] Bioconductor
+ rhdf5filters 1.6.0 2021-10-26 [1] Bioconductor
+ Rhdf5lib 1.16.0 2021-10-26 [1] Bioconductor
+ rlang 1.1.1 2023-04-28 [1] CRAN (R 4.1.3)
+ rmarkdown 2.22 2023-06-01 [1] CRAN (R 4.1.3)
+ rstudioapi 0.14 2022-08-22 [1] CRAN (R 4.1.3)
+ S4Vectors 0.32.4 2022-03-24 [1] Bioconductor
+ sass 0.4.6 2023-05-03 [1] CRAN (R 4.1.3)
+ scales * 1.2.1 2022-08-20 [1] CRAN (R 4.1.3)
+ sessioninfo 1.2.2 2021-12-06 [1] CRAN (R 4.1.3)
+ stringi 1.7.6 2021-11-29 [1] CRAN (R 4.1.1)
+ stringr 1.5.0 2022-12-02 [1] CRAN (R 4.1.3)
+ survival 3.5-5 2023-03-12 [1] CRAN (R 4.1.3)
+ tibble 3.2.1 2023-03-20 [1] CRAN (R 4.1.3)
+ tidyselect 1.2.0 2022-10-10 [1] CRAN (R 4.1.3)
+ utf8 1.2.3 2023-01-31 [1] CRAN (R 4.1.3)
+ vctrs 0.6.2 2023-04-19 [1] CRAN (R 4.1.3)
+ vegan 2.6-4 2022-10-11 [1] CRAN (R 4.1.3)
+ withr 2.5.0 2022-03-03 [1] CRAN (R 4.1.3)
+ xfun 0.39 2023-04-20 [1] CRAN (R 4.1.3)
+ XVector 0.34.0 2021-10-26 [1] Bioconductor
+ yaml 2.3.7 2023-01-23 [1] CRAN (R 4.1.3)
+ zlibbioc 1.40.0 2021-10-26 [1] Bioconductor
+
+ [1] /home/maria/miniforge3/envs/frogs@5.1.0/lib/R/library
+
+──────────────────────────────────────────────────────────────────────────────
+
+
+
+
+
+
LS0tCmNvcHlyaWdodDogIkNvcHlyaWdodCAoQykgMjAyNSBJTlJBRSIKbGljZW5zZTogIkdOVSBHZW5lcmFsIFB1YmxpYyBMaWNlbnNlIgpvdXRwdXQ6IAogIGh0bWxfbm90ZWJvb2s6CiAgICBjb2RlX2ZvbGRpbmc6IGhpZGUKcGFyYW1zOgogICBwaHlsb3NlcToKICAgICAgdmFsdWU6IHgKICAgdmFyRXhwOgogICAgICB2YWx1ZTogeAogICBtZXRob2RzOgogICAgICB2YWx1ZTogeAogICBsaWJkaXI6CiAgICAgIHZhbHVlOiB4CiAgIHZlcnNpb246CiAgICAgIHZhbHVlOiB4CiAgIHRvb2w6CiAgICAgIHZhbHVlOiB4Ci0tLQoKPG1ldGEgaHR0cC1lcXVpdj0iQ29udGVudC1UeXBlIiBjb250ZW50PSJ0ZXh0L2h0bWw7IGNoYXJzZXQ9VVRGLTgiIC8+CjxtZXRhIG5hbWU9ImF1dGhvciIgY29udGVudD0iVGEgVGhpIE5nYW4gLSBTSUdFTkFFL0dBQkkgJiBNYXJpYSBCZXJuYXJkIC0gU0lHRU5BRS9HQUJJIiAvPgo8bWV0YSBuYW1lPSJ2ZXJzaW9uIiBjb250ZW50PSI1LjEuMCIgLz4KPG1ldGEgbmFtZT0iY29weXJpZ2h0IiBjb250ZW50PSJDb3B5cmlnaHQgKEMpIDIwMjUgSU5SQUUiIC8+CgoKYGBge3IsIGVjaG89RkFMU0UsIHJlc3VsdHM9ImFzaXMifQpDVVJSRU5UX0RJUiA8LSBrbml0cjo6b3B0c19rbml0JGdldCgib3V0cHV0LmRpciIpCmlmIChpcy5udWxsKENVUlJFTlRfRElSKSkgewogIENVUlJFTlRfRElSIDwtIGdldHdkKCkKfQpUSEVNRV9ESVIgPC0gbm9ybWFsaXplUGF0aCgKICBmaWxlLnBhdGgoZGlybmFtZShDVVJSRU5UX0RJUiksICJzdGF0aWMiKSwKICB3aW5zbGFzaCA9ICIvIiwKICBtdXN0V29yayA9IEZBTFNFCikKCmpzX3RoZW1lX2ZpbGUgPC0gbm9ybWFsaXplUGF0aCgKICBmaWxlLnBhdGgoVEhFTUVfRElSLCAianMiLCAidGhlbWUuanMiKSwKICB3aW5zbGFzaCA9ICIvIiwKICBtdXN0V29yayA9IEZBTFNFCikKCmxpbmVzIDwtIHJlYWRMaW5lcyhqc190aGVtZV9maWxlLCB3YXJuID0gRkFMU0UpCgpzZXAgPC0gd2hpY2goZ3JlcGwoIl4vLyMjIiwgdHJpbXdzKGxpbmVzKSkpCgppZiAobGVuZ3RoKHNlcCkgPCAyKSB7CiAgc3RvcCgiVGFnIG5vdCBmb3VuZCBpbiB0aGVtZS5qczogJy8vIyMnIikKfQoKanNfY29kZSA8LSBsaW5lc1soc2VwWzFdICsgMSk6KHNlcFsyXSAtIDEpXQoKY2F0KCI8c2NyaXB0PlxuIikKY2F0KGpzX2NvZGUsIHNlcCA9ICJcbiIpCmNhdCgiXG48L3NjcmlwdD4iKQpgYGAKCjxkaXYgc3R5bGU9ImRpc3BsYXk6ZmxleDsgYWxpZ24taXRlbXM6Y2VudGVyOyBnYXA6MTVweDsgbWFyZ2luLWJvdHRvbToyMHB4OyI+CiAgPGltZyBpZD0ibG9nbyIgc3JjPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsIiBhbHQ9IkZST0dTIGxvZ28iIHN0eWxlPSJoZWlnaHQ6MTgwcHg7Ij4KICA8aDEgc3R5bGU9Im1hcmdpbjowOyI+U3RhdDogQmV0YSBEaXZlcnNpdHkgVmlzdWFsaXNhdGlvbjxpPjxzcGFuIGNsYXNzPSJ0ZXh0LWFjY2VudCI+KGByIHBhcmFtcyR0b29sYCB2YHIgcGFyYW1zJHZlcnNpb25gKTwvc3Bhbj48L2k+PC9oMT4KPC9kaXY+Cgo8c2NyaXB0PgoKJChmdW5jdGlvbiAoKSB7CiAgdXBkYXRlX2xvZ28oQ1VSUkVOVF9USEVNRSk7Cn0pOwoKCjwvc2NyaXB0PgoKPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KOnJvb3QgewoJCQktLWZyb2dzQ29sb3I6ICMwM0E1QTg7IAoJCQktLWZyb2dzQ29sb3JIb3ZlcjogaHNsKGZyb20gdmFyKC0tZnJvZ3NDb2xvcikgaCBjYWxjKHMgKyA0KSBjYWxjKGwgLSAzKSAvIDEpOwoJCQktLWZyb2dzUHJlQ29sb3I6IGhzbChmcm9tIHZhcigtLWZyb2dzQ29sb3IpIGggcyBsIC8gMC4xKTsKCQl9Ci50ZXh0LWFjY2VudCB7CiAgY29sb3I6ICM1OTVjNWY7Cn0KLm1haW4tY29udGFpbmVyewoJbWF4LXdpZHRoOiA3NSUgIWltcG9ydGFudDsKfQpoMXsKCWNvbG9yOiB2YXIoLS1mcm9nc0NvbG9yKTsKfQpoMnsKCWNvbG9yOiB2YXIoLS1mcm9nc0NvbG9yKTsKfQphIHsKCWNvbG9yOiB2YXIoLS1mcm9nc0NvbG9yKTsKfQphOmhvdmVyewoJY29sb3I6IHZhcigtLWZyb2dzQ29sb3JIb3Zlcik7Cn0KLm5hdi1waWxscyA+IGxpLmFjdGl2ZSA+IGEsIC5uYXYtcGlsbHMgPiBsaS5hY3RpdmUgPiBhOmZvY3VzewoJY29sb3I6ICNmZmY7CgliYWNrZ3JvdW5kLWNvbG9yOiB2YXIoLS1mcm9nc0NvbG9yKTsKCWJvcmRlci1jb2xvcjogI2RlZTJlNiAjZGVlMmU2ICNmZmY7Cn0KLm5hdi1waWxscyA+IGxpLmFjdGl2ZSA+IGE6aG92ZXIgewoJYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tZnJvZ3NDb2xvckhvdmVyKTsKfQouYnV0dG9uIHsKICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigtLWZyb2dzQnV0dG9uQ29sb3IpIDsKICAgIGJvcmRlciAgICAgICAgICA6IG5vbmU7CiAgICBjb2xvciAgICAgICAgICAgOiB3aGl0ZTsKICAgIHBhZGRpbmcgICAgICAgICA6IDVweCAxMHB4OwogICAgdGV4dC1hbGlnbiAgICAgIDogY2VudGVyOwogICAgdGV4dC1kZWNvcmF0aW9uIDogbm9uZTsKICAgIGRpc3BsYXkgICAgICAgICA6IGlubGluZS1ibG9jazsKICAgIGZvbnQtc2l6ZSAgICAgICA6IDEycHg7CiAgICBtYXJnaW4gICAgICAgICAgOiA0cHggMnB4OwogICAgY3Vyc29yICAgICAgICAgIDogcG9pbnRlcjsKICAgIGJvcmRlci1yYWRpdXMgICA6IDhweDsKfQpoNCB7IAogICAgZGlzcGxheSAgICAgIDogYmxvY2s7CiAgICBmb250LXNpemUgICAgOiAxZW07CiAgICBtYXJnaW4tdG9wICAgOiAxLjMzZW07CiAgICBtYXJnaW4tYm90dG9tOiAxLjMzZW07CiAgICBtYXJnaW4tbGVmdCAgOiAwOwogICAgbWFyZ2luLXJpZ2h0IDogMDsKICAgIGZvbnQtd2VpZ2h0ICA6IGJvbGQ7CiAgICBjb2xvciAgICAgICAgOiB2YXIoLS1mcm9nc0NvbG9yKTsKfQpjb2RlLnJ7IC8qIENvZGUgYmxvY2sgKi8KICBmb250LXNpemU6IDExcHg7Cn0KcHJlewogIGZvbnQtc2l6ZTogMTFweCA7CiAgYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tZnJvZ3NQcmVDb2xvcikgIWltcG9ydGFudDsKfQouZnJvZ3N2ZXJzaW9uewoJcG9zaXRpb246IGFic29sdXRlOwoJcmlnaHQ6IDUlOwoJY29sb3I6IHZhcigtLWZyb2dzQ29sb3IpOwoJZm9udC1zdHlsZTogaXRhbGljOwoJZm9udC1zaXplOiBzbWFsbGVyOwoJcGFkZGluZzo4cHg7Cn0KLmZyb2dzdmVyc2lvbiA+IGF7Cglib3JkZXI6IG5vbmUgIWltcG9ydGFudDsKCWRpc3BsYXk6IGlubGluZS1ibG9jazsKfQojdGhlbWVjaG9pY2V7CiAgYm9yZGVyLXJhZGl1czogMC4yNWVtOwogIGJhY2tncm91bmQtY29sb3I6IHdoaXRlOwogIGJvcmRlcjogMXB4IHNvbGlkICNkZWUyZTY7CiAgZm9udC13ZWlnaHQ6IDQwMDsKICBsaW5lLWhlaWdodDogMS41OwogIHBhZGRpbmc6IC4zNzVyZW0gMi4yNXJlbSAuMzc1cmVtIC43NXJlbTsKfQo8L3N0eWxlPgoKYGBge3Igc2V0dXAsIGluY2x1ZGU9RkFMU0V9CmtuaXRyOjpvcHRzX2NodW5rJHNldChlY2hvID0gVFJVRSwgZXJyb3IgPSBUUlVFKQpgYGAKCmBgYHtyIGltcG9ydCwgbWVzc2FnZT1GQUxTRSwgd2FybmluZz1GQUxTRX0KIyMgSW1wb3J0IHBhY2thZ2VzCmxpYnJhcnkocGh5bG9zZXEpCmxpYnJhcnkoZ2dwbG90MikKbGlicmFyeShncmlkRXh0cmEpCmxpYnJhcnkocmVzaGFwZTIpCnNvdXJjZShmaWxlLnBhdGgocGFyYW1zJGxpYmRpciwgImdyYXBoaWNhbF9tZXRob2RzLlIiKSkKIyMgQWx0ZXJuYXRpdmUgdG8gc291cmNlIGFsbCBleHRyYSBmdW5jdGlvbiBmcm9tIGEgZ2l0aHViIHJlcG8KIyMgc291cmNlKCJodHRwczovL3Jhdy5naXRodWJ1c2VyY29udGVudC5jb20vbWFoZW5kcmEtbWFyaWFkYXNzb3UvcGh5bG9zZXEtZXh0ZW5kZWQvbWFzdGVyL2xvYWQtZXh0cmEtZnVuY3Rpb25zLlIiKQoKIyMgU2V0dGluZyB2YXJpYWJsZXMKICAjIyBUaGUgUGh5bG9zZXEgb2JqZWN0IChmb3JtYXQgcmRhdGEpCiAgIyBwaHlsb3NlcSA8LSAiIgoKICAjIyBUaGUgZXhwZXJpbWVudCB2YXJpYWJsZSB0aGF0IHlvdSB3YW50IHRvIGFuYWx5c2UKICAjIHZhckV4cCA8LSAiIgoKICAjIyBUaGUgbWV0aG9kcyBvZiBiZXRhIGRpdmVyc2l0eSB5b3Ugd2FudCB0byBjb21wdXRlCiAgIyMgdG8gc2VlIGFsbCBhdmFpbGFibGUgZGlzdGFuY2UgbWV0aG9kcywgdHlwZSBkaXN0YW5jZU1ldGhvZExpc3QKICAjIyBUaGUgbW9zdCBjb21tb24gb25lIGFyZSA6IGNjIGZvciBKYWNjYXJkLCBicmF5IGZvciBCcmF5LUN1cnRpcywgdW5pZnJhYyBhbmQgd3VuaWZyYWMgZm9yIFVuaWZyYWMgYW5kIHdlaWdodGVkIFVuaWZyYWMKICAjIyBOLkIuIGlmIHRoZSB0cmVlIGlzIG5vdCBhdmFpbGFibGUgaW4geW91ciBSRGF0YSwgeW91IGNhbm5vdCBjaG9vc2UgVW5pZnJhYyBvciBXZWlnaHRlZCBVbmlmcmFjCiAgIyMgWW91IG1heSBwcmVjaXNlIG11bHRpcGxlIGRpc3RhbmNlIGJ5IHNlcGFyYXRpbmcgdGhlbSBieSBhIGNvbW1hCiAgIyBtZXRob2RzIDwtICIiCgojIyBDcmVhdGUgaW5wdXQgYW5kIHBhcmFtZXRlcnMgZGF0YWZyYW1lCiAgIyBwYXJhbXMgPC0gZGF0YS5mcmFtZSggInBoeWxvc2VxIiA9IHBoeWxvc2UsICJ2YXJFeHAiID0gdmFyRXhwLCAibWV0aG9kcyIgPSBtZXRob2RzKQoKIyMgTG9hZCBkYXRhCiAgIyMgdGhlIHBoeWxvc2VxIG9iamVjdApsb2FkKHBhcmFtcyRwaHlsb3NlcSkgCgojIyBzdG9yZSBtZXRob2RzIGluIGxpc3QKbWV0aG9kcyA8LSBhcy5saXN0KHN0cnNwbGl0KHBhcmFtcyRtZXRob2RzLCAiLCIpW1sxXV0pCgojIyBPcmRlciBzYW1wbGVzIGFjY29yZGluZyB0byBncm91cGluZyB2YXJpYWJsZQpzYW1wbGVPcmRlciA8LSBsZXZlbHMocmVvcmRlcihzYW1wbGVfbmFtZXMoZGF0YSksIGFzLm51bWVyaWMoZ2V0X3ZhcmlhYmxlKGRhdGEsIHBhcmFtcyR2YXJFeHApKSkpIApgYGAKCiMgey50YWJzZXQgLnRhYnNldC1mYWRlIC50YWJzZXQtcGlsbHN9CgpgYGB7PWh0bWx9CjxkaXYgY2xhc3M9InJvdyI+CiAgPGRpdiBzdHlsZT0iZmxvYXQ6cmlnaHQiPgogIDxzZWxlY3QgaWQ9InRoZW1lY2hvaWNlIgogICAgICAgICAgY2xhc3M9ImZvcm0tc2VsZWN0IGZvcm0tc2VsZWN0LXNtIgogICAgICAgICAgc3R5bGU9IndpZHRoOiBhdXRvOyIKICAgICAgICAgIG9uY2hhbmdlPSJ1cGRhdGVfdGhlbWVfUm1kKHRoaXMudmFsdWUpIgogICAgICAgICAgYXJpYS1sYWJlbD0iU3dpdGNoIHRoZW1lIj4KICAgIDxvcHRpb24gc2VsZWN0ZWQgZGlzYWJsZWQgdmFsdWU9IiI+U3dpdGNoIHRoZW1lPC9vcHRpb24+CiAgICA8b3B0aW9uIGRpc2FibGVkIHZhbHVlPSJEZWZhdWx0VGhlbWUiPkRlZmF1bHQ8L29wdGlvbj4KICAgIDxvcHRpb24gdmFsdWU9IkNvcmFsVGhlbWUiPkNvcmFsPC9vcHRpb24+CiAgICA8b3B0aW9uIHZhbHVlPSJHb2xkVGhlbWUiPkdvbGQ8L29wdGlvbj4KICAgIDxvcHRpb24gdmFsdWU9IlN0ZWVsVGhlbWUiPlN0ZWVsPC9vcHRpb24+CiAgPC9zZWxlY3Q+CiAgPC9kaXY+CjwvZGl2PgpgYGAKCiMjIERpc3RhbmNlIGFzIGhlYXRtYXAgcGxvdChzKQpgYGB7ciwgZmlnLndpZHRoPTgsIGZpZy5oZWlnaHQ9Niwgd2FybmluZz1GQUxTRX0KCmZvciAobWV0aG9kIGluIG1ldGhvZHMpewogIGRpc3QuYSA8LSBkaXN0YW5jZShkYXRhLCBtZXRob2QgPSBtZXRob2QpCiAgYSA8LSBhcy5tYXRyaXgoZGlzdC5hKQogIHdyaXRlLnRhYmxlKGEsIHBhc3RlKHNlcD0iIiwgbWV0aG9kLCAiLnRzdiIpLCBzZXA9Ilx0IiwgcXVvdGU9RkFMU0UsIGNvbC5uYW1lcz1OQSkKICBwYSA8LSBwbG90X2Rpc3RfYXNfaGVhdG1hcChkaXN0LmEsIG9yZGVyID0gc2FtcGxlT3JkZXIsIHRpdGxlID0gcGFzdGUoIkhlYXRtYXAgcGxvdCBvZiB0aGUgYmV0YSBkaXN0YW5jZSA6IixtZXRob2QpKSArIAogICAgdGhlbWUocGxvdC50aXRsZSA9IGVsZW1lbnRfdGV4dChoanVzdCA9IDAuNSkpCiAgcGxvdChwYSkKfQpgYGAKCiMjIFJlcHJvZHVjaWJpbGl0eSB0b2tlbgoKYGBge3Igc2Vzc2lvbiwgZWNobz1UUlVFLCBldmFsPVRSVUV9CnNlc3Npb25pbmZvOjpzZXNzaW9uX2luZm8oKQpgYGA=
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r 6507a8d42a4f test-data/references/21-phylo_clustering.nb.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/references/21-phylo_clustering.nb.html Wed Feb 04 13:16:44 2026 +0000
@@ -0,0 +1,2219 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+phyloseq_clustering.knit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Stat: Sample clustering using different linkage method(phyloseq_clustering.py v5.1.0)
+
+
+
+
+
+
+
+
+
+
## Import packages
+library(phyloseq)
+library(scales)
+library(ape)
+source(file.path(params$libdir, "graphical_methods.R"))
+## Alternative to source all extra function from a github repo
+## source("https://raw.githubusercontent.com/mahendra-mariadassou/phyloseq-extended/master/load-extra-functions.R")
+
+## Setting variables
+ ## The Phyloseq object (format rdata)
+ # phyloseq <- ""
+
+ ## The beta diversity distance matrix file
+ # distance <- ""
+
+ ## The experiment variable that you want to analyse
+ # varExp <- ""
+
+## Create input and parameters dataframe
+ # params <- data.frame( "phyloseq" = phylose, "distance" = distance, "varExp" = varExp)
+
+## Load data
+ ## the phyloseq object
+load(params$phyloseq)
+
+ ## the distance matrix file
+A <- read.table(file=params$distance, row.names=1)
+dist <- as.dist(A)
+
+
+
+
+
+
+
+
+ Switch theme
+ Default
+ Coral
+ Gold
+ Steel
+
+
+
+
+
Ward D2
+
+
+
+
+
+
+
+
+
+
Complete
+
+
+
+
+
+
+
+
+
+
Single
+
+
+
+
+
+
+
+
+
+
Reproducibility token
+
+
+
+
sessioninfo::session_info()
+
+
+
─ Session info ───────────────────────────────────────────────────────────────
+ setting value
+ version R version 4.1.2 (2021-11-01)
+ os Ubuntu 24.04.2 LTS
+ system x86_64, linux-gnu
+ ui X11
+ language fr_FR:en
+ collate en_US.utf8
+ ctype en_US.utf8
+ tz Europe/Paris
+ date 2026-01-14
+ pandoc 2.19.2 @ /home/maria/miniforge3/envs/frogs@5.1.0/bin/ (via rmarkdown)
+
+─ Packages ───────────────────────────────────────────────────────────────────
+ package * version date (UTC) lib source
+ ade4 1.7-22 2023-02-06 [1] CRAN (R 4.1.3)
+ ape * 5.7-1 2023-03-13 [1] CRAN (R 4.1.3)
+ Biobase 2.54.0 2021-10-26 [1] Bioconductor
+ BiocGenerics 0.40.0 2021-10-26 [1] Bioconductor
+ biomformat 1.22.0 2021-10-26 [1] Bioconductor
+ Biostrings 2.62.0 2021-10-26 [1] Bioconductor
+ bitops 1.0-7 2021-04-24 [1] CRAN (R 4.1.3)
+ bslib 0.5.0 2023-06-09 [1] CRAN (R 4.1.3)
+ cachem 1.0.8 2023-05-01 [1] CRAN (R 4.1.3)
+ cli 3.6.1 2023-03-23 [1] CRAN (R 4.1.3)
+ cluster 2.1.4 2022-08-22 [1] CRAN (R 4.1.3)
+ codetools 0.2-19 2023-02-01 [1] CRAN (R 4.1.3)
+ colorspace 2.1-0 2023-01-23 [1] CRAN (R 4.1.3)
+ crayon 1.5.2 2022-09-29 [1] CRAN (R 4.1.3)
+ data.table 1.14.8 2023-02-17 [1] CRAN (R 4.1.3)
+ digest 0.6.31 2022-12-11 [1] CRAN (R 4.1.3)
+ dplyr 1.1.2 2023-04-20 [1] CRAN (R 4.1.3)
+ evaluate 0.21 2023-05-05 [1] CRAN (R 4.1.3)
+ fansi 1.0.4 2023-01-22 [1] CRAN (R 4.1.3)
+ farver 2.1.1 2022-07-06 [1] CRAN (R 4.1.3)
+ fastmap 1.1.1 2023-02-24 [1] CRAN (R 4.1.3)
+ foreach 1.5.2 2022-02-02 [1] CRAN (R 4.1.3)
+ generics 0.1.3 2022-07-05 [1] CRAN (R 4.1.3)
+ GenomeInfoDb 1.30.1 2022-01-30 [1] Bioconductor
+ GenomeInfoDbData 1.2.7 2026-01-14 [1] Bioconductor
+ ggplot2 * 3.4.2 2023-04-03 [1] CRAN (R 4.1.3)
+ glue 1.6.2 2022-02-24 [1] CRAN (R 4.1.3)
+ gtable 0.3.3 2023-03-21 [1] CRAN (R 4.1.3)
+ highr 0.10 2022-12-22 [1] CRAN (R 4.1.3)
+ htmltools 0.5.5 2023-03-23 [1] CRAN (R 4.1.3)
+ igraph 1.3.5 2022-09-22 [1] CRAN (R 4.1.3)
+ IRanges 2.28.0 2021-10-26 [1] Bioconductor
+ iterators 1.0.14 2022-02-05 [1] CRAN (R 4.1.3)
+ jquerylib 0.1.4 2021-04-26 [1] CRAN (R 4.1.3)
+ jsonlite 1.8.5 2023-06-05 [1] CRAN (R 4.1.3)
+ knitr 1.43 2023-05-25 [1] CRAN (R 4.1.3)
+ lattice 0.21-8 2023-04-05 [1] CRAN (R 4.1.3)
+ lifecycle 1.0.3 2022-10-07 [1] CRAN (R 4.1.3)
+ magrittr 2.0.3 2022-03-30 [1] CRAN (R 4.1.3)
+ MASS 7.3-58.3 2023-03-07 [1] CRAN (R 4.1.3)
+ Matrix 1.5-4.1 2023-05-18 [1] CRAN (R 4.1.3)
+ mgcv 1.8-42 2023-03-02 [1] CRAN (R 4.1.3)
+ multtest 2.50.0 2021-10-26 [1] Bioconductor
+ munsell 0.5.0 2018-06-12 [1] CRAN (R 4.1.3)
+ nlme 3.1-162 2023-01-31 [1] CRAN (R 4.1.3)
+ permute 0.9-7 2022-01-27 [1] CRAN (R 4.1.3)
+ phyloseq * 1.38.0 2021-10-26 [1] Bioconductor
+ pillar 1.9.0 2023-03-22 [1] CRAN (R 4.1.3)
+ pkgconfig 2.0.3 2019-09-22 [1] CRAN (R 4.1.3)
+ plyr 1.8.8 2022-11-11 [1] CRAN (R 4.1.3)
+ R6 2.5.1 2021-08-19 [1] CRAN (R 4.1.3)
+ Rcpp 1.0.10 2023-01-22 [1] CRAN (R 4.1.3)
+ RCurl 1.98-1.12 2023-03-27 [1] CRAN (R 4.1.3)
+ reshape2 * 1.4.4 2020-04-09 [1] CRAN (R 4.1.3)
+ rhdf5 2.38.1 2022-03-10 [1] Bioconductor
+ rhdf5filters 1.6.0 2021-10-26 [1] Bioconductor
+ Rhdf5lib 1.16.0 2021-10-26 [1] Bioconductor
+ rlang 1.1.1 2023-04-28 [1] CRAN (R 4.1.3)
+ rmarkdown 2.22 2023-06-01 [1] CRAN (R 4.1.3)
+ rstudioapi 0.14 2022-08-22 [1] CRAN (R 4.1.3)
+ S4Vectors 0.32.4 2022-03-24 [1] Bioconductor
+ sass 0.4.6 2023-05-03 [1] CRAN (R 4.1.3)
+ scales * 1.2.1 2022-08-20 [1] CRAN (R 4.1.3)
+ sessioninfo 1.2.2 2021-12-06 [1] CRAN (R 4.1.3)
+ stringi 1.7.6 2021-11-29 [1] CRAN (R 4.1.1)
+ stringr 1.5.0 2022-12-02 [1] CRAN (R 4.1.3)
+ survival 3.5-5 2023-03-12 [1] CRAN (R 4.1.3)
+ tibble 3.2.1 2023-03-20 [1] CRAN (R 4.1.3)
+ tidyselect 1.2.0 2022-10-10 [1] CRAN (R 4.1.3)
+ utf8 1.2.3 2023-01-31 [1] CRAN (R 4.1.3)
+ vctrs 0.6.2 2023-04-19 [1] CRAN (R 4.1.3)
+ vegan 2.6-4 2022-10-11 [1] CRAN (R 4.1.3)
+ withr 2.5.0 2022-03-03 [1] CRAN (R 4.1.3)
+ xfun 0.39 2023-04-20 [1] CRAN (R 4.1.3)
+ XVector 0.34.0 2021-10-26 [1] Bioconductor
+ yaml 2.3.7 2023-01-23 [1] CRAN (R 4.1.3)
+ zlibbioc 1.40.0 2021-10-26 [1] Bioconductor
+
+ [1] /home/maria/miniforge3/envs/frogs@5.1.0/lib/R/library
+
+──────────────────────────────────────────────────────────────────────────────
+
+
+
+
+
+
LS0tCmNvcHlyaWdodDogIkNvcHlyaWdodCAoQykgMjAyNSBJTlJBRSIKbGljZW5zZTogIkdOVSBHZW5lcmFsIFB1YmxpYyBMaWNlbnNlIgpvdXRwdXQ6IAogIGh0bWxfbm90ZWJvb2s6CiAgICBjb2RlX2ZvbGRpbmc6IGhpZGUKcGFyYW1zOgogICBwaHlsb3NlcToKICAgICAgdmFsdWU6IHgKICAgdmFyRXhwOgogICAgICB2YWx1ZTogeAogICBkaXN0YW5jZToKICAgICAgdmFsdWU6IHgKICAgbGliZGlyOgogICAgICB2YWx1ZTogeAogICB2ZXJzaW9uOgogICAgICB2YWx1ZTogeAogICB0b29sOgogICAgICB2YWx1ZTogeAotLS0KPG1ldGEgaHR0cC1lcXVpdj0iQ29udGVudC1UeXBlIiBjb250ZW50PSJ0ZXh0L2h0bWw7IGNoYXJzZXQ9VVRGLTgiIC8+CjxtZXRhIG5hbWU9ImF1dGhvciIgY29udGVudD0iVGEgVGhpIE5nYW4gLSBTSUdFTkFFL0dBQkkgJiBNYXJpYSBCZXJuYXJkIC0gU0lHRU5BRS9HQUJJIiAvPgo8bWV0YSBuYW1lPSJ2ZXJzaW9uIiBjb250ZW50PSI1LjEuMCIgLz4KPG1ldGEgbmFtZT0iY29weXJpZ2h0IiBjb250ZW50PSJDb3B5cmlnaHQgKEMpIDIwMjUgSU5SQUUiIC8+CgoKYGBge3IsIGVjaG89RkFMU0UsIHJlc3VsdHM9ImFzaXMifQpDVVJSRU5UX0RJUiA8LSBrbml0cjo6b3B0c19rbml0JGdldCgib3V0cHV0LmRpciIpCmlmIChpcy5udWxsKENVUlJFTlRfRElSKSkgewogIENVUlJFTlRfRElSIDwtIGdldHdkKCkKfQpUSEVNRV9ESVIgPC0gbm9ybWFsaXplUGF0aCgKICBmaWxlLnBhdGgoZGlybmFtZShDVVJSRU5UX0RJUiksICJzdGF0aWMiKSwKICB3aW5zbGFzaCA9ICIvIiwKICBtdXN0V29yayA9IEZBTFNFCikKCmpzX3RoZW1lX2ZpbGUgPC0gbm9ybWFsaXplUGF0aCgKICBmaWxlLnBhdGgoVEhFTUVfRElSLCAianMiLCAidGhlbWUuanMiKSwKICB3aW5zbGFzaCA9ICIvIiwKICBtdXN0V29yayA9IEZBTFNFCikKCmxpbmVzIDwtIHJlYWRMaW5lcyhqc190aGVtZV9maWxlLCB3YXJuID0gRkFMU0UpCgpzZXAgPC0gd2hpY2goZ3JlcGwoIl4vLyMjIiwgdHJpbXdzKGxpbmVzKSkpCgppZiAobGVuZ3RoKHNlcCkgPCAyKSB7CiAgc3RvcCgiVGFnIG5vdCBmb3VuZCBpbiB0aGVtZS5qczogJy8vIyMnIikKfQoKanNfY29kZSA8LSBsaW5lc1soc2VwWzFdICsgMSk6KHNlcFsyXSAtIDEpXQoKY2F0KCI8c2NyaXB0PlxuIikKY2F0KGpzX2NvZGUsIHNlcCA9ICJcbiIpCmNhdCgiXG48L3NjcmlwdD4iKQpgYGAKCjxkaXYgc3R5bGU9ImRpc3BsYXk6ZmxleDsgYWxpZ24taXRlbXM6Y2VudGVyOyBnYXA6MTVweDsgbWFyZ2luLWJvdHRvbToyMHB4OyI+CiAgPGltZyBpZD0ibG9nbyIgc3JjPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsIiBhbHQ9IkZST0dTIGxvZ28iIHN0eWxlPSJoZWlnaHQ6MTgwcHg7Ij4KICA8aDEgc3R5bGU9Im1hcmdpbjowOyI+U3RhdDogU2FtcGxlIGNsdXN0ZXJpbmcgdXNpbmcgZGlmZmVyZW50IGxpbmthZ2UgbWV0aG9kPGk+PHNwYW4gY2xhc3M9InRleHQtYWNjZW50Ij4oYHIgcGFyYW1zJHRvb2xgIHZgciBwYXJhbXMkdmVyc2lvbmApPC9zcGFuPjwvaT48L2gxPgo8L2Rpdj4KCjxzY3JpcHQ+CgokKGZ1bmN0aW9uICgpIHsKICB1cGRhdGVfbG9nbyhDVVJSRU5UX1RIRU1FKTsKfSk7CgoKPC9zY3JpcHQ+Cgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgo6cm9vdCB7CgkJCS0tZnJvZ3NDb2xvcjogIzAzQTVBODsgCgkJCS0tZnJvZ3NDb2xvckhvdmVyOiBoc2woZnJvbSB2YXIoLS1mcm9nc0NvbG9yKSBoIGNhbGMocyArIDQpIGNhbGMobCAtIDMpIC8gMSk7CgkJCS0tZnJvZ3NQcmVDb2xvcjogaHNsKGZyb20gdmFyKC0tZnJvZ3NDb2xvcikgaCBzIGwgLyAwLjEpOwoJCX0KLnRleHQtYWNjZW50IHsKICBjb2xvcjogIzU5NWM1ZjsKfQoubWFpbi1jb250YWluZXJ7CgltYXgtd2lkdGg6IDc1JSAhaW1wb3J0YW50Owp9CmgxewoJY29sb3I6IHZhcigtLWZyb2dzQ29sb3IpOwp9CmgyewoJY29sb3I6IHZhcigtLWZyb2dzQ29sb3IpOwp9CmEgewoJY29sb3I6IHZhcigtLWZyb2dzQ29sb3IpOwp9CmE6aG92ZXJ7Cgljb2xvcjogdmFyKC0tZnJvZ3NDb2xvckhvdmVyKTsKfQoubmF2LXBpbGxzID4gbGkuYWN0aXZlID4gYSwgLm5hdi1waWxscyA+IGxpLmFjdGl2ZSA+IGE6Zm9jdXN7Cgljb2xvcjogI2ZmZjsKCWJhY2tncm91bmQtY29sb3I6IHZhcigtLWZyb2dzQ29sb3IpOwoJYm9yZGVyLWNvbG9yOiAjZGVlMmU2ICNkZWUyZTYgI2ZmZjsKfQoubmF2LXBpbGxzID4gbGkuYWN0aXZlID4gYTpob3ZlciB7CgliYWNrZ3JvdW5kLWNvbG9yOiB2YXIoLS1mcm9nc0NvbG9ySG92ZXIpOwp9Ci5idXR0b24gewogICAgYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tZnJvZ3NDb2xvcikgOwogICAgYm9yZGVyICAgICAgICAgIDogbm9uZTsKICAgIGNvbG9yICAgICAgICAgICA6IHdoaXRlOwogICAgcGFkZGluZyAgICAgICAgIDogNXB4IDEwcHg7CiAgICB0ZXh0LWFsaWduICAgICAgOiBjZW50ZXI7CiAgICB0ZXh0LWRlY29yYXRpb24gOiBub25lOwogICAgZGlzcGxheSAgICAgICAgIDogaW5saW5lLWJsb2NrOwogICAgZm9udC1zaXplICAgICAgIDogMTJweDsKICAgIG1hcmdpbiAgICAgICAgICA6IDRweCAycHg7CiAgICBjdXJzb3IgICAgICAgICAgOiBwb2ludGVyOwogICAgYm9yZGVyLXJhZGl1cyAgIDogOHB4Owp9Cmg0IHsgCiAgICBkaXNwbGF5ICAgICAgOiBibG9jazsKICAgIGZvbnQtc2l6ZSAgICA6IDFlbTsKICAgIG1hcmdpbi10b3AgICA6IDEuMzNlbTsKICAgIG1hcmdpbi1ib3R0b206IDEuMzNlbTsKICAgIG1hcmdpbi1sZWZ0ICA6IDA7CiAgICBtYXJnaW4tcmlnaHQgOiAwOwogICAgZm9udC13ZWlnaHQgIDogYm9sZDsKICAgIGNvbG9yICAgICAgICA6IHZhcigtLWZyb2dzQ29sb3IpOwp9CmNvZGUucnsgLyogQ29kZSBibG9jayAqLwogIGZvbnQtc2l6ZTogMTFweDsKfQpwcmV7CiAgZm9udC1zaXplOiAxMXB4IDsKICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoLS1mcm9nc1ByZUNvbG9yKSAhaW1wb3J0YW50Owp9Ci5mcm9nc3ZlcnNpb257Cglwb3NpdGlvbjogYWJzb2x1dGU7CglyaWdodDogNSU7Cgljb2xvcjogdmFyKC0tZnJvZ3NDb2xvcik7Cglmb250LXN0eWxlOiBpdGFsaWM7Cglmb250LXNpemU6IHNtYWxsZXI7CglwYWRkaW5nOjhweDsKfQouZnJvZ3N2ZXJzaW9uID4gYXsKCWJvcmRlcjogbm9uZSAhaW1wb3J0YW50OwoJZGlzcGxheTogaW5saW5lLWJsb2NrOwp9CiN0aGVtZWNob2ljZXsKICBib3JkZXItcmFkaXVzOiAwLjI1ZW07CiAgYmFja2dyb3VuZC1jb2xvcjogd2hpdGU7CiAgYm9yZGVyOiAxcHggc29saWQgI2RlZTJlNjsKICBmb250LXdlaWdodDogNDAwOwogIGxpbmUtaGVpZ2h0OiAxLjU7CiAgcGFkZGluZzogLjM3NXJlbSAyLjI1cmVtIC4zNzVyZW0gLjc1cmVtOwp9Cjwvc3R5bGU+CgoKYGBge3Igc2V0dXAsIGluY2x1ZGU9RkFMU0V9CmtuaXRyOjpvcHRzX2NodW5rJHNldChlY2hvID0gVFJVRSwgZXJyb3IgPSBUUlVFKQpgYGAKCmBgYHtyIGltcG9ydCwgbWVzc2FnZT1GQUxTRSwgd2FybmluZz1GQUxTRX0KCiMjIEltcG9ydCBwYWNrYWdlcwpsaWJyYXJ5KHBoeWxvc2VxKQpsaWJyYXJ5KHNjYWxlcykKbGlicmFyeShhcGUpCnNvdXJjZShmaWxlLnBhdGgocGFyYW1zJGxpYmRpciwgImdyYXBoaWNhbF9tZXRob2RzLlIiKSkKIyMgQWx0ZXJuYXRpdmUgdG8gc291cmNlIGFsbCBleHRyYSBmdW5jdGlvbiBmcm9tIGEgZ2l0aHViIHJlcG8KIyMgc291cmNlKCJodHRwczovL3Jhdy5naXRodWJ1c2VyY29udGVudC5jb20vbWFoZW5kcmEtbWFyaWFkYXNzb3UvcGh5bG9zZXEtZXh0ZW5kZWQvbWFzdGVyL2xvYWQtZXh0cmEtZnVuY3Rpb25zLlIiKQoKIyMgU2V0dGluZyB2YXJpYWJsZXMKICAjIyBUaGUgUGh5bG9zZXEgb2JqZWN0IChmb3JtYXQgcmRhdGEpCiAgIyBwaHlsb3NlcSA8LSAiIgoKICAjIyBUaGUgYmV0YSBkaXZlcnNpdHkgZGlzdGFuY2UgbWF0cml4IGZpbGUKICAjIGRpc3RhbmNlIDwtICIiCgogICMjIFRoZSBleHBlcmltZW50IHZhcmlhYmxlIHRoYXQgeW91IHdhbnQgdG8gYW5hbHlzZQogICMgdmFyRXhwIDwtICIiCgojIyBDcmVhdGUgaW5wdXQgYW5kIHBhcmFtZXRlcnMgZGF0YWZyYW1lCiAgIyBwYXJhbXMgPC0gZGF0YS5mcmFtZSggInBoeWxvc2VxIiA9IHBoeWxvc2UsICJkaXN0YW5jZSIgPSBkaXN0YW5jZSwgInZhckV4cCIgPSB2YXJFeHApCgojIyBMb2FkIGRhdGEKICAjIyB0aGUgcGh5bG9zZXEgb2JqZWN0CmxvYWQocGFyYW1zJHBoeWxvc2VxKQoKICAjIyB0aGUgZGlzdGFuY2UgbWF0cml4IGZpbGUKQSAgICAgICAgPC0gcmVhZC50YWJsZShmaWxlPXBhcmFtcyRkaXN0YW5jZSwgcm93Lm5hbWVzPTEpCmRpc3QgICAgIDwtIGFzLmRpc3QoQSkKYGBgCgojIHsudGFic2V0IC50YWJzZXQtZmFkZSAudGFic2V0LXBpbGxzfQoKYGBgez1odG1sfQo8ZGl2IGNsYXNzPSJyb3ciPgogIDxkaXYgc3R5bGU9ImZsb2F0OnJpZ2h0Ij4KICA8c2VsZWN0IGlkPSJ0aGVtZWNob2ljZSIKICAgICAgICAgIGNsYXNzPSJmb3JtLXNlbGVjdCBmb3JtLXNlbGVjdC1zbSIKICAgICAgICAgIHN0eWxlPSJ3aWR0aDogYXV0bzsiCiAgICAgICAgICBvbmNoYW5nZT0idXBkYXRlX3RoZW1lX1JtZCh0aGlzLnZhbHVlKSIKICAgICAgICAgIGFyaWEtbGFiZWw9IlN3aXRjaCB0aGVtZSI+CiAgICA8b3B0aW9uIHNlbGVjdGVkIGRpc2FibGVkIHZhbHVlPSIiPlN3aXRjaCB0aGVtZTwvb3B0aW9uPgogICAgPG9wdGlvbiBkaXNhYmxlZCB2YWx1ZT0iRGVmYXVsdFRoZW1lIj5EZWZhdWx0PC9vcHRpb24+CiAgICA8b3B0aW9uIHZhbHVlPSJDb3JhbFRoZW1lIj5Db3JhbDwvb3B0aW9uPgogICAgPG9wdGlvbiB2YWx1ZT0iR29sZFRoZW1lIj5Hb2xkPC9vcHRpb24+CiAgICA8b3B0aW9uIHZhbHVlPSJTdGVlbFRoZW1lIj5TdGVlbDwvb3B0aW9uPgogIDwvc2VsZWN0PgogIDwvZGl2Pgo8L2Rpdj4KYGBgCgojIyBXYXJkIEQyCmBgYHtyIHdhcmQsIGZpZy53aWR0aD0xMCwgZmlnLmhlaWdodD03LCBlY2hvPUZBTFNFfQpwbG90X2NsdXN0KGRhdGEsIGRpc3QsIG1ldGhvZCA9ICJ3YXJkLkQyIiwgY29sb3IgPSBwYXJhbXMkdmFyRXhwKQpgYGAKCiMjIENvbXBsZXRlCmBgYHtyIGNvbXBsZXRlLCBmaWcud2lkdGg9MTAsIGZpZy5oZWlnaHQ9NywgZWNobz1GQUxTRX0KcGxvdF9jbHVzdChkYXRhLCBkaXN0LCBtZXRob2QgPSAiY29tcGxldGUiLCBjb2xvciA9IHBhcmFtcyR2YXJFeHApCmBgYAoKIyMgU2luZ2xlCmBgYHtyIHNpbmdsZSwgZmlnLndpZHRoPTEwLCBmaWcuaGVpZ2h0PTcsIGVjaG89RkFMU0V9CnBsb3RfY2x1c3QoZGF0YSwgZGlzdCwgbWV0aG9kID0gInNpbmdsZSIsIGNvbG9yID0gcGFyYW1zJHZhckV4cCkKYGBgCgojIyBSZXByb2R1Y2liaWxpdHkgdG9rZW4KCmBgYHtyIHNlc3Npb24sIGVjaG89VFJVRSwgZXZhbD1UUlVFfQpzZXNzaW9uaW5mbzo6c2Vzc2lvbl9pbmZvKCkKYGBg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r 6507a8d42a4f test-data/references/23-deseq2_preprocess_asv.Rdata
Binary file test-data/references/23-deseq2_preprocess_asv.Rdata has changed
diff -r 000000000000 -r 6507a8d42a4f test-data/references/23-deseq2_preprocess_func.Rdata
Binary file test-data/references/23-deseq2_preprocess_func.Rdata has changed
diff -r 000000000000 -r 6507a8d42a4f test-data/references/23-phyloseq_functions.Rdata
Binary file test-data/references/23-phyloseq_functions.Rdata has changed
diff -r 000000000000 -r 6507a8d42a4f test-data/references/unifrac.tsv
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/references/unifrac.tsv Wed Feb 04 13:16:44 2026 +0000
@@ -0,0 +1,65 @@
+ DLT0.LOT08 DLT0.LOT05 DLT0.LOT03 DLT0.LOT07 DLT0.LOT06 DLT0.LOT01 DLT0.LOT04 DLT0.LOT10 MVT0.LOT05 MVT0.LOT01 MVT0.LOT06 MVT0.LOT07 MVT0.LOT03 MVT0.LOT09 MVT0.LOT08 MVT0.LOT10 BHT0.LOT01 BHT0.LOT07 BHT0.LOT06 BHT0.LOT03 BHT0.LOT10 BHT0.LOT05 BHT0.LOT04 BHT0.LOT08 VHT0.LOT02 VHT0.LOT10 VHT0.LOT03 VHT0.LOT01 VHT0.LOT08 VHT0.LOT06 VHT0.LOT07 VHT0.LOT04 SFT0.LOT08 SFT0.LOT07 SFT0.LOT06 SFT0.LOT03 SFT0.LOT02 SFT0.LOT05 SFT0.LOT04 SFT0.LOT01 FST0.LOT07 FST0.LOT08 FST0.LOT05 FST0.LOT06 FST0.LOT01 FST0.LOT03 FST0.LOT10 FST0.LOT02 FCT0.LOT06 FCT0.LOT10 FCT0.LOT05 FCT0.LOT03 FCT0.LOT08 FCT0.LOT02 FCT0.LOT07 FCT0.LOT01 CDT0.LOT10 CDT0.LOT08 CDT0.LOT05 CDT0.LOT04 CDT0.LOT06 CDT0.LOT09 CDT0.LOT07 CDT0.LOT02
+DLT0.LOT08 0 0.392719389374763 0.294382689116989 0.390894424113643 0.328770053910381 0.389411250802876 0.346311420062406 0.389241305604783 0.558647350042396 0.634069916291667 0.586977876499085 0.618364439168374 0.59310690982098 0.644425105557425 0.633386627311114 0.676093271776652 0.668166275142653 0.647255138049382 0.634194437155602 0.629580000445943 0.576755603792125 0.588626884110114 0.567337706288072 0.627737130863146 0.630979925473805 0.662585829091919 0.548077006064955 0.565292617093312 0.583061634989672 0.559960446409113 0.561005582218959 0.555410973214134 0.686198206609958 0.704398980872343 0.675272727535421 0.711657734556618 0.715799775906816 0.768785445356757 0.785667248244791 0.696459130925707 0.606145374094578 0.651568775909291 0.636874887259531 0.65198384887721 0.648424320754247 0.572507853619064 0.533534738606473 0.612417013174867 0.6538120765306 0.591881312389585 0.619093998659405 0.585895717589353 0.548200617493159 0.594002797632857 0.586013673904125 0.585980145595343 0.651109623648418 0.62720674623346 0.532414786060701 0.547377296717564 0.695399519089384 0.602389412681498 0.651285257071645 0.625692860559332
+DLT0.LOT05 0.392719389374763 0 0.334665743823981 0.352189924174674 0.342174777989704 0.389749555645828 0.290240347963101 0.390007860403765 0.533242142441534 0.598457283793849 0.534095626389918 0.595630244132359 0.563155315513785 0.627301946703866 0.62362079028169 0.676679178026565 0.661442446324936 0.607174222014807 0.627098405326444 0.611311880024972 0.595770697120776 0.579339730768954 0.553223124743228 0.610516542648508 0.666088798070038 0.657587079833307 0.576069019426189 0.556446826887928 0.600775747996288 0.5911490693311 0.616992581263469 0.601616192130504 0.651100765662097 0.681452439239435 0.635746166689655 0.656251161738522 0.660748149236051 0.718117436370543 0.745868841494258 0.651811755169484 0.583079458698659 0.611335962879801 0.60471232308416 0.626317689189847 0.620601501298686 0.555908156452842 0.533249165381552 0.574427223549588 0.609466674526089 0.554013286087225 0.591520342983099 0.578096390189169 0.520647115926058 0.532256954612006 0.559759285330547 0.567759482939216 0.594543966139689 0.566565902699841 0.553655484607033 0.540051048491254 0.650961029981557 0.575509994600553 0.624808022531917 0.595884187417361
+DLT0.LOT03 0.294382689116989 0.334665743823981 0 0.372786534310374 0.327187118252722 0.359513238833913 0.339907385955891 0.38492662266766 0.552498990377251 0.589114989880665 0.542041154505155 0.59613025240974 0.552461963400675 0.617844578077283 0.604774998121854 0.664017875696736 0.648793735381351 0.622368182568259 0.620604700459984 0.591910414837232 0.566744912701015 0.561672474315041 0.556623781014959 0.59265696724107 0.632841968867748 0.66421462312413 0.569031394968335 0.538210280024464 0.583964660155039 0.555481448289844 0.59213139931072 0.579064617903163 0.677073030113301 0.679856615483388 0.659776066311386 0.671077096490443 0.673953708382158 0.753757865966224 0.744905299647077 0.669777464567699 0.594953408905372 0.594885764729724 0.591809685788661 0.623526170876335 0.633556125967904 0.563161599049313 0.558391672795279 0.58499884389222 0.658968009415742 0.598607385198043 0.618132787151034 0.591293863217907 0.548709240291208 0.589473963654829 0.562723847684429 0.59047437262663 0.638660199103764 0.60593472769015 0.540596049405004 0.533814856116313 0.682737787615565 0.603788346166801 0.64913139107594 0.634885811126848
+DLT0.LOT07 0.390894424113643 0.352189924174674 0.372786534310374 0 0.23663295003041 0.362661887668523 0.287847201133903 0.306086561749947 0.5186754917562 0.597744990142479 0.534485652680392 0.551477932433378 0.528867445321481 0.616861176783164 0.58334132419128 0.655966777336444 0.65182629581621 0.617998783405211 0.620363450561361 0.611538817821547 0.591994808869886 0.572982095929566 0.533707832983765 0.60679923914054 0.647494153839476 0.655066421801901 0.56225748488454 0.585910202759511 0.587660125505416 0.55736650308537 0.60224110985816 0.581890509728611 0.66220466698322 0.668311655269135 0.614531794300939 0.648867921624159 0.64711988649799 0.731001641531308 0.730307622081393 0.654693665471852 0.550986520140429 0.578108555327527 0.581483626069613 0.60121351538218 0.603102386501754 0.533420905574384 0.518980419263991 0.53774140498655 0.691476427352145 0.617792862486458 0.593887911219024 0.582594326631782 0.527272069396665 0.530649028182425 0.580520722411913 0.58041702057852 0.637933936553565 0.58339373653487 0.521770617288183 0.570408218474761 0.656745087024594 0.591747048678134 0.642435840637848 0.630280901585683
+DLT0.LOT06 0.328770053910381 0.342174777989704 0.327187118252722 0.23663295003041 0 0.317611978399855 0.259891880278247 0.309461372983317 0.536089446672208 0.6147723160197 0.543680851091327 0.556698360926391 0.562955953646333 0.632396200933467 0.603007923452378 0.683187319394637 0.647650793650794 0.600758175146558 0.594746037855433 0.576050680695501 0.532650666815652 0.535544658121064 0.501849979187363 0.551528532204961 0.627989667016636 0.656040372792679 0.520402480886789 0.509228495479416 0.550714633459499 0.538752899306914 0.574323990340739 0.530315467763946 0.680004699391728 0.693082773046567 0.649138553177247 0.681224506420259 0.68608843435838 0.758819437888388 0.775559353689578 0.663608352847516 0.551101132190112 0.603195585802917 0.605221213448083 0.603918808127946 0.59808868375776 0.536419570807376 0.516947641243997 0.541967244730028 0.686952712178761 0.580378782643961 0.592983840424189 0.558159125173906 0.496539847264436 0.536748042471332 0.560068214303071 0.537358950514065 0.643613210419232 0.591773645232432 0.462668048639854 0.511118234653906 0.676754860269023 0.590911650223996 0.635432939007904 0.61954988437347
+DLT0.LOT01 0.389411250802876 0.389749555645828 0.359513238833913 0.362661887668523 0.317611978399855 0 0.286409862624046 0.298391297270902 0.541602418372786 0.576817143210029 0.526603886164942 0.543719246868419 0.523921161024454 0.595602075820213 0.585559118983053 0.673280136075469 0.680867074081838 0.607922936379248 0.618291897431041 0.598209504171413 0.591076405142242 0.561206618674116 0.509610071722326 0.580623781330351 0.637441573306119 0.650827820084059 0.534622070563997 0.524344162713242 0.562231517001868 0.560211775512694 0.589030402903521 0.536491968577793 0.673221200724335 0.675114299998045 0.646906366901242 0.679943853506463 0.677000077408179 0.744399447014929 0.762451885281492 0.643129045718996 0.55424043135155 0.580949275769163 0.561839641000674 0.593430334310478 0.604845663677863 0.534101903202545 0.507376913870662 0.521922847650511 0.643472388817207 0.595637835943144 0.619131980783537 0.548008807720538 0.505748007357449 0.519698954089244 0.548633688510873 0.567022297196425 0.642507545639485 0.576691011132044 0.492213769016808 0.535928487553293 0.670797642486384 0.591128709519011 0.625734745112974 0.598340604510949
+DLT0.LOT04 0.346311420062406 0.290240347963101 0.339907385955891 0.287847201133903 0.259891880278247 0.286409862624046 0 0.304146406452441 0.485534806023912 0.563317879636109 0.495152604766801 0.528444843530929 0.523555743375436 0.592933895174769 0.561974305569568 0.637425755548142 0.66922633930328 0.618784820530056 0.594886423160544 0.601318744459977 0.575546153760284 0.562318314972435 0.520115131844732 0.583363266616058 0.614688996559043 0.63500349086546 0.518644266938639 0.517649135299056 0.538097508657508 0.547150266254245 0.560889072443635 0.525183917098343 0.670377807246502 0.681849637603969 0.647371502429349 0.667324345858802 0.657433171729086 0.745925725583114 0.764289186643575 0.642690134701881 0.552302706782743 0.587615207699585 0.584877448023767 0.601545241671821 0.599775829743253 0.54455195566376 0.499866370193906 0.540359159876758 0.663248666529237 0.606262051857299 0.626839039583968 0.581143633830308 0.535303489184205 0.530191714034638 0.563357351823973 0.583981085485027 0.643690809913817 0.571654061942553 0.506286499937668 0.548114047693146 0.669126402163723 0.596211588106372 0.661854102370782 0.640400830079576
+DLT0.LOT10 0.389241305604783 0.390007860403765 0.38492662266766 0.306086561749947 0.309461372983317 0.298391297270902 0.304146406452441 0 0.515359076361679 0.593214643686942 0.492485471960309 0.535775245083092 0.530805029270491 0.600872780410675 0.576879292256639 0.658913705129353 0.642023700734881 0.609614923324206 0.624895891723575 0.586428006162872 0.587063288751984 0.575094101172416 0.509339179888521 0.576864092825295 0.646900382842307 0.653484927234927 0.564872337540604 0.562786427987227 0.580272762437144 0.565231076923847 0.602766589904695 0.566083447273945 0.662744749446485 0.678188967211863 0.645680942226602 0.669404445457354 0.676483714285078 0.738789374347008 0.760855156160819 0.646350098539338 0.551090056119314 0.597550462134923 0.571666370011747 0.616760751026687 0.598860652031877 0.526060767018325 0.497071616783158 0.53748268028698 0.675930768199569 0.605427599047885 0.620693459301649 0.590209752614778 0.541962259824856 0.542971877099356 0.566583617361956 0.580334292448056 0.62590750345461 0.567164189588334 0.510153118065169 0.544961735785743 0.655956417392542 0.571045257287861 0.615716788093734 0.587237310711496
+MVT0.LOT05 0.558647350042396 0.533242142441534 0.552498990377251 0.5186754917562 0.536089446672208 0.541602418372786 0.485534806023912 0.515359076361679 0 0.352972417155035 0.317322110391035 0.330226033179525 0.413866388573318 0.394689034454837 0.366925176937419 0.432333003741042 0.680499772438102 0.590891336374065 0.564514838269357 0.589392831495486 0.55486803831686 0.572359193451563 0.526997597374079 0.555892023335198 0.60976513814177 0.583128544718955 0.574205308434746 0.5807615394777 0.567161038785643 0.580766298610995 0.606236886869659 0.590578624715949 0.713700587528263 0.705364869988659 0.659436867112089 0.701033620316083 0.692734105937235 0.759029988318116 0.757125827571662 0.666153820383755 0.608334066885413 0.622323687147622 0.634858096567035 0.627642497747071 0.660554286855225 0.621557099482697 0.575530588599816 0.619957884376334 0.730520552649654 0.671384993754717 0.666837508682838 0.658488746459873 0.606988987950836 0.630178367520258 0.639560959522819 0.662636518086755 0.697526408464458 0.66076930311295 0.645207240215393 0.647313226691809 0.69505698706854 0.676959809606389 0.713057822477221 0.675724750008455
+MVT0.LOT01 0.634069916291667 0.598457283793849 0.589114989880665 0.597744990142479 0.6147723160197 0.576817143210029 0.563317879636109 0.593214643686942 0.352972417155035 0 0.339264896970495 0.379627602148552 0.378775784021372 0.339701840701725 0.330622914374408 0.408566077129492 0.707362076500934 0.636160335955794 0.651867996623308 0.634183639293055 0.616296767488388 0.636245367872974 0.611850262621624 0.604621746313388 0.620042911130488 0.585154800205963 0.615391433691856 0.59647944383105 0.568907395774376 0.599269880929673 0.651130727375013 0.61237680537548 0.668779417426903 0.686502874372525 0.665362190724977 0.686527523218201 0.636097058329335 0.712442040185471 0.728881384259519 0.646118302799697 0.642595245568475 0.596927502397132 0.60923018641468 0.612942889613754 0.678284931276764 0.678785668352705 0.611044485783624 0.653753332125573 0.713928303471577 0.677210514595982 0.656184804056882 0.659566105466815 0.633530599696218 0.637251815970883 0.651275209403055 0.671137553523933 0.684884025286268 0.635643619906117 0.665396947585762 0.676294590043878 0.683431293147002 0.695735448994625 0.70725319961728 0.683410925286943
+MVT0.LOT06 0.586977876499085 0.534095626389918 0.542041154505155 0.534485652680392 0.543680851091327 0.526603886164942 0.495152604766801 0.492485471960309 0.317322110391035 0.339264896970495 0 0.297467880822539 0.332684520635447 0.335652123555208 0.364331677465512 0.441400010986494 0.693744743314084 0.59922769036895 0.616835237314978 0.593892543093553 0.579410408369381 0.606167002082129 0.568787082217362 0.59654838475325 0.596756522271102 0.628925440811094 0.610273961040057 0.579806700007938 0.581215092248465 0.584234549467487 0.633842964313957 0.618184862869896 0.693939153229009 0.684899741790611 0.643317738330773 0.684727494711247 0.661376418010589 0.751658333480782 0.736105092686921 0.678220395548699 0.615552512021822 0.604865880603795 0.618721582750064 0.602026005688744 0.665342512024434 0.62953560371517 0.602368971793206 0.612434914596423 0.706770402849247 0.676638505048153 0.655691501082098 0.657415872060729 0.623620820363403 0.633712396112905 0.628408471136882 0.658840050998774 0.658463737401119 0.624239969488459 0.628548742566346 0.646393568937334 0.679248684058649 0.656302270812522 0.695030292220513 0.683005264844442
+MVT0.LOT07 0.618364439168374 0.595630244132359 0.59613025240974 0.551477932433378 0.556698360926391 0.543719246868419 0.528444843530929 0.535775245083092 0.330226033179525 0.379627602148552 0.297467880822539 0 0.385936491994932 0.352788744269786 0.387822501239312 0.44787102091648 0.708573348460576 0.593129787963138 0.608224851897987 0.602759063668958 0.581533921057994 0.596011194664694 0.555444759733789 0.567342021653401 0.581293378869671 0.616407262305828 0.584406489590737 0.580776373030322 0.57317693034751 0.581327238904536 0.639728314851848 0.60318819195956 0.701379952439972 0.679275897119762 0.648556476936853 0.700081521942366 0.680241584439456 0.755545153717281 0.743940306293757 0.642032220496894 0.579811733299539 0.567711644537105 0.607056409700911 0.580667156236645 0.65133375258964 0.612125653560558 0.581049909792779 0.603941712491133 0.777897936401266 0.706395771711196 0.69825898127816 0.699902063668231 0.674044905136462 0.645914343363554 0.677396901762944 0.695204866518411 0.725451597785251 0.6747414053956 0.662139068838823 0.685313301663934 0.722032672712955 0.718752074389469 0.75388188880514 0.733863328731698
+MVT0.LOT03 0.59310690982098 0.563155315513785 0.552461963400675 0.528867445321481 0.562955953646333 0.523921161024454 0.523555743375436 0.530805029270491 0.413866388573318 0.378775784021372 0.332684520635447 0.385936491994932 0 0.334521706885791 0.353736676280971 0.414017262158905 0.66079367823798 0.599136745327946 0.631980260611341 0.595153058407744 0.578777027100604 0.585680180967989 0.549634523514834 0.580719018599267 0.593555358960765 0.600305317751415 0.604668668705846 0.610054720102854 0.606180533312123 0.592540471528271 0.632664884329828 0.604746441087482 0.656406735105074 0.648034691390551 0.626827141264215 0.651299371457154 0.6282447868933 0.6978191248738 0.695499738038088 0.614410633406924 0.609632835333689 0.555677138322344 0.570871893541842 0.544011269486171 0.611997538793503 0.597187132826023 0.574680735889479 0.594186520566757 0.680953194396994 0.670162482109126 0.630849371045496 0.639204381881741 0.608789541892945 0.624482888735642 0.606526255735624 0.647960514599001 0.668955323670177 0.62769494091702 0.654453089262035 0.669539630351734 0.67465888694504 0.677910104843752 0.715425373666082 0.685326629294412
+MVT0.LOT09 0.644425105557425 0.627301946703866 0.617844578077283 0.616861176783164 0.632396200933467 0.595602075820213 0.592933895174769 0.600872780410675 0.394689034454837 0.339701840701725 0.335652123555208 0.352788744269786 0.334521706885791 0 0.311654517627805 0.332971278327037 0.704312233420702 0.605413392776091 0.668970176341356 0.604484768879213 0.593420146762768 0.609954049276851 0.580285976168653 0.572212075687746 0.590598468309249 0.609415984336667 0.624291532489818 0.616576079653171 0.578000657627632 0.602437321351666 0.64718502086015 0.614469877770224 0.677901479483662 0.67423777971657 0.662720085896879 0.694258577520772 0.640549781774244 0.735093877061015 0.722831548577418 0.653461504156917 0.679721390186637 0.605150577711852 0.615888928684887 0.592184462431328 0.690910987146516 0.676784959729567 0.633348934178615 0.686049611126621 0.732423914699728 0.696254476197874 0.681151912773697 0.690197296000452 0.668101506946097 0.660191633566635 0.669833897808192 0.694399246317025 0.693052648893057 0.67006491017627 0.682427449259208 0.699745456399809 0.702504262177286 0.712925624298988 0.733377455922303 0.717368667575385
+MVT0.LOT08 0.633386627311114 0.62362079028169 0.604774998121854 0.58334132419128 0.603007923452378 0.585559118983053 0.561974305569568 0.576879292256639 0.366925176937419 0.330622914374408 0.364331677465512 0.387822501239312 0.353736676280971 0.311654517627805 0 0.301718398397985 0.691453884824051 0.607861386566423 0.649749151310675 0.604035317152188 0.594916993317216 0.622528710844362 0.611198854779611 0.581275033377837 0.599085775746168 0.643511326722881 0.645839473153183 0.649331131922638 0.617753448720863 0.621204185691731 0.673073176568404 0.650765676014593 0.639629974978924 0.670380808541164 0.645503716937425 0.670212681501711 0.638013010523803 0.713956017601883 0.702084740523647 0.612952084551674 0.634063317001639 0.576542370696071 0.605736097800083 0.580680948950128 0.647556362932708 0.639079953031144 0.623722259731169 0.646904841156605 0.710273376557196 0.682580510317254 0.68094198922689 0.688183462554644 0.652044388680024 0.655895215761075 0.664893358538845 0.6847650807929 0.696549734230802 0.642674415262364 0.671155014510633 0.709867886698714 0.698556938786614 0.688940943717879 0.726587115291575 0.700338598239352
+MVT0.LOT10 0.676093271776652 0.676679178026565 0.664017875696736 0.655966777336444 0.683187319394637 0.673280136075469 0.637425755548142 0.658913705129353 0.432333003741042 0.408566077129492 0.441400010986494 0.44787102091648 0.414017262158905 0.332971278327037 0.301718398397985 0 0.693718195076457 0.624188422163938 0.683400967776949 0.62169872491865 0.623629570595848 0.655889744731715 0.652790441802222 0.604452373449523 0.58730904795179 0.639051645053775 0.673302154217518 0.658610414725697 0.62870584891839 0.624396051037438 0.662655460793243 0.673330420217027 0.691416488261429 0.70515031578212 0.691452965966921 0.720465347992693 0.678548943353967 0.735879455978489 0.721873114283958 0.673520124198676 0.694463143643428 0.644242568240773 0.689452796352781 0.651176442046517 0.715275697221535 0.716936671829438 0.715901747125295 0.721683706665374 0.744490504979555 0.723648483705485 0.718349000686313 0.750808749284506 0.71051441024598 0.704296075406621 0.70982573444028 0.734091439008277 0.727661275209112 0.695261519882345 0.741556449183746 0.748189930263366 0.740384739324101 0.724298427985636 0.761600228513393 0.757303323727124
+BHT0.LOT01 0.668166275142653 0.661442446324936 0.648793735381351 0.65182629581621 0.647650793650794 0.680867074081838 0.66922633930328 0.642023700734881 0.680499772438102 0.707362076500934 0.693744743314084 0.708573348460576 0.66079367823798 0.704312233420702 0.691453884824051 0.693718195076457 0 0.553828319279023 0.532819041219045 0.526337404306526 0.553054489219107 0.54800170590129 0.597443094432482 0.633180623640593 0.663291197332573 0.663120275539882 0.681744009938651 0.695527323235591 0.692651756222782 0.694764640405203 0.680263950061789 0.668433301206112 0.656160687389262 0.661619516416942 0.642798227286488 0.661521129360822 0.668576091531821 0.70102305695526 0.68659868497793 0.641905836726296 0.626195304600788 0.687899746152351 0.656740960780617 0.67043341438993 0.605996075968471 0.604718789240632 0.629438411500187 0.636904088319276 0.719313929866841 0.638466449727949 0.618962248821968 0.627983666462042 0.630979460748031 0.657667571695232 0.639414404718796 0.622816617632884 0.689227473349045 0.698553087568119 0.710195014070501 0.700004605613529 0.709598889826563 0.691658377079775 0.746780765163785 0.744709272880933
+BHT0.LOT07 0.647255138049382 0.607174222014807 0.622368182568259 0.617998783405211 0.600758175146558 0.607922936379248 0.618784820530056 0.609614923324206 0.590891336374065 0.636160335955794 0.59922769036895 0.593129787963138 0.599136745327946 0.605413392776091 0.607861386566423 0.624188422163938 0.553828319279023 0 0.40564019593469 0.469429315695456 0.427066639433805 0.369245227001151 0.40484882054257 0.391841576382178 0.516707956808571 0.504999953567337 0.537671892731393 0.544976917211455 0.521770778883296 0.505254394051777 0.524835305394661 0.538255300517876 0.703018056757277 0.719122949494006 0.692823045694833 0.702290832401233 0.70689908141503 0.763899091077722 0.759787032954375 0.675110852905243 0.640603587601294 0.684445261671238 0.682859165291147 0.677315731301252 0.682728230447498 0.677031762313307 0.656178919401459 0.664557972860843 0.765862938927582 0.70954214919353 0.711091023109841 0.724316614082594 0.701552865316429 0.715907508597228 0.70247476813251 0.699252393621303 0.688017040909645 0.6946589995096 0.681737690021278 0.671579635359664 0.707606897923908 0.692390299429853 0.744787543632806 0.742947967230519
+BHT0.LOT06 0.634194437155602 0.627098405326444 0.620604700459984 0.620363450561361 0.594746037855433 0.618291897431041 0.594886423160544 0.624895891723575 0.564514838269357 0.651867996623308 0.616835237314978 0.608224851897987 0.631980260611341 0.668970176341356 0.649749151310675 0.683400967776949 0.532819041219045 0.40564019593469 0 0.472139910623706 0.422595592766945 0.366082865492304 0.434712465822073 0.383325870544794 0.496854590520911 0.505730703247859 0.50121427389689 0.506313827502106 0.477976750649562 0.49853044086774 0.502283004785529 0.495341114715159 0.707050327217415 0.724077431380588 0.669741878574132 0.696529377785655 0.724003633557534 0.765933709849834 0.749744708524519 0.696473948007898 0.645692463649237 0.680309053835573 0.669445803455925 0.686614343923232 0.676983803718023 0.673425093171969 0.661830276658652 0.666159991996112 0.75329239879778 0.704835998950576 0.713753061184598 0.698805581193333 0.682752036156246 0.70484444180128 0.694397200601616 0.687894819263163 0.74490579848113 0.72537384186267 0.685462939461178 0.676297493234842 0.743998299787256 0.738043468953429 0.776469707201759 0.755202079068598
+BHT0.LOT03 0.629580000445943 0.611311880024972 0.591910414837232 0.611538817821547 0.576050680695501 0.598209504171413 0.601318744459977 0.586428006162872 0.589392831495486 0.634183639293055 0.593892543093553 0.602759063668958 0.595153058407744 0.604484768879213 0.604035317152188 0.62169872491865 0.526337404306526 0.469429315695456 0.472139910623706 0 0.40947063549764 0.478933015870711 0.494876968129757 0.501795556038776 0.590845328363141 0.623646079403522 0.594090859852178 0.616450141549662 0.592348418324084 0.572048875074031 0.58979012681925 0.588995399843012 0.65683267885845 0.695570097684343 0.68673165225778 0.662385979937774 0.684921663701451 0.714263818976784 0.737832252174532 0.692465384706012 0.6048128157313 0.625913970606216 0.639257127125224 0.604778140970289 0.64700256698413 0.663987024274517 0.649743034321926 0.620957428489117 0.716342000751008 0.676707033706465 0.713628978201172 0.698309069820138 0.674416260348599 0.681565866450554 0.679770697711661 0.688932032435558 0.699274815703754 0.67983838900825 0.667917506330848 0.648058683314917 0.72223578167797 0.698843657322755 0.740662207095485 0.71824909257714
+BHT0.LOT10 0.576755603792125 0.595770697120776 0.566744912701015 0.591994808869886 0.532650666815652 0.591076405142242 0.575546153760284 0.587063288751984 0.55486803831686 0.616296767488388 0.579410408369381 0.581533921057994 0.578777027100604 0.593420146762768 0.594916993317216 0.623629570595848 0.553054489219107 0.427066639433805 0.422595592766945 0.40947063549764 0 0.389134497809078 0.453465498727143 0.384873728149656 0.512523154397725 0.521165932501951 0.491779362043634 0.513978494623656 0.481560029131029 0.464892640933738 0.476803632754327 0.474661285345143 0.706578945177677 0.715141029700041 0.663602368214839 0.680972630212451 0.694944073023771 0.738624756831281 0.757593233718229 0.674053998168552 0.634651599281131 0.666426145491641 0.675934454097143 0.679073845650849 0.652052607206853 0.658305741555321 0.648409464667888 0.664092282009139 0.74268754807247 0.666092743860022 0.678051487608296 0.66970220196215 0.645081565670574 0.671323134210388 0.659043805622628 0.649414743369654 0.711175910043835 0.695118889204856 0.649350031867968 0.653634712195565 0.719725549582442 0.710595249091952 0.742275725228979 0.733357829872864
+BHT0.LOT05 0.588626884110114 0.579339730768954 0.561672474315041 0.572982095929566 0.535544658121064 0.561206618674116 0.562318314972435 0.575094101172416 0.572359193451563 0.636245367872974 0.606167002082129 0.596011194664694 0.585680180967989 0.609954049276851 0.622528710844362 0.655889744731715 0.54800170590129 0.369245227001151 0.366082865492304 0.478933015870711 0.389134497809078 0 0.371145526913976 0.308869931050602 0.452262539659244 0.446541251725479 0.441561101762655 0.452582883577487 0.445872618021829 0.434968062683448 0.41198739166118 0.381319003876837 0.696010798418473 0.689240432437481 0.66156246541994 0.702660352680646 0.69937792526915 0.754306037699121 0.763862105165351 0.665524307222659 0.636750989806423 0.654617447402766 0.681876949080162 0.668002450443535 0.652087312532198 0.627742622149702 0.614950347429575 0.651292480505614 0.751927779789772 0.681565914895635 0.690378126848749 0.670223660229338 0.684040669741593 0.668070136743149 0.69833698130242 0.668172858441447 0.715679161062158 0.706628805040162 0.670996545321455 0.665443738783475 0.733377003777607 0.710704480082304 0.758118866017391 0.738829625170803
+BHT0.LOT04 0.567337706288072 0.553223124743228 0.556623781014959 0.533707832983765 0.501849979187363 0.509610071722326 0.520115131844732 0.509339179888521 0.526997597374079 0.611850262621624 0.568787082217362 0.555444759733789 0.549634523514834 0.580285976168653 0.611198854779611 0.652790441802222 0.597443094432482 0.40484882054257 0.434712465822073 0.494876968129757 0.453465498727143 0.371145526913976 0 0.387789110985504 0.529846407199685 0.495876880046479 0.457185352888938 0.470814933710725 0.47802318174995 0.467673751936508 0.477283789175515 0.413401206174526 0.712617611263555 0.682365841721076 0.64737363911052 0.690383540337587 0.691752302605625 0.754955275482147 0.756706115940216 0.676036300206883 0.591424276425571 0.628140418374517 0.605540182190794 0.619647489736433 0.590903940653838 0.592395311117664 0.562053701869874 0.587717751712505 0.723526946814853 0.649943090338323 0.659262973733485 0.639349215453316 0.617352203265703 0.635068807547865 0.646600094679783 0.649507512848178 0.71301435892232 0.657902378465932 0.618810853856264 0.595763448060305 0.719381763039533 0.680103050247559 0.723930347177148 0.705643199092123
+BHT0.LOT08 0.627737130863146 0.610516542648508 0.59265696724107 0.60679923914054 0.551528532204961 0.580623781330351 0.583363266616058 0.576864092825295 0.555892023335198 0.604621746313388 0.59654838475325 0.567342021653401 0.580719018599267 0.572212075687746 0.581275033377837 0.604452373449523 0.633180623640593 0.391841576382178 0.383325870544794 0.501795556038776 0.384873728149656 0.308869931050602 0.387789110985504 0 0.369162978644743 0.349565081343794 0.372833458666095 0.357318227669109 0.324982651634769 0.330972396851473 0.327412860629546 0.336069651194566 0.731560029299161 0.743371995596485 0.706573669443667 0.743963068963821 0.749061549063195 0.792877793002939 0.791594226873002 0.678315200072837 0.69094139909307 0.700474469093582 0.710278351904187 0.70787063652104 0.709201630178493 0.709139124755062 0.687156906911152 0.707243660196819 0.804148994080156 0.735002131995365 0.743599449106973 0.745851818879358 0.723543062746923 0.711412581390907 0.735280943304717 0.725494487864846 0.737494518568761 0.717834434692001 0.682739215344105 0.677989278449749 0.751774601387905 0.734034585210984 0.772206218845125 0.75184527156467
+VHT0.LOT02 0.630979925473805 0.666088798070038 0.632841968867748 0.647494153839476 0.627989667016636 0.637441573306119 0.614688996559043 0.646900382842307 0.60976513814177 0.620042911130488 0.596756522271102 0.581293378869671 0.593555358960765 0.590598468309249 0.599085775746168 0.58730904795179 0.663291197332573 0.516707956808571 0.496854590520911 0.590845328363141 0.512523154397725 0.452262539659244 0.529846407199685 0.369162978644743 0 0.364714480690563 0.387621667225791 0.413474637345557 0.370563641032785 0.355680414906897 0.348973919069004 0.397242582022774 0.688270075793744 0.697866603148637 0.681600892446353 0.717783087500086 0.716295819639293 0.765172721575479 0.733490638310912 0.646591979692083 0.671605145125535 0.697159123679289 0.69619431986177 0.695952170838834 0.702767672748631 0.681497685677984 0.655951767828652 0.720211734873259 0.755224616850091 0.69625927484011 0.709335151620709 0.709599612372259 0.705387031464042 0.678006214824184 0.695322919469042 0.69928177570859 0.749251992397055 0.739913321676746 0.703854899654506 0.707089704656911 0.760472081797104 0.735983991853843 0.772331986892959 0.743889397202228
+VHT0.LOT10 0.662585829091919 0.657587079833307 0.66421462312413 0.655066421801901 0.656040372792679 0.650827820084059 0.63500349086546 0.653484927234927 0.583128544718955 0.585154800205963 0.628925440811094 0.616407262305828 0.600305317751415 0.609415984336667 0.643511326722881 0.639051645053775 0.663120275539882 0.504999953567337 0.505730703247859 0.623646079403522 0.521165932501951 0.446541251725479 0.495876880046479 0.349565081343794 0.364714480690563 0 0.423406273343328 0.390753169276659 0.339074392360668 0.34650049241579 0.339884208242455 0.359923283369863 0.733288422955701 0.734112990845465 0.725326677362999 0.739665390306553 0.740133499740815 0.763603555411568 0.754183740784792 0.700867329186221 0.702602117270584 0.723845142875139 0.730020943687265 0.71780035302228 0.722770222522581 0.724577655100655 0.681528309210891 0.727690025270146 0.777173345705504 0.705846301748483 0.708796847782714 0.723461452545165 0.707458890220634 0.705238178878808 0.717333875512573 0.713896856155471 0.747439261202769 0.735434645972954 0.721387657736833 0.713024155047017 0.742285111917647 0.734177715029144 0.783036191562965 0.742393370191739
+VHT0.LOT03 0.548077006064955 0.576069019426189 0.569031394968335 0.56225748488454 0.520402480886789 0.534622070563997 0.518644266938639 0.564872337540604 0.574205308434746 0.615391433691856 0.610273961040057 0.584406489590737 0.604668668705846 0.624291532489818 0.645839473153183 0.673302154217518 0.681744009938651 0.537671892731393 0.50121427389689 0.594090859852178 0.491779362043634 0.441561101762655 0.457185352888938 0.372833458666095 0.387621667225791 0.423406273343328 0 0.360121488933469 0.306641931778214 0.34867336942365 0.349628730559752 0.262917687866744 0.716357566895642 0.690309332865845 0.632342066786549 0.684844105083283 0.695145298802613 0.777257745839217 0.775953552752999 0.675184867855533 0.629582041047448 0.673967328897488 0.654642781066489 0.651343798190325 0.633048770489304 0.622907896287337 0.584336466174917 0.623397395685555 0.756830837667152 0.686323026913134 0.673443999533491 0.656882017649281 0.632306281331715 0.627954298329226 0.640690380774538 0.656401271882231 0.73651100910773 0.713930282122513 0.640271704333558 0.646128294816589 0.733515613993747 0.710894437063629 0.732774666877935 0.712447865590699
+VHT0.LOT01 0.565292617093312 0.556446826887928 0.538210280024464 0.585910202759511 0.509228495479416 0.524344162713242 0.517649135299056 0.562786427987227 0.5807615394777 0.59647944383105 0.579806700007938 0.580776373030322 0.610054720102854 0.616576079653171 0.649331131922638 0.658610414725697 0.695527323235591 0.544976917211455 0.506313827502106 0.616450141549662 0.513978494623656 0.452582883577487 0.470814933710725 0.357318227669109 0.413474637345557 0.390753169276659 0.360121488933469 0 0.338194230755469 0.310409232042607 0.353593327354783 0.337291302761038 0.748843732587873 0.776108957903054 0.723953778379769 0.761881471260529 0.762481477221211 0.798250285769024 0.800637981553384 0.703445022267465 0.68092982388872 0.702706140429372 0.716384255686885 0.705390796972529 0.708863723214155 0.688279491877667 0.637654090399701 0.691749243322493 0.717389338863782 0.670136093613482 0.715509288963893 0.690196543702147 0.645908362846977 0.650034552362196 0.673279568144908 0.678124378502848 0.702422017938487 0.666175063240402 0.621388017918355 0.593843292474209 0.720924597420438 0.678216626620196 0.723812942859527 0.705301737592034
+VHT0.LOT08 0.583061634989672 0.600775747996288 0.583964660155039 0.587660125505416 0.550714633459499 0.562231517001868 0.538097508657508 0.580272762437144 0.567161038785643 0.568907395774376 0.581215092248465 0.57317693034751 0.606180533312123 0.578000657627632 0.617753448720863 0.62870584891839 0.692651756222782 0.521770778883296 0.477976750649562 0.592348418324084 0.481560029131029 0.445872618021829 0.47802318174995 0.324982651634769 0.370563641032785 0.339074392360668 0.306641931778214 0.338194230755469 0 0.290206597824318 0.271801049809385 0.296925479276805 0.73368457733302 0.747967112668003 0.696568636709006 0.74530612244898 0.713968356294305 0.780810768206253 0.784586199951925 0.685109574518104 0.676724205231131 0.692511060791047 0.687808611615302 0.683595024965451 0.705720347982555 0.661551821806458 0.655889876287768 0.693270919283487 0.766706257652849 0.70566558075025 0.722461634077857 0.720307191526724 0.700994446768971 0.690317239401179 0.700714037642306 0.704742296821021 0.75109608461794 0.710574760625464 0.690549392311257 0.686748419794261 0.744988075263174 0.726611832944889 0.749253135300688 0.729768073962883
+VHT0.LOT06 0.559960446409113 0.5911490693311 0.555481448289844 0.55736650308537 0.538752899306914 0.560211775512694 0.547150266254245 0.565231076923847 0.580766298610995 0.599269880929673 0.584234549467487 0.581327238904536 0.592540471528271 0.602437321351666 0.621204185691731 0.624396051037438 0.694764640405203 0.505254394051777 0.49853044086774 0.572048875074031 0.464892640933738 0.434968062683448 0.467673751936508 0.330972396851473 0.355680414906897 0.34650049241579 0.34867336942365 0.310409232042607 0.290206597824318 0 0.328000919154061 0.329042266773559 0.740737039983834 0.772932393385527 0.719429693597096 0.757967375944904 0.750420394211569 0.777934817960933 0.774560620276025 0.702922008175045 0.67114899230653 0.719223142892344 0.715818677669792 0.721189608475924 0.720126528556944 0.688809048130108 0.645445449968371 0.710581561565244 0.761668112221804 0.699154876779361 0.719306770747506 0.71226595049976 0.676562049589731 0.682775151033293 0.687973816002409 0.706869952813359 0.72214884605774 0.70253634368384 0.654348261340229 0.664607013076837 0.742364380722875 0.68943400429384 0.750838935182349 0.728603522808165
+VHT0.LOT07 0.561005582218959 0.616992581263469 0.59213139931072 0.60224110985816 0.574323990340739 0.589030402903521 0.560889072443635 0.602766589904695 0.606236886869659 0.651130727375013 0.633842964313957 0.639728314851848 0.632664884329828 0.64718502086015 0.673073176568404 0.662655460793243 0.680263950061789 0.524835305394661 0.502283004785529 0.58979012681925 0.476803632754327 0.41198739166118 0.477283789175515 0.327412860629546 0.348973919069004 0.339884208242455 0.349628730559752 0.353593327354783 0.271801049809385 0.328000919154061 0 0.301560244467392 0.743640883723148 0.745488857684289 0.717466586022462 0.734149977215327 0.744160030397046 0.774812255641192 0.786612076471445 0.699163943953395 0.685595978385134 0.729037245157282 0.734362626189014 0.718987582583444 0.71892536290596 0.696959183184663 0.665322711366964 0.726752072143405 0.762585088222043 0.725120566560135 0.728174199222858 0.715839437590389 0.705612577128389 0.696663343009464 0.708848229667574 0.72172831541543 0.734227978522711 0.733422717548381 0.686668285922476 0.675801761340687 0.756843057736675 0.726538682991375 0.765732188192081 0.74423504571082
+VHT0.LOT04 0.555410973214134 0.601616192130504 0.579064617903163 0.581890509728611 0.530315467763946 0.536491968577793 0.525183917098343 0.566083447273945 0.590578624715949 0.61237680537548 0.618184862869896 0.60318819195956 0.604746441087482 0.614469877770224 0.650765676014593 0.673330420217027 0.668433301206112 0.538255300517876 0.495341114715159 0.588995399843012 0.474661285345143 0.381319003876837 0.413401206174526 0.336069651194566 0.397242582022774 0.359923283369863 0.262917687866744 0.337291302761038 0.296925479276805 0.329042266773559 0.301560244467392 0 0.721763546939715 0.710513587067373 0.667857853844277 0.708429151872951 0.699520974188158 0.771700507998631 0.761110570018196 0.686465501424605 0.647523836454333 0.673555468644294 0.681493033234658 0.679761841160164 0.657328917658508 0.634967578982836 0.607941054619809 0.661765799780949 0.749673598153098 0.672070216525348 0.674228256412827 0.652558669866068 0.648989764119268 0.648432268156653 0.655848408186951 0.675227489055048 0.732915205734926 0.700868234559824 0.638538951117073 0.668211514496793 0.722926571406701 0.703934735934003 0.745824179825466 0.723331902670937
+SFT0.LOT08 0.686198206609958 0.651100765662097 0.677073030113301 0.66220466698322 0.680004699391728 0.673221200724335 0.670377807246502 0.662744749446485 0.713700587528263 0.668779417426903 0.693939153229009 0.701379952439972 0.656406735105074 0.677901479483662 0.639629974978924 0.691416488261429 0.656160687389262 0.703018056757277 0.707050327217415 0.65683267885845 0.706578945177677 0.696010798418473 0.712617611263555 0.731560029299161 0.688270075793744 0.733288422955701 0.716357566895642 0.748843732587873 0.73368457733302 0.740737039983834 0.743640883723148 0.721763546939715 0 0.438091489965044 0.419172748451424 0.435381151743653 0.455050832168621 0.463194895993032 0.50959669277761 0.464009685015539 0.628375327462709 0.542862335455758 0.556672177147904 0.547621769539823 0.581019221747586 0.602562169314663 0.608241614975622 0.602979477904743 0.593318334863429 0.573062908610825 0.574367097805552 0.614305403462991 0.632828889765641 0.599640639863241 0.568724715100043 0.56634100859413 0.67473499808191 0.649278056278592 0.677523126175512 0.682401683795366 0.688716587074794 0.685021220235917 0.682783418993296 0.663192007703921
+SFT0.LOT07 0.704398980872343 0.681452439239435 0.679856615483388 0.668311655269135 0.693082773046567 0.675114299998045 0.681849637603969 0.678188967211863 0.705364869988659 0.686502874372525 0.684899741790611 0.679275897119762 0.648034691390551 0.67423777971657 0.670380808541164 0.70515031578212 0.661619516416942 0.719122949494006 0.724077431380588 0.695570097684343 0.715141029700041 0.689240432437481 0.682365841721076 0.743371995596485 0.697866603148637 0.734112990845465 0.690309332865845 0.776108957903054 0.747967112668003 0.772932393385527 0.745488857684289 0.710513587067373 0.438091489965044 0 0.380633730088617 0.336619999037781 0.388654166918974 0.49296558957935 0.470975328877217 0.442306509495184 0.602192682091669 0.532658117884187 0.535629275360797 0.527315620219701 0.52555353670794 0.559606486566707 0.576207318756532 0.569275828315715 0.648881396090582 0.64398768159477 0.588103791645168 0.585307756236762 0.648697363159139 0.620277043702361 0.597117804151879 0.60689540396362 0.685284615484545 0.676039823480504 0.697481070398745 0.700561301317972 0.685695663618906 0.694000485914428 0.689407299921866 0.682769097334482
+SFT0.LOT06 0.675272727535421 0.635746166689655 0.659776066311386 0.614531794300939 0.649138553177247 0.646906366901242 0.647371502429349 0.645680942226602 0.659436867112089 0.665362190724977 0.643317738330773 0.648556476936853 0.626827141264215 0.662720085896879 0.645503716937425 0.691452965966921 0.642798227286488 0.692823045694833 0.669741878574132 0.68673165225778 0.663602368214839 0.66156246541994 0.64737363911052 0.706573669443667 0.681600892446353 0.725326677362999 0.632342066786549 0.723953778379769 0.696568636709006 0.719429693597096 0.717466586022462 0.667857853844277 0.419172748451424 0.380633730088617 0 0.354343905125218 0.399724737467437 0.514328190540972 0.505088454744391 0.453452030908289 0.569714354282972 0.536240020507242 0.532049295056055 0.517215195995454 0.514981918459848 0.520851720891152 0.535056907436877 0.507882909880885 0.620138136923063 0.616847977536738 0.543268830999133 0.574707117562016 0.619260181852404 0.582295430356595 0.579562893670678 0.557618585310113 0.655107623647903 0.643696575153525 0.638614774854273 0.639167315262137 0.662023385683372 0.65847379840122 0.664812264787866 0.671805359299952
+SFT0.LOT03 0.711657734556618 0.656251161738522 0.671077096490443 0.648867921624159 0.681224506420259 0.679943853506463 0.667324345858802 0.669404445457354 0.701033620316083 0.686527523218201 0.684727494711247 0.700081521942366 0.651299371457154 0.694258577520772 0.670212681501711 0.720465347992693 0.661521129360822 0.702290832401233 0.696529377785655 0.662385979937774 0.680972630212451 0.702660352680646 0.690383540337587 0.743963068963821 0.717783087500086 0.739665390306553 0.684844105083283 0.761881471260529 0.74530612244898 0.757967375944904 0.734149977215327 0.708429151872951 0.435381151743653 0.336619999037781 0.354343905125218 0 0.325508418738823 0.445941159768995 0.471088535128984 0.441199074824033 0.573681586656649 0.531707992479528 0.499833609952427 0.506845015832045 0.505923224123057 0.543041591010345 0.557095116114314 0.514990444047833 0.602991120609628 0.629975281802344 0.579160091934375 0.58055934178149 0.626330542223623 0.595597200270942 0.571861108683095 0.589329416218349 0.656363643578028 0.647844866911742 0.672911750202223 0.673427840810348 0.67171887301095 0.668428593392817 0.675686675415935 0.66612489889745
+SFT0.LOT02 0.715799775906816 0.660748149236051 0.673953708382158 0.64711988649799 0.68608843435838 0.677000077408179 0.657433171729086 0.676483714285078 0.692734105937235 0.636097058329335 0.661376418010589 0.680241584439456 0.6282447868933 0.640549781774244 0.638013010523803 0.678548943353967 0.668576091531821 0.70689908141503 0.724003633557534 0.684921663701451 0.694944073023771 0.69937792526915 0.691752302605625 0.749061549063195 0.716295819639293 0.740133499740815 0.695145298802613 0.762481477221211 0.713968356294305 0.750420394211569 0.744160030397046 0.699520974188158 0.455050832168621 0.388654166918974 0.399724737467437 0.325508418738823 0 0.458406447294633 0.462424760643841 0.50434136826039 0.601747144345897 0.485904466180657 0.487063077061634 0.496322102342059 0.534592065735711 0.563570278648626 0.576339515032313 0.56576150097137 0.64278601384514 0.645764733457585 0.596387402420546 0.602108759967725 0.647576219749308 0.610911536896588 0.597908676263013 0.612221665475987 0.648261388792396 0.621192342006573 0.691133490356917 0.689841499289745 0.661637888388034 0.684417168462003 0.657749916299696 0.69817254539659
+SFT0.LOT05 0.768785445356757 0.718117436370543 0.753757865966224 0.731001641531308 0.758819437888388 0.744399447014929 0.745925725583114 0.738789374347008 0.759029988318116 0.712442040185471 0.751658333480782 0.755545153717281 0.6978191248738 0.735093877061015 0.713956017601883 0.735879455978489 0.70102305695526 0.763899091077722 0.765933709849834 0.714263818976784 0.738624756831281 0.754306037699121 0.754955275482147 0.792877793002939 0.765172721575479 0.763603555411568 0.777257745839217 0.798250285769024 0.780810768206253 0.777934817960933 0.774812255641192 0.771700507998631 0.463194895993032 0.49296558957935 0.514328190540972 0.445941159768995 0.458406447294633 0 0.385669888916354 0.501278277781283 0.634616779706227 0.621510276338223 0.610787025788374 0.602586824372872 0.597202010809889 0.656126546257336 0.674454263819886 0.632749034559898 0.59781028603544 0.635303263463419 0.629288233909161 0.678391701902598 0.67391078188836 0.653230062183226 0.655871325222883 0.620131153033222 0.65264490633501 0.66133662108364 0.733799361951346 0.72888470688492 0.675884693159838 0.701730201468984 0.699231939335925 0.685143179552477
+SFT0.LOT04 0.785667248244791 0.745868841494258 0.744905299647077 0.730307622081393 0.775559353689578 0.762451885281492 0.764289186643575 0.760855156160819 0.757125827571662 0.728881384259519 0.736105092686921 0.743940306293757 0.695499738038088 0.722831548577418 0.702084740523647 0.721873114283958 0.68659868497793 0.759787032954375 0.749744708524519 0.737832252174532 0.757593233718229 0.763862105165351 0.756706115940216 0.791594226873002 0.733490638310912 0.754183740784792 0.775953552752999 0.800637981553384 0.784586199951925 0.774560620276025 0.786612076471445 0.761110570018196 0.50959669277761 0.470975328877217 0.505088454744391 0.471088535128984 0.462424760643841 0.385669888916354 0 0.529823662817451 0.624984156383065 0.612668218268965 0.606093235152808 0.623218063348336 0.614885171468335 0.641064860034498 0.667993978354321 0.631478692897702 0.662647612921013 0.689916703926342 0.665665632699437 0.710998757404347 0.70921176960449 0.697540050352049 0.68402105896223 0.67653941240729 0.706813924964494 0.693305574180257 0.755555539304874 0.765001523953267 0.718056925126289 0.747228196855636 0.743182582673147 0.740007909758363
+SFT0.LOT01 0.696459130925707 0.651811755169484 0.669777464567699 0.654693665471852 0.663608352847516 0.643129045718996 0.642690134701881 0.646350098539338 0.666153820383755 0.646118302799697 0.678220395548699 0.642032220496894 0.614410633406924 0.653461504156917 0.612952084551674 0.673520124198676 0.641905836726296 0.675110852905243 0.696473948007898 0.692465384706012 0.674053998168552 0.665524307222659 0.676036300206883 0.678315200072837 0.646591979692083 0.700867329186221 0.675184867855533 0.703445022267465 0.685109574518104 0.702922008175045 0.699163943953395 0.686465501424605 0.464009685015539 0.442306509495184 0.453452030908289 0.441199074824033 0.50434136826039 0.501278277781283 0.529823662817451 0 0.613493362114658 0.577344518836794 0.552786032432475 0.563762245088065 0.569948475586673 0.575464539370017 0.575571376784828 0.597183197527395 0.64210034632381 0.640292208526518 0.607138867723705 0.624618867898716 0.666428413785627 0.631636983931547 0.64884137112083 0.614355178020544 0.685925618180663 0.652614613631499 0.679585732731146 0.664390874036075 0.654689380709201 0.685789892025029 0.682473288565758 0.679715940692331
+FST0.LOT07 0.606145374094578 0.583079458698659 0.594953408905372 0.550986520140429 0.551101132190112 0.55424043135155 0.552302706782743 0.551090056119314 0.608334066885413 0.642595245568475 0.615552512021822 0.579811733299539 0.609632835333689 0.679721390186637 0.634063317001639 0.694463143643428 0.626195304600788 0.640603587601294 0.645692463649237 0.6048128157313 0.634651599281131 0.636750989806423 0.591424276425571 0.69094139909307 0.671605145125535 0.702602117270584 0.629582041047448 0.68092982388872 0.676724205231131 0.67114899230653 0.685595978385134 0.647523836454333 0.628375327462709 0.602192682091669 0.569714354282972 0.573681586656649 0.601747144345897 0.634616779706227 0.624984156383065 0.613493362114658 0 0.497509617912017 0.515047614082485 0.491374150684158 0.426630647718208 0.404717884663352 0.453839691331134 0.370710985358774 0.664719387656832 0.641967898861796 0.624284709416171 0.605451438752298 0.578767223114605 0.535149236409315 0.604420122617807 0.606664637857578 0.676975720097811 0.624797046225756 0.59729514857773 0.642948973401596 0.68223217716672 0.661402723611022 0.659662717671486 0.641964763504036
+FST0.LOT08 0.651568775909291 0.611335962879801 0.594885764729724 0.578108555327527 0.603195585802917 0.580949275769163 0.587615207699585 0.597550462134923 0.622323687147622 0.596927502397132 0.604865880603795 0.567711644537105 0.555677138322344 0.605150577711852 0.576542370696071 0.644242568240773 0.687899746152351 0.684445261671238 0.680309053835573 0.625913970606216 0.666426145491641 0.654617447402766 0.628140418374517 0.700474469093582 0.697159123679289 0.723845142875139 0.673967328897488 0.702706140429372 0.692511060791047 0.719223142892344 0.729037245157282 0.673555468644294 0.542862335455758 0.532658117884187 0.536240020507242 0.531707992479528 0.485904466180657 0.621510276338223 0.612668218268965 0.577344518836794 0.497509617912017 0 0.346808665008292 0.330984111779772 0.470293016177525 0.482099600864582 0.487161314712496 0.455017657270503 0.66370739765848 0.643861647354168 0.611007623063146 0.576486274779431 0.581086079933829 0.578823174851299 0.570362323230504 0.592821993286409 0.666785685703556 0.636293303101194 0.592117392147325 0.628272513261961 0.653431565041232 0.669569418359917 0.649555080406131 0.622223781286026
+FST0.LOT05 0.636874887259531 0.60471232308416 0.591809685788661 0.581483626069613 0.605221213448083 0.561839641000674 0.584877448023767 0.571666370011747 0.634858096567035 0.60923018641468 0.618721582750064 0.607056409700911 0.570871893541842 0.615888928684887 0.605736097800083 0.689452796352781 0.656740960780617 0.682859165291147 0.669445803455925 0.639257127125224 0.675934454097143 0.681876949080162 0.605540182190794 0.710278351904187 0.69619431986177 0.730020943687265 0.654642781066489 0.716384255686885 0.687808611615302 0.715818677669792 0.734362626189014 0.681493033234658 0.556672177147904 0.535629275360797 0.532049295056055 0.499833609952427 0.487063077061634 0.610787025788374 0.606093235152808 0.552786032432475 0.515047614082485 0.346808665008292 0 0.346989891761338 0.447104819064017 0.447114984674256 0.444855850520552 0.430020071847674 0.609868380825771 0.602442670301934 0.563979058304512 0.519264184933487 0.560922206827559 0.544551191682361 0.514989920556191 0.550351563938007 0.670758943993809 0.637022019568916 0.596674490343348 0.606851245906647 0.668030013340577 0.666749198532296 0.657485049905096 0.642501131705744
+FST0.LOT06 0.65198384887721 0.626317689189847 0.623526170876335 0.60121351538218 0.603918808127946 0.593430334310478 0.601545241671821 0.616760751026687 0.627642497747071 0.612942889613754 0.602026005688744 0.580667156236645 0.544011269486171 0.592184462431328 0.580680948950128 0.651176442046517 0.67043341438993 0.677315731301252 0.686614343923232 0.604778140970289 0.679073845650849 0.668002450443535 0.619647489736433 0.70787063652104 0.695952170838834 0.71780035302228 0.651343798190325 0.705390796972529 0.683595024965451 0.721189608475924 0.718987582583444 0.679761841160164 0.547621769539823 0.527315620219701 0.517215195995454 0.506845015832045 0.496322102342059 0.602586824372872 0.623218063348336 0.563762245088065 0.491374150684158 0.330984111779772 0.346989891761338 0 0.4260014781966 0.43239112564351 0.456626766565326 0.424253588065107 0.633427098978347 0.620804557324461 0.590022013078114 0.575951999240637 0.58136013018886 0.573013441593329 0.558661827240262 0.569325237197751 0.667752535559838 0.62803399813693 0.627642831990917 0.622481081324749 0.685721750598227 0.680906962176351 0.673519302214655 0.642289648764428
+FST0.LOT01 0.648424320754247 0.620601501298686 0.633556125967904 0.603102386501754 0.59808868375776 0.604845663677863 0.599775829743253 0.598860652031877 0.660554286855225 0.678284931276764 0.665342512024434 0.65133375258964 0.611997538793503 0.690910987146516 0.647556362932708 0.715275697221535 0.605996075968471 0.682728230447498 0.676983803718023 0.64700256698413 0.652052607206853 0.652087312532198 0.590903940653838 0.709201630178493 0.702767672748631 0.722770222522581 0.633048770489304 0.708863723214155 0.705720347982555 0.720126528556944 0.71892536290596 0.657328917658508 0.581019221747586 0.52555353670794 0.514981918459848 0.505923224123057 0.534592065735711 0.597202010809889 0.614885171468335 0.569948475586673 0.426630647718208 0.470293016177525 0.447104819064017 0.4260014781966 0 0.346625435800551 0.40660227457555 0.334261013854814 0.634114562722596 0.605116238813798 0.551536244541485 0.550288756277992 0.577730699300215 0.547684559855403 0.54893148017071 0.554904486902079 0.657058350644546 0.626948888114278 0.616379365252832 0.644982651474768 0.664857249588266 0.639286727253157 0.639705749970948 0.645156215339451
+FST0.LOT03 0.572507853619064 0.555908156452842 0.563161599049313 0.533420905574384 0.536419570807376 0.534101903202545 0.54455195566376 0.526060767018325 0.621557099482697 0.678785668352705 0.62953560371517 0.612125653560558 0.597187132826023 0.676784959729567 0.639079953031144 0.716936671829438 0.604718789240632 0.677031762313307 0.673425093171969 0.663987024274517 0.658305741555321 0.627742622149702 0.592395311117664 0.709139124755062 0.681497685677984 0.724577655100655 0.622907896287337 0.688279491877667 0.661551821806458 0.688809048130108 0.696959183184663 0.634967578982836 0.602562169314663 0.559606486566707 0.520851720891152 0.543041591010345 0.563570278648626 0.656126546257336 0.641064860034498 0.575464539370017 0.404717884663352 0.482099600864582 0.447114984674256 0.43239112564351 0.346625435800551 0 0.339851977392209 0.325444920500685 0.619893938018756 0.634548909942326 0.582647712177802 0.56596157931474 0.578738490038321 0.525256592656929 0.542516851383247 0.586246867454801 0.667437017827774 0.650369268163475 0.619978422369107 0.62395140934144 0.689007839280897 0.666965162172101 0.677946043152047 0.650958013541358
+FST0.LOT10 0.533534738606473 0.533249165381552 0.558391672795279 0.518980419263991 0.516947641243997 0.507376913870662 0.499866370193906 0.497071616783158 0.575530588599816 0.611044485783624 0.602368971793206 0.581049909792779 0.574680735889479 0.633348934178615 0.623722259731169 0.715901747125295 0.629438411500187 0.656178919401459 0.661830276658652 0.649743034321926 0.648409464667888 0.614950347429575 0.562053701869874 0.687156906911152 0.655951767828652 0.681528309210891 0.584336466174917 0.637654090399701 0.655889876287768 0.645445449968371 0.665322711366964 0.607941054619809 0.608241614975622 0.576207318756532 0.535056907436877 0.557095116114314 0.576339515032313 0.674454263819886 0.667993978354321 0.575571376784828 0.453839691331134 0.487161314712496 0.444855850520552 0.456626766565326 0.40660227457555 0.339851977392209 0 0.384482451603056 0.644348676740031 0.589790467190721 0.544464604183511 0.495200721911126 0.52645421651233 0.508356639445128 0.524023396385288 0.533272102438144 0.645385541415215 0.607987890096745 0.54873282097764 0.570503565249003 0.657620741452954 0.625656721623157 0.641191867652921 0.609247236482718
+FST0.LOT02 0.612417013174867 0.574427223549588 0.58499884389222 0.53774140498655 0.541967244730028 0.521922847650511 0.540359159876758 0.53748268028698 0.619957884376334 0.653753332125573 0.612434914596423 0.603941712491133 0.594186520566757 0.686049611126621 0.646904841156605 0.721683706665374 0.636904088319276 0.664557972860843 0.666159991996112 0.620957428489117 0.664092282009139 0.651292480505614 0.587717751712505 0.707243660196819 0.720211734873259 0.727690025270146 0.623397395685555 0.691749243322493 0.693270919283487 0.710581561565244 0.726752072143405 0.661765799780949 0.602979477904743 0.569275828315715 0.507882909880885 0.514990444047833 0.56576150097137 0.632749034559898 0.631478692897702 0.597183197527395 0.370710985358774 0.455017657270503 0.430020071847674 0.424253588065107 0.334261013854814 0.325444920500685 0.384482451603056 0 0.647730074377473 0.648615046260366 0.601572525102759 0.56861040441738 0.554713837458943 0.531921880719359 0.575181666590176 0.570275026558359 0.656000836514173 0.621931217578835 0.570718949120071 0.599656697777913 0.653159907372082 0.64187240650603 0.6338607965616 0.618787322862652
+FCT0.LOT06 0.6538120765306 0.609466674526089 0.658968009415742 0.691476427352145 0.686952712178761 0.643472388817207 0.663248666529237 0.675930768199569 0.730520552649654 0.713928303471577 0.706770402849247 0.777897936401266 0.680953194396994 0.732423914699728 0.710273376557196 0.744490504979555 0.719313929866841 0.765862938927582 0.75329239879778 0.716342000751008 0.74268754807247 0.751927779789772 0.723526946814853 0.804148994080156 0.755224616850091 0.777173345705504 0.756830837667152 0.717389338863782 0.766706257652849 0.761668112221804 0.762585088222043 0.749673598153098 0.593318334863429 0.648881396090582 0.620138136923063 0.602991120609628 0.64278601384514 0.59781028603544 0.662647612921013 0.64210034632381 0.664719387656832 0.66370739765848 0.609868380825771 0.633427098978347 0.634114562722596 0.619893938018756 0.644348676740031 0.647730074377473 0 0.486817921065308 0.540983218397609 0.509911240475494 0.565230598973012 0.516238353758875 0.488210863981342 0.51055006673278 0.627044156251548 0.609524571085043 0.667707797093415 0.637192601002154 0.6911709832662 0.624895467913965 0.616537536660449 0.623271100846613
+FCT0.LOT10 0.591881312389585 0.554013286087225 0.598607385198043 0.617792862486458 0.580378782643961 0.595637835943144 0.606262051857299 0.605427599047885 0.671384993754717 0.677210514595982 0.676638505048153 0.706395771711196 0.670162482109126 0.696254476197874 0.682580510317254 0.723648483705485 0.638466449727949 0.70954214919353 0.704835998950576 0.676707033706465 0.666092743860022 0.681565914895635 0.649943090338323 0.735002131995365 0.69625927484011 0.705846301748483 0.686323026913134 0.670136093613482 0.70566558075025 0.699154876779361 0.725120566560135 0.672070216525348 0.573062908610825 0.64398768159477 0.616847977536738 0.629975281802344 0.645764733457585 0.635303263463419 0.689916703926342 0.640292208526518 0.641967898861796 0.643861647354168 0.602442670301934 0.620804557324461 0.605116238813798 0.634548909942326 0.589790467190721 0.648615046260366 0.486817921065308 0 0.341050118414173 0.363648837010666 0.366576621621391 0.383374123585372 0.347716104835371 0.329968575299835 0.618370167197369 0.632954315706048 0.593646624851938 0.561953464720758 0.683048323863822 0.615367035307661 0.624473956262426 0.598866168952099
+FCT0.LOT05 0.619093998659405 0.591520342983099 0.618132787151034 0.593887911219024 0.592983840424189 0.619131980783537 0.626839039583968 0.620693459301649 0.666837508682838 0.656184804056882 0.655691501082098 0.69825898127816 0.630849371045496 0.681151912773697 0.68094198922689 0.718349000686313 0.618962248821968 0.711091023109841 0.713753061184598 0.713628978201172 0.678051487608296 0.690378126848749 0.659262973733485 0.743599449106973 0.709335151620709 0.708796847782714 0.673443999533491 0.715509288963893 0.722461634077857 0.719306770747506 0.728174199222858 0.674228256412827 0.574367097805552 0.588103791645168 0.543268830999133 0.579160091934375 0.596387402420546 0.629288233909161 0.665665632699437 0.607138867723705 0.624284709416171 0.611007623063146 0.563979058304512 0.590022013078114 0.551536244541485 0.582647712177802 0.544464604183511 0.601572525102759 0.540983218397609 0.341050118414173 0 0.292471528404472 0.317329127907631 0.406179099611879 0.348208149812384 0.29818223156307 0.592401516126124 0.601312283273752 0.564335139586156 0.535263413609265 0.62760665087889 0.592952488148562 0.598369113474161 0.594835464062659
+FCT0.LOT03 0.585895717589353 0.578096390189169 0.591293863217907 0.582594326631782 0.558159125173906 0.548008807720538 0.581143633830308 0.590209752614778 0.658488746459873 0.659566105466815 0.657415872060729 0.699902063668231 0.639204381881741 0.690197296000452 0.688183462554644 0.750808749284506 0.627983666462042 0.724316614082594 0.698805581193333 0.698309069820138 0.66970220196215 0.670223660229338 0.639349215453316 0.745851818879358 0.709599612372259 0.723461452545165 0.656882017649281 0.690196543702147 0.720307191526724 0.71226595049976 0.715839437590389 0.652558669866068 0.614305403462991 0.585307756236762 0.574707117562016 0.58055934178149 0.602108759967725 0.678391701902598 0.710998757404347 0.624618867898716 0.605451438752298 0.576486274779431 0.519264184933487 0.575951999240637 0.550288756277992 0.56596157931474 0.495200721911126 0.56861040441738 0.509911240475494 0.363648837010666 0.292471528404472 0 0.295171444076746 0.321459408356152 0.314465502981148 0.286511925701445 0.638576103501992 0.609871767185496 0.529900980728507 0.550147421213438 0.668064647721933 0.607656887251677 0.608336922498302 0.589729224189693
+FCT0.LOT08 0.548200617493159 0.520647115926058 0.548709240291208 0.527272069396665 0.496539847264436 0.505748007357449 0.535303489184205 0.541962259824856 0.606988987950836 0.633530599696218 0.623620820363403 0.674044905136462 0.608789541892945 0.668101506946097 0.652044388680024 0.71051441024598 0.630979460748031 0.701552865316429 0.682752036156246 0.674416260348599 0.645081565670574 0.684040669741593 0.617352203265703 0.723543062746923 0.705387031464042 0.707458890220634 0.632306281331715 0.645908362846977 0.700994446768971 0.676562049589731 0.705612577128389 0.648989764119268 0.632828889765641 0.648697363159139 0.619260181852404 0.626330542223623 0.647576219749308 0.67391078188836 0.70921176960449 0.666428413785627 0.578767223114605 0.581086079933829 0.560922206827559 0.58136013018886 0.577730699300215 0.578738490038321 0.52645421651233 0.554713837458943 0.565230598973012 0.366576621621391 0.317329127907631 0.295171444076746 0 0.341072451971395 0.314638633901543 0.287866850668412 0.621304699123648 0.587106646234851 0.483352401749261 0.498632240159762 0.657719412509422 0.596224675154877 0.602508666027023 0.56189574233229
+FCT0.LOT02 0.594002797632857 0.532256954612006 0.589473963654829 0.530649028182425 0.536748042471332 0.519698954089244 0.530191714034638 0.542971877099356 0.630178367520258 0.637251815970883 0.633712396112905 0.645914343363554 0.624482888735642 0.660191633566635 0.655895215761075 0.704296075406621 0.657667571695232 0.715907508597228 0.70484444180128 0.681565866450554 0.671323134210388 0.668070136743149 0.635068807547865 0.711412581390907 0.678006214824184 0.705238178878808 0.627954298329226 0.650034552362196 0.690317239401179 0.682775151033293 0.696663343009464 0.648432268156653 0.599640639863241 0.620277043702361 0.582295430356595 0.595597200270942 0.610911536896588 0.653230062183226 0.697540050352049 0.631636983931547 0.535149236409315 0.578823174851299 0.544551191682361 0.573013441593329 0.547684559855403 0.525256592656929 0.508356639445128 0.531921880719359 0.516238353758875 0.383374123585372 0.406179099611879 0.321459408356152 0.341072451971395 0 0.386988439779714 0.362266030899792 0.617418953583926 0.598204940918304 0.53889428175299 0.561888726586028 0.65224952356914 0.610325581395349 0.599687899540733 0.590985763748343
+FCT0.LOT07 0.586013673904125 0.559759285330547 0.562723847684429 0.580520722411913 0.560068214303071 0.548633688510873 0.563357351823973 0.566583617361956 0.639560959522819 0.651275209403055 0.628408471136882 0.677396901762944 0.606526255735624 0.669833897808192 0.664893358538845 0.70982573444028 0.639414404718796 0.70247476813251 0.694397200601616 0.679770697711661 0.659043805622628 0.69833698130242 0.646600094679783 0.735280943304717 0.695322919469042 0.717333875512573 0.640690380774538 0.673279568144908 0.700714037642306 0.687973816002409 0.708848229667574 0.655848408186951 0.568724715100043 0.597117804151879 0.579562893670678 0.571861108683095 0.597908676263013 0.655871325222883 0.68402105896223 0.64884137112083 0.604420122617807 0.570362323230504 0.514989920556191 0.558661827240262 0.54893148017071 0.542516851383247 0.524023396385288 0.575181666590176 0.488210863981342 0.347716104835371 0.348208149812384 0.314465502981148 0.314638633901543 0.386988439779714 0 0.327380672854999 0.638997671550078 0.606340328934707 0.555854387814337 0.535348789200355 0.668623077011986 0.606465036621361 0.612156751972582 0.603650051814384
+FCT0.LOT01 0.585980145595343 0.567759482939216 0.59047437262663 0.58041702057852 0.537358950514065 0.567022297196425 0.583981085485027 0.580334292448056 0.662636518086755 0.671137553523933 0.658840050998774 0.695204866518411 0.647960514599001 0.694399246317025 0.6847650807929 0.734091439008277 0.622816617632884 0.699252393621303 0.687894819263163 0.688932032435558 0.649414743369654 0.668172858441447 0.649507512848178 0.725494487864846 0.69928177570859 0.713896856155471 0.656401271882231 0.678124378502848 0.704742296821021 0.706869952813359 0.72172831541543 0.675227489055048 0.56634100859413 0.60689540396362 0.557618585310113 0.589329416218349 0.612221665475987 0.620131153033222 0.67653941240729 0.614355178020544 0.606664637857578 0.592821993286409 0.550351563938007 0.569325237197751 0.554904486902079 0.586246867454801 0.533272102438144 0.570275026558359 0.51055006673278 0.329968575299835 0.29818223156307 0.286511925701445 0.287866850668412 0.362266030899792 0.327380672854999 0 0.601503399169 0.578682816096116 0.527343296770721 0.523651280848041 0.628907107332197 0.598082298898376 0.589737494611394 0.575990456814244
+CDT0.LOT10 0.651109623648418 0.594543966139689 0.638660199103764 0.637933936553565 0.643613210419232 0.642507545639485 0.643690809913817 0.62590750345461 0.697526408464458 0.684884025286268 0.658463737401119 0.725451597785251 0.668955323670177 0.693052648893057 0.696549734230802 0.727661275209112 0.689227473349045 0.688017040909645 0.74490579848113 0.699274815703754 0.711175910043835 0.715679161062158 0.71301435892232 0.737494518568761 0.749251992397055 0.747439261202769 0.73651100910773 0.702422017938487 0.75109608461794 0.72214884605774 0.734227978522711 0.732915205734926 0.67473499808191 0.685284615484545 0.655107623647903 0.656363643578028 0.648261388792396 0.65264490633501 0.706813924964494 0.685925618180663 0.676975720097811 0.666785685703556 0.670758943993809 0.667752535559838 0.657058350644546 0.667437017827774 0.645385541415215 0.656000836514173 0.627044156251548 0.618370167197369 0.592401516126124 0.638576103501992 0.621304699123648 0.617418953583926 0.638997671550078 0.601503399169 0 0.363321338408803 0.516117384018358 0.501485509358097 0.39806333112609 0.373109422536506 0.392692065340501 0.439190482012837
+CDT0.LOT08 0.62720674623346 0.566565902699841 0.60593472769015 0.58339373653487 0.591773645232432 0.576691011132044 0.571654061942553 0.567164189588334 0.66076930311295 0.635643619906117 0.624239969488459 0.6747414053956 0.62769494091702 0.67006491017627 0.642674415262364 0.695261519882345 0.698553087568119 0.6946589995096 0.72537384186267 0.67983838900825 0.695118889204856 0.706628805040162 0.657902378465932 0.717834434692001 0.739913321676746 0.735434645972954 0.713930282122513 0.666175063240402 0.710574760625464 0.70253634368384 0.733422717548381 0.700868234559824 0.649278056278592 0.676039823480504 0.643696575153525 0.647844866911742 0.621192342006573 0.66133662108364 0.693305574180257 0.652614613631499 0.624797046225756 0.636293303101194 0.637022019568916 0.62803399813693 0.626948888114278 0.650369268163475 0.607987890096745 0.621931217578835 0.609524571085043 0.632954315706048 0.601312283273752 0.609871767185496 0.587106646234851 0.598204940918304 0.606340328934707 0.578682816096116 0.363321338408803 0 0.482226422528616 0.493954016774808 0.418710436434128 0.390635397515807 0.395944406470722 0.458652758468832
+CDT0.LOT05 0.532414786060701 0.553655484607033 0.540596049405004 0.521770617288183 0.462668048639854 0.492213769016808 0.506286499937668 0.510153118065169 0.645207240215393 0.665396947585762 0.628548742566346 0.662139068838823 0.654453089262035 0.682427449259208 0.671155014510633 0.741556449183746 0.710195014070501 0.681737690021278 0.685462939461178 0.667917506330848 0.649350031867968 0.670996545321455 0.618810853856264 0.682739215344105 0.703854899654506 0.721387657736833 0.640271704333558 0.621388017918355 0.690549392311257 0.654348261340229 0.686668285922476 0.638538951117073 0.677523126175512 0.697481070398745 0.638614774854273 0.672911750202223 0.691133490356917 0.733799361951346 0.755555539304874 0.679585732731146 0.59729514857773 0.592117392147325 0.596674490343348 0.627642831990917 0.616379365252832 0.619978422369107 0.54873282097764 0.570718949120071 0.667707797093415 0.593646624851938 0.564335139586156 0.529900980728507 0.483352401749261 0.53889428175299 0.555854387814337 0.527343296770721 0.516117384018358 0.482226422528616 0 0.331227206574509 0.493956484929211 0.399525443339596 0.421445278873761 0.396846421505181
+CDT0.LOT04 0.547377296717564 0.540051048491254 0.533814856116313 0.570408218474761 0.511118234653906 0.535928487553293 0.548114047693146 0.544961735785743 0.647313226691809 0.676294590043878 0.646393568937334 0.685313301663934 0.669539630351734 0.699745456399809 0.709867886698714 0.748189930263366 0.700004605613529 0.671579635359664 0.676297493234842 0.648058683314917 0.653634712195565 0.665443738783475 0.595763448060305 0.677989278449749 0.707089704656911 0.713024155047017 0.646128294816589 0.593843292474209 0.686748419794261 0.664607013076837 0.675801761340687 0.668211514496793 0.682401683795366 0.700561301317972 0.639167315262137 0.673427840810348 0.689841499289745 0.72888470688492 0.765001523953267 0.664390874036075 0.642948973401596 0.628272513261961 0.606851245906647 0.622481081324749 0.644982651474768 0.62395140934144 0.570503565249003 0.599656697777913 0.637192601002154 0.561953464720758 0.535263413609265 0.550147421213438 0.498632240159762 0.561888726586028 0.535348789200355 0.523651280848041 0.501485509358097 0.493954016774808 0.331227206574509 0 0.481853960906529 0.392890893785356 0.403327762530912 0.415427714008917
+CDT0.LOT06 0.695399519089384 0.650961029981557 0.682737787615565 0.656745087024594 0.676754860269023 0.670797642486384 0.669126402163723 0.655956417392542 0.69505698706854 0.683431293147002 0.679248684058649 0.722032672712955 0.67465888694504 0.702504262177286 0.698556938786614 0.740384739324101 0.709598889826563 0.707606897923908 0.743998299787256 0.72223578167797 0.719725549582442 0.733377003777607 0.719381763039533 0.751774601387905 0.760472081797104 0.742285111917647 0.733515613993747 0.720924597420438 0.744988075263174 0.742364380722875 0.756843057736675 0.722926571406701 0.688716587074794 0.685695663618906 0.662023385683372 0.67171887301095 0.661637888388034 0.675884693159838 0.718056925126289 0.654689380709201 0.68223217716672 0.653431565041232 0.668030013340577 0.685721750598227 0.664857249588266 0.689007839280897 0.657620741452954 0.653159907372082 0.6911709832662 0.683048323863822 0.62760665087889 0.668064647721933 0.657719412509422 0.65224952356914 0.668623077011986 0.628907107332197 0.39806333112609 0.418710436434128 0.493956484929211 0.481853960906529 0 0.366581982149745 0.33459366247948 0.385617526833289
+CDT0.LOT09 0.602389412681498 0.575509994600553 0.603788346166801 0.591747048678134 0.590911650223996 0.591128709519011 0.596211588106372 0.571045257287861 0.676959809606389 0.695735448994625 0.656302270812522 0.718752074389469 0.677910104843752 0.712925624298988 0.688940943717879 0.724298427985636 0.691658377079775 0.692390299429853 0.738043468953429 0.698843657322755 0.710595249091952 0.710704480082304 0.680103050247559 0.734034585210984 0.735983991853843 0.734177715029144 0.710894437063629 0.678216626620196 0.726611832944889 0.68943400429384 0.726538682991375 0.703934735934003 0.685021220235917 0.694000485914428 0.65847379840122 0.668428593392817 0.684417168462003 0.701730201468984 0.747228196855636 0.685789892025029 0.661402723611022 0.669569418359917 0.666749198532296 0.680906962176351 0.639286727253157 0.666965162172101 0.625656721623157 0.64187240650603 0.624895467913965 0.615367035307661 0.592952488148562 0.607656887251677 0.596224675154877 0.610325581395349 0.606465036621361 0.598082298898376 0.373109422536506 0.390635397515807 0.399525443339596 0.392890893785356 0.366581982149745 0 0.276031056490361 0.356132329302629
+CDT0.LOT07 0.651285257071645 0.624808022531917 0.64913139107594 0.642435840637848 0.635432939007904 0.625734745112974 0.661854102370782 0.615716788093734 0.713057822477221 0.70725319961728 0.695030292220513 0.75388188880514 0.715425373666082 0.733377455922303 0.726587115291575 0.761600228513393 0.746780765163785 0.744787543632806 0.776469707201759 0.740662207095485 0.742275725228979 0.758118866017391 0.723930347177148 0.772206218845125 0.772331986892959 0.783036191562965 0.732774666877935 0.723812942859527 0.749253135300688 0.750838935182349 0.765732188192081 0.745824179825466 0.682783418993296 0.689407299921866 0.664812264787866 0.675686675415935 0.657749916299696 0.699231939335925 0.743182582673147 0.682473288565758 0.659662717671486 0.649555080406131 0.657485049905096 0.673519302214655 0.639705749970948 0.677946043152047 0.641191867652921 0.6338607965616 0.616537536660449 0.624473956262426 0.598369113474161 0.608336922498302 0.602508666027023 0.599687899540733 0.612156751972582 0.589737494611394 0.392692065340501 0.395944406470722 0.421445278873761 0.403327762530912 0.33459366247948 0.276031056490361 0 0.262604627863368
+CDT0.LOT02 0.625692860559332 0.595884187417361 0.634885811126848 0.630280901585683 0.61954988437347 0.598340604510949 0.640400830079576 0.587237310711496 0.675724750008455 0.683410925286943 0.683005264844442 0.733863328731698 0.685326629294412 0.717368667575385 0.700338598239352 0.757303323727124 0.744709272880933 0.742947967230519 0.755202079068598 0.71824909257714 0.733357829872864 0.738829625170803 0.705643199092123 0.75184527156467 0.743889397202228 0.742393370191739 0.712447865590699 0.705301737592034 0.729768073962883 0.728603522808165 0.74423504571082 0.723331902670937 0.663192007703921 0.682769097334482 0.671805359299952 0.66612489889745 0.69817254539659 0.685143179552477 0.740007909758363 0.679715940692331 0.641964763504036 0.622223781286026 0.642501131705744 0.642289648764428 0.645156215339451 0.650958013541358 0.609247236482718 0.618787322862652 0.623271100846613 0.598866168952099 0.594835464062659 0.589729224189693 0.56189574233229 0.590985763748343 0.603650051814384 0.575990456814244 0.439190482012837 0.458652758468832 0.396846421505181 0.415427714008917 0.385617526833289 0.356132329302629 0.262604627863368 0