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

Mat

Matrix of data, with each column corresponding to a sample and each row corresponding to a feature.

Value

A matrix of the same dimensions as Mat with the quantile data.

Examples

1
2
baseMat = breastTCGA_Mat[, breastTCGA_Group == "NORMAL"]
baseMat.q = computeQuantileMatrix(baseMat)

wikum/divergence.preSE documentation built on Nov. 19, 2021, 3:37 a.m.