Produce a data frame for all or for selected coefficients of a linear fit object, including log fold changes, q-values, confidence intervals and MSD.
tmodLimmaTopTable(
f,
genelist = NULL,
coef = NULL,
adjust.method = "BH",
confint = 0.95
)
A data frame with all genes.
result of linear model fit produced by limma functions lmFit and eBayes
A data frame or a character vector with additional information on the genes / probes
Which coefficients to extract
Which method of p-value adjustment; see "p.adjust()"
Confidence interval to be calculated
Produce a data frame for all or for selected coefficients of a linear fit object, including log fold changes, q-values, confidence intervals and MSD. For each coefficient, these four columns will be created in the output file, with the name consisting of a prefix indicating the type of the column ("msd", "logFC", "qval", "SE", "ci.L", "ci.R") and the name of the coefficient.
tmodLimmaTest