Index:FL
From Metabolomics.JP
(Difference between revisions)
(2) |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{#DEF:MASSSTEP|25}} | |
+ | {{#DEF:MINVALUE|225}} | ||
+ | {{#DEF:MAXVALUE|1750}} | ||
+ | {{#DEF:EXTMASS|{{#extmass:FL}}}} | ||
+ | {{#DEF:AVEMASS|{{#avemass:FL}}}} | ||
+ | [[Category:FL]] | ||
+ | {{Huge|Flavonoid Index}} | ||
+ | |||
+ | <small>(This page is a portal to automatically generate indexes using [[Help:Contents|''Persist'' function]].)</small> | ||
+ | |||
+ | {{Flavonoid/Header}} | ||
+ | |||
+ | = Index by Molecular Names = | ||
+ | {{Twocolumn| | ||
+ | All subwords in the common names of flavonoid are alphabetically sorted and listed. No words of less than 4 letters. | ||
+ | | | ||
+ | 分子の慣用名に使われる単語を全てソートしてアルファベット順に並べてあります。 | ||
+ | 4文字より短い語は登録していません。 | ||
+ | }} | ||
+ | |||
+ | {| | ||
+ | {{#repeat:TableRow6|6| | ||
+ | {{#persist:FLindex/name a|name A|Index/name|2|a;FL}}&& | ||
+ | {{#persist:FLindex/name b|name B|Index/name|2|b;FL}}&& | ||
+ | {{#persist:FLindex/name c|name C|Index/name|2|c;FL}}&& | ||
+ | {{#persist:FLindex/name d|name D|Index/name|2|d;FL}}&& | ||
+ | {{#persist:FLindex/name e|name E|Index/name|2|e;FL}}&& | ||
+ | {{#persist:FLindex/name f|name F|Index/name|2|f;FL}}&& | ||
+ | {{#persist:FLindex/name g|name G|Index/name|2|g;FL}}&& | ||
+ | {{#persist:FLindex/name h|name H|Index/name|2|h;FL}}&& | ||
+ | {{#persist:FLindex/name i|name I|Index/name|2|i;FL}}&& | ||
+ | {{#persist:FLindex/name j|name J|Index/name|2|j;FL}}&& | ||
+ | {{#persist:FLindex/name k|name K|Index/name|2|k;FL}}&& | ||
+ | {{#persist:FLindex/name l|name L|Index/name|2|l;FL}}&& | ||
+ | {{#persist:FLindex/name m|name M|Index/name|2|m;FL}}&& | ||
+ | {{#persist:FLindex/name n|name N|Index/name|2|n;FL}}&& | ||
+ | {{#persist:FLindex/name o|name O|Index/name|2|o;FL}}&& | ||
+ | {{#persist:FLindex/name p|name P|Index/name|2|p;FL}}&& | ||
+ | {{#persist:FLindex/name q|name Q|Index/name|2|q;FL}}&& | ||
+ | {{#persist:FLindex/name r|name R|Index/name|2|r;FL}}&& | ||
+ | {{#persist:FLindex/name s|name S|Index/name|2|s;FL}}&& | ||
+ | {{#persist:FLindex/name t|name T|Index/name|2|t;FL}}&& | ||
+ | {{#persist:FLindex/name u|name U|Index/name|2|u;FL}}&& | ||
+ | {{#persist:FLindex/name v|name V|Index/name|2|v;FL}}&& | ||
+ | {{#persist:FLindex/name w|name W|Index/name|2|w;FL}}&& | ||
+ | {{#persist:FLindex/name x|name X|Index/name|2|x;FL}}&& | ||
+ | {{#persist:FLindex/name y|name Y|Index/name|2|y;FL}}&& | ||
+ | {{#persist:FLindex/name z|name Z|Index/name|2|z;FL}}&& | ||
+ | && && | ||
+ | |&&}} | ||
+ | |} | ||
+ | <br><br> | ||
+ | =Index by Mass= | ||
+ | ==Exact Mass== | ||
+ | {{Twocolumn| | ||
+ | List of exact / average masses for all flavonoid. | ||
+ | Click the button of the corresponding mass. | ||
+ | | | ||
+ | 分子の精密および平均質量リストです。対応する質量のボタンを押してください。 | ||
+ | }} | ||
+ | |||
+ | {| | ||
+ | {{#repeat:TableRow6|6| | ||
+ | {{#repeat:Index/persist|6| | ||
+ | {{#lua: | ||
+ | local result = "exact mass&&{{#expr:{{#var:MINVALUE}}-{{#var:MASSSTEP}}}}&&{{#var:MINVALUE}}&&Index/mass&&FL&&true" | ||
+ | for mass={{#var:MINVALUE}}, {{#var:MAXVALUE}}, {{#var:MASSSTEP}} do | ||
+ | result = result.."&&exact mass&&"..mass.."&&"..(mass+{{#var:MASSSTEP}}).."&&Index/mass&&FL&&true"; | ||
+ | end | ||
+ | print(result); | ||
+ | }}|&&}}}} | ||
+ | |} | ||
+ | |||
+ | ==Average Mass== | ||
+ | {| | ||
+ | {{#repeat:TableRow6|6| | ||
+ | {{#repeat:Index/persist|6| | ||
+ | {{#lua: | ||
+ | local result = "average mass&&{{#expr:{{#var:MINVALUE}}-{{#var:MASSSTEP}}}}&&{{#var:MINVALUE}}&&Index/mass&&FL&&" | ||
+ | for mass={{#var:MINVALUE}}, {{#var:MAXVALUE}}, {{#var:MASSSTEP}} do | ||
+ | result = result.."&&average mass&&"..mass.."&&"..(mass+{{#var:MASSSTEP}}).."&&Index/mass&&FL&&"; | ||
+ | end | ||
+ | print(result); | ||
+ | }}|&&}}}} | ||
+ | |} | ||
+ | <br><br> | ||
+ | |||
+ | =Index by Formula= | ||
+ | {{Twocolumn| | ||
+ | All molecular formulas are sorted by C, H, or O. | ||
+ | | | ||
+ | 分子の組成式のうち、C,H,Oの数に注目した分類を行ないました。 | ||
+ | }} | ||
+ | ==Carbon== | ||
+ | {| | ||
+ | {{#repeat:TableRow10|10| | ||
+ | {{#repeat:Index/persist|6|{{#cdr: | ||
+ | {{#lua: | ||
+ | local result = ""; | ||
+ | for num=11, 70, 1 do | ||
+ | result = result.."%formula%C%"..num.."%Index/formula%FL%&&FL"; | ||
+ | end | ||
+ | print(result); | ||
+ | }}|%}}|%}} | ||
+ | }} | ||
+ | |} | ||
+ | |||
+ | ==Hydrogen== | ||
+ | {| | ||
+ | {{#repeat:TableRow10|10| | ||
+ | {{#repeat:Index/persist|6|{{#cdr: | ||
+ | {{#lua: | ||
+ | local result = ""; | ||
+ | for num=11, 90, 1 do | ||
+ | result = result.."%formula%H%"..num.."%Index/formula%FL%&&FL"; | ||
+ | end | ||
+ | print(result); | ||
+ | }}|%}}|%}} | ||
+ | }} | ||
+ | |} | ||
+ | |||
+ | ==Oxygen== | ||
+ | {| | ||
+ | {{#repeat:TableRow10|10| | ||
+ | {{#repeat:Index/persist|6|{{#cdr: | ||
+ | {{#lua: | ||
+ | local result = ""; | ||
+ | for num=1, 50, 1 do | ||
+ | result = result.."%formula%O%"..num.."%Index/formula%FL%&&FL"; | ||
+ | end | ||
+ | print(result); | ||
+ | }}|%}}|%}} | ||
+ | }} | ||
+ | |} |
Latest revision as of 11:47, 27 November 2009
Flavonoid Index
(This page is a portal to automatically generate indexes using Persist function.)
Flavonoid Top | Molecule Index | Author Index | Journals | Structure Search | Food | New Input |
Contents |
[edit] Index by Molecular Names
All subwords in the common names of flavonoid are alphabetically sorted and listed. No words of less than 4 letters.
[edit] Index by Mass
[edit] Exact Mass
List of exact / average masses for all flavonoid. Click the button of the corresponding mass.
[edit] Average Mass
[edit] Index by Formula
All molecular formulas are sorted by C, H, or O.