View source: R/data_preprocess.R
q_normalize | R Documentation |
Quantile normalize the expression data
q_normalize(exp)
exp |
A gene expression data frame with genes in row names and samples in column names. |
Expression matrix with normalized values
data(zma.se)
exp <- SummarizedExperiment::assay(zma.se)
norm_exp <- q_normalize(exp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.