Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 5.14 KB

File metadata and controls

55 lines (39 loc) · 5.14 KB

Single-cell RNA-seq analysis tutorials

This repository contains tutorials for how to perform each part of a single-cell RNA-seq analysis, from running bcbio on the raw data to performing clustering, marker identificaton and differential expression analysis with DESeq2 and EdgeR. It also contains documents for generating data to use with online exploratory tools such as SPRING.

Generating abundance estimates with bcbio

Setting up to run scRNA-seq analyses using R on O2

Analysis workflow with Seurat (version 3)

All steps from QC to integration, clustering, and marker identification can be found in the teaching team repo: https://hbctraining.github.io/scRNA-seq/schedule/. The hands-on lessons from the workshop can be found below:

Downstream and other analyses

Past analysis workflows (deprecated)

Power analysis prior to pseudobulk technique

  • [Deprecated] Preparation of data for DE analysis with DESeq2 (associated .Rmd template available here) - Needs to be changed to pseudobulk analysis
  • [Deprecated] DE analysis report (associated .Rmd template available here) - Needs to be changed to pseudobulk analysis

Analysis workflow with Seurat (version 2)

Analysis workflow with bcbioSingleCell [last update: 2017]