MSD: Calculate MSD based on logFC and CI

Description Usage Arguments Details Value

View source: R/topTableAll.R

Description

Calculate MSD based on logFC and CI

Usage

1
MSD(lfc, ci.L, ci.R)

Arguments

lfc

vector of log fold changes or signs of log fold changes

ci.L

Left boundary of confidence interval

ci.R

Right boundary of confidence interval

Details

MSD ("minimal significant difference") is defined as minimum between the confidence interval boundaries multiplied by the sign of the change. MSD is the absolute distance between the confidence interval and 0. Or, MSD is the smaller of absolute values of confidence intervals.

Value

a vector of MSD values


january3/myfuncs documentation built on April 1, 2020, 4:42 a.m.