Scillus
                                
                                 Scillus copied to clipboard
                                
                                    Scillus copied to clipboard
                            
                            
                            
                        R Package for Single-Cell Dataset Processing and Visualization
Scillus
 
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 
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
- 
April 17, 2021 Version 0.5.0: Support of long palettes and customized colors 
- 
September 23, 2020 Version 0.4.0: Additonal improvements for R Shiny applications 
- 
January 29, 2020 Version 0.3.0 
- 
December 20, 2019 Version 0.2.0: Optimized processing and plotting functions; simplified installation process 
- 
August 25, 2019 Version 0.1.0: Initial release; essential functions for streamlined scRNA-seq analysis and visualization