Skip to content
/ Scillus Public

R Package for Single-Cell Dataset Processing and Visualization

License

Notifications You must be signed in to change notification settings

xmc811/Scillus

Repository files navigation

Scillus


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

  • 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