CINXE.COM
KEGG COMPOUND: C00024
<!doctype html> <html><head> <title>KEGG COMPOUND: C00024</title> <link type="text/css" rel="stylesheet" href="/css/gn2.css?1743987303"> <link type="text/css" rel="stylesheet" href="/css/bget.css?1743987303"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link type="text/css" rel="stylesheet" href="/css/bgetm.css?1743987303" media="only screen and (max-width: 768px)"> <style>.kcfd{display:none;}</style> <script> <!-- var getElementsByClassName = document.getElementsByClassName ? function (cl){ return document.getElementsByClassName(cl); } : function (cl){ var elms = []; var objs = document.getElementsByTagName('*'); for(var i=0;i<objs.length;i++){ var obj = objs[i]; if(obj.className == cl){ elms.push(obj); } } return elms; }; function toggleField(clk,cl,show,hide){ var objs = getElementsByClassName(cl); for(var i=0;i<objs.length;i++){ var obj = objs[i]; if(!obj.style.display||obj.style.display == 'none'){ obj.style.display = 'block'; clk.innerHTML = ' « '+hide; } else{ obj.style.display = 'none'; clk.innerHTML = ' » '+show; } } } function toggleData(bobj,e){ var id = bobj.id.replace(/[^0-9]/g,''); var dt = document.getElementById('kcfd'+id); e.preventDefault(); if(!dt.style.display||dt.style.display == 'none'){ document.getElementById('kcfb'+id).innerHTML = 'Hide'; dt.style.display = 'block'; } else{ document.getElementById('kcfb'+id).innerHTML = 'Show'; dt.style.display = 'none'; } } function btn(bobj,img) { bobj.src = "/Fig/bget/button_" + img + ".gif"; } function btn_e(e) { e = e || event; var obj = e.target; var img = e.target.src; var img_base = img.replace(/\\/g,'/').replace(/(b|bd|bh)\.gif$/,''); if(e.type == 'mousedown'||e.type == 'touchstart'){ obj.src = img_base +'bd.gif'; } else if(e.type == 'mouseover'){ obj.src = img_base +'bh.gif'; } else if(e.type == 'mouseup'||e.type == 'touchend'){ obj.src = img_base +'b.gif'; } else if(e.type == 'mouseout'){ obj.src = img_base +'b.gif'; } } function init(){ for(var i=1;i<=1;i++){ if(document.getElementById('kcfb'+i)){ document.getElementById('kcfb'+i).onclick = function(e){toggleData(this,e);}; } } } function Link_XtrctSeq2(form) { var dna_from; var dna_to; var dna_len; var plus_up = Number(form.XtrctSeq_UP.value) ; var plus_down = Number(form.XtrctSeq_DOWN.value); var vector = Number(form.VECTOR.value); var org = form.ORG.value; var chr = form.CHR.value; var kid = form.KEGGID.value; var url; if (plus_up == 0 && plus_down == 0) { url = "/entry/-f+-n+n+" + kid; } else { if (vector == 1) { dna_from = Number(form.FROM.value) - plus_up; dna_to = Number(form.TO.value) + plus_down; } else { dna_from = Number(form.FROM.value) - plus_down; dna_to = Number(form.TO.value) + plus_up; } url = "/dbget-bin/cut_sequence_genes.pl?FROM=" + dna_from + "&TO=" + dna_to +"&VECTOR=" + vector + "&ORG=" + org; if (chr) url += "&CHR=" + chr; } //window.open( url, "_self" ); location.href = url; } function go_taxonomy(form,params){ for(var key in params){ if(form[key]){ form.setAttribute(key,params[key]); } else{ var obj = document.createElement('input'); obj.setAttribute('type','hidden'); obj.setAttribute('name',key); obj.setAttribute('value',params[key]); form.appendChild(obj); } } form.submit(); } window.onload=function(){window.focus();init();}; //---> </script> </head> <body> <div> <table border=0 cellpadding=0 cellspacing=0><tr><td> <table border=0 cellpadding=0 cellspacing=0 width="650"><tr><td width=70><a href="/kegg/kegg2.html"><img align="middle" alt="KEGG" border=0 src="/Fig/bget/kegg2.gif"></a></td><td> </td><td><a name="compound:C00024"></a><font class="title2">COMPOUND: C00024</font></td><td class="tar vbot"><button class="btn" onclick="javascript:void(window.open('/kegg/document/help_bget_compound.html','KEGG_Help','toolbar=no,location=no,directories=no,width=720,height=640,resizable=yes,scrollbars=yes'));return false;">Help</button></td></tr></table><form method="post" action="/entry/" enctype="application/x-www-form-urlencoded" id="form1" name="form1"></form><table class="w1" width="650"> <tr> <td class="fr2 w1"> <table width="650" class="w2"> <tr><th class="th20 deft tal vmid"><span class="nowrap">Entry</span></th> <td class="td20 defd"><table class="w1" width="100%"><tr><td class="tal pd0"><code><span class="nowrap">C00024 Compound <br> </span></code></td></tr></table></td></tr> <tr><th class="th21 deft tal vtop"><span class="nowrap">Name</span></th> <td class="td21 defd"><div class="cel"><div class="cel">Acetyl-CoA;<br> Acetyl coenzyme A<br> </div></div></td></tr> <tr><th class="th20 deft tal vtop"><span class="nowrap">Formula</span></th> <td class="td20 defd"><div class="cel">C23H38N7O17P3S<br> </div></td></tr> <tr><th class="th21 deft tal vtop"><span class="nowrap">Exact mass</span></th> <td class="td21 defd"><div class="cel">809.1258<br> </div></td></tr> <tr><th class="th20 deft tal vtop"><span class="nowrap">Mol weight</span></th> <td class="td20 defd"><div class="cel">809.57<br> </div></td></tr> <tr><th class="th21 deft tal vtop"><span class="nowrap">Structure</span></th> <td class="td21 defd"><a href="/Fig/compound/C00024.gif"><img name="img0" src="/Fig/compound/C00024.gif" style="max-width:600px" border=0></a><br> <button class="btn" onclick="location.href='/entry/-f+m+C00024';return false;">Mol file</button><button class="btn" onclick="location.href='/entry/-f+k+C00024';return false;">KCF file</button><button class="btn" onclick="location.href='/tools-bin/strsearch_view?ENTRY=C00024&PROGRAM=simcomp&DATABASE=compound';return false;">DB search</button></td></tr> <tr><th class="th20 deft tal vtop"><span class="nowrap">Reaction</span></th> <td class="td20 defd"><div class="cel"><a href="/entry/R00209">R00209</a> <a href="/entry/R00210">R00210</a> <a href="/entry/R00211">R00211</a> <a href="/entry/R00212">R00212</a> <a href="/entry/R00227">R00227</a> <a href="/entry/R00228">R00228</a> <a href="/entry/R00229">R00229</a> <a href="/entry/R00230">R00230</a> <br> <a href="/entry/R00233">R00233</a> <a href="/entry/R00235">R00235</a> <a href="/entry/R00236">R00236</a> <a href="/entry/R00237">R00237</a> <a href="/entry/R00238">R00238</a> <a href="/entry/R00259">R00259</a> <a href="/entry/R00271">R00271</a> <a href="/entry/R00351">R00351</a> <br> <a href="/entry/R00352">R00352</a> <a href="/entry/R00353">R00353</a> <a href="/entry/R00354">R00354</a> <a href="/entry/R00371">R00371</a> <a href="/entry/R00391">R00391</a> <a href="/entry/R00393">R00393</a> <a href="/entry/R00399">R00399</a> <a href="/entry/R00454">R00454</a> <br> <a href="/entry/R00472">R00472</a> <a href="/entry/R00473">R00473</a> <a href="/entry/R00487">R00487</a> <a href="/entry/R00586">R00586</a> <a href="/entry/R00627">R00627</a> <a href="/entry/R00693">R00693</a> <a href="/entry/R00705">R00705</a> <a href="/entry/R00706">R00706</a> <br> <a href="/entry/R00742">R00742</a> <a href="/entry/R00743">R00743</a> <a href="/entry/R00829">R00829</a> <a href="/entry/R00927">R00927</a> <a href="/entry/R00928">R00928</a> <a href="/entry/R00998">R00998</a> <a href="/entry/R01023">R01023</a> <a href="/entry/R01089">R01089</a> <br> <a href="/entry/R01154">R01154</a> <a href="/entry/R01160">R01160</a> <a href="/entry/R01177">R01177</a> <a href="/entry/R01179">R01179</a> <a href="/entry/R01196">R01196</a> <a href="/entry/R01204">R01204</a> <a href="/entry/R01213">R01213</a> <a href="/entry/R01323">R01323</a> <br> <a href="/entry/R01359">R01359</a> <a href="/entry/R01360">R01360</a> <a href="/entry/R01556">R01556</a> <a href="/entry/R01624">R01624</a> <a href="/entry/R01776">R01776</a> <a href="/entry/R01806">R01806</a> <a href="/entry/R01850">R01850</a> <a href="/entry/R01889">R01889</a> <br> <a href="/entry/R01978">R01978</a> <a href="/entry/R02058">R02058</a> <a href="/entry/R02152">R02152</a> <a href="/entry/R02191">R02191</a> <a href="/entry/R02232">R02232</a> <a href="/entry/R02387">R02387</a> <a href="/entry/R02396">R02396</a> <a href="/entry/R02481">R02481</a> <br> <a href="/entry/R02569">R02569</a> <a href="/entry/R02616">R02616</a> <a href="/entry/R02772">R02772</a> <a href="/entry/R02837">R02837</a> <a href="/entry/R02911">R02911</a> <a href="/entry/R02955">R02955</a> <a href="/entry/R03017">R03017</a> <a href="/entry/R03056">R03056</a> <br> <a href="/entry/R03064">R03064</a> <a href="/entry/R03065">R03065</a> <a href="/entry/R03153">R03153</a> <a href="/entry/R03168">R03168</a> <a href="/entry/R03230">R03230</a> <a href="/entry/R03437">R03437</a> <a href="/entry/R03455">R03455</a> <a href="/entry/R03552">R03552</a> <br> <style>.r1{display:none;}</style><div class="r1"><a href="/entry/R03621">R03621</a> <a href="/entry/R03668">R03668</a> <a href="/entry/R03760">R03760</a> <a href="/entry/R03767">R03767</a> <a href="/entry/R03778">R03778</a> <a href="/entry/R03858">R03858</a> <a href="/entry/R03884">R03884</a> <a href="/entry/R03903">R03903</a> <br> <a href="/entry/R03910">R03910</a> <a href="/entry/R03991">R03991</a> <a href="/entry/R04000">R04000</a> <a href="/entry/R04024">R04024</a> <a href="/entry/R04057">R04057</a> <a href="/entry/R04192">R04192</a> <a href="/entry/R04316">R04316</a> <a href="/entry/R04348">R04348</a> <br> <a href="/entry/R04364">R04364</a> <a href="/entry/R04386">R04386</a> <a href="/entry/R04466">R04466</a> <a href="/entry/R04484">R04484</a> <a href="/entry/R04723">R04723</a> <a href="/entry/R04742">R04742</a> <a href="/entry/R04747">R04747</a> <a href="/entry/R04950">R04950</a> <br> <a href="/entry/R05063">R05063</a> <a href="/entry/R05188">R05188</a> <a href="/entry/R05190">R05190</a> <a href="/entry/R05332">R05332</a> <a href="/entry/R05336">R05336</a> <a href="/entry/R05351">R05351</a> <a href="/entry/R05506">R05506</a> <a href="/entry/R05508">R05508</a> <br> <a href="/entry/R05509">R05509</a> <a href="/entry/R05537">R05537</a> <a href="/entry/R05586">R05586</a> <a href="/entry/R05672">R05672</a> <a href="/entry/R05773">R05773</a> <a href="/entry/R05870">R05870</a> <a href="/entry/R05876">R05876</a> <a href="/entry/R06251">R06251</a> <br> <a href="/entry/R06307">R06307</a> <a href="/entry/R06311">R06311</a> <a href="/entry/R06510">R06510</a> <a href="/entry/R06635">R06635</a> <a href="/entry/R06735">R06735</a> <a href="/entry/R06736">R06736</a> <a href="/entry/R06978">R06978</a> <a href="/entry/R06997">R06997</a> <br> <a href="/entry/R07249">R07249</a> <a href="/entry/R07252">R07252</a> <a href="/entry/R07253">R07253</a> <a href="/entry/R07399">R07399</a> <a href="/entry/R07815">R07815</a> <a href="/entry/R07832">R07832</a> <a href="/entry/R07833">R07833</a> <a href="/entry/R07891">R07891</a> <br> <a href="/entry/R07895">R07895</a> <a href="/entry/R07899">R07899</a> <a href="/entry/R07937">R07937</a> <a href="/entry/R07953">R07953</a> <a href="/entry/R08036">R08036</a> <a href="/entry/R08091">R08091</a> <a href="/entry/R08095">R08095</a> <a href="/entry/R08213">R08213</a> <br> <a href="/entry/R08248">R08248</a> <a href="/entry/R08250">R08250</a> <a href="/entry/R08331">R08331</a> <a href="/entry/R08332">R08332</a> <a href="/entry/R08386">R08386</a> <a href="/entry/R08433">R08433</a> <a href="/entry/R08453">R08453</a> <a href="/entry/R08530">R08530</a> <br> <a href="/entry/R08531">R08531</a> <a href="/entry/R08532">R08532</a> <a href="/entry/R08619">R08619</a> <a href="/entry/R08623">R08623</a> <a href="/entry/R08627">R08627</a> <a href="/entry/R08631">R08631</a> <a href="/entry/R08640">R08640</a> <a href="/entry/R08644">R08644</a> <br> <a href="/entry/R08680">R08680</a> <a href="/entry/R08767">R08767</a> <a href="/entry/R08870">R08870</a> <a href="/entry/R08871">R08871</a> <a href="/entry/R08938">R08938</a> <a href="/entry/R09096">R09096</a> <a href="/entry/R09317">R09317</a> <a href="/entry/R09524">R09524</a> <br> <a href="/entry/R09527">R09527</a> <a href="/entry/R09622">R09622</a> <a href="/entry/R09631">R09631</a> <a href="/entry/R09839">R09839</a> <a href="/entry/R09842">R09842</a> <a href="/entry/R09873">R09873</a> <a href="/entry/R10099">R10099</a> <a href="/entry/R10100">R10100</a> <br> <a href="/entry/R10142">R10142</a> <a href="/entry/R10174">R10174</a> <a href="/entry/R10200">R10200</a> <a href="/entry/R10219">R10219</a> <a href="/entry/R10243">R10243</a> <a href="/entry/R10253">R10253</a> <a href="/entry/R10254">R10254</a> <a href="/entry/R10343">R10343</a> <br> <a href="/entry/R10473">R10473</a> <a href="/entry/R10474">R10474</a> <a href="/entry/R10500">R10500</a> <a href="/entry/R10514">R10514</a> <a href="/entry/R10564">R10564</a> <a href="/entry/R10600">R10600</a> <a href="/entry/R10614">R10614</a> <a href="/entry/R10674">R10674</a> <br> <a href="/entry/R10707">R10707</a> <a href="/entry/R10745">R10745</a> <a href="/entry/R10746">R10746</a> <a href="/entry/R10866">R10866</a> <a href="/entry/R10893">R10893</a> <a href="/entry/R11124">R11124</a> <a href="/entry/R11125">R11125</a> <a href="/entry/R11182">R11182</a> <br> <a href="/entry/R11412">R11412</a> <a href="/entry/R11479">R11479</a> <a href="/entry/R11671">R11671</a> <a href="/entry/R11689">R11689</a> <a href="/entry/R11701">R11701</a> <a href="/entry/R11708">R11708</a> <a href="/entry/R11898">R11898</a> <a href="/entry/R11900">R11900</a> <br> <a href="/entry/R11902">R11902</a> <a href="/entry/R11957">R11957</a> <a href="/entry/R12085">R12085</a> <a href="/entry/R12242">R12242</a> <a href="/entry/R12328">R12328</a> <a href="/entry/R12549">R12549</a> <a href="/entry/R12561">R12561</a> <a href="/entry/R12566">R12566</a> <br> <a href="/entry/R12701">R12701</a> <a href="/entry/R12738">R12738</a> <a href="/entry/R12840">R12840</a> <a href="/entry/R12841">R12841</a> <a href="/entry/R12845">R12845</a> <a href="/entry/R12932">R12932</a> <a href="/entry/R12978">R12978</a> <a href="/entry/R13096">R13096</a> <br> <a href="/entry/R13145">R13145</a> <a href="/entry/R13177">R13177</a> <a href="/entry/R13208">R13208</a> <a href="/entry/R13210">R13210</a> <a href="/entry/R13211">R13211</a> <a href="/entry/R13255">R13255</a> <a href="/entry/R13301">R13301</a> <a href="/entry/R13335">R13335</a> <br> <a href="/entry/R13343">R13343</a> <a href="/entry/R13359">R13359</a> <a href="/entry/R13360">R13360</a> <a href="/entry/R13361">R13361</a> <a href="/entry/R13362">R13362</a> <a href="/entry/R13416">R13416</a> <a href="/entry/R13471">R13471</a> <a href="/entry/R13479">R13479</a> <br> <a href="/entry/R13483">R13483</a> <a href="/entry/R13487">R13487</a><br> </div><a href="javascript:void(0)" onclick="javascript:toggleField(this,"r1","show all","hide")"> » show all</a><br> </div></td></tr> <tr><th class="th21 deft tal vtop"><span class="nowrap">Pathway</span></th> <td class="td21 defd"><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00010+C00024">map00010</a> </span></td><td>Glycolysis / Gluconeogenesis</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00020+C00024">map00020</a> </span></td><td>Citrate cycle (TCA cycle)</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00061+C00024">map00061</a> </span></td><td>Fatty acid biosynthesis</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00062+C00024">map00062</a> </span></td><td>Fatty acid elongation</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00071+C00024">map00071</a> </span></td><td>Fatty acid degradation</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00074+C00024">map00074</a> </span></td><td>Mycolic acid biosynthesis</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00254+C00024">map00254</a> </span></td><td>Aflatoxin biosynthesis</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00280+C00024">map00280</a> </span></td><td>Valine, leucine and isoleucine degradation</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00290+C00024">map00290</a> </span></td><td>Valine, leucine and isoleucine biosynthesis</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00300+C00024">map00300</a> </span></td><td>Lysine biosynthesis</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00310+C00024">map00310</a> </span></td><td>Lysine degradation</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00360+C00024">map00360</a> </span></td><td>Phenylalanine metabolism</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00362+C00024">map00362</a> </span></td><td>Benzoate degradation</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00380+C00024">map00380</a> </span></td><td>Tryptophan metabolism</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00410+C00024">map00410</a> </span></td><td>beta-Alanine metabolism</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00430+C00024">map00430</a> </span></td><td>Taurine and hypotaurine metabolism</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00480+C00024">map00480</a> </span></td><td>Glutathione metabolism</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00562+C00024">map00562</a> </span></td><td>Inositol phosphate metabolism</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00620+C00024">map00620</a> </span></td><td>Pyruvate metabolism</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00621+C00024">map00621</a> </span></td><td>Dioxin degradation</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00622+C00024">map00622</a> </span></td><td>Xylene degradation</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00625+C00024">map00625</a> </span></td><td>Chloroalkane and chloroalkene degradation</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00630+C00024">map00630</a> </span></td><td>Glyoxylate and dicarboxylate metabolism</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00640+C00024">map00640</a> </span></td><td>Propanoate metabolism</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00642+C00024">map00642</a> </span></td><td>Ethylbenzene degradation</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00650+C00024">map00650</a> </span></td><td>Butanoate metabolism</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00660+C00024">map00660</a> </span></td><td>C5-Branched dibasic acid metabolism</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00680+C00024">map00680</a> </span></td><td>Methane metabolism</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00720+C00024">map00720</a> </span></td><td>Other carbon fixation pathways</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00785+C00024">map00785</a> </span></td><td>Lipoic acid metabolism</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00900+C00024">map00900</a> </span></td><td>Terpenoid backbone biosynthesis</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00907+C00024">map00907</a> </span></td><td>Pinene, camphor and geraniol degradation</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00996+C00024">map00996</a> </span></td><td>Biosynthesis of various alkaloids</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00997+C00024">map00997</a> </span></td><td>Biosynthesis of various other secondary metabolites</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00998+C00024">map00998</a> </span></td><td>Biosynthesis of various antibiotics</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map00999+C00024">map00999</a> </span></td><td>Biosynthesis of various plant secondary metabolites</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map01056+C00024">map01056</a> </span></td><td>Biosynthesis of type II polyketide backbone</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map01060+C00024">map01060</a> </span></td><td>Biosynthesis of plant secondary metabolites</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map01061+C00024">map01061</a> </span></td><td>Biosynthesis of phenylpropanoids</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map01062+C00024">map01062</a> </span></td><td>Biosynthesis of terpenoids and steroids</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map01063+C00024">map01063</a> </span></td><td>Biosynthesis of alkaloids derived from shikimate pathway</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map01064+C00024">map01064</a> </span></td><td>Biosynthesis of alkaloids derived from ornithine, lysine and nicotinic acid</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map01065+C00024">map01065</a> </span></td><td>Biosynthesis of alkaloids derived from histidine and purine</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map01066+C00024">map01066</a> </span></td><td>Biosynthesis of alkaloids derived from terpenoid and polyketide</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map01070+C00024">map01070</a> </span></td><td>Biosynthesis of plant hormones</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map01100+C00024">map01100</a> </span></td><td>Metabolic pathways</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map01110+C00024">map01110</a> </span></td><td>Biosynthesis of secondary metabolites</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map01120+C00024">map01120</a> </span></td><td>Microbial metabolism in diverse environments</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map01200+C00024">map01200</a> </span></td><td>Carbon metabolism</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map01210+C00024">map01210</a> </span></td><td>2-Oxocarboxylic acid metabolism</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map01212+C00024">map01212</a> </span></td><td>Fatty acid metabolism</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map01220+C00024">map01220</a> </span></td><td>Degradation of aromatic compounds</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map01240+C00024">map01240</a> </span></td><td>Biosynthesis of cofactors</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map04066+C00024">map04066</a> </span></td><td>HIF-1 signaling pathway</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map04152+C00024">map04152</a> </span></td><td>AMPK signaling pathway</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map04216+C00024">map04216</a> </span></td><td>Ferroptosis</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map04714+C00024">map04714</a> </span></td><td>Thermogenesis</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map04725+C00024">map04725</a> </span></td><td>Cholinergic synapse</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map04922+C00024">map04922</a> </span></td><td>Glucagon signaling pathway</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map04931+C00024">map04931</a> </span></td><td>Insulin resistance</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map04936+C00024">map04936</a> </span></td><td>Alcoholic liver disease</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map04976+C00024">map04976</a> </span></td><td>Bile secretion</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map05230+C00024">map05230</a> </span></td><td>Central carbon metabolism in cancer</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/pathway/map05415+C00024">map05415</a> </span></td><td>Diabetic cardiomyopathy</td></tr></table></td></tr> <tr><th class="th20 deft tal vtop"><span class="nowrap">Module</span></th> <td class="td20 defd"><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00009+C00024">M00009</a> </span></td><td>Citrate cycle (TCA cycle, Krebs cycle)</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00010+C00024">M00010</a> </span></td><td>Citrate cycle, first carbon oxidation, oxaloacetate => 2-oxoglutarate</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00012+C00024">M00012</a> </span></td><td>Glyoxylate cycle</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00013+C00024">M00013</a> </span></td><td>Malonate semialdehyde pathway, propanoyl-CoA => acetyl-CoA</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00030+C00024">M00030</a> </span></td><td>Lysine biosynthesis, AAA pathway, 2-oxoglutarate => 2-aminoadipate => lysine</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00082+C00024">M00082</a> </span></td><td>Fatty acid biosynthesis, initiation</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00085+C00024">M00085</a> </span></td><td>Fatty acid elongation in mitochondria</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00087+C00024">M00087</a> </span></td><td>beta-Oxidation</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00088+C00024">M00088</a> </span></td><td>Ketone body biosynthesis, acetyl-CoA => acetoacetate/3-hydroxybutyrate/acetone</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00095+C00024">M00095</a> </span></td><td>C5 isoprenoid biosynthesis, mevalonate pathway</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00173+C00024">M00173</a> </span></td><td>Reductive citrate cycle (Arnon-Buchanan cycle)</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00307+C00024">M00307</a> </span></td><td>Pyruvate oxidation, pyruvate => acetyl-CoA</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00357+C00024">M00357</a> </span></td><td>Methanogenesis, acetate => methane</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00373+C00024">M00373</a> </span></td><td>Ethylmalonyl pathway</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00374+C00024">M00374</a> </span></td><td>Dicarboxylate-hydroxybutyrate cycle</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00375+C00024">M00375</a> </span></td><td>Hydroxypropionate-hydroxybutylate cycle</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00376+C00024">M00376</a> </span></td><td>3-Hydroxypropionate bi-cycle</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00377+C00024">M00377</a> </span></td><td>Reductive acetyl-CoA pathway (Wood-Ljungdahl pathway)</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00422+C00024">M00422</a> </span></td><td>Acetyl-CoA pathway, CO2 => acetyl-CoA</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00432+C00024">M00432</a> </span></td><td>Leucine biosynthesis, 2-oxoisovalerate => 2-oxoisocaproate</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00433+C00024">M00433</a> </span></td><td>Lysine biosynthesis, 2-oxoglutarate => 2-oxoadipate</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00545+C00024">M00545</a> </span></td><td>Trans-cinnamate degradation, trans-cinnamate => acetyl-CoA</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00569+C00024">M00569</a> </span></td><td>Catechol meta-cleavage, catechol => acetyl-CoA / 4-methylcatechol => propanoyl-CoA</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00579+C00024">M00579</a> </span></td><td>Phosphate acetyltransferase-acetate kinase pathway, acetyl-CoA => acetate</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00608+C00024">M00608</a> </span></td><td>2-Oxocarboxylic acid chain extension, 2-oxoglutarate => 2-oxoadipate => 2-oxopimelate => 2-oxosuberate</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00620+C00024">M00620</a> </span></td><td>Incomplete reductive citrate cycle, acetyl-CoA => oxoglutarate</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00740+C00024">M00740</a> </span></td><td>Methylaspartate cycle</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00849+C00024">M00849</a> </span></td><td>C5 isoprenoid biosynthesis, mevalonate pathway, archaea</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00878+C00024">M00878</a> </span></td><td>Phenylacetate degradation, phenylaxetate => acetyl-CoA/succinyl-CoA</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00885+C00024">M00885</a> </span></td><td>Meromycolic acid biosynthesis, initiation and elongation FAS II (KasA)</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00886+C00024">M00886</a> </span></td><td>Meromycolic acid biosynthesis, initiation and elongation FAS II (KasA and KasB)</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00957+C00024">M00957</a> </span></td><td>Lysine degradation, bacteria, L-lysine => glutarate => succinate/acetyl-CoA</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00991+C00024">M00991</a> </span></td><td>Dimethylsulfoniopropionate (DMSP) degradation, cleavage pathway, DMSP => acetyl-CoA</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap"><a href="/module/M00992+C00024">M00992</a> </span></td><td>Dimethylsulfoniopropionate (DMSP) degradation, cleavage pathway, DMSP => acrylate => acetyl-CoA</td></tr></table></td></tr> <tr><th class="th21 deft tal vtop"><span class="nowrap">Network</span></th> <td class="td21 defd"><div class="cel"><a href="/network/nt06024+C00024">nt06024</a> Valine, leucine and isoleucine degradation<br><a href="/network/nt06031+C00024">nt06031</a> Citrate cycle and pyruvate metabolism<br><a href="/network/nt06032+C00024">nt06032</a> Lipoic acid metabolism<br><a href="/network/nt06034+C00024">nt06034</a> Cholesterol biosynthesis</div></td></tr> <tr><th class="th20 deft tal vtop"><span class="nowrap">Enzyme</span></th> <td class="td20 defd"><div class="cel">1.1.1.- <a href="/entry/1.2.1.10">1.2.1.10</a> <a href="/entry/1.2.1.18">1.2.1.18</a> <a href="/entry/1.2.1.27">1.2.1.27</a> <br> <a href="/entry/1.2.1.51">1.2.1.51</a> <a href="/entry/1.2.1.104">1.2.1.104</a> <a href="/entry/1.2.3.6">1.2.3.6</a> <a href="/entry/1.2.7.1">1.2.7.1</a> <br> <a href="/entry/1.2.7.4">1.2.7.4</a> <a href="/entry/1.2.7.11">1.2.7.11</a> 1.2.7.- <a href="/entry/2.1.1.258">2.1.1.258</a> <br> <a href="/entry/2.1.3.1">2.1.3.1</a> <a href="/entry/2.1.3.15">2.1.3.15</a> <a href="/entry/2.3.1.1">2.3.1.1</a> <a href="/entry/2.3.1.2">2.3.1.2</a> <br> <a href="/entry/2.3.1.3">2.3.1.3</a> <a href="/entry/2.3.1.4">2.3.1.4</a> <a href="/entry/2.3.1.5">2.3.1.5</a> <a href="/entry/2.3.1.6">2.3.1.6</a> <br> <a href="/entry/2.3.1.7">2.3.1.7</a> <a href="/entry/2.3.1.8">2.3.1.8</a> <a href="/entry/2.3.1.9">2.3.1.9</a> <a href="/entry/2.3.1.10">2.3.1.10</a> <br> <a href="/entry/2.3.1.11">2.3.1.11</a> <a href="/entry/2.3.1.12">2.3.1.12</a> <a href="/entry/2.3.1.16">2.3.1.16</a> <a href="/entry/2.3.1.17">2.3.1.17</a> <br> <a href="/entry/2.3.1.18">2.3.1.18</a> <a href="/entry/2.3.1.27">2.3.1.27</a> <a href="/entry/2.3.1.28">2.3.1.28</a> <a href="/entry/2.3.1.29">2.3.1.29</a> <br> <a href="/entry/2.3.1.30">2.3.1.30</a> <a href="/entry/2.3.1.31">2.3.1.31</a> <a href="/entry/2.3.1.33">2.3.1.33</a> <a href="/entry/2.3.1.34">2.3.1.34</a> <br> <a href="/entry/2.3.1.36">2.3.1.36</a> <a href="/entry/2.3.1.38">2.3.1.38</a> <a href="/entry/2.3.1.44">2.3.1.44</a> <a href="/entry/2.3.1.45">2.3.1.45</a> <br> <style>.e1{display:none;}</style><div class="e1"><a href="/entry/2.3.1.48">2.3.1.48</a> <a href="/entry/2.3.1.53">2.3.1.53</a> <a href="/entry/2.3.1.54">2.3.1.54</a> <a href="/entry/2.3.1.57">2.3.1.57</a> <br> <a href="/entry/2.3.1.59">2.3.1.59</a> <a href="/entry/2.3.1.60">2.3.1.60</a> <a href="/entry/2.3.1.66">2.3.1.66</a> <a href="/entry/2.3.1.67">2.3.1.67</a> <br> <a href="/entry/2.3.1.69">2.3.1.69</a> <a href="/entry/2.3.1.78">2.3.1.78</a> <a href="/entry/2.3.1.79">2.3.1.79</a> <a href="/entry/2.3.1.80">2.3.1.80</a> <br> <a href="/entry/2.3.1.81">2.3.1.81</a> <a href="/entry/2.3.1.82">2.3.1.82</a> <a href="/entry/2.3.1.84">2.3.1.84</a> <a href="/entry/2.3.1.85">2.3.1.85</a> <br> <a href="/entry/2.3.1.86">2.3.1.86</a> <a href="/entry/2.3.1.87">2.3.1.87</a> <a href="/entry/2.3.1.89">2.3.1.89</a> <a href="/entry/2.3.1.102">2.3.1.102</a> <br> <a href="/entry/2.3.1.105">2.3.1.105</a> <a href="/entry/2.3.1.107">2.3.1.107</a> <a href="/entry/2.3.1.108">2.3.1.108</a> <a href="/entry/2.3.1.118">2.3.1.118</a> <br> <a href="/entry/2.3.1.136">2.3.1.136</a> <a href="/entry/2.3.1.150">2.3.1.150</a> <a href="/entry/2.3.1.155">2.3.1.155</a> <a href="/entry/2.3.1.157">2.3.1.157</a> <br> <a href="/entry/2.3.1.160">2.3.1.160</a> <a href="/entry/2.3.1.162">2.3.1.162</a> <a href="/entry/2.3.1.163">2.3.1.163</a> <a href="/entry/2.3.1.165">2.3.1.165</a> <br> <a href="/entry/2.3.1.167">2.3.1.167</a> <a href="/entry/2.3.1.169">2.3.1.169</a> <a href="/entry/2.3.1.174">2.3.1.174</a> <a href="/entry/2.3.1.175">2.3.1.175</a> <br> <a href="/entry/2.3.1.176">2.3.1.176</a> <a href="/entry/2.3.1.178">2.3.1.178</a> <a href="/entry/2.3.1.180">2.3.1.180</a> <a href="/entry/2.3.1.183">2.3.1.183</a> <br> <a href="/entry/2.3.1.185">2.3.1.185</a> <a href="/entry/2.3.1.186">2.3.1.186</a> <a href="/entry/2.3.1.189">2.3.1.189</a> <a href="/entry/2.3.1.190">2.3.1.190</a> <br> <a href="/entry/2.3.1.194">2.3.1.194</a> <a href="/entry/2.3.1.195">2.3.1.195</a> <a href="/entry/2.3.1.197">2.3.1.197</a> <a href="/entry/2.3.1.201">2.3.1.201</a> <br> <a href="/entry/2.3.1.202">2.3.1.202</a> <a href="/entry/2.3.1.203">2.3.1.203</a> <a href="/entry/2.3.1.205">2.3.1.205</a> <a href="/entry/2.3.1.209">2.3.1.209</a> <br> <a href="/entry/2.3.1.210">2.3.1.210</a> <a href="/entry/2.3.1.223">2.3.1.223</a> <a href="/entry/2.3.1.224">2.3.1.224</a> <a href="/entry/2.3.1.227">2.3.1.227</a> <br> <a href="/entry/2.3.1.236">2.3.1.236</a> <a href="/entry/2.3.1.237">2.3.1.237</a> <a href="/entry/2.3.1.245">2.3.1.245</a> <a href="/entry/2.3.1.247">2.3.1.247</a> <br> <a href="/entry/2.3.1.263">2.3.1.263</a> <a href="/entry/2.3.1.264">2.3.1.264</a> <a href="/entry/2.3.1.266">2.3.1.266</a> <a href="/entry/2.3.1.267">2.3.1.267</a> <br> <a href="/entry/2.3.1.268">2.3.1.268</a> <a href="/entry/2.3.1.271">2.3.1.271</a> <a href="/entry/2.3.1.276">2.3.1.276</a> <a href="/entry/2.3.1.280">2.3.1.280</a> <br> <a href="/entry/2.3.1.285">2.3.1.285</a> <a href="/entry/2.3.1.303">2.3.1.303</a> <a href="/entry/2.3.1.306">2.3.1.306</a> <a href="/entry/2.3.1.307">2.3.1.307</a> <br> <a href="/entry/2.3.1.308">2.3.1.308</a> <a href="/entry/2.3.1.316">2.3.1.316</a> <a href="/entry/2.3.1.317">2.3.1.317</a> <a href="/entry/2.3.1.318">2.3.1.318</a> <br> <a href="/entry/2.3.1.319">2.3.1.319</a> <a href="/entry/2.3.1.322">2.3.1.322</a> <a href="/entry/2.3.1.323">2.3.1.323</a> <a href="/entry/2.3.1.326">2.3.1.326</a> <br> 2.3.1.- <a href="/entry/2.3.3.1">2.3.3.1</a> <a href="/entry/2.3.3.3">2.3.3.3</a> <a href="/entry/2.3.3.5">2.3.3.5</a> <br> <a href="/entry/2.3.3.6">2.3.3.6</a> <a href="/entry/2.3.3.8">2.3.3.8</a> <a href="/entry/2.3.3.9">2.3.3.9</a> <a href="/entry/2.3.3.10">2.3.3.10</a> <br> <a href="/entry/2.3.3.13">2.3.3.13</a> <a href="/entry/2.3.3.14">2.3.3.14</a> <a href="/entry/2.3.3.16">2.3.3.16</a> <a href="/entry/2.3.3.17">2.3.3.17</a> <br> <a href="/entry/2.3.3.18">2.3.3.18</a> <a href="/entry/2.3.3.19">2.3.3.19</a> <a href="/entry/2.3.3.21">2.3.3.21</a> 2.3.3.- <br> 2.3.-.- <a href="/entry/2.6.1.33">2.6.1.33</a> <a href="/entry/2.8.3.1">2.8.3.1</a> <a href="/entry/2.8.3.3">2.8.3.3</a> <br> <a href="/entry/2.8.3.8">2.8.3.8</a> <a href="/entry/2.8.3.10">2.8.3.10</a> <a href="/entry/2.8.3.11">2.8.3.11</a> <a href="/entry/2.8.3.12">2.8.3.12</a> <br> <a href="/entry/2.8.3.14">2.8.3.14</a> <a href="/entry/2.8.3.18">2.8.3.18</a> <a href="/entry/2.8.3.19">2.8.3.19</a> 2.8.3.- <br> <a href="/entry/3.1.2.1">3.1.2.1</a> <a href="/entry/4.1.1.9">4.1.1.9</a> <a href="/entry/4.1.2.61">4.1.2.61</a> <a href="/entry/4.1.3.4">4.1.3.4</a> <br> <a href="/entry/4.1.3.24">4.1.3.24</a> <a href="/entry/4.1.3.25">4.1.3.25</a> <a href="/entry/4.1.3.34">4.1.3.34</a> <a href="/entry/4.1.3.35">4.1.3.35</a> <br> <a href="/entry/4.1.3.46">4.1.3.46</a> 4.1.3.- <a href="/entry/6.2.1.1">6.2.1.1</a> <a href="/entry/6.2.1.13">6.2.1.13</a> <br> <a href="/entry/6.4.1.2">6.4.1.2</a><br> </div><a href="javascript:void(0)" onclick="javascript:toggleField(this,"e1","show all","hide")"> » show all</a><br> </div></td></tr> <tr><th class="th21 deft tal vtop"><span class="nowrap">Brite</span></th> <td class="td21 defd"><div class="cel"><span class="nowrap">Lipids [BR:<a href="/brite/br08002+C00024">br08002</a>]<br> FA Fatty acyls<br> FA07 Fatty esters<br> FA0705 Fatty acyl CoAs<br> C00024 Acetyl-CoA<br> </span></div><button class="btn" onclick="location.href='/kegg-bin/search_brite?option=-a&search_string=C00024';return false;">BRITE hierarchy</button></td></tr> <tr><th class="th20 deft tal vtop"><span class="nowrap">Other DBs</span></th> <td class="td20 defd"><table class="w1"><tr><td class="vtop pd0"><span class="nowrap">CAS: </span></td><td>72-89-9</td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap">PubChem: </span></td><td><a href="https://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?sid=3326">3326</a></td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap">ChEBI: </span></td><td><a href="https://www.ebi.ac.uk/chebi/searchId.do?chebiId=CHEBI:15351">15351</a></td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap">LIPIDMAPS: </span></td><td><a href="http://www.lipidmaps.org/data/LMSDRecord.php?LMID=LMFA07050281">LMFA07050281</a></td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap">KNApSAcK: </span></td><td><a href="http://kanaya.naist.jp/knapsack_jsp/information.jsp?sname=C_ID&word=C00007259">C00007259</a></td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap">PDB-CCD: </span></td><td><a href="https://www.ebi.ac.uk/pdbe-srv/pdbechem/chemicalCompound/show/ACO">ACO</a>[<a href="https://pdbj.org/mine/summary/ACO">PDBj</a>] </td></tr></table><table class="w1"><tr><td class="vtop pd0"><span class="nowrap">NIKKAJI: </span></td><td><a href="https://jglobal.jst.go.jp/en/redirect?Nikkaji_No=J192.549K">J192.549K</a></td></tr></table></td></tr> <tr><th class="th21 deft tal vtop"><span class="nowrap">KCF data</span></th> <td class="td21 defd"><button class="btn" id="kcfb1">Show</button><div class="kcfd" id="kcfd1"><br>ATOM 51<br> 1 C1a C 8.7724 -20.5800<br> 2 C5a C 9.9849 -19.8800<br> 3 S2a S 11.1973 -20.5800<br> 4 C1b C 12.4097 -19.8800<br> 5 C1b C 13.6222 -20.5800<br> 6 N1b N 14.8346 -19.8800<br> 7 C5a C 16.0470 -20.5800<br> 8 C1b C 17.2595 -19.8800<br> 9 C1b C 18.4719 -20.5800<br> 10 N1b N 19.6844 -19.8800<br> 11 C5a C 20.8968 -20.5800<br> 12 C1c C 22.1092 -19.8800<br> 13 C1d C 23.3217 -20.5800<br> 14 C1b C 24.5341 -19.8800<br> 15 O2b O 25.7465 -20.5800<br> 16 O5a O 9.9849 -18.4802<br> 17 O5a O 16.0470 -21.9799<br> 18 O5a O 20.8968 -21.9796<br> 19 O1a O 22.1092 -18.4800<br> 20 C1a C 23.3217 -19.1800<br> 21 C1a C 23.3217 -21.9800<br> 22 P1b P 27.1465 -20.5800<br> 23 O1c O 28.5465 -20.5800<br> 24 O1c O 27.1465 -21.9800<br> 25 C1y C 20.6500 -15.6100<br> 26 C1y C 22.0500 -15.6100<br> 27 C1y C 22.4826 -14.2785<br> 28 O2x O 21.3500 -13.4556<br> 29 C1y C 20.2174 -14.2785<br> 30 C1b C 23.8022 -13.8497<br> 31 O1a O 19.8271 -16.7426<br> 32 O2b O 22.8729 -16.7426<br> 33 P1b P 24.2729 -16.7426<br> 34 O1c O 24.2729 -15.3426<br> 35 O1c O 25.6729 -16.7426<br> 36 O1c O 24.2729 -18.1426<br> 37 C8y C 16.1000 -12.4600<br> 38 C8y C 16.1000 -13.8600<br> 39 N4y N 18.5249 -13.8600<br> 40 C8x C 18.5249 -12.4600<br> 41 N5x N 17.3124 -11.7600<br> 42 C8y C 14.8876 -11.7600<br> 43 N5x N 13.6751 -12.4600<br> 44 C8x C 13.6751 -13.8600<br> 45 N5x N 14.8876 -14.5600<br> 46 N1a N 14.8876 -10.3602<br> 47 O2b O 25.7845 -14.2820<br> 48 P1b P 27.1845 -14.2820<br> 49 O1c O 27.1845 -12.8820<br> 50 O1c O 28.5845 -14.2820<br> 51 O2c O 27.1845 -17.5020<br> BOND 53<br> 1 1 2 1<br> 2 2 3 1<br> 3 3 4 1<br> 4 4 5 1<br> 5 5 6 1<br> 6 6 7 1<br> 7 7 8 1<br> 8 8 9 1<br> 9 9 10 1<br> 10 10 11 1<br> 11 11 12 1<br> 12 12 13 1<br> 13 13 14 1<br> 14 14 15 1<br> 15 2 16 2<br> 16 7 17 2<br> 17 11 18 2<br> 18 12 19 1 #Down<br> 19 13 20 1<br> 20 13 21 1<br> 21 15 22 1<br> 22 22 23 2<br> 23 22 24 1<br> 24 25 26 1<br> 25 26 27 1<br> 26 27 28 1<br> 27 28 29 1<br> 28 25 29 1<br> 29 27 30 1 #Down<br> 30 25 31 1 #Up<br> 31 26 32 1 #Up<br> 32 32 33 1<br> 33 33 34 1<br> 34 33 35 1<br> 35 33 36 2<br> 36 37 38 2<br> 37 38 39 1<br> 38 39 40 1<br> 39 40 41 2<br> 40 37 41 1<br> 41 37 42 1<br> 42 42 43 2<br> 43 43 44 1<br> 44 44 45 2<br> 45 38 45 1<br> 46 42 46 1<br> 47 29 39 1 #Down<br> 48 30 47 1<br> 49 47 48 1<br> 50 48 49 1<br> 51 48 50 2<br> 52 48 51 1<br> 53 22 51 1<br> </div></td></tr> </table></td></tr></table> <br><span style="font-size:12px"><a href="/entry/cpd_ja:C00024">» Japanese version</a></span><br><br></td><td class="vtop"><div class="aw" style="margin-top:46px;"><div class="fm at th20"> All links </div> <div class="fm"><pre class="fm" style="margin-left:1em"> <span style="color:#006"><a href="/dbget-bin/get_linkdb?-t+6+cpd:C00024">Chemical substance (15)</a></span> <a href="/dbget-bin/get_linkdb?-t+pubchem+cpd:C00024">PubChem (1)</a> <a href="/dbget-bin/get_linkdb?-t+chebi+cpd:C00024">ChEBI (1)</a> <a href="/dbget-bin/get_linkdb?-t+hmdb+cpd:C00024">HMDB (1)</a> <a href="/dbget-bin/get_linkdb?-t+knapsack+cpd:C00024">KNApSAcK (1)</a> <a href="/dbget-bin/get_linkdb?-t+lipidmaps+cpd:C00024">LIPIDMAPS (1)</a> <a href="/dbget-bin/get_linkdb?-t+massbank+cpd:C00024">MASSBANK (8)</a> <a href="/dbget-bin/get_linkdb?-t+nikkaji+cpd:C00024">NIKKAJI (1)</a> <a href="/dbget-bin/get_linkdb?-t+pdb-ccd+cpd:C00024">PDB-CCD (1)</a> <a href="/dbget-bin/get_linkdb?-t+alldb+cpd:C00024">All databases (15)</a> <br><a href="/dbget-bin/get_linkdb?-N+cpd:C00024">Download RDF</a> </pre> </div></div> </td></tr></table> <a href="/dbget/">DBGET</a> integrated database retrieval system</div> </body> </html>