ttmake | R Documentation |
Create a topTable for limma with "msd" based on confidence interval
ttmake(fit, coef = 1, sort = TRUE, ...)
fit |
lmFit object |
coef |
coefficient for which the output should be generated |
sort |
whether the output should be sorted |
... |
any other parameter passed to |
Create a topTable for limma with the additional column "msd" based on confidence interval.
msd is defined as the lower boundary of the confidence interval for the logFC, multiplied by the sum of the logFC. This allows to sort the list of genes by both the confidence we have in the predicted logFC and its magnitude, rather than by p-value alone (which can correspond to an small effect size) and logFC (which can be very variable despite a large estimate).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.