Skip to content

Commit

Permalink
Refine table header
Browse files Browse the repository at this point in the history
  • Loading branch information
eweitz committed Oct 19, 2022
1 parent 4f58696 commit 17011a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/kit/gene-leads.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function parseDE(items) {
);
}).join('</tr><tr>') + '</tr></tbody>';

const thCells = ['Group', 'log2(FC)', 'Adj. p-value', 'Rank in group'];
const thCells = ['Group', 'log2(FC)', 'Adj. p-value', 'DE score rank'];
const head =
`<thead><th>${thCells.join('</th><th>')}</th></thead>`;

Expand Down

0 comments on commit 17011a7

Please sign in to comment.