normalize_microarray | R Documentation |
Normalize across samples to correct for technical variation using quantile normalization. Also log2-transforms the data.
normalize_microarray( exprs_mx, log2_transform = TRUE, force = FALSE, verbose = FALSE )
exprs_mx |
matrix with background-corrected microarray expression data, one column per sample, one row per feature. |
log2_transform |
(boolean) Should log2 transform be performed before normalization? This should be FALSE for affy data which was read using RMA, which is already in log2 scale. |
force |
(boolean) Force log2 transform. If |
verbose |
print verbose logging statements? |
a matrix with one row per feature and one column per sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.