pcaSCoPE2 | R Documentation |
The function performs a weighted principal component analysis (PCA) as suggested by Specht et al. The PCA is performed on the correlation matrix where the rows (features) are weighted according to the sum of the correlation with the other rows.
pcaSCoPE2(object, scale = FALSE, center = FALSE)
object |
A |
scale |
A |
center |
A |
An object of class eigen
containing the computed
eigenvector and eigenvalues.
Specht, Harrison, Edward Emmott, Aleksandra A. Petelski, R. Gray Huffman, David H. Perlman, Marco Serra, Peter Kharchenko, Antonius Koller, and Nikolai Slavov. 2021. "Single-Cell Proteomic and Transcriptomic Analysis of Macrophage Heterogeneity Using SCoPE2.” Genome Biology 22 (1): 50. link to article, link to preprint
data("feat2")
sce <- as(feat2[[3]], "SingleCellExperiment")
pcaSCoPE2(sce)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.