Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/YuLab-SMU/ggsc
🧠Visualizing Single Cell and Spatial Transcriptomics
https://github.com/YuLab-SMU/ggsc
Last synced: 2 days 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 (about 2 years ago)
- Default Branch: devel
- Last Pushed: 2024-08-16T08:26:28.000Z (3 months ago)
- Last Synced: 2024-08-16T09:44:57.896Z (3 months ago)
- Language: R
- Homepage: https://yulab-smu.top/ggsc/
- Size: 78.9 MB
- Stars: 37
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
Awesome Lists containing this project
README
---
title: "`r read.dcf('DESCRIPTION', fields = 'Package')[1]`"
date: "README updated: `r format( Sys.Date())`
"
output:
github_document
html_preview: false
---[![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)
[![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)```{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)