ggsc
================
<h4>
README updated: <i>2023-11-29</i>
</h4>
<!-- generated by rworkflows::use_readme() -->
[![License:
Artistic-2.0](https://img.shields.io/badge/license-Artistic--2.0-blue.svg)](https://cran.r-project.org/web/licenses/Artistic-2.0)
[![](https://img.shields.io/badge/devel%20version-1.1.1.002-black.svg)](https://github.com/YuLab-SMU/ggsc)
[![](https://img.shields.io/github/languages/code-size/YuLab-SMU/ggsc.svg)](https://github.com/YuLab-SMU/ggsc)
[![](https://img.shields.io/github/last-commit/YuLab-SMU/ggsc.svg)](https://github.com/YuLab-SMU/ggsc/commits/master)
<br> [![R build
status](https://github.com/YuLab-SMU/ggsc/workflows/rworkflows/badge.svg)](https://github.com/YuLab-SMU/ggsc/actions)
[![](https://codecov.io/gh/YuLab-SMU/ggsc/branch/master/graph/badge.svg)](https://app.codecov.io/gh/YuLab-SMU/ggsc)
<br>
<!-- 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
<https://yulab-smu.top>
<!--
If you use `ggsc`, please cite: -->
<!-- Modify this by editing the file: inst/CITATION -->
<!--
>
-->
## :arrow_double_down: Installation
``` r
## 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")
```
## Documentation
- [Website](https://yulab-smu.top/ggsc)
<br>