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

https://github.com/sib-swiss/single-cell-training

SIB course on single cell transcriptomics by mostly using the Seurat pipeline
https://github.com/sib-swiss/single-cell-training

bioinformatics course rna-seq single-cell teaching tutorial

Last synced: 10 months ago
JSON representation

SIB course on single cell transcriptomics by mostly using the Seurat pipeline

Awesome Lists containing this project

README

          

![build workflow](https://github.com/sib-swiss/single-cell-training/actions/workflows/docker-image.yml/badge.svg)
![GitHub Release Date](https://img.shields.io/github/release-date/sib-swiss/single-cell-training)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5703106.svg)](https://doi.org/10.5281/zenodo.5703106)
[![License: CC BY-SA 4.0](https://img.shields.io/badge/License-CC_BY--SA_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by-sa/4.0/)

This website is hosted at: https://sib-swiss.github.io/single-cell-training/

Please refer to [issues](https://github.com/sib-swiss/single-cell-training/issues) for improvements/bugs for course material or the website.

Any contribution to this course material is highly appreciated :+1:. Please have a look at the [CONTRIBUTING.md](CONTRIBUTING.md) file to learn more on how to contribute.

# Course website single cell transcriptomics

## Authors

- Tania Wyss [ORCiD](https://orcid.org/0000-0003-2641-0895)
- Rachel Marcone-Jeitziner [ORCiD](https://orcid.org/0000-0002-5711-8435)
- Geert van Geest [ORCiD](https://orcid.org/0000-0002-1561-078X)
- Patricia Palagi [ORCiD](https://orcid.org/0000-0001-9062-6303)

## How reuse this material

This website is generated with [quarto](https://quarto.org/). To re-build the website, download and install [Rstudio](https://posit.co/download/rstudio-desktop/) and [Quarto CLI](https://quarto.org/docs/get-started/). Also make sure you have installed the [required packages](Docker/install_packages.R). After that, clone this repository:

```sh
git clone https://github.com/sib-swiss/single-cell-training.git
```

Open the project in Rstudio, and run in the terminal:

```R
quarto preview
```