Category:LBA
Archaeal Lipid
Upper classes:
LB
Class Overview
Archaeal lipid is composed of sn-glycerol 1-phosphate and isoprenoids. This composition is different from lipid in eubacteria and eukaryotes, which comprises of sn-glycerol 3-phosphate and fatty acids. Responsible enzymes are also non-homologous. Archaea also contains tetraether lipid |
アーキア古細菌と呼ばれることが多いのですが、真性細菌と明確に区別するためにここではアーキアと記します。の脂質は、 sn-グリセロール1リン酸にイソプレン骨格がエーテル結合しています。 これは、グリセロール3リン酸と脂肪酸を利用する真性細菌や真核生物と全く異なる構造で、生合成をおこなう酵素も相同ではありません。またテトラエーテル型と呼ばれるイソプレン骨格が末端で重合した環状脂質も広く存在し、これが単分子膜を形成すると考えられています。 |
Archaea are separated into two phyla which show three different characters (Table 1: leftmost column). |
アーキアの系統はcrenarchaeotaとeuryarchaetaに分かれますが、 特徴からみると三通りになります(表の最左カラム)。 |
Character | Phyrum (綱) | Order (目) | Family (科) |
---|---|---|---|
Non-methanogenic thermophils |
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 |
Family (科) | Genus (属) |
---|---|
desulfurococcaceae | Aeropyrum, Desulfurococcus |
pyrodictiaceae | Pyrolobus |
sulfolobales | Acidianus, Sulfolobus |
thermoproteaceae | Pyrobaculum, Thermoproteus |
thermococcaceae | Pyrococcus, Thermococcus |
thermoplasmataceae | Thermoplasma |
halobacteriaceae | Haloarcula, Halobacterium, Halococcus, Haloferax, Halorubrum, Natrialba, Natronobacterium, Notronococcus |
methanobacteriaceae | Methanobacterium, Methanobrevibacter, Methanosphaera, Methanothermobacter |
methanococcaceae | Methanothermococcus, Methanococcus |
methanocaldococcaceae | Methanocaldococcus |
methanomicrobiaceae | Methanomicrobium |
methanospirillaceae | Mehtanospirillum |
methanopyraceae | Mehtanospirillum |
methanosarcinaceae | Methanococcoides, Methanohalophilus, Methanolobus, Methanosarcina |
以下に示す種は名前に気をつけてください。(旧→新)
- Methanosaeta concilii → Methanothrix soehngenii (detail)
- Halobacterium sodomense → Halorubrum sodomense (detail)
- Halobacterium lacusprofundi → Halorubrum lacusprofundi (detail)
- Caldariella acidophila → Sulfolobus solfataricus
Design of Fat acyl Page Titles
Each page title contains chain-length, degree of unsaturation, position of double bonds, and backbone structure (branches, peroxidation, or prostanoids etc.). |
各分子のページタイトルに鎖長、不飽和度、二重結合の位置、骨格タイプ(分岐や過酸化、プロスタノイドなど)がコード化されています。 |
9-DIGIT
L | B | F | x | y | z | w | c | c |
|
|
Classification 分類
Backbone Structure 基本構造
Order | Backbone | Polar-head | Sugar
{{#lua: desulfurococcales ={{},{},{}} sulfolobales ={{},{},{}} thermoproteales ={{},{},{}} thermococcales ={{},{},{}} thermoplasmatales ={{},{},{}} halobacteriales ={{},{},{}} methanobacteriales ={{},{},{}} methanococcales ={{},{},{}} methanomicrobiales ={{},{},{}} methanopyrales ={{},{},{}} methanosarcinales ={{},{},{}} function printtable(name, T) print("\n|-\n|"..name.." || ") for k,v in pairs(T[1]) do print(k) end print(" || ") for k,v in pairs(T[2]) do print(k) end print(" || ") for k,v in pairs(T[3]) do print(k) end end function register(T, id) T[1][string.sub(id,4,4)] = true T[2][string.sub(id,5,5)] = true T[3][string.sub(id,6,6)] = true 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")) 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 printtable("desulfurococcales", desulfurococcales) printtable("sulfolobales",sulfolobales) printtable("thermoproteales",thermoproteales) printtable("thermococcales",thermococcales) printtable("thermoplasmatales",thermoplasmatales) printtable("halobacteriales",halobacteriales) printtable("methanobacteriales",methanobacteriales) printtable("methanococcales",methanococcales) printtable("methanomicrobiales",methanomicrobiales) printtable("methanopyrales",methanopyrales) printtable("mehtanosarcinales",methanosarcinales) |
}} |
---|
A: archaeol | H: hydroxy archaeol | U: unsaturated (alkenyl) archaeol |
C: caldachaeol | D: calditocaldarchaeol | Y: cyclic archaeol |
N: no structure | A: aminopentanetetrol | C: phosphocholine |
E: phosphoethanolamine | I: phosphoinositol | P: phosphate |
S: phosphoserine | G: phosphoglycerol | X: others |
G: glucose and galactose | M: including mannose | L: including gulose |
S: including HSO3 | C: including nonitol | X: others |
This category currently contains no pages or media.