Description Usage Arguments Value
Given a fold-change, and high and low confidence interval (where lower < higher), pick the innermost/most conservative one.
1 | get_inner_or_outer_ci(fc, ci.hi, ci.lo, get_inner = TRUE)
|
fc |
Fold-change |
ci.hi |
Higher fold-change CI (numerically) |
ci.lo |
smaller fold-change CI (numerically) |
get_inner |
If TRUE, get the more conservative inner CI, else the bigger outside one. |
inner or outer CI from ci.hi or ci.low
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.