
Apply Principal Component (PC)-based correction for confounding artifacts
Source:R/data_preprocess.R
PC_correction.Rd
Apply Principal Component (PC)-based correction for confounding artifacts
References
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.
Examples
data(zma.se)
exp <- filter_by_variance(zma.se, n=500)
exp <- PC_correction(exp)