Extract data from Seurat and Create Plot with GGplot2.
You can install the development version of ggSCvis like so:
# install.packages("devtools")
devtools::install_github("junjunlab/ggSCvis")
# or
remotes::install_github("junjunlab/ggSCvis")
Jun Zhang (2023). Visualizing SingleCell data Using GGplot2. https://github.com/junjunlab/ggSCvis
- 2024/01/03 (Adding geom_marklabel funcs.)
- 2023/12/21 (Adding geom_scDot/geom_scTile/geom_scViolin funcs.)
- 2023/12/15 (First version pushed.)