powered by
Computes the standard, normalized log2 fold change with given pseudocounts
NormLFC(A, B, pseudo = c(1, 1), normalizeFun = CenterMedian)
The vector containing the estimates
Vector of counts from condition A
Vector of counts from condition B
Vector of length 2 of the pseudo counts
Function to normalize the obtained effect sizes
NormLFC(rnorm(1000,200),rnorm(1000,100))
Run the code above in your browser using DataLab