Expand description
lmFit + eBayes + topTable(sort.by=“none”) for a log-expression matrix.
Clean-room reimplementation of limma’s moderated t-statistic pipeline: Smyth (2004), Stat Appl Genet Mol Biol 3(1):3, doi:10.2202/1544-6115.1027. No limma (GPL) source was consulted; the method follows the published paper and is validated black-box against the binary.
Structs§
Functions§
- read_
contrast - Contrast TSV: first column = original coefficient name, header = contrast names. Entry [coef][contrast] is the contrast weight.
- read_
design - Design TSV: first column = sample id, header first cell may be empty or a label; remaining columns are coefficient names with numeric model-matrix entries (one row per sample, in sample order).
- read_
expr - run
- write_
results