CenterMedian {lfc} | R 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))
[Package lfc version 0.2.3 Index]