Description Usage Arguments Value Examples
Function for computing the quantile transformation for one or more samples supplied as columns of a matrix.
1 | computeQuantileMatrix(seMat)
|
seMat |
A data matrix in SummarizedExperiment form, with each column corresponding to a sample and each row corresponding to a feature. |
A matrix of the same dimensions with the quantile data.
1 2 3 | baseMat = breastTCGA_Mat[, breastTCGA_Group == "NORMAL"]
seMat.base = SummarizedExperiment(assays=list(data=baseMat))
assays(seMat.base)$quantile = computeQuantileMatrix(seMat.base)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.