icbi-lab / borst2021

single-cell analysis for the Borst et al. (2021) paper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single-cell data analysis for Borst et al. (2021)

This repository contains a nextflow pipeline that reproduces the entire single-cell RNA-seq data analysis from our paper.

The data analysis reports generated by this pipeline are available here: https://icbi-lab.github.io/borst2021.

How to run

1. Acquire the data

Please follow the data sharing statement in the paper.

Deposit the cellranger files in the data directory. The files must follow the following structure:

data/cellranger/{SAMPLE}_GEX/outs/raw_feature_bc_matrix.h5

2. Run the pipeline

Prerequisites:

Clone the repository:

git clone https://github.com/icbi-lab/borst2021.git

Start the pipeline:

nextflow run main.nf

Nextflow will automatically download the required singularity containers and run the analysis.

  • The reports will be stored in the deploy folder.
  • All (intermediate) results are stored in the results folder.

Citation

t.b.a

About

single-cell analysis for the Borst et al. (2021) paper.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Nextflow 45.0%Language:Python 43.0%Language:R 9.0%Language:Shell 3.0%