CenterMedian: Subtract the median of the given vector (for normalizing log2...

View source: R/psi_lfc.R

CenterMedianR Documentation

Subtract the median of the given vector (for normalizing log2 fold changes).

Description

Subtract the median of the given vector (for normalizing log2 fold changes).

Usage

CenterMedian(l)

Arguments

l

Vector of effect sizes

Value

A vector of length 2 containing the two parameters

See Also

PsiLFC

Examples

  CenterMedian(rnorm(1000,200))

lfc documentation built on April 20, 2023, 1:32 a.m.