get_limma_top_table_with_ci: get_limma_top_table_with_ci

Description Usage Arguments Value See Also

View source: R/contrasting_functions.r

Description

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/

Usage

1
get_limma_top_table_with_ci(fit2, the_coef, ci = 0.95)

Arguments

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%)

Value

Output of topTable, but with the (95 for the logFC.

See Also

contrast_the_group_to_the_rest_with_limma_for_microarray Calling function.


celaref documentation built on Nov. 8, 2020, 5:03 p.m.