Category:LBA
Archaeal Lipid
Upper classes:
LB
Class Overview
Archaeal lipid is composed of sn-glycerol 1-phosphate and ether-linked isoprenoids. This composition is different from lipid in eubacteria and eukaryotes, which comprises of sn-glycerol 3-phosphate and ester-linked fatty acids. Responsible biosynthetic enzymes are also non-homologous. Archaea also contains tetraether lipids in which two isoprenes are ether-linked with two glycerols at both ends (caldarchaeol). |
アーキア[1]の脂質は、 sn-グリセロール1リン酸にイソプレン骨格がエーテル結合しています。 これは、グリセロール3リン酸と脂肪酸を利用する真性細菌や真核生物と全く異なる構造で、生合成をおこなう酵素も相同ではありません。またテトラエーテル型と呼ばれるイソプレン骨格が末端で2分子のグリセロールとエーテル結合した環状脂質(カルドアーキオール)も広く存在します。 |
- ↑ 古細菌と呼ばれることが多いのですが、真性細菌と明確に区別するためにここではアーキアと記します。
Phylogeny
Archaea are separated into two phyla which show three different characters (Table 1: leftmost column). |
アーキアはcrenarchaeotaとeuryarchaetaに分かれますが、 特徴からみると三通りになります(表の最左カラム)。 |
Character | Phyrum (綱) | Order (目) | Family (科) |
---|---|---|---|
Non-methanogenic hyperthermophils |
crenarchaeota | desulfurococcales | desulfurococcaceae, pyrodictiaceae |
sulfolobales | sulfolobaceae | ||
thermoproteales | thermoproteaceae | ||
euryarchaeota | thermococcales | thermococcaceae | |
thermoplasmatales | thermoplasmataceae | ||
Halophils | halobacteriales | halobacteriaceae | |
Methanogens | methanobacteriales | methanobacteriaceae, methanothermaceae | |
methanococcales | methanococcaceae, methanocaldococcaceae | ||
methanomicrobiales | methanomicrobiaceae, methanospirillaceae | ||
methanopyrales | methanopyraceae | ||
methanosarcinales | methanosarcinaceae, methanosaetaceae |
Nomenclature
Much of archaeal lipid were named by a Japanese research group[1]. |
アーキア脂質の名称の多くは日本人によって名付けられました。 |
Archaeol (= 2,3-di-O-alkyl sn-glycerol diether) |
| ||
---|---|---|---|
Caldarchaeol |
| ||
Isocaldarchaeol |
| ||
Calditocaldarchaeol |
|
- ↑ Nishihara M, Morii H, Koga Y (1987) "Structure determination of a quartet of novel tetraether lipids from Methanobacterium thermoautotrophicum", Journal of Biochemistry 101:1007-1015
- ↑ Bleriot Y, Untersteller E, Fritz B, Sinay P (2002) "Total Synthesis of calditol: Structural clarification of this typical component of archaea order Sulfolobales", Chemistry, 8(1):240-246
Design of Fat acyl Page Titles
Archaeal lipid is categorized in glycerolipid (LBG). Each ID contains information on backbone type, chemical modification of polar head, and attached sugars. |
古細菌の脂質はグリセロ脂質 (LBG) に含まれます。各分子のページIDは基本骨格、極性基のタイプ、糖のタイプがコード化されています。 |
10-DIGIT
L | B | G | A | x | y | z | w | c | c |
|
|
Classification 分類
Backbone Structure 基本構造
|
|
Order | Backbone (see left) | Polar-head | Sugar
{{#lua: desulfurococcales ={{},{},{}} sulfolobales ={{},{},{}} thermoproteales ={{},{},{}} thermococcales ={{},{},{}} thermoplasmatales ={{},{},{}} halobacteriales ={{},{},{}} methanobacteriales ={{},{},{}} methanococcales ={{},{},{}} methanomicrobiales ={{},{},{}} methanopyrales ={{},{},{}} methanosarcinales ={{},{},{}} function printRow(name, T, reg) print("\n|-\n|"..reg.."|"..name.." || ") for k,v in pairs(T[1]) do print(k.."("..v..") ") end print(" || ") for k,v in pairs(T[2]) do print(k.."("..v..") ") end print(" || ") for k,v in pairs(T[3]) do print(k.."("..v..") ") end end function register(T, id) local s = string.sub(id,4,4) if (T[1][s] == nil) then T[1][s]=1 else T[1][s]= T[1][s] + 1 end s = string.sub(id,5,5) if (T[2][s] == nil) then T[2][s]=1 else T[2][s]= T[2][s] + 1 end s = string.sub(id,6,6) if (T[3][s] == nil) then T[3][s]=1 else T[3][s]= T[3][s] + 1 end end for ref, sp, id in stdin:gmatch("|?|?([%w\. ]+)||([%w\., ]+)||([^\n]+)") do if (string.match(sp,"Aeropyrum") or string.match(sp,"Desulfurococcus") or string.match(sp,"Pyrolobus")) then register(desulfurococcales, id) elseif (string.match(sp,"Acidianus") or string.match(sp,"Sulfolobus") or string.match(sp,"Desulfurolobus")) then register(sulfolobales, id) elseif (string.match(sp,"Pyrobaculum") or string.match(sp,"Thermoproteus")) then register(thermoproteales, id) elseif (string.match(sp,"Pyrococcus") or string.match(sp,"Thermococcus")) then register(thermococcales, id) elseif (string.match(sp,"Thermoplasma")) then register(thermoplasmatales, id) elseif (string.match(sp,"Haloarcula") or string.match(sp,"Halobacterium") or string.match(sp,"Halococcus") or string.match(sp,"Haloferax") or string.match(sp,"Halorubrum") or string.match(sp,"Natrialba") or string.match(sp,"Natronobacterium") or string.match(sp,"Natronococcus")) then register(halobacteriales, id) elseif (string.match(sp,"Methanobacterium") or string.match(sp,"Methanobrevibacter") or string.match(sp,"Methanosphaera") or string.match(sp,"Methanothermobacter")) then register(methanobacteriales, id) elseif (string.match(sp,"Methanothermococcus") or string.match(sp,"Methanococcus") or string.match(sp,"Methanocaldococcus")) then register(methanococcales, id) elseif (string.match(sp,"Methanomicrobium") or string.match(sp,"Methanospirillum")) then register(methanomicrobiales, id) elseif (string.match(sp,"Methanopyrus")) then register(methanopyrales, id) elseif (string.match(sp,"Methanococcoides") or string.match(sp,"Methanohalophilus") or string.match(sp,"Methanolobus") or string.match(sp,"Methanosarcina")) then register(methanosarcinales, id) end end printRow("desulfurococcales", desulfurococcales, "Aeropyrum~Desulfurococcus~Pyrolobus") printRow("sulfolobales",sulfolobales, "Acidianus~Sulfolobus~Desulfurolobus") printRow("thermoproteales",thermoproteales, "Pyrobaculum~Thermoproteus") printRow("thermococcales",thermococcales, "Pyrococcus~Thermococcus") printRow("thermoplasmatales",thermoplasmatales, "Thermoplasma") printRow("halobacteriales",halobacteriales, "Haloarcula~Halobacterium~Halococcus~Haloferax~Halorubrum~Natrialba~Natronobacterium~Natronococcus") printRow("methanobacteriales",methanobacteriales, "Methanobacterium~Methanobrevibacter~Methanosphaera~Methanothermobacter") printRow("methanococcales",methanococcales, "Methanothermococcus~Methanococcus~Methanocaldococcus") printRow("methanomicrobiales",methanomicrobiales, "Methanomicrobium~Methanospirillum") printRow("methanopyrales",methanopyrales, "Methanopyrus") printRow("mehtanosarcinales",methanosarcinales, "Methanococcoides~Methanohalophilus~Methanolobus~Methanosarcina") |
}} |
---|
This category currently contains no pages or media.