Awesome
ggsc
<h4> README updated: <i>2023-11-29</i> </h4> <!-- generated by rworkflows::use_readme() --> <!-- To modify Package/Title/Description/Authors fields, edit the DESCRIPTION file -->ggsc
: Visualizing Single Cell and Spatial Transcriptomics
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’.
:writing_hand: Authors
Guangchuang YU
School of Basic Medical Sciences, Southern Medical University
<!-- If you use `ggsc`, please cite: --> <!-- Modify this by editing the file: inst/CITATION --> <!-- > -->:arrow_double_down: Installation
## 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")