computeQuantileMatrix: Compute quantile transformations

Description Usage Arguments Value Examples

View source: R/main.R

Description

Function for computing the quantile transformation for one or more samples supplied as columns of a matrix.

Usage

1

Arguments

seMat

A data matrix in SummarizedExperiment form, with each column corresponding to a sample and each row corresponding to a feature.

Value

A matrix of the same dimensions with the quantile data.

Examples

1
2
3
baseMat = breastTCGA_Mat[, breastTCGA_Group == "NORMAL"]
seMat.base = SummarizedExperiment(assays=list(data=baseMat))
assays(seMat.base)$quantile = computeQuantileMatrix(seMat.base)

wikum/divergence documentation built on Sept. 17, 2021, 12:33 a.m.