Learn R Programming

lfc (version 0.2.3)

CenterMedian: 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)

Value

A vector of length 2 containing the two parameters

Arguments

l

Vector of effect sizes

See Also

PsiLFC

Examples

Run this code
  CenterMedian(rnorm(1000,200))

Run the code above in your browser using DataLab