lg2r | R Documentation |
log2 ratio normalization
lg2r(x, na.rm = TRUE)
x |
data to be transformed |
na.rm |
remove NA values for mean calculation |
log2(x/apply(x,1,mean))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.