https://github.com/YuLab-SMU/ggsc
🧠Visualizing Single Cell and Spatial Transcriptomics
https://github.com/YuLab-SMU/ggsc
Last synced: about 1 year ago
JSON representation
🧠Visualizing Single Cell and Spatial Transcriptomics
- Host: GitHub
- URL: https://github.com/YuLab-SMU/ggsc
- Owner: YuLab-SMU
- Created: 2022-11-08T13:34:32.000Z (over 3 years ago)
- Default Branch: devel
- Last Pushed: 2025-04-17T02:06:17.000Z (about 1 year ago)
- Last Synced: 2025-04-17T15:53:44.084Z (about 1 year ago)
- Language: R
- Homepage: https://yulab-smu.top/ggsc/
- Size: 78.9 MB
- Stars: 46
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
Awesome Lists containing this project
- awesome-ggplot2 - ggsc
README
---
title: "`r read.dcf('DESCRIPTION', fields = 'Package')[1]`"
date: "
README updated: `r format( Sys.Date())`
"
output:
github_document
html_preview: false
---
[](https://cran.r-project.org/web/licenses/Artistic-2.0)
[](https://github.com/YuLab-SMU/ggsc)
[](https://github.com/YuLab-SMU/ggsc)
[](https://github.com/YuLab-SMU/ggsc/commits/master)
[](https://github.com/YuLab-SMU/ggsc/actions)
[](https://app.codecov.io/gh/YuLab-SMU/ggsc)
```{r, echo=FALSE, include=FALSE}
pkg <- read.dcf("DESCRIPTION", fields = "Package")[1]
title <- read.dcf("DESCRIPTION", fields = "Title")[1]
description <- read.dcf("DESCRIPTION", fields = "Description")[1]
description <- gsub("\n", " ", description)
URL <- read.dcf('DESCRIPTION', fields = 'URL')[1]
owner <- tolower(strsplit(URL,"/")[[1]][4])
```
## ``r pkg``: `r title`
`r description`
## :writing_hand: Authors
Guangchuang YU
School of Basic Medical Sciences, Southern Medical University
## :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)