A novel random forest similarity learning based clustering method for single cell RNA sequencing data
Author: Xiang Chen [au]; Min Li [cre]
Maintainer: Xiang Chen chenxofhit@gmail.com
library(devtools)
install_github("chenxofhit/RafClust")
If devtools package is not avaliable, please invoke R and then type the following command first:
install.packages("devtools")
res <- RafClust(texpr,verbose = TRUE) #cluster number is determined by the program
res <- RafClust(texpr,NumC = 10,verbose = TRUE)