README.md

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)


chenxofhit/RafClust documentation built on May 23, 2019, 2:46 p.m.