ezVsnNorm | R Documentation |
Normalizes the matrix with the Variance Stabilizing Normalization and keeps row and column names.
ezVsnNorm(x, lts.quantile = 0.6)
x |
the matrix to normalize. |
lts.quantile |
a numeric passed to |
Returns the normalized matrix.
Rehrauer, Hubert
Schmid, Peter
justvsn
m1 = matrix(1:200,50)
m2 = ezVsnNorm(m1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.