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)

divergence documentation built on Nov. 8, 2020, 8:02 p.m.