NormLFC | R Documentation |
Computes the standard, normalized log2 fold change with given pseudocounts
NormLFC(A, B, pseudo = c(1, 1), normalizeFun = CenterMedian)
A |
Vector of counts from condition A |
B |
Vector of counts from condition B |
pseudo |
Vector of length 2 of the pseudo counts |
normalizeFun |
Function to normalize the obtained effect sizes |
The vector containing the estimates
NormLFC(rnorm(1000,200),rnorm(1000,100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.