Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 2.22 KB

README.md

File metadata and controls

50 lines (32 loc) · 2.22 KB

ggSCvis

Extract data from Seurat and Create Plot with GGplot2.


Installation

You can install the development version of ggSCvis like so:

# install.packages("devtools")
devtools::install_github("junjunlab/ggSCvis")

# or
remotes::install_github("junjunlab/ggSCvis")

Citation

Jun Zhang (2023). Visualizing SingleCell data Using GGplot2. https://github.com/junjunlab/ggSCvis


News

  • 2024/01/03 (Adding geom_marklabel funcs.)
  • 2023/12/21 (Adding geom_scDot/geom_scTile/geom_scViolin funcs.)
  • 2023/12/15 (First version pushed.)

Documentation


Related blogs