Skip to content

R (Rcpp) implementation for the K-nearest neighbor smoothing for high-throughput single-cell RNA-Seq data

Notifications You must be signed in to change notification settings

Puriney/knnsmoother

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knnsmootheR

This is the R implementation of the k-nearest neighbors smoothing algorithm (Wagner et al., 2017) for UMI-filtered single- cell RNA-Seq data.

Installation

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')

Trouble-shooting

https://github.com/yanailab/knn-smoothing/issues?q=label%3AR

About

R (Rcpp) implementation for the K-nearest neighbor smoothing for high-throughput single-cell RNA-Seq data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages