2,851
edits
No edit summary Tag: Manual revert |
No edit summary |
||
Line 12: | Line 12: | ||
function p.createCrossTable(frame) | function p.createCrossTable(frame) | ||
for _, study in ipairs(studies) do | |||
local count = 0 | |||
for _ in pairs(study.biomarkers) do | |||
count = count + 1 | |||
end | |||
study.count = count | |||
end | |||
-- Start of the wiki table | -- Start of the wiki table | ||
local wikitable = '{| class="wikitable sortable"\n' | local wikitable = '{| class="wikitable sortable"\n' |