Index:MassBank
From Metabolomics.JP
(Difference between revisions)
m |
|||
| Line 1: | Line 1: | ||
| − | List of Ojimatrix | + | =List of Ojimatrix= |
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
| − | ! Page || | + | ! Page || Precursor Ion |
{{#repeat:MassBank/LinkItem|1|{{#SearchTitle:_*|MassBank}}}} | {{#repeat:MassBank/LinkItem|1|{{#SearchTitle:_*|MassBank}}}} | ||
| + | |} | ||
| + | |||
| + | =Statistics= | ||
| + | {| class="wikitable sortable" | ||
| + | {{#replace: | ||
| + | {{#lua: | ||
| + | t = {}; | ||
| + | for page, formula in stdin:gmatch("&&([^&]+)&&([%a%d]+):[%S ]+") do | ||
| + | if (t[formula] == nil) then t[formula] = {page} else table.insert(t[formula],page) end | ||
| + | end | ||
| + | for i,v in pairs(t) do | ||
| + | print("#-\n## "..i.." ## [[MassBank:"..table.concat(v,"]] [[MassBank:").."]]\n"); | ||
| + | end | ||
| + | | | ||
| + | {{#SearchLine:^&&C%:%C%|MassBank}} | ||
| + | }} | ||
| + | |#|{{#bar:}}}} | ||
|} | |} | ||