Skip to content
forked from ktrns/scrnaseq

UNDER DEVELOPMENT: Workflow for single-cell RNA-seq analysis using Seurat

License

Notifications You must be signed in to change notification settings

MHH-RCUG/scrnaseq

 
 

Repository files navigation

Table of contents

Introduction

scrnaseq is a bioinformatics analysis workflow for single-cell RNA-seq analysis. The workflow is based on Seurat, and contains additional visualisations, tables and documentation to better understand the analysis. The workflow supports RNA sequencing data from one or more samples processed with 10X Genomics and SmartSeq-2.

The workflow generates an extensive HTML report. Are you curious about what that looks like and if it would be useful for your own data? If so, you can download the GitHub repository and open scrnaseq.html. This report has been generated for test data as mentioned below.

If you are a researcher, and you would like to start analysing your own data, the workflow can be your starting point. If you work in a bioinformatics core facility and frequently support other researchers with bioinformatics analyses, the workflow can be run in a standardised fashion both interactively in Rstudio and on command line. We typically first run the workflow with default parameters, and communicate with our collaborators. We then optimise the parameters in further rounds to improve the results.

News

(2021-12-02)
We updated our master code branch, and merged two recent pull requests (see #92 and #104).

The most important changes are:

  • Introduced the possiblity to run the workflow directly from command-line (#86)
  • Added UMAPs that display samples separately (#98)
  • Added possibility to adapt dot size in UMAPs (#99)
  • Added UMAPs that show the effect of different cluster resolution values (#97)
  • Updated tables that show QC filtering results (#95)
  • Added extensive explanations into the report (#43)

Stay tuned, we will soon create our first code release!

Workflow summary

  • Read data
    • Read and print mapping statistics
    • Read gene annotation
    • Read scRNA-seq data
  • Pre-processing
    • Quality control
    • Genes with highest expression
    • Filtering
    • Quality control post filtering
    • Normalisation
    • Combining multiple samples
    • Relative log expression
    • Dimensionality reduction
    • Dimensionality of the dataset
  • Clustering
  • Visualisation with UMAP
  • Distribution of cells in clusters
  • Cell Cycle Effect
  • Cluster QC
  • Known marker genes
  • Differentially expressed genes
  • Output
    • Export to Loupe Cell Browser
    • Export to cellxgene browser
    • Export to Cerebro browser
    • Other output files
  • Parameter table
  • Software versions
  • Credits and References

Pre-Workflow: Demultiplexing with hashtag oligos

  • Read input data
  • Demutliplexing with hashtag oligos (HTOs)
    • Normalisation of HTO counts
    • Classification of cells based on normalised HTO data
  • Visualisation of raw and normalised HTO data
  • Remove cells classified as doublet or negative
  • Preliminary visualisation of demultiplexed RNA data
    • Visualisation with UMAP
  • Write out demultiplexed data
  • Parameter table
  • Software versions

Quick start

The workflow is inialised for test data in test_datasets. First, navigate to the respective test dataset folder(s), and download the test dataset(s) by running the download.R script(s). Once all test data is downloaded, you can knit the workflow to HTML.

The repository provides several other useful test data that you can use to get to know the functionality of the workflow. To run the workflow for another than the initial dataset, you need to adapt the project_parameters code chunk and provide all relevant paths and parameters.

The scrnaseq workflow comes with a good amount of documentation, found in the docs/ directory:

Installation
Running the workflow
Running the pre-workflow

Credits

The Seurat Vignettes were initially used as templates for this workflow.

The workflow was developed by Katrin Sameith and Andreas Petzold at the Dresden-concept Genome Center (Dresden, Germany). Through collaboration with the Research Core Unit Genomics (Hannover, Germany) the workflow has grown substantially and has been standardised. Many thanks to all who have contributed along the way, including (but not limited to): Oliver Dittrich, Torsten Glomb, Maike Kosanke, Dimitra Alexopoulou, Mathias Lesche, Fabian Friedrich, Colin Davenport, and Marius Rueve.

Contributions and Support

If you would like to contribute to this workflow, please first create your own fork of the GitHub repository. You can then work on your master branch, or create feature branches for developement that you later merge into your master branch. Once your code is finalised and working, you can create a pull request.

If you use the scrnaseq workflow to analyse your data, please cite it by mentioning the Dresden-concept Genome Center URL "https://genomecenter.tu-dresden.de".

About

UNDER DEVELOPMENT: Workflow for single-cell RNA-seq analysis using Seurat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.3%
  • Other 0.7%