Install scRNAtoolVis
masterInstall scRNAtoolVis from GitHub using devtools. Note that you may also need to install the dependency ggunchull from source if it is not already present in your environment.
install.packages('devtools')
devtools::install_github('junjunlab/scRNAtoolVis')
# if not install ggunchull
devtools::install_github("sajuukLyu/ggunchull", type = "source")
library(scRNAtoolVis)