Useful functions to visualize single cell and spatial data. It supports visualizing âSeuratâ, âSingleCellExperimentâ and âSpatialExperimentâ objects through grammar of graphics syntax implemented in âggplot2â.
Guangchuang YU
School of Basic Medical Sciences, Southern Medical University
## release version
if(!require("BiocManager")) install.packages("BiocManager")
BiocManager::install("ggsc")
## devel version
if(!require("remotes")) install.packages("remotes")
remotes::install_github("yulab-smu/ggsc")