quantile_normalize {proBatch}R Documentation

Quantile normalization of the data, ensuring that the row and column names are retained

Description

Quantile normalization of the data, ensuring that the row and column names are retained

Usage

quantile_normalize(data_matrix)

Arguments

data_matrix

log transformed data matrix (features in rows and samples in columns)

Value

data_matrix-size matrix, with columns quantile-normalized

Examples

quantile_normalized_matrix <- quantile_normalize(example_proteome_matrix)


[Package proBatch version 1.0.0 Index]