get_inner_or_outer_ci: get_inner_or_outer_ci

Description Usage Arguments Value

View source: R/contrasting_functions.r

Description

Given a fold-change, and high and low confidence interval (where lower < higher), pick the innermost/most conservative one.

Usage

1
get_inner_or_outer_ci(fc, ci.hi, ci.lo, get_inner = TRUE)

Arguments

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.

Value

inner or outer CI from ci.hi or ci.low


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