CINXE.COM

KEGG BRITE: KEGG Pathway Maps

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>KEGG BRITE: KEGG Pathway Maps</title> <link rel="canonical" href="https://www.kegg.jp/brite/br08901"> <script src="/js/jquery-3.5.1.min.js"></script> <script src="/js/jquery-ui.js"></script> <script src="/js/jquery.balloon.min.js"></script> <script src="/js/lz-string.min.js"></script> <script src="/kegg-bin/get_data.cgi?data=0021&id=show_brite.merged.js&v1.06"></script> <link rel="stylesheet" href="/css/kegg.css?v1.06"> <link rel="stylesheet" href="/css/get_htext.css?v1.06"> <link rel="stylesheet" href="/css/kegg-brite-viewer.css?v1.06" /> <link rel="stylesheet" href="/css/kegg-brite-control-panel.css?v1.06" /> <link rel="stylesheet" href="/css/jquery-ui.css" /> <style type="text/css"> html, body { -webkit-text-size-adjust: 100%; } body > .footer hr { margin-top: 0px; } body > .footer { margin-top: 5px; } h2 .subtitle:before { content: ' - '; } .hidden { display: none ! important; } #waiting-circle { position: fixed; top: 20px; right: 20px; display: none; } #scroll-to-top { position: fixed; display: none; right: 10px; bottom: 10px; cursor: pointer; z-index: 10; } </style> <script type="text/javascript"> <!-- $(function () { $('.change-type') .on('click', function () { let url = '/kegg-bin/list_menu?id=br08901' window.open(url, 'menu_win', 'menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=500,height=700'); }) .balloon({ position: 'right', contents: 'Open window to change prefix of 08901', css: { fontSize: '1.0em' } }) }) function change_proc_enabled(item) { var form = item.form; var value = ""; var type = item.type.toLowerCase(); if (type === 'checkbox') { if (item.checked) value = item.value; } else if (type === 'select-one') { var index = item.options.selectedIndex; value = item.options[index].value; } else { alert('Unknow element type: ' + item.type); return; } form.proc_enabled.value = value; submit_form(form, ""); } function submit_form(form, action) { if(action == "") { action = "/kegg-bin/show_brite"; } form.action = action; form.submit(); } // --> </script> </head> <body> <h2><a href="/kegg/brite.html"><img src="/Fig/bget/kegg3.gif" align="middle" border=0></a>&nbsp; KEGG Pathway Maps</h2> <div id="scroll-to-top"> <svg width="25" height="25"> <g transform="scale(0.25)"> <circle cx="50" cy="50" r="43" fill="#ffffff" fill-opacity="0.7" stroke-width="7" stroke="#999999" /> <path d="M50 20 L20 50 L80 50 Z" style="fill:#999999" /> <line x1="50" y1="50" x2="50" y2="80" stroke-width="10" stroke="#999999" /> </g> </svg> </div> <form name="selmenu" method="post" style="margin:0px;" action="/kegg-bin/show_brite"> <input type="hidden" name="htext" value="br08901"> <input type="hidden" name="filedir" value=""> <input type="hidden" name="highlight" value=""> <input type="hidden" name="option"> <input type="hidden" name="extend" value=""> <input type="hidden" name="uploadfile" value=""> <input type="hidden" name="open" value=""> <input type="hidden" name="close" value=""> <input type="hidden" name="hier" value=""> <input type="hidden" name="node_proc" value="br08901_org"> <input type="hidden" name="proc_enabled" value="rn"> <table style="border-collapse:collapse;"> <tr> <td style="padding-right:20px;"> </td> <td> </td> </tr> </table> </form> <hr> <div id="tree"></div> <div id="controlPanel"> <div class="controller"> <h5> Option <span class="ui-icon ui-icon-close clear-filter hidden"></span> </h5> <div class="option"> <div class="row"> <label> <input type="checkbox" class="eventTrigger" data-type="expandMode" > One-click mode </label> </div> <div class="row"> <label> <input type="checkbox" class="eventTrigger" data-type="rowBorder"> Row border </label> <label style="margin-left:5px;"> <input type="checkbox" class="eventTrigger" data-type="rowStripe"> shading </label> </div> <div class="row"> <label> <input type="checkbox" class="eventTrigger" data-type="pruningNeighbor" checked disabled> Pruning neighbor </label> </div> </div> <h5> Search <span class="ui-icon ui-icon-shuffle search pruning "></span> </h5> <div> <form class="search"> <div class="row query"> <input type="text" class="query" name="query" style="width:110px;" autocomplete="off" value=""> <input type="button" class="submit" value="Go"> <span class="ui-icon ui-icon-close clear-query hidden"></span> </div> <div class="row searchResult" style="margin-top:5px; display:none;"> <hr align="left" style="color:#dddddd; width:95%;"> <span class="current">0</span> / <span class="all">0</span> <button type="button" class="move prev"> <svg width="16px" height="10px"> <polyline points="2,8,8,2,14,8" stroke="#000" fill="none"> </svg> </button> <button type="button" class="move next"> <svg width="16px" height="10px"> <polyline points="2,2,8,8,14,2" stroke="#000" fill="none"> </svg> </button> </div> </form> </div> <h5> ID search <span class="ui-icon ui-icon-shuffle search-brite pruning "></span> <span class="ui-icon ui-icon-plus search-brite"></span> </h5> <div class="mapper search-brite"> <form class="query"> <div class="row" style="display:grid; grid-template-columns:115px 1fr; column-gap:5px;"> <div> <textarea class="query" rows="2" style="width:110px; resize:none;">01057</textarea> </div> <div> <input type="button" class="submit" value="Go"> <span class="ui-icon ui-icon-close clear-query hidden"></span> </div> </div> </form> <ul class="personal simple hidden"></ul> </div> <h5> Join <span class="ui-icon ui-icon-lightbulb join-brite id-highlight "></span> <span class="ui-icon ui-icon-shuffle join-brite pruning "></span> <span class="ui-icon ui-icon-plus join-brite"></span> </h5> <div class="mapper join-brite"> <ul class="personal simple"></ul> </div> </div> <button class="close"> <img src="/Fig/left_triangle_12x12.png"> </button> <button class="open"> <img src="/Fig/right_triangle_12x12.png"> </button> </div> <div class="footer"> <hr>Last updated: October 29, 2024 </div> <div id="waiting-circle"> <img src="/Fig/waiting-circle-small.gif"> </div> <input type="text" class="hidden" id="displayControlPanel" value="hide" /> <input type="text" class="hidden" id="expandClass" value="" /> <input type="text" class="hidden" id="initialExpandedNodes" value="" /> <input type="text" class="hidden" id="expandedNodes" value="" /> <input type="text" class="hidden" id="initialParameters" value="htext=br08901%2ekeg&amp;node_proc=br08901_org&amp;option=%2da&amp;panel=collapse&amp;proc_enabled=rn&amp;query=01057" /> <input type="text" class="hidden" id="pageParameters" /> <script type="text/javascript"> const env = {"devMode":false,"zoomout":null,"visibleIndentHandle":false,"alignTerminalNode":false,"isIndexFile":true,"columnTitle":["Map number"],"joinPruningQuery":[],"root":{"isRoot":true,"children":[{"children":[{"children":[{"values":["<a href=\"/kegg-bin/show_pathway?rn01100\">01100</a> Metabolic pathways"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn01110\">01110</a> Biosynthesis of secondary metabolites"]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn01120\">01120</a> Microbial metabolism in diverse environments"],"children":[]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn01200\">01200</a> Carbon metabolism"],"expanded":false},{"values":["<a href=\"/kegg-bin/show_pathway?rn01210\">01210</a> 2-Oxocarboxylic acid metabolism"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn01212\">01212</a> Fatty acid metabolism"]},{"values":["<a href=\"/kegg-bin/show_pathway?rn01230\">01230</a> Biosynthesis of amino acids"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn01232\">01232</a> Nucleotide metabolism"]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn01250\">01250</a> Biosynthesis of nucleotide sugars"],"expanded":false},{"values":["<a href=\"/kegg-bin/show_pathway?rn01240\">01240</a> Biosynthesis of cofactors"],"expanded":false,"children":[]},{"values":["<a href=\"/kegg-bin/show_pathway?rn01220\">01220</a> Degradation of aromatic compounds"],"expanded":false,"children":[]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn01310\">01310</a> Nitrogen cycle"],"expanded":false}],"values":["Global and overview maps"],"expanded":false},{"expanded":false,"values":["Carbohydrate metabolism"],"children":[{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00010\">00010</a> Glycolysis / Gluconeogenesis"],"children":[]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00020\">00020</a> Citrate cycle (TCA cycle)"],"expanded":false},{"values":["<a href=\"/kegg-bin/show_pathway?rn00030\">00030</a> Pentose phosphate pathway"],"expanded":false,"children":[]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00040\">00040</a> Pentose and glucuronate interconversions"],"expanded":false},{"values":["<a href=\"/kegg-bin/show_pathway?rn00051\">00051</a> Fructose and mannose metabolism"],"expanded":false,"children":[]},{"values":["<a href=\"/kegg-bin/show_pathway?rn00052\">00052</a> Galactose metabolism"],"expanded":false,"children":[]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00053\">00053</a> Ascorbate and aldarate metabolism"],"expanded":false},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00500\">00500</a> Starch and sucrose metabolism"]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00520\">00520</a> Amino sugar and nucleotide sugar metabolism"],"children":[]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00620\">00620</a> Pyruvate metabolism"],"children":[]},{"values":["<a href=\"/kegg-bin/show_pathway?rn00630\">00630</a> Glyoxylate and dicarboxylate metabolism"],"expanded":false,"children":[]},{"values":["<a href=\"/kegg-bin/show_pathway?rn00640\">00640</a> Propanoate metabolism"],"expanded":false,"children":[]},{"values":["<a href=\"/kegg-bin/show_pathway?rn00650\">00650</a> Butanoate metabolism"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00660\">00660</a> C5-Branched dibasic acid metabolism"]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00562\">00562</a> Inositol phosphate metabolism"],"expanded":false}]},{"children":[{"values":["<span>00190</span> Oxidative phosphorylation"],"expanded":false,"children":[]},{"values":["<span>00195</span> Photosynthesis"],"expanded":false,"children":[]},{"children":[],"values":["<span>00196</span> Photosynthesis - antenna proteins"],"expanded":false},{"values":["<a href=\"/kegg-bin/show_pathway?rn00710\">00710</a> Carbon fixation by Calvin cycle"],"expanded":false,"children":[]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00720\">00720</a> Other carbon fixation pathways"],"expanded":false},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00680\">00680</a> Methane metabolism"],"children":[]},{"values":["<a href=\"/kegg-bin/show_pathway?rn00910\">00910</a> Nitrogen metabolism"],"expanded":false,"children":[]},{"values":["<a href=\"/kegg-bin/show_pathway?rn00920\">00920</a> Sulfur metabolism"],"expanded":false,"children":[]}],"expanded":false,"values":["Energy metabolism"]},{"expanded":false,"values":["Lipid metabolism"],"children":[{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00061\">00061</a> Fatty acid biosynthesis"]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00062\">00062</a> Fatty acid elongation"]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00071\">00071</a> Fatty acid degradation"]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00073\">00073</a> Cutin, suberine and wax biosynthesis"],"children":[]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00074\">00074</a> Mycolic acid biosynthesis"],"children":[]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00100\">00100</a> Steroid biosynthesis"],"expanded":false},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00120\">00120</a> Primary bile acid biosynthesis"]},{"expanded":false,"values":["<span>00121</span> Secondary bile acid biosynthesis"],"children":[]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00140\">00140</a> Steroid hormone biosynthesis"],"expanded":false},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00561\">00561</a> Glycerolipid metabolism"],"expanded":false},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00564\">00564</a> Glycerophospholipid metabolism"]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00565\">00565</a> Ether lipid metabolism"],"expanded":false},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00600\">00600</a> Sphingolipid metabolism"]},{"values":["<a href=\"/kegg-bin/show_pathway?rn00590\">00590</a> Arachidonic acid metabolism"],"expanded":false,"children":[]},{"values":["<a href=\"/kegg-bin/show_pathway?rn00591\">00591</a> Linoleic acid metabolism"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00592\">00592</a> alpha-Linolenic acid metabolism"]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn01040\">01040</a> Biosynthesis of unsaturated fatty acids"]}]},{"children":[{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00230\">00230</a> Purine metabolism"]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00240\">00240</a> Pyrimidine metabolism"],"expanded":false}],"values":["Nucleotide metabolism"],"expanded":false},{"children":[{"values":["<a href=\"/kegg-bin/show_pathway?rn00250\">00250</a> Alanine, aspartate and glutamate metabolism"],"expanded":false,"children":[]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00260\">00260</a> Glycine, serine and threonine metabolism"],"expanded":false},{"values":["<a href=\"/kegg-bin/show_pathway?rn00270\">00270</a> Cysteine and methionine metabolism"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00280\">00280</a> Valine, leucine and isoleucine degradation"]},{"values":["<a href=\"/kegg-bin/show_pathway?rn00290\">00290</a> Valine, leucine and isoleucine biosynthesis"],"expanded":false,"children":[]},{"values":["<a href=\"/kegg-bin/show_pathway?rn00300\">00300</a> Lysine biosynthesis"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00310\">00310</a> Lysine degradation"]},{"values":["<a href=\"/kegg-bin/show_pathway?rn00220\">00220</a> Arginine biosynthesis"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00330\">00330</a> Arginine and proline metabolism"]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00340\">00340</a> Histidine metabolism"],"expanded":false},{"values":["<a href=\"/kegg-bin/show_pathway?rn00350\">00350</a> Tyrosine metabolism"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00360\">00360</a> Phenylalanine metabolism"]},{"values":["<a href=\"/kegg-bin/show_pathway?rn00380\">00380</a> Tryptophan metabolism"],"expanded":false,"children":[]},{"values":["<a href=\"/kegg-bin/show_pathway?rn00400\">00400</a> Phenylalanine, tyrosine and tryptophan biosynthesis"],"expanded":false,"children":[]}],"values":["Amino acid metabolism"],"expanded":false},{"expanded":false,"values":["Metabolism of other amino acids"],"children":[{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00410\">00410</a> beta-Alanine metabolism"]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00430\">00430</a> Taurine and hypotaurine metabolism"],"children":[]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00440\">00440</a> Phosphonate and phosphinate metabolism"]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00450\">00450</a> Selenocompound metabolism"],"expanded":false},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00460\">00460</a> Cyanoamino acid metabolism"]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00470\">00470</a> D-Amino acid metabolism"],"expanded":false},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00480\">00480</a> Glutathione metabolism"],"expanded":false}]},{"children":[{"values":["<a href=\"/kegg-bin/show_pathway?rn00510\">00510</a> N-Glycan biosynthesis"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00513\">00513</a> Various types of N-glycan biosynthesis"]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00512\">00512</a> Mucin type O-glycan biosynthesis"]},{"values":["<a href=\"/kegg-bin/show_pathway?rn00515\">00515</a> Mannose type O-glycan biosynthesis"],"expanded":false,"children":[]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00514\">00514</a> Other types of O-glycan biosynthesis"],"children":[]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00532\">00532</a> Glycosaminoglycan biosynthesis - chondroitin sulfate / dermatan sulfate"],"children":[]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00534\">00534</a> Glycosaminoglycan biosynthesis - heparan sulfate / heparin"]},{"values":["<span>00533</span> Glycosaminoglycan biosynthesis - keratan sulfate"],"expanded":false,"children":[]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00531\">00531</a> Glycosaminoglycan degradation"],"children":[]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00563\">00563</a> Glycosylphosphatidylinositol (GPI)-anchor biosynthesis"],"expanded":false},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00601\">00601</a> Glycosphingolipid biosynthesis - lacto and neolacto series"],"children":[]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00603\">00603</a> Glycosphingolipid biosynthesis - globo and isoglobo series"],"expanded":false},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00604\">00604</a> Glycosphingolipid biosynthesis - ganglio series"]},{"children":[],"expanded":false,"values":["<span>00511</span> Other glycan degradation"]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00540\">00540</a> Lipopolysaccharide biosynthesis"],"children":[]},{"values":["<span>00542</span> O-Antigen repeat unit biosynthesis"],"expanded":false,"children":[]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00541\">00541</a> O-Antigen nucleotide sugar biosynthesis"],"expanded":false},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00550\">00550</a> Peptidoglycan biosynthesis"],"children":[]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00552\">00552</a> Teichoic acid biosynthesis"],"children":[]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00571\">00571</a> Lipoarabinomannan (LAM) biosynthesis"]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00572\">00572</a> Arabinogalactan biosynthesis - Mycobacterium"],"expanded":false},{"children":[],"values":["<span>00543</span> Exopolysaccharide biosynthesis"],"expanded":false}],"expanded":false,"values":["Glycan biosynthesis and metabolism"]},{"values":["Metabolism of cofactors and vitamins"],"expanded":false,"children":[{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00730\">00730</a> Thiamine metabolism"]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00740\">00740</a> Riboflavin metabolism"],"expanded":false},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00750\">00750</a> Vitamin B6 metabolism"]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00760\">00760</a> Nicotinate and nicotinamide metabolism"]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00770\">00770</a> Pantothenate and CoA biosynthesis"],"expanded":false},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00780\">00780</a> Biotin metabolism"],"expanded":false},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00785\">00785</a> Lipoic acid metabolism"],"expanded":false},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00790\">00790</a> Folate biosynthesis"],"children":[]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00670\">00670</a> One carbon pool by folate"]},{"values":["<a href=\"/kegg-bin/show_pathway?rn00830\">00830</a> Retinol metabolism"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00860\">00860</a> Porphyrin metabolism"]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00130\">00130</a> Ubiquinone and other terpenoid-quinone biosynthesis"],"children":[]}]},{"children":[{"values":["<a href=\"/kegg-bin/show_pathway?rn00900\">00900</a> Terpenoid backbone biosynthesis"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00902\">00902</a> Monoterpenoid biosynthesis"]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00909\">00909</a> Sesquiterpenoid and triterpenoid biosynthesis"]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00904\">00904</a> Diterpenoid biosynthesis"],"children":[]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00906\">00906</a> Carotenoid biosynthesis"],"children":[]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00905\">00905</a> Brassinosteroid biosynthesis"],"expanded":false},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00981\">00981</a> Insect hormone biosynthesis"]},{"values":["<a href=\"/kegg-bin/show_pathway?rn00908\">00908</a> Zeatin biosynthesis"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00903\">00903</a> Limonene degradation"]},{"values":["<a href=\"/kegg-bin/show_pathway?rn00907\">00907</a> Pinene, camphor and geraniol degradation"],"expanded":false,"children":[]},{"expanded":false,"values":["<span>01052</span> Type I polyketide structures"],"children":[]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00522\">00522</a> Biosynthesis of 12-, 14- and 16-membered macrolides"]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn01051\">01051</a> Biosynthesis of ansamycins"],"expanded":false},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn01059\">01059</a> Biosynthesis of enediyne antibiotics"],"children":[]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn01056\">01056</a> Biosynthesis of type II polyketide backbone"],"expanded":false},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn01057\">01057</a> Biosynthesis of type II polyketide products"],"children":[]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00253\">00253</a> Tetracycline biosynthesis"],"expanded":false},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00523\">00523</a> Polyketide sugar unit biosynthesis"],"expanded":false},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn01054\">01054</a> Nonribosomal peptide structures"],"expanded":false},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn01053\">01053</a> Biosynthesis of siderophore group nonribosomal peptides"],"children":[]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn01055\">01055</a> Biosynthesis of vancomycin group antibiotics"]}],"expanded":false,"values":["Metabolism of terpenoids and polyketides"]},{"children":[{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00940\">00940</a> Phenylpropanoid biosynthesis"],"children":[]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00945\">00945</a> Stilbenoid, diarylheptanoid and gingerol biosynthesis"],"children":[]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00941\">00941</a> Flavonoid biosynthesis"],"expanded":false},{"values":["<a href=\"/kegg-bin/show_pathway?rn00944\">00944</a> Flavone and flavonol biosynthesis"],"expanded":false,"children":[]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00942\">00942</a> Anthocyanin biosynthesis"],"children":[]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00943\">00943</a> Isoflavonoid biosynthesis"],"children":[]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00946\">00946</a> Degradation of flavonoids"]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00901\">00901</a> Indole alkaloid biosynthesis"],"expanded":false},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00403\">00403</a> Indole diterpene alkaloid biosynthesis"],"children":[]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00950\">00950</a> Isoquinoline alkaloid biosynthesis"],"expanded":false},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00960\">00960</a> Tropane, piperidine and pyridine alkaloid biosynthesis"]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00996\">00996</a> Biosynthesis of various alkaloids"],"expanded":false},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00232\">00232</a> Caffeine metabolism"]},{"values":["<a href=\"/kegg-bin/show_pathway?rn00965\">00965</a> Betalain biosynthesis"],"expanded":false,"children":[]},{"values":["<a href=\"/kegg-bin/show_pathway?rn00966\">00966</a> Glucosinolate biosynthesis"],"expanded":false,"children":[]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00402\">00402</a> Benzoxazinoid biosynthesis"],"expanded":false},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00311\">00311</a> Penicillin and cephalosporin biosynthesis"],"expanded":false},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00332\">00332</a> Carbapenem biosynthesis"],"expanded":false},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00261\">00261</a> Monobactam biosynthesis"],"expanded":false},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00331\">00331</a> Clavulanic acid biosynthesis"],"expanded":false},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00521\">00521</a> Streptomycin biosynthesis"]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00524\">00524</a> Neomycin, kanamycin and gentamicin biosynthesis"],"children":[]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00525\">00525</a> Acarbose and validamycin biosynthesis"]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00401\">00401</a> Novobiocin biosynthesis"],"expanded":false},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00404\">00404</a> Staurosporine biosynthesis"],"children":[]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00405\">00405</a> Phenazine biosynthesis"],"children":[]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00333\">00333</a> Prodigiosin biosynthesis"],"children":[]},{"values":["<a href=\"/kegg-bin/show_pathway?rn00254\">00254</a> Aflatoxin biosynthesis"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00998\">00998</a> Biosynthesis of various antibiotics"]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00999\">00999</a> Biosynthesis of various plant secondary metabolites"],"expanded":false},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00997\">00997</a> Biosynthesis of various other secondary metabolites"],"children":[]}],"expanded":false,"values":["Biosynthesis of other secondary metabolites"]},{"expanded":false,"values":["Xenobiotics biodegradation and metabolism"],"children":[{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00362\">00362</a> Benzoate degradation"],"expanded":false},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00627\">00627</a> Aminobenzoate degradation"]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00364\">00364</a> Fluorobenzoate degradation"],"expanded":false},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00625\">00625</a> Chloroalkane and chloroalkene degradation"]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00361\">00361</a> Chlorocyclohexane and chlorobenzene degradation"],"expanded":false},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00623\">00623</a> Toluene degradation"]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00622\">00622</a> Xylene degradation"]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00633\">00633</a> Nitrotoluene degradation"],"children":[]},{"values":["<a href=\"/kegg-bin/show_pathway?rn00642\">00642</a> Ethylbenzene degradation"],"expanded":false,"children":[]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00643\">00643</a> Styrene degradation"],"children":[]},{"children":[],"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00791\">00791</a> Atrazine degradation"]},{"values":["<a href=\"/kegg-bin/show_pathway?rn00930\">00930</a> Caprolactam degradation"],"expanded":false,"children":[]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00363\">00363</a> Bisphenol degradation"],"children":[]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00621\">00621</a> Dioxin degradation"],"children":[]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00626\">00626</a> Naphthalene degradation"],"expanded":false},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00624\">00624</a> Polycyclic aromatic hydrocarbon degradation"],"children":[]},{"children":[],"values":["<a href=\"/kegg-bin/show_pathway?rn00365\">00365</a> Furfural degradation"],"expanded":false},{"values":["<a href=\"/kegg-bin/show_pathway?rn00984\">00984</a> Steroid degradation"],"expanded":false,"children":[]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00980\">00980</a> Metabolism of xenobiotics by cytochrome P450"],"children":[]},{"values":["<a href=\"/kegg-bin/show_pathway?rn00982\">00982</a> Drug metabolism - cytochrome P450"],"expanded":false,"children":[]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00983\">00983</a> Drug metabolism - other enzymes"],"children":[]}]},{"children":[{"expanded":false,"values":["<span>01010</span> Overview of biosynthetic pathways"],"children":[]},{"children":[],"values":["<span>01060</span> Biosynthesis of plant secondary metabolites"],"expanded":false},{"values":["<span>01061</span> Biosynthesis of phenylpropanoids"],"expanded":false,"children":[]},{"children":[],"values":["<span>01062</span> Biosynthesis of terpenoids and steroids"],"expanded":false},{"children":[],"expanded":false,"values":["<span>01063</span> Biosynthesis of alkaloids derived from shikimate pathway"]},{"expanded":false,"values":["<span>01064</span> Biosynthesis of alkaloids derived from ornithine, lysine and nicotinic acid"],"children":[]},{"children":[],"expanded":false,"values":["<span>01065</span> Biosynthesis of alkaloids derived from histidine and purine"]},{"expanded":false,"values":["<span>01066</span> Biosynthesis of alkaloids derived from terpenoid and polyketide"],"children":[]},{"children":[],"values":["<span>01070</span> Biosynthesis of plant hormones"],"expanded":false}],"expanded":false,"values":["Chemical structure transformation maps"]}],"expanded":false,"values":["<b>Metabolism</b>"]},{"values":[],"expanded":false,"children":[]},{"children":[{"values":["Transcription"],"expanded":false,"children":[{"expanded":false,"values":["<span>03020</span> RNA polymerase"],"children":[]},{"children":[],"values":["<span>03022</span> Basal transcription factors"],"expanded":false},{"values":["<span>03040</span> Spliceosome"],"expanded":false,"children":[]}]},{"children":[{"values":["<span>03010</span> Ribosome"],"expanded":false,"children":[]},{"expanded":false,"values":["<a href=\"/kegg-bin/show_pathway?rn00970\">00970</a> Aminoacyl-tRNA biosynthesis"],"children":[]},{"children":[],"expanded":false,"values":["<span>03013</span> Nucleocytoplasmic transport"]},{"children":[],"expanded":false,"values":["<span>03015</span> mRNA surveillance pathway"]},{"values":["<span>03008</span> Ribosome biogenesis in eukaryotes"],"expanded":false,"children":[]}],"values":["Translation"],"expanded":false},{"children":[{"children":[],"values":["<span>03060</span> Protein export"],"expanded":false},{"expanded":false,"values":["<span>04141</span> Protein processing in endoplasmic reticulum"],"children":[]},{"children":[],"values":["<span>04130</span> SNARE interactions in vesicular transport"],"expanded":false},{"expanded":false,"values":["<span>04120</span> Ubiquitin mediated proteolysis"],"children":[]},{"children":[],"values":["<span>04122</span> Sulfur relay system"],"expanded":false},{"children":[],"values":["<span>03050</span> Proteasome"],"expanded":false},{"children":[],"values":["<span>03018</span> RNA degradation"],"expanded":false}],"expanded":false,"values":["Folding, sorting and degradation"]},{"children":[{"expanded":false,"values":["<span>03030</span> DNA replication"],"children":[]},{"values":["<span>03410</span> Base excision repair"],"expanded":false,"children":[]},{"expanded":false,"values":["<span>03420</span> Nucleotide excision repair"],"children":[]},{"expanded":false,"values":["<span>03430</span> Mismatch repair"],"children":[]},{"children":[],"values":["<span>03440</span> Homologous recombination"],"expanded":false},{"expanded":false,"values":["<span>03450</span> Non-homologous end-joining"],"children":[]},{"expanded":false,"values":["<span>03460</span> Fanconi anemia pathway"],"children":[]}],"expanded":false,"values":["Replication and repair"]},{"expanded":false,"values":["Chromosome"],"children":[{"children":[],"values":["<span>03082</span> ATP-dependent chromatin remodeling"],"expanded":false},{"children":[],"expanded":false,"values":["<span>03083</span> Polycomb repressive complex"]}]},{"children":[{"children":[],"values":["<span>03230</span> Viral genome structure"],"expanded":false},{"children":[],"values":["<span>03240</span> Viral replication"],"expanded":false},{"values":["<span>03250</span> Viral life cycle - HIV-1"],"expanded":false,"children":[]},{"children":[],"values":["<span>03260</span> Virion - Human immunodeficiency virus"],"expanded":false},{"expanded":false,"values":["<span>03271</span> Virion - Rotavirus"],"children":[]},{"expanded":false,"values":["<span>03262</span> Virion - Coronavirus"],"children":[]},{"children":[],"expanded":false,"values":["<span>03261</span> Virion - Influenza virus"]},{"children":[],"expanded":false,"values":["<span>03263</span> Virion - Enterovirus"]},{"values":["<span>03264</span> Virion - Flavivirus and Alphavirus"],"expanded":false,"children":[]},{"values":["<span>03265</span> Virion - Ebolavirus, Lyssavirus and Morbillivirus"],"expanded":false,"children":[]},{"children":[],"values":["<span>03272</span> Virion - Hepatitis viruses"],"expanded":false},{"children":[],"values":["<span>03266</span> Virion - Herpesvirus"],"expanded":false},{"values":["<span>03268</span> Virion - Orthopoxvirus"],"expanded":false,"children":[]},{"values":["<span>03267</span> Virion - Adenovirus"],"expanded":false,"children":[]},{"children":[],"values":["<span>03259</span> Virion - Bacteriophages T4 and T7"],"expanded":false},{"values":["<span>03258</span> Virion - Bacteriophage lambda"],"expanded":false,"children":[]}],"values":["Information processing in viruses"],"expanded":false}],"values":["<b>Genetic Information Processing</b>"],"expanded":false},{"children":[],"expanded":false,"values":[]},{"values":["<b>Environmental Information Processing</b>"],"expanded":false,"children":[{"children":[{"values":["<span>02010</span> ABC transporters"],"expanded":false,"children":[]},{"expanded":false,"values":["<span>02060</span> Phosphotransferase system (PTS)"],"children":[]},{"values":["<span>03070</span> Bacterial secretion system"],"expanded":false,"children":[]}],"expanded":false,"values":["Membrane transport"]},{"children":[{"values":["<span>02020</span> Two-component system"],"expanded":false,"children":[]},{"children":[],"values":["<span>04010</span> MAPK signaling pathway"],"expanded":false},{"expanded":false,"values":["<span>04013</span> MAPK signaling pathway - fly"],"children":[]},{"children":[],"values":["<span>04016</span> MAPK signaling pathway - plant"],"expanded":false},{"children":[],"values":["<span>04011</span> MAPK signaling pathway - yeast"],"expanded":false},{"children":[],"values":["<span>04012</span> ErbB signaling pathway"],"expanded":false},{"children":[],"values":["<span>04014</span> Ras signaling pathway"],"expanded":false},{"values":["<span>04015</span> Rap1 signaling pathway"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<span>04310</span> Wnt signaling pathway"]},{"values":["<span>04330</span> Notch signaling pathway"],"expanded":false,"children":[]},{"values":["<span>04340</span> Hedgehog signaling pathway"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<span>04341</span> Hedgehog signaling pathway - fly"]},{"children":[],"values":["<span>04350</span> TGF-beta signaling pathway"],"expanded":false},{"children":[],"values":["<span>04390</span> Hippo signaling pathway"],"expanded":false},{"children":[],"expanded":false,"values":["<span>04391</span> Hippo signaling pathway - fly"]},{"expanded":false,"values":["<span>04392</span> Hippo signaling pathway - multiple species"],"children":[]},{"expanded":false,"values":["<span>04370</span> VEGF signaling pathway"],"children":[]},{"children":[],"expanded":false,"values":["<span>04371</span> Apelin signaling pathway"]},{"values":["<span>04630</span> JAK-STAT signaling pathway"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<span>04064</span> NF-kappa B signaling pathway"]},{"values":["<span>04668</span> TNF signaling pathway"],"expanded":false,"children":[]},{"children":[],"values":["<span>04066</span> HIF-1 signaling pathway"],"expanded":false},{"values":["<span>04068</span> FoxO signaling pathway"],"expanded":false,"children":[]},{"expanded":false,"values":["<span>04020</span> Calcium signaling pathway"],"children":[]},{"children":[],"values":["<span>04070</span> Phosphatidylinositol signaling system"],"expanded":false},{"children":[],"values":["<span>04072</span> Phospholipase D signaling pathway"],"expanded":false},{"values":["<span>04071</span> Sphingolipid signaling pathway"],"expanded":false,"children":[]},{"expanded":false,"values":["<span>04024</span> cAMP signaling pathway"],"children":[]},{"values":["<span>04022</span> cGMP-PKG signaling pathway"],"expanded":false,"children":[]},{"expanded":false,"values":["<span>04151</span> PI3K-Akt signaling pathway"],"children":[]},{"values":["<span>04152</span> AMPK signaling pathway"],"expanded":false,"children":[]},{"expanded":false,"values":["<span>04150</span> mTOR signaling pathway"],"children":[]},{"children":[],"values":["<span>04075</span> Plant hormone signal transduction"],"expanded":false}],"values":["Signal transduction"],"expanded":false},{"values":["Signaling molecules and interaction"],"expanded":false,"children":[{"children":[],"values":["<span>04080</span> Neuroactive ligand-receptor interaction"],"expanded":false},{"values":["<span>04060</span> Cytokine-cytokine receptor interaction"],"expanded":false,"children":[]},{"children":[],"values":["<span>04061</span> Viral protein interaction with cytokine and cytokine receptor"],"expanded":false},{"values":["<span>04512</span> ECM-receptor interaction"],"expanded":false,"children":[]},{"children":[],"values":["<span>04514</span> Cell adhesion molecules"],"expanded":false}]}]},{"children":[],"values":[],"expanded":false},{"values":["<b>Cellular Processes</b>"],"expanded":false,"children":[{"children":[{"children":[],"values":["<span>04144</span> Endocytosis"],"expanded":false},{"children":[],"values":["<span>04145</span> Phagosome"],"expanded":false},{"values":["<span>04142</span> Lysosome"],"expanded":false,"children":[]},{"expanded":false,"values":["<span>04146</span> Peroxisome"],"children":[]},{"children":[],"values":["<span>04140</span> Autophagy - animal"],"expanded":false},{"values":["<span>04138</span> Autophagy - yeast"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<span>04136</span> Autophagy - other"]},{"children":[],"expanded":false,"values":["<span>04137</span> Mitophagy - animal"]},{"children":[],"expanded":false,"values":["<span>04139</span> Mitophagy - yeast"]},{"children":[],"values":["<span>04148</span> Efferocytosis"],"expanded":false}],"expanded":false,"values":["Transport and catabolism"]},{"children":[{"children":[],"values":["<span>04110</span> Cell cycle"],"expanded":false},{"values":["<span>04111</span> Cell cycle - yeast"],"expanded":false,"children":[]},{"children":[],"values":["<span>04112</span> Cell cycle - Caulobacter"],"expanded":false},{"expanded":false,"values":["<span>04113</span> Meiosis - yeast"],"children":[]},{"children":[],"values":["<span>04114</span> Oocyte meiosis"],"expanded":false},{"values":["<span>04210</span> Apoptosis"],"expanded":false,"children":[]},{"children":[],"values":["<span>04214</span> Apoptosis - fly"],"expanded":false},{"values":["<span>04215</span> Apoptosis - multiple species"],"expanded":false,"children":[]},{"expanded":false,"values":["<span>04216</span> Ferroptosis"],"children":[]},{"children":[],"values":["<span>04217</span> Necroptosis"],"expanded":false},{"children":[],"values":["<span>04115</span> p53 signaling pathway"],"expanded":false},{"expanded":false,"values":["<span>04218</span> Cellular senescence"],"children":[]}],"expanded":false,"values":["Cell growth and death"]},{"children":[{"children":[],"expanded":false,"values":["<span>04510</span> Focal adhesion"]},{"expanded":false,"values":["<span>04520</span> Adherens junction"],"children":[]},{"children":[],"values":["<span>04530</span> Tight junction"],"expanded":false},{"children":[],"expanded":false,"values":["<span>04540</span> Gap junction"]},{"expanded":false,"values":["<span>04550</span> Signaling pathways regulating pluripotency of stem cells"],"children":[]}],"values":["Cellular community - eukaryotes"],"expanded":false},{"values":["Cellular community - prokaryotes"],"expanded":false,"children":[{"children":[],"values":["<span>02024</span> Quorum sensing"],"expanded":false},{"expanded":false,"values":["<span>05111</span> Biofilm formation - Vibrio cholerae"],"children":[]},{"expanded":false,"values":["<span>02025</span> Biofilm formation - Pseudomonas aeruginosa"],"children":[]},{"children":[],"expanded":false,"values":["<span>02026</span> Biofilm formation - Escherichia coli"]}]},{"values":["Cell motility"],"expanded":false,"children":[{"children":[],"values":["<span>02030</span> Bacterial chemotaxis"],"expanded":false},{"expanded":false,"values":["<span>02040</span> Flagellar assembly"],"children":[]},{"expanded":false,"values":["<span>04814</span> Motor proteins"],"children":[]},{"values":["<span>04820</span> Cytoskeleton in muscle cells"],"expanded":false,"children":[]},{"values":["<span>04810</span> Regulation of actin cytoskeleton"],"expanded":false,"children":[]}]}]},{"expanded":false,"values":[],"children":[]},{"expanded":false,"values":["<b>Organismal Systems</b>"],"children":[{"children":[{"children":[],"expanded":false,"values":["<span>04640</span> Hematopoietic cell lineage"]},{"children":[],"expanded":false,"values":["<span>04610</span> Complement and coagulation cascades"]},{"children":[],"expanded":false,"values":["<span>04611</span> Platelet activation"]},{"children":[],"values":["<span>04613</span> Neutrophil extracellular trap formation"],"expanded":false},{"expanded":false,"values":["<span>04620</span> Toll-like receptor signaling pathway"],"children":[]},{"children":[],"expanded":false,"values":["<span>04624</span> Toll and Imd signaling pathway"]},{"expanded":false,"values":["<span>04621</span> NOD-like receptor signaling pathway"],"children":[]},{"children":[],"expanded":false,"values":["<span>04622</span> RIG-I-like receptor signaling pathway"]},{"expanded":false,"values":["<span>04623</span> Cytosolic DNA-sensing pathway"],"children":[]},{"values":["<span>04625</span> C-type lectin receptor signaling pathway"],"expanded":false,"children":[]},{"children":[],"values":["<span>04650</span> Natural killer cell mediated cytotoxicity"],"expanded":false},{"values":["<span>04612</span> Antigen processing and presentation"],"expanded":false,"children":[]},{"values":["<span>04660</span> T cell receptor signaling pathway"],"expanded":false,"children":[]},{"expanded":false,"values":["<span>04658</span> Th1 and Th2 cell differentiation"],"children":[]},{"children":[],"expanded":false,"values":["<span>04659</span> Th17 cell differentiation"]},{"expanded":false,"values":["<span>04657</span> IL-17 signaling pathway"],"children":[]},{"values":["<span>04662</span> B cell receptor signaling pathway"],"expanded":false,"children":[]},{"children":[],"values":["<span>04664</span> Fc epsilon RI signaling pathway"],"expanded":false},{"children":[],"values":["<span>04666</span> Fc gamma R-mediated phagocytosis"],"expanded":false},{"children":[],"expanded":false,"values":["<span>04670</span> Leukocyte transendothelial migration"]},{"children":[],"values":["<span>04672</span> Intestinal immune network for IgA production"],"expanded":false},{"values":["<span>04062</span> Chemokine signaling pathway"],"expanded":false,"children":[]}],"values":["Immune system"],"expanded":false},{"expanded":false,"values":["Endocrine system"],"children":[{"children":[],"expanded":false,"values":["<span>04911</span> Insulin secretion"]},{"children":[],"expanded":false,"values":["<span>04910</span> Insulin signaling pathway"]},{"values":["<span>04922</span> Glucagon signaling pathway"],"expanded":false,"children":[]},{"children":[],"values":["<span>04923</span> Regulation of lipolysis in adipocytes"],"expanded":false},{"expanded":false,"values":["<span>04920</span> Adipocytokine signaling pathway"],"children":[]},{"children":[],"values":["<span>03320</span> PPAR signaling pathway"],"expanded":false},{"children":[],"values":["<span>04929</span> GnRH secretion"],"expanded":false},{"children":[],"expanded":false,"values":["<span>04912</span> GnRH signaling pathway"]},{"values":["<span>04913</span> Ovarian steroidogenesis"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<span>04915</span> Estrogen signaling pathway"]},{"expanded":false,"values":["<span>04914</span> Progesterone-mediated oocyte maturation"],"children":[]},{"children":[],"values":["<span>04917</span> Prolactin signaling pathway"],"expanded":false},{"children":[],"values":["<span>04921</span> Oxytocin signaling pathway"],"expanded":false},{"children":[],"expanded":false,"values":["<span>04926</span> Relaxin signaling pathway"]},{"children":[],"values":["<span>04935</span> Growth hormone synthesis, secretion and action"],"expanded":false},{"children":[],"values":["<span>04918</span> Thyroid hormone synthesis"],"expanded":false},{"children":[],"values":["<span>04919</span> Thyroid hormone signaling pathway"],"expanded":false},{"values":["<span>04928</span> Parathyroid hormone synthesis, secretion and action"],"expanded":false,"children":[]},{"expanded":false,"values":["<span>04916</span> Melanogenesis"],"children":[]},{"expanded":false,"values":["<span>04924</span> Renin secretion"],"children":[]},{"values":["<span>04614</span> Renin-angiotensin system"],"expanded":false,"children":[]},{"values":["<span>04925</span> Aldosterone synthesis and secretion"],"expanded":false,"children":[]},{"values":["<span>04927</span> Cortisol synthesis and secretion"],"expanded":false,"children":[]}]},{"values":["Circulatory system"],"expanded":false,"children":[{"values":["<span>04260</span> Cardiac muscle contraction"],"expanded":false,"children":[]},{"children":[],"values":["<span>04261</span> Adrenergic signaling in cardiomyocytes"],"expanded":false},{"values":["<span>04270</span> Vascular smooth muscle contraction"],"expanded":false,"children":[]}]},{"children":[{"values":["<span>04970</span> Salivary secretion"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<span>04971</span> Gastric acid secretion"]},{"expanded":false,"values":["<span>04972</span> Pancreatic secretion"],"children":[]},{"children":[],"expanded":false,"values":["<span>04976</span> Bile secretion"]},{"children":[],"expanded":false,"values":["<span>04973</span> Carbohydrate digestion and absorption"]},{"values":["<span>04974</span> Protein digestion and absorption"],"expanded":false,"children":[]},{"children":[],"values":["<span>04975</span> Fat digestion and absorption"],"expanded":false},{"children":[],"values":["<span>04979</span> Cholesterol metabolism"],"expanded":false},{"children":[],"values":["<span>04977</span> Vitamin digestion and absorption"],"expanded":false},{"values":["<span>04981</span> Folate transport and metabolism"],"expanded":false,"children":[]},{"expanded":false,"values":["<span>04980</span> Cobalamin transport and metabolism"],"children":[]},{"expanded":false,"values":["<span>04978</span> Mineral absorption"],"children":[]}],"values":["Digestive system"],"expanded":false},{"children":[{"children":[],"values":["<span>04962</span> Vasopressin-regulated water reabsorption"],"expanded":false},{"values":["<span>04960</span> Aldosterone-regulated sodium reabsorption"],"expanded":false,"children":[]},{"children":[],"values":["<span>04961</span> Endocrine and other factor-regulated calcium reabsorption"],"expanded":false},{"children":[],"values":["<span>04964</span> Proximal tubule bicarbonate reclamation"],"expanded":false},{"children":[],"values":["<span>04966</span> Collecting duct acid secretion"],"expanded":false}],"values":["Excretory system"],"expanded":false},{"expanded":false,"values":["Nervous system"],"children":[{"expanded":false,"values":["<span>04724</span> Glutamatergic synapse"],"children":[]},{"expanded":false,"values":["<span>04727</span> GABAergic synapse"],"children":[]},{"expanded":false,"values":["<span>04725</span> Cholinergic synapse"],"children":[]},{"children":[],"expanded":false,"values":["<span>04728</span> Dopaminergic synapse"]},{"values":["<span>04726</span> Serotonergic synapse"],"expanded":false,"children":[]},{"values":["<span>04720</span> Long-term potentiation"],"expanded":false,"children":[]},{"values":["<span>04730</span> Long-term depression"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<span>04723</span> Retrograde endocannabinoid signaling"]},{"children":[],"values":["<span>04721</span> Synaptic vesicle cycle"],"expanded":false},{"children":[],"expanded":false,"values":["<span>04722</span> Neurotrophin signaling pathway"]}]},{"children":[{"expanded":false,"values":["<span>04744</span> Phototransduction"],"children":[]},{"children":[],"expanded":false,"values":["<span>04745</span> Phototransduction - fly"]},{"values":["<span>04740</span> Olfactory transduction"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<span>04742</span> Taste transduction"]},{"expanded":false,"values":["<span>04750</span> Inflammatory mediator regulation of TRP channels"],"children":[]}],"values":["Sensory system"],"expanded":false},{"children":[{"children":[],"values":["<span>04320</span> Dorso-ventral axis formation"],"expanded":false},{"children":[],"expanded":false,"values":["<span>04360</span> Axon guidance"]},{"expanded":false,"values":["<span>04361</span> Axon regeneration"],"children":[]},{"children":[],"expanded":false,"values":["<span>04380</span> Osteoclast differentiation"]}],"expanded":false,"values":["Development and regeneration"]},{"expanded":false,"values":["Aging"],"children":[{"values":["<span>04211</span> Longevity regulating pathway"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<span>04212</span> Longevity regulating pathway - worm"]},{"children":[],"expanded":false,"values":["<span>04213</span> Longevity regulating pathway - multiple species"]}]},{"values":["Environmental adaptation"],"expanded":false,"children":[{"expanded":false,"values":["<span>04710</span> Circadian rhythm"],"children":[]},{"children":[],"values":["<span>04713</span> Circadian entrainment"],"expanded":false},{"expanded":false,"values":["<span>04711</span> Circadian rhythm - fly"],"children":[]},{"expanded":false,"values":["<span>04712</span> Circadian rhythm - plant"],"children":[]},{"children":[],"values":["<span>04714</span> Thermogenesis"],"expanded":false},{"values":["<span>04626</span> Plant-pathogen interaction"],"expanded":false,"children":[]}]}]},{"children":[],"expanded":false,"values":[]},{"values":["<b>Human Diseases</b>"],"expanded":false,"children":[{"expanded":false,"values":["Cancer: overview"],"children":[{"children":[],"expanded":false,"values":["<span>05200</span> Pathways in cancer"]},{"values":["<span>05202</span> Transcriptional misregulation in cancer"],"expanded":false,"children":[]},{"expanded":false,"values":["<span>05206</span> MicroRNAs in cancer"],"children":[]},{"children":[],"values":["<span>05205</span> Proteoglycans in cancer"],"expanded":false},{"children":[],"expanded":false,"values":["<span>05204</span> Chemical carcinogenesis - DNA adducts"]},{"values":["<span>05207</span> Chemical carcinogenesis - receptor activation"],"expanded":false,"children":[]},{"values":["<span>05208</span> Chemical carcinogenesis - reactive oxygen species"],"expanded":false,"children":[]},{"children":[],"values":["<span>05203</span> Viral carcinogenesis"],"expanded":false},{"expanded":false,"values":["<span>05230</span> Central carbon metabolism in cancer"],"children":[]},{"expanded":false,"values":["<span>05231</span> Choline metabolism in cancer"],"children":[]},{"values":["<span>05235</span> PD-L1 expression and PD-1 checkpoint pathway in cancer"],"expanded":false,"children":[]}]},{"expanded":false,"values":["Cancer: specific types"],"children":[{"children":[],"values":["<span>05210</span> Colorectal cancer"],"expanded":false},{"expanded":false,"values":["<span>05212</span> Pancreatic cancer"],"children":[]},{"values":["<span>05225</span> Hepatocellular carcinoma"],"expanded":false,"children":[]},{"expanded":false,"values":["<span>05226</span> Gastric cancer"],"children":[]},{"children":[],"expanded":false,"values":["<span>05214</span> Glioma"]},{"values":["<span>05216</span> Thyroid cancer"],"expanded":false,"children":[]},{"values":["<span>05221</span> Acute myeloid leukemia"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<span>05220</span> Chronic myeloid leukemia"]},{"children":[],"values":["<span>05217</span> Basal cell carcinoma"],"expanded":false},{"children":[],"values":["<span>05218</span> Melanoma"],"expanded":false},{"children":[],"values":["<span>05211</span> Renal cell carcinoma"],"expanded":false},{"expanded":false,"values":["<span>05219</span> Bladder cancer"],"children":[]},{"children":[],"values":["<span>05215</span> Prostate cancer"],"expanded":false},{"children":[],"expanded":false,"values":["<span>05213</span> Endometrial cancer"]},{"children":[],"values":["<span>05224</span> Breast cancer"],"expanded":false},{"expanded":false,"values":["<span>05222</span> Small cell lung cancer"],"children":[]},{"children":[],"values":["<span>05223</span> Non-small cell lung cancer"],"expanded":false}]},{"expanded":false,"values":["Infectious disease: viral"],"children":[{"children":[],"values":["<span>05166</span> Human T-cell leukemia virus 1 infection"],"expanded":false},{"expanded":false,"values":["<span>05170</span> Human immunodeficiency virus 1 infection"],"children":[]},{"values":["<span>05161</span> Hepatitis B"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<span>05160</span> Hepatitis C"]},{"children":[],"values":["<span>05171</span> Coronavirus disease - COVID-19"],"expanded":false},{"expanded":false,"values":["<span>05164</span> Influenza A"],"children":[]},{"expanded":false,"values":["<span>05162</span> Measles"],"children":[]},{"values":["<span>05168</span> Herpes simplex virus 1 infection"],"expanded":false,"children":[]},{"children":[],"values":["<span>05163</span> Human cytomegalovirus infection"],"expanded":false},{"children":[],"expanded":false,"values":["<span>05167</span> Kaposi sarcoma-associated herpesvirus infection"]},{"expanded":false,"values":["<span>05169</span> Epstein-Barr virus infection"],"children":[]},{"children":[],"values":["<span>05165</span> Human papillomavirus infection"],"expanded":false}]},{"children":[{"expanded":false,"values":["<span>05110</span> Vibrio cholerae infection"],"children":[]},{"values":["<span>05120</span> Epithelial cell signaling in Helicobacter pylori infection"],"expanded":false,"children":[]},{"values":["<span>05130</span> Pathogenic Escherichia coli infection"],"expanded":false,"children":[]},{"children":[],"values":["<span>05132</span> Salmonella infection"],"expanded":false},{"children":[],"values":["<span>05131</span> Shigellosis"],"expanded":false},{"expanded":false,"values":["<span>05135</span> Yersinia infection"],"children":[]},{"expanded":false,"values":["<span>05133</span> Pertussis"],"children":[]},{"children":[],"expanded":false,"values":["<span>05134</span> Legionellosis"]},{"expanded":false,"values":["<span>05150</span> Staphylococcus aureus infection"],"children":[]},{"values":["<span>05152</span> Tuberculosis"],"expanded":false,"children":[]},{"expanded":false,"values":["<span>05100</span> Bacterial invasion of epithelial cells"],"children":[]}],"values":["Infectious disease: bacterial"],"expanded":false},{"children":[{"values":["<span>05146</span> Amoebiasis"],"expanded":false,"children":[]},{"children":[],"values":["<span>05144</span> Malaria"],"expanded":false},{"children":[],"expanded":false,"values":["<span>05145</span> Toxoplasmosis"]},{"children":[],"expanded":false,"values":["<span>05140</span> Leishmaniasis"]},{"expanded":false,"values":["<span>05142</span> Chagas disease"],"children":[]},{"children":[],"values":["<span>05143</span> African trypanosomiasis"],"expanded":false}],"expanded":false,"values":["Infectious disease: parasitic"]},{"children":[{"children":[],"values":["<span>05310</span> Asthma"],"expanded":false},{"children":[],"values":["<span>05322</span> Systemic lupus erythematosus"],"expanded":false},{"expanded":false,"values":["<span>05323</span> Rheumatoid arthritis"],"children":[]},{"values":["<span>05320</span> Autoimmune thyroid disease"],"expanded":false,"children":[]},{"expanded":false,"values":["<span>05321</span> Inflammatory bowel disease"],"children":[]},{"children":[],"expanded":false,"values":["<span>05330</span> Allograft rejection"]},{"expanded":false,"values":["<span>05332</span> Graft-versus-host disease"],"children":[]},{"values":["<span>05340</span> Primary immunodeficiency"],"expanded":false,"children":[]}],"expanded":false,"values":["Immune disease"]},{"expanded":false,"values":["Neurodegenerative disease"],"children":[{"expanded":false,"values":["<span>05010</span> Alzheimer disease"],"children":[]},{"expanded":false,"values":["<span>05012</span> Parkinson disease"],"children":[]},{"children":[],"values":["<span>05014</span> Amyotrophic lateral sclerosis"],"expanded":false},{"values":["<span>05016</span> Huntington disease"],"expanded":false,"children":[]},{"expanded":false,"values":["<span>05017</span> Spinocerebellar ataxia"],"children":[]},{"children":[],"expanded":false,"values":["<span>05020</span> Prion disease"]},{"children":[],"values":["<span>05022</span> Pathways of neurodegeneration - multiple diseases"],"expanded":false}]},{"values":["Substance dependence"],"expanded":false,"children":[{"children":[],"expanded":false,"values":["<span>05030</span> Cocaine addiction"]},{"values":["<span>05031</span> Amphetamine addiction"],"expanded":false,"children":[]},{"values":["<span>05032</span> Morphine addiction"],"expanded":false,"children":[]},{"expanded":false,"values":["<span>05033</span> Nicotine addiction"],"children":[]},{"expanded":false,"values":["<span>05034</span> Alcoholism"],"children":[]}]},{"values":["Cardiovascular disease"],"expanded":false,"children":[{"children":[],"expanded":false,"values":["<span>05417</span> Lipid and atherosclerosis"]},{"expanded":false,"values":["<span>05418</span> Fluid shear stress and atherosclerosis"],"children":[]},{"expanded":false,"values":["<span>05410</span> Hypertrophic cardiomyopathy"],"children":[]},{"values":["<span>05412</span> Arrhythmogenic right ventricular cardiomyopathy"],"expanded":false,"children":[]},{"expanded":false,"values":["<span>05414</span> Dilated cardiomyopathy"],"children":[]},{"children":[],"expanded":false,"values":["<span>05415</span> Diabetic cardiomyopathy"]},{"expanded":false,"values":["<span>05416</span> Viral myocarditis"],"children":[]}]},{"children":[{"values":["<span>04930</span> Type II diabetes mellitus"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<span>04940</span> Type I diabetes mellitus"]},{"children":[],"values":["<span>04950</span> Maturity onset diabetes of the young"],"expanded":false},{"children":[],"expanded":false,"values":["<span>04936</span> Alcoholic liver disease"]},{"children":[],"expanded":false,"values":["<span>04932</span> Non-alcoholic fatty liver disease"]},{"values":["<span>04931</span> Insulin resistance"],"expanded":false,"children":[]},{"children":[],"values":["<span>04933</span> AGE-RAGE signaling pathway in diabetic complications"],"expanded":false},{"children":[],"values":["<span>04934</span> Cushing syndrome"],"expanded":false}],"values":["Endocrine and metabolic disease"],"expanded":false},{"children":[{"children":[],"expanded":false,"values":["<span>01501</span> beta-Lactam resistance"]},{"children":[],"expanded":false,"values":["<span>01502</span> Vancomycin resistance"]},{"children":[],"values":["<span>01503</span> Cationic antimicrobial peptide (CAMP) resistance"],"expanded":false}],"expanded":false,"values":["Drug resistance: antimicrobial"]},{"children":[{"expanded":false,"values":["<span>01521</span> EGFR tyrosine kinase inhibitor resistance"],"children":[]},{"children":[],"values":["<span>01524</span> Platinum drug resistance"],"expanded":false},{"children":[],"expanded":false,"values":["<span>01523</span> Antifolate resistance"]},{"expanded":false,"values":["<span>01522</span> Endocrine resistance"],"children":[]}],"expanded":false,"values":["Drug resistance: antineoplastic"]}]},{"children":[],"values":[],"expanded":false},{"expanded":false,"values":["<b>Drug Development</b>"],"children":[{"children":[{"values":["<span>07011</span> Penicillins"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<span>07012</span> Cephalosporins - parenteral agents"]},{"children":[],"expanded":false,"values":["<span>07013</span> Cephalosporins - oral agents"]},{"values":["<span>07021</span> Aminoglycosides"],"expanded":false,"children":[]},{"children":[],"values":["<span>07019</span> Tetracyclines"],"expanded":false},{"values":["<span>07020</span> Macrolides and ketolides"],"expanded":false,"children":[]},{"expanded":false,"values":["<span>07014</span> Quinolones"],"children":[]},{"children":[],"values":["<span>07023</span> Rifamycins"],"expanded":false},{"values":["<span>07026</span> Antifungal agents"],"expanded":false,"children":[]},{"expanded":false,"values":["<span>07044</span> Antiviral agents"],"children":[]},{"values":["<span>07053</span> Anti-HIV agents"],"expanded":false,"children":[]}],"expanded":false,"values":["Chronology: Antiinfectives"]},{"values":["Chronology: Antineoplastics"],"expanded":false,"children":[{"values":["<span>07040</span> Antineoplastics - alkylating agents"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<span>07041</span> Antineoplastics - antimetabolic agents"]},{"children":[],"expanded":false,"values":["<span>07042</span> Antineoplastics - agents from natural products"]},{"values":["<span>07043</span> Antineoplastics - hormones"],"expanded":false,"children":[]},{"children":[],"values":["<span>07045</span> Antineoplastics - protein kinase inhibitors"],"expanded":false}]},{"children":[{"children":[],"values":["<span>07032</span> Hypnotics"],"expanded":false},{"children":[],"expanded":false,"values":["<span>07030</span> Anxiolytics"]},{"children":[],"values":["<span>07033</span> Anticonvulsants"],"expanded":false},{"values":["<span>07015</span> Local analgesics"],"expanded":false,"children":[]},{"expanded":false,"values":["<span>07039</span> Opioid analgesics"],"children":[]},{"expanded":false,"values":["<span>07028</span> Antipsychotics"],"children":[]},{"values":["<span>07029</span> Antipsychotics - phenothiazines"],"expanded":false,"children":[]},{"values":["<span>07031</span> Antipsychotics - butyrophenones"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<span>07027</span> Antidepressants"]},{"children":[],"values":["<span>07056</span> Agents for Alzheimer-type dementia"],"expanded":false},{"values":["<span>07057</span> Antiparkinsonian agents"],"expanded":false,"children":[]}],"values":["Chronology: Nervous system agents"],"expanded":false},{"values":["Chronology: Other drugs"],"expanded":false,"children":[{"expanded":false,"values":["<span>07055</span> Sulfonamide derivatives - overview"],"children":[]},{"values":["<span>07016</span> Sulfonamide derivatives - sulfa drugs"],"expanded":false,"children":[]},{"children":[],"values":["<span>07017</span> Sulfonamide derivatives - diuretics"],"expanded":false},{"children":[],"expanded":false,"values":["<span>07018</span> Sulfonamide derivatives - hypoglycemic agents"]},{"values":["<span>07037</span> Antiarrhythmic drugs"],"expanded":false,"children":[]},{"expanded":false,"values":["<span>07038</span> Antiulcer drugs"],"children":[]},{"children":[],"expanded":false,"values":["<span>07046</span> Immunosuppressive agents"]},{"children":[],"values":["<span>07047</span> Osteoporosis drugs"],"expanded":false},{"expanded":false,"values":["<span>07048</span> Antimigraines"],"children":[]},{"children":[],"expanded":false,"values":["<span>07049</span> Antithrombosis agents"]},{"values":["<span>07050</span> Antirheumatics - DMARDs and biological agents"],"expanded":false,"children":[]},{"values":["<span>07051</span> Antidiabetics"],"expanded":false,"children":[]},{"values":["<span>07052</span> Antidyslipidemic agents"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<span>07054</span> Antiglaucoma agents"]}]},{"values":["Target-based classification: G protein-coupled receptors"],"expanded":false,"children":[{"children":[],"values":["<span>07220</span> Cholinergic and anticholinergic drugs"],"expanded":false},{"expanded":false,"values":["<span>07215</span> alpha-Adrenergic receptor agonists/antagonists"],"children":[]},{"values":["<span>07214</span> beta-Adrenergic receptor agonists/antagonists"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<span>07213</span> Dopamine receptor agonists/antagonists"]},{"expanded":false,"values":["<span>07212</span> Histamine H1 receptor antagonists"],"children":[]},{"values":["<span>07227</span> Histamine H2/H3 receptor agonists/antagonists"],"expanded":false,"children":[]},{"values":["<span>07211</span> Serotonin receptor agonists/antagonists"],"expanded":false,"children":[]},{"children":[],"expanded":false,"values":["<span>07228</span> Eicosanoid receptor agonists/antagonists"]},{"children":[],"expanded":false,"values":["<span>07224</span> Opioid receptor agonists/antagonists"]},{"children":[],"values":["<span>07229</span> Angiotensin receptor and endothelin receptor antagonists"],"expanded":false}]},{"values":["Target-based classification: Nuclear receptors"],"expanded":false,"children":[{"children":[],"expanded":false,"values":["<span>07225</span> Glucocorticoid and mineralocorticoid receptor agonists/antagonists"]},{"children":[],"expanded":false,"values":["<span>07226</span> Progesterone, androgen and estrogen receptor agonists/antagonists"]},{"children":[],"expanded":false,"values":["<span>07223</span> Retinoic acid receptor (RAR) and retinoid X receptor (RXR) agonists/antagonists"]},{"expanded":false,"values":["<span>07222</span> Peroxisome proliferator-activated receptor (PPAR) agonists"],"children":[]}]},{"values":["Target-based classification: Ion channels"],"expanded":false,"children":[{"values":["<span>07221</span> Nicotinic cholinergic receptor antagonists"],"expanded":false,"children":[]},{"children":[],"values":["<span>07230</span> GABA-A receptor agonists/antagonists"],"expanded":false},{"values":["<span>07036</span> Calcium channel blocking drugs"],"expanded":false,"children":[]},{"values":["<span>07231</span> Sodium channel blocking drugs"],"expanded":false,"children":[]},{"values":["<span>07232</span> Potassium channel blocking and opening drugs"],"expanded":false,"children":[]},{"values":["<span>07235</span> N-Methyl-D-aspartic acid (NMDA) receptor antagonists"],"expanded":false,"children":[]}]},{"children":[{"values":["<span>07233</span> Ion transporter inhibitors"],"expanded":false,"children":[]},{"values":["<span>07234</span> Neurotransmitter transporter inhibitors"],"expanded":false,"children":[]}],"values":["Target-based classification: Transporters"],"expanded":false},{"children":[{"children":[],"expanded":false,"values":["<span>07216</span> Catecholamine transferase inhibitors"]},{"children":[],"expanded":false,"values":["<span>07219</span> Cyclooxygenase inhibitors"]},{"children":[],"values":["<span>07024</span> HMG-CoA reductase inhibitors"],"expanded":false},{"children":[],"expanded":false,"values":["<span>07217</span> Renin-angiotensin system inhibitors"]},{"children":[],"values":["<span>07218</span> HIV protease inhibitors"],"expanded":false}],"expanded":false,"values":["Target-based classification: Enzymes"]},{"values":["Structure-based classification"],"expanded":false,"children":[{"children":[],"values":["<span>07025</span> Quinolines"],"expanded":false},{"expanded":false,"values":["<span>07034</span> Eicosanoids"],"children":[]},{"children":[],"values":["<span>07035</span> Prostaglandins"],"expanded":false}]},{"children":[{"children":[],"values":["<span>07110</span> Benzoic acid family"],"expanded":false},{"children":[],"values":["<span>07112</span> 1,2-Diphenyl substitution family"],"expanded":false},{"children":[],"expanded":false,"values":["<span>07114</span> Naphthalene family"]},{"values":["<span>07117</span> Benzodiazepine family"],"expanded":false,"children":[]}],"values":["Skeleton-based classification"],"expanded":false}]}],"expanded":true,"values":[]},"htextNo":"08901","org":"br","joinPruningColumn":[],"columnWidth":[],"highlight":{}} let isSmartPhone = navigator.userAgent.match(/iPhone|Android.+Mobile/) let isSmallView = (window.matchMedia && window.matchMedia('(max-width:640px)').matches) // パネルの開閉フラグが未定の場合はデバイスサイズ等をみて決める。 let e = document.getElementById('displayControlPanel') if (e != null) { if (e.value === '') { e.value = (isSmartPhone || isSmallView) ? 'hide' : 'show' } } </script> <div id="search-page"> <div class="visible-on-open" style="display:none;"> <span class="visible-on-hit" style="display:none;"> <span class="message">1 / 10</span> </span> <div style="display:inline-block; position:relative;"> <input type="text" class="query" size="20" style="margin-left:5px;"> <svg class="clear-text" width="12" height="12" viewBox="0 0 100 100" style="position:absolute; right:4px;"> <circle cx="50" cy="50" r="50" stroke="#555" fill="#555" /> <line x1="30" y1="30" x2="70" y2="70" stroke="#fff" stroke-width="10" stroke-linecap="round" /> <line x1="30" y1="70" x2="70" y2="30" stroke="#fff" stroke-width="10" stroke-linecap="round" /> </svg> </div> <span class="-visible-on-hit" style="-display:none; margin-left:2px;"> <button type="button" class="move-prev" style="padding:1px;"> <svg width="12" height="12"> <polyline points="2,11,6.5,3,11,11" stroke="#000" fill="none"></polyline> </svg> </button> <button type="button" class="move-next" style="padding:1px;"> <svg width="12" height="12"> <polyline points="2,3,6.5,11,11,3" stroke="#000" fill="none"></polyline> </svg> </button> </span> <button type="button" class="close" style="margin-left:5px; padding:1px;"> <svg width="12" height="12"> <line x1="2" y1="2" x2="11", y2="11" stroke="#000" fill="none"></line> <line x1="2" y1="11" x2="11", y2="2" stroke="#000" fill="none"></line> </svg> </button> </div> <div class="visible-on-close" style="display:none;"> <button style="padding:4px;" class="open"> <svg width="20" height="20" viewBox="0 0 100 100"> <line x1="6" y1="94" x2="50" y2="50" stroke="#000" stroke-width="10" stroke-linecap="round" /> <circle cx="55" cy="45" r="35" stroke="#000" fill="#fff" stroke-width="10"/> <path d="M 55 65 a 20 20 0 0 0 20 -20" fill="none" stroke="black" stroke-width="5" stroke-linecap="round" /> </svg> </button> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10