Skip to content

A novel random forest similarity learning based clustering method for single cell RNA sequencing data

Notifications You must be signed in to change notification settings

chenxofhit/RafClust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RafClust

Introduction

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

Installation

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

Usage

res <- RafClust(texpr,verbose = TRUE) #cluster number is determined by the program
res <- RafClust(texpr,NumC = 10,verbose = TRUE)

About

A novel random forest similarity learning based clustering method for single cell RNA sequencing data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages