Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)