Description Usage Arguments Value Author(s) Examples
View source: R/quantile_normalization.R
Normalize expression data using quantile normalization
1 |
x |
an expression profile |
a normalized matrix
Dongmin Jung
1 2 3 4 5 | set.seed(1)
nrows <- 10
ncols <- 5
counts <- matrix(runif(nrows * ncols, 1, 1e4), nrows)
normalized.matrix <- quantile_normalization(counts)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.