q_normalize: Quantile normalize the expression data

View source: R/data_preprocess.R

q_normalizeR Documentation

Quantile normalize the expression data

Description

Quantile normalize the expression data

Usage

q_normalize(exp)

Arguments

exp

A gene expression data frame with genes in row names and samples in column names.

Value

Expression matrix with normalized values

Examples

data(zma.se)
exp <- SummarizedExperiment::assay(zma.se)
norm_exp <- q_normalize(exp)

almeidasilvaf/BioNERO documentation built on March 25, 2024, 9:14 p.m.