CINXE.COM

KEGG MODULE: M00824

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>KEGG MODULE: M00824</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; } </style> <script src="/js/jquery-3.1.0.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"> <!-- const ATTENTION_KEY = 'attentionObject' 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', 'menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=500,height=700') }) .balloon({ position: 'right', contents: 'Open window to change prefix of ' + entry, css: { fontSize: '1.0em' } }) }) $('area') .on('mouseover', function () { var title = $(this).attr('title') if (!title) return if ((m = title.match(/^C\d{5}/))) { var entry = m[0] showThumbnail(entry) setEntryToStorage(entry) } else if ((m = title.match(/^[KR]\d{5}/))) { var entry = m[0] setEntryToStorage(entry) } }) .on('mouseout', function () { hideThumbnail() removeEntryFromStorage() }) $(window) .on('beforeunload', function () { removeEntryFromStorage() }) }) function open_ko_list(map, org) { var win = window.open('/kegg-bin/module_ko_list?map=' + map + '&org=' + org, '_md', 'toolbar=no,location=no,directories=no,width=700,height=400,resizable=yes,scrollbars=yes,status=no'); win.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() } function setEntryToStorage (entry) { var data = { entry: entry, date: Date.now(), app: 'show_module', event: 'mouseover' } var attentionObject = JSON.stringify(data) localStorage.setItem(ATTENTION_KEY, attentionObject) } function removeEntryFromStorage () { localStorage.removeItem(ATTENTION_KEY) } // --> </script> </head> <body> <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:M00824"></a><font class="title3"><b>9-membered enediyne core biosynthesis, malonyl-CoA =&gt; 3-hydroxyhexadeca-4,6,8,10,12,14-hexaenoyl-ACP =&gt; 9-membered enediyne core</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=M00824&amp;option=-a&amp;node_proc=ko00002a_org&amp;proc_enabled=ko&panel=collapse">Module menu</a> | <a href="/entry/M00824">Module entry</a> | <a href="javascript:void(open_ko_list('M00824', '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="M00824"> </div> <div class="definition"> <table> <tr> <td>Entry</td> <td> M00824 </td> </tr> <tr> <td>Name</td> <td>9-membered enediyne core biosynthesis, malonyl-CoA =&gt; 3-hydroxyhexadeca-4,6,8,10,12,14-hexaenoyl-ACP =&gt; 9-membered enediyne core</td> </tr> <tr> <td>Definition</td> <td> <a href="/entry/K15314">K15314</a> <a href="/entry/K21160">K21160</a>+<a href="/entry/K21161">K21161</a>+<a href="/entry/K21162">K21162</a>+<a href="/entry/K21163">K21163</a>+<a href="/entry/K21164">K21164</a>+<a href="/entry/K21165">K21165</a>+<a href="/entry/K21166">K21166</a>+<a href="/entry/K21167">K21167</a><br /> <button class="btn" onclick="location.href='http://www.kegg.jp/kegg-bin/view_ortholog_table?md=M00824'">Ortholog table</button> <button class="btn" onclick="location.href='/kegg-bin/show_taxonomy?id=M00824'">Taxonomy</button> <!-- <button class="btn" onclick="location.href='/kegg-bin/view_module_table?id=M00824'">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/map01059+M00824">map01059</a> </span> <span style="margin-right:5px;"> <a href="/pathway/map01100+M00824">map01100</a> </span> <span style="margin-right:5px;"> <a href="/pathway/map01110+M00824">map01110</a> </span> </td> </tr> </table> </div> <form action="/kegg-bin/show_module"> <input type="hidden" name="map" value="M00824"> <input type="hidden" name="org" value="ko"> <div style="margin-top:0px;"> <table cellpadding="10"> <tr> <td><img src="/tmp/pathway_thumbnail/ko_M00824.png?1740274222" usemap="#module1" border="0" alt="MODULE IMAGE"></td> </tr> </table> <map name="module1"> <area shape="rect" id="node1_0" href="/entry/K15314" title="K15314 (sgcE)" alt="" coords="17,19,90,41"/> <area shape="rect" id="node2_1" href="/entry/K21160" title="K21160 (sgcE2)" alt="" coords="17,69,90,92"/> <area shape="rect" id="node2_2" href="/entry/K21161" title="K21161 (sgcE3)" alt="" coords="17,92,90,115"/> <area shape="rect" id="node2_3" href="/entry/K21162" title="K21162 (sgcE4)" alt="" coords="17,115,90,137"/> <area shape="rect" id="node2_4" href="/entry/K21163" title="K21163 (sgcE5)" alt="" coords="17,137,90,160"/> <area shape="rect" id="node2_5" href="/entry/K21164" title="K21164 (sgcE7)" alt="" coords="17,160,90,183"/> <area shape="rect" id="node2_6" href="/entry/K21165" title="K21165 (sgcE8)" alt="" coords="17,183,90,205"/> <area shape="rect" id="node2_7" href="/entry/K21166" title="K21166 (sgcE9)" alt="" coords="17,205,90,228"/> <area shape="rect" id="node2_8" href="/entry/K21167" title="K21167 (sgcE11)" alt="" coords="17,228,90,251"/> </map> <map name="reaction1"> </map> </div> </form> <form name="taxonomy1" method="post" action="/kegg-bin/show_brite"> <input type="hidden" name="htext" value="br08610.keg"> <input type="hidden" name="option" value="-a"> <input type="hidden" name="query" value="sgr sgb strm splu stir sgz sgk sfiy nex sro ngn amd amn amm amz aoi aja amyb aab amyy aori aprt aroo amog acor sesp kphy acti acad ahg actu ume stp saq vma mprn mcay actn aih plab plat pfla psuu cai"> </form> <div id="poplay" class="poplay"></div> </body> </html>

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