get_inner_or_outer_ci {celaref}R Documentation

get_inner_or_outer_ci

Description

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

Usage

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


[Package celaref version 1.6.0 Index]