Description Usage Arguments Value See Also
View source: R/contrasting_functions.r
Internal function that wraps limma topTable output but also adds upper and lower confidence intervals to the logFC. Calculated according to https://support.bioconductor.org/p/36108/
1 | get_limma_top_table_with_ci(fit2, the_coef, ci = 0.95)
|
fit2 |
The fit2 object after calling eBayes as per standard limma workflow. Ie object that topTable gets called on. |
the_coef |
Coeffient. As passed to topTable. |
ci |
Confidence interval. Number between 0 and 1, default 0.95 (95%) |
Output of topTable, but with the (95 for the logFC.
contrast_the_group_to_the_rest_with_limma_for_microarray
Calling function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.