CINXE.COM

KEGG MODULE: M00174

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>KEGG MODULE: M00174</title> <link rel="stylesheet" href="/css/kegg.css" type="text/css"> <style type="text/css"> body { padding: 10px; } td { font-size:12px; font-family:verdana,arial,helvetica,sans-serif; vertical-align: top; } .definition { margin-left: 10px; margin-top: 5px; margin-bottom: 0px; } .definition table tr td { padding-right: 10px; } div.error { margin-top: 0px; margin-bottom: 20px; } /* モバイル端末用の画像表示設定 */ .image-container { display: flex; -flex-wrap: wrap; flex-wrap: nowrap; gap: 20px; margin-top: 5px; } /* PC 用の画像表示設定 */ @media screen and (min-width:768px) { .image-container { flex-wrap: nowrap; } } </style> <script src="/js/jquery-3.5.1.min.js"></script> <script src="/js/jquery.balloon.min.js"></script> <script src="/js/kegg-timer-manager.js"></script> <script src="/js/kegg-simple-popup.js"></script> <script src="/js/kegg-mouse-capture.js"></script> <script language="javascript" type="text/javascript"> <!-- var mouse = new MouseCapture() var popupTimer = new TimerManager() $(function () { $('.change-type') .each(function () { let entry = $(this).data('entry') $(this) .on('click', function () { let url = '/kegg-bin/list_menu?id=' + entry window.open(url, 'menu_win', 'popup,width=500,height=700') }) .balloon({ position: 'right', contents: 'Open window to change prefix of ' + entry, css: { fontSize: '1.0em' } }) }) }) function open_ko_list(map, org) { window.open( `/kegg-bin/module_ko_list?map=${map}&org=${org}`, '_md', 'popup,width=700,height=400' ) .focus(); } function showThumbnail(entry) { const show = function () { var url = ""; if(!entry.match(/^[A-Z]+\d+$/)) return var url = '/kegg/misc/thumbnail/' + entry + '.gif'; var m = mouse.getCursorPosition() var $img = $('<img />') .attr('src', url) .attr('alt', 'Loading...') .on('load', function () { // ポップアップの表示位置の計算に画像サイズが必要なので、 // 画像のロードが完了してからポップアップを表示する。 $('#poplay') .html(this) .popup('init') .popup('move', m[0], m[1]+40) .show() }) } popupTimer.setTimeout(show, 1000) } function hideThumbnail(){ $('#poplay').hide() popupTimer.clear() } // --> </script> </head> <body> <div class="entry" data-entry="M00174"> <table border="0" cellspacing="0" cellpadding="0" width="100%" > <tr> <td style="width:80px;"> <a href="/kegg/module.html"><img align="middle" border="0" src="/Fig/bget/kegg3.gif" alt="KEGG"></a> </td> <td style="vertical-align:middle;"> <a name="module:M00174"></a><font class="title3"><b>Methane oxidation, methanotroph, methane =&gt; formaldehyde</b></font> </td> <!-- <td align="right" valign="bottom"><button class="btn" onclick="javascript:void(window.open('/kegg/document/help_module.html','KEGG_Help','toolbar=no,location=no,directories=no,width=720,height=640,resizable=yes,scrollbars=yes'))">Help</button></td> --> </tr> </table> [ <a href="/brite/htext=ko00002a.keg&amp;query=M00174&amp;option=-a&amp;node_proc=ko00002a_org&amp;proc_enabled=ko&panel=collapse">Module menu</a> | <a href="/entry/M00174">Module entry</a> | <a href="javascript:void(open_ko_list('M00174', 'ko'))">KO/Compound list</a> | <a href="javascript:void(window.open('/kegg/document/help_module.html','KEGG_Help','width=720,height=640'))">Help</a> ] <div style="margin: 5px 0px 5px 0px;"> <input type="button" class="change-type" value="Change module type" data-entry="M00174"> </div> <div class="definition"> <table> <tr> <td>Entry</td> <td> M00174 </td> </tr> <tr> <td>Name</td> <td>Methane oxidation, methanotroph, methane =&gt; formaldehyde</td> </tr> <tr> <td>Definition</td> <td> ((<a href="/entry/K10944">K10944</a>+<a href="/entry/K10945">K10945</a>+<a href="/entry/K10946">K10946</a>),(<a href="/entry/K16157">K16157</a>+<a href="/entry/K16158">K16158</a>+<a href="/entry/K16159">K16159</a>+<a href="/entry/K16160">K16160</a>+<a href="/entry/K16161">K16161</a>+<a href="/entry/K16162">K16162</a>)) ((<a href="/entry/K14028">K14028</a>-<br><a href="/entry/K14029">K14029</a>),<a href="/entry/K23995">K23995</a>)<br /> <button class="btn" onclick="location.href='http://www.kegg.jp/kegg-bin/view_ortholog_table?md=M00174'">Ortholog table</button> <button class="btn" onclick="location.href='/kegg-bin/show_taxonomy?id=M00174'">Taxonomy</button> <!-- <button class="btn" onclick="location.href='/kegg-bin/view_module_table?id=M00174'">Module table</button> --> </td> </tr> <tr> <td>Type</td> <td>Pathway module</td> </tr> <tr> <td>Pathway</td> <td> <span style="margin-right:5px;"> <a href="/pathway/map00680+M00174">map00680</a> </span> <span style="margin-right:5px;"> <a href="/pathway/map01200+M00174">map01200</a> </span> <span style="margin-right:5px;"> <a href="/pathway/map01220+M00174">map01220</a> </span> <span style="margin-right:5px;"> <a href="/pathway/map01100+M00174">map01100</a> </span> <span style="margin-right:5px;"> <a href="/pathway/map01120+M00174">map01120</a> </span> </td> </tr> <tr> <td>Reaction</td> <td><a href="/entry/R01142">R01142</a>,<a href="/entry/R09518">R09518</a> <a href="/entry/C01438">C01438</a> -&gt; <a href="/entry/C00132">C00132</a><br><a href="/entry/R01146">R01146</a> <a href="/entry/C00132">C00132</a> -&gt; <a href="/entry/C00067">C00067</a></td> </tr> </table> </div> <form action="/kegg-bin/show_module"> <input type="hidden" name="map" value="M00174"> <input type="hidden" name="org" value="ko"> <div style="margin-top:0px;"> <div class="image-container"> <div class="module"> <img src="/tmp/pathway_thumbnail/ko_M00174.png?1742115442" usemap="#module1" border="0" alt="MODULE IMAGE"> </div> <div class="reaction"> <img src="/tmp/pathway_thumbnail/M00174_reaction.png?1742115442" usemap="#reaction1" border="0" alt="MODULE-REACTION IMAGE"> </div> </div> <map name="module1"> <area shape="rect" id="node1_0" href="/entry/K10944" title="K10944 (pmoA&#45;amoA)" alt="" coords="17,11,90,56"/> <area shape="rect" id="node1_1" href="/entry/K10945" title="K10945 (pmoB&#45;amoB)" alt="" coords="17,56,90,101"/> <area shape="rect" id="node1_2" href="/entry/K10946" title="K10946 (pmoC&#45;amoC)" alt="" coords="17,101,90,147"/> <area shape="rect" id="node1_3" href="/entry/K16157" title="K16157 (mmoX)" alt="" coords="94,11,167,33"/> <area shape="rect" id="node1_4" href="/entry/K16158" title="K16158 (mmoY)" alt="" coords="94,33,167,56"/> <area shape="rect" id="node1_5" href="/entry/K16159" title="K16159 (mmoZ)" alt="" coords="94,56,167,79"/> <area shape="rect" id="node1_6" href="/entry/K16160" title="K16160 (mmoB)" alt="" coords="94,79,167,101"/> <area shape="rect" id="node1_7" href="/entry/K16161" title="K16161 (mmoC)" alt="" coords="94,101,167,124"/> <area shape="rect" id="node1_8" href="/entry/K16162" title="K16162 (mmoD)" alt="" coords="94,124,167,147"/> <area shape="rect" id="node2_9" href="/entry/K14028" title="K14028 (mdh1)" alt="" coords="17,168,90,191"/> <area shape="rect" id="node2_10" href="/entry/K14029" title="K14029 (mdh2)" alt="" coords="17,191,90,213"/> <area shape="rect" id="node2_11" href="/entry/K23995" title="K23995 (xoxF)" alt="" coords="94,168,167,213"/> </map> <map name="reaction1"> <area shape="poly" id="node1" href="/entry/C01438" title="C01438 (Methane)" alt="" coords="113,29,111,22,106,15,98,10,87,7,76,5,65,7,54,10,46,15,41,22,39,29,41,37,46,43,54,49,65,52,76,53,87,52,98,49,106,43,111,37"/> <area shape="rect" id="node2_0" href="/entry/R01142" title="R01142" alt="" coords="16,93,76,120"/> <area shape="rect" id="node2_1" href="/entry/R09518" title="R09518" alt="" coords="76,93,136,120"/> <area shape="poly" id="node3" href="/entry/C00132" title="C00132 (Methanol)" alt="" coords="113,184,111,177,106,170,98,165,87,161,76,160,65,161,54,165,46,170,41,177,39,184,41,191,46,198,54,203,65,207,76,208,87,207,98,203,106,198,111,191"/> <area shape="rect" id="node4" href="/entry/R01146" title="R01146" alt="" coords="37,237,115,260"/> <area shape="poly" id="node5" href="/entry/C00067" title="C00067 (Formaldehyde)" alt="" coords="113,313,111,306,106,299,98,294,87,291,76,289,65,291,54,294,46,299,41,306,39,313,41,321,46,327,54,333,65,336,76,337,87,336,98,333,106,327,111,321"/> </map> </div> </form> </div> <div id="poplay" class="poplay"></div> </body> </html>

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