Home

Awesome

Scillus

<img align="right" width="108" height="125" src="Scillus.png">

Build Status Build status

Scillus is a Seurat and ggplot2 wrapper for enhanced processing and visualization of scRNA-seq data. For detailed usage, please visit the Scillus documentation website: scillus.netlify.com Netlify Status

Please use the following code to install and load the package:

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

devtools::install_github("xmc811/Scillus", ref = "development")
library(Scillus)

Version History