View source: R/data_preprocess.R
PC_correction | R Documentation |
Apply Principal Component (PC)-based correction for confounding artifacts
PC_correction(exp, verbose = FALSE)
exp |
A gene expression data frame with genes in row names and samples in column names or a 'SummarizedExperiment' object. |
verbose |
Logical indicating whether to display progress messages or not. Default: FALSE. |
Corrected expression data frame or 'SummarizedExperiment' object.
Fabricio Almeida-Silva
Parsana, P., Ruberman, C., Jaffe, A. E., Schatz, M. C., Battle, A., & Leek, J. T. (2019). Addressing confounding artifacts in reconstruction of gene co-expression networks. Genome biology, 20(1), 1-6.
num.sv
,sva_network
data(zma.se)
exp <- filter_by_variance(zma.se, n=500)
exp <- PC_correction(exp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.