Description Usage Arguments Value Examples
View source: R/preprocessing.R
A function to apply quantile normalization. It is build on preprocessCore::normalize.quantiles function, but keeps the dimnames as is.
1 | cfr_quantileNorm(mat)
|
mat |
a numeric matrix with the expression values, where columns are the samples and rows are probesets, transcripts, or genes. |
quantile normalized expression values as a matrix
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.