imputeKnnSCoPE2 | R Documentation |
The function imputes missing data using the k-nearest neighbours (KNN) approach using Euclidean distance as a similarity measure between the cells. This function was provided as part of the SCoPE2 publication (Specht et al. 2021).
imputeKnnSCoPE2(object, i, name = "KNNimputedAssay", k = 3)
object |
A |
i |
A |
name |
A |
k |
An |
An object of class QFeatures
containing an extra assay
with imputed values.
The implementation of the imputation was retrieved from https://github.com/SlavovLab/SCoPE2
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.