This is the R implementation of the k-nearest neighbors smoothing algorithm (Wagner et al., 2017) for UMI-filtered single- cell RNA-Seq data.
Install the package knnsmoother
by using devtools
is highly suggested. Run
the following commands in a R console to install the package.
install.packages("devtools")
devtools::install_github('yanailab/knn-smoothing', subdir = 'knnsmoother')
https://github.com/yanailab/knn-smoothing/issues?q=label%3AR