Expand description
Ranked result tables. Port of limma’s topTable
(topTable / topTableF) plus the Benjamini-Hochberg
adjustment provided by R’s p.adjust(method = "BH").
Structs§
- TopRow
- One row of a single-contrast moderated-t table (
_topTableT). - TopRowF
- One row of a multi-contrast moderated-F table (
_topTableF).
Enums§
Functions§
- p_
adjust_ bh - Benjamini-Hochberg step-up FDR adjustment. Matches
R
p.adjust(p, method = "BH"). - top_
table - Extract the top-ranked genes for a single coefficient/contrast. Port of
_topTableT.number == Nonereturns all rows. - top_
table_ f - Extract top-ranked genes by the overall moderated F-statistic. Port of
_topTableF(sorted by F p-value). - top_
treat - Summary table of top genes from a [
crate::treat] fit. Port oftopTreat:topTablerestricted to a single coefficient, defaulting to sort by p-value, with B-sorting disallowed (treat has no B-statistic).