View source: R/quantile-normalization.r
meffonym.quantile.normalization | R Documentation |
Methylation levels are quantile normalized so that they are comparable to a given dataset.
meffonym.quantile.normalization(x, standard, ...)
x |
DNA methylation matrix (rows=CpG sites, columns=samples). |
standard |
A named vector of methylation levels corresponding to the row names of |
Matrix identical to x
but with methylation levels
quantile normalized to the standard
and rows corresponding to standard
.
Missing values in x
are imputed by k-nearest neighbor.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.