getColumnQuantiles: Calculate quantile for the columns in a matrix

View source: R/getColumnQuantiles.R

getColumnQuantilesR Documentation

Calculate quantile for the columns in a matrix

Description

Calculate quantile for the columns in a matrix

Usage

getColumnQuantiles(X, prob, naRm = FALSE, onlyNonzeroVals = FALSE)

Arguments

X

the matrix

prob

a numeric probablity

naRm

a boolean, whether to remove NAs

onlyNonzeroVals

a boolean, whether to only include non-zero values

Value

a vector of quantiles

Examples

getColumnQuantiles(matrix(1:25, nrow=5), prob = 0.5)


CBIIT/rcellminer documentation built on Aug. 8, 2024, 12:15 p.m.