Skip to content

sales-lab/BatChef

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BatChef

BatChef is an R package that provides a common interface for batch effect correction methods in single-cell RNA-seq data.

It allows users to compute various correction methods through a generic function by specifying the desired approach. The package contains multiple methods implemented in both R and Python, each based on different mathematical approaches.

Also, it provides metrics to evaluate the performance of the correction methods, such as the Wasserstein distance, Local Inverse Simpson's Index (LISI), Average Silhouette Width (ASW), and Adjusted Rand Index (ARI).

Installation

# install.packages("devtools")
devtools::install_github("zuinelena3/BatChef")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 97.3%
  • C++ 2.7%