Skip to content

An R package to automatically classify cell types in scRNA-seq datasets. Supports Seurat and SingleCellExperiment class

License

Notifications You must be signed in to change notification settings

grisslab/scClassifR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecation Notice

This package was renamed to scAnnotatR.

The current version of this package is available on the scAnnotatR GitHub page: https://github.com/grisslab/scAnnotatR

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.

About

An R package to automatically classify cell types in scRNA-seq datasets. Supports Seurat and SingleCellExperiment class

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages