Skip to content

bioconductor-source/scClassifR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scClassifR

The scClassifR package automatically classifies cells in scRNA-seq datasets. It is simple to use with a clear infrastructure to easily add additional cell type classification models. scClassifR support both Seurat and SingleCellExperiment objects as input.

Installation

You can install the latest version directly from GitHub using the devtools package:

# install devtools if needed
if (!require(devtools)) {
  install.packages("devtools")
}

# install the ReactomeGSA package
if (!require(scClassifR)) {
  install_github("grisslab/scClassifR")
}

Help

The complete usage is shown in the vignettes:

For more questions / feedback please simply post an Issue.

Releases

Packages

Contributors

Languages