We have covered the analysis steps in quite a bit of detail for scRNA-seq exploration of cellular heterogeneity using the Seurat package. For more information on topics covered, we encourage you to take a look at the following resources:
# Introduction to single-cell RNA-seq### Learning Objectives- Understand the considerations when designing a single-cell RNA-seq experiment- Discuss the steps involved in taking raw single-cell RNA-sequencing data and generating a count (gene expression) matrix- Compute and assess QC metrics at every step in the workflow- Cluster cells based on expression data and derive the identity of the different cell types present- Perform integration of different sample conditions## Installations1. [Follow the instructions linked here](../index.qmd#installation-requirements) to download R and RStudio + Install Packages from CRAN and Bioconductor1. [Download this project](https://www.dropbox.com/s/vop78wq76h02a2f/single_cell_rnaseq.zip?dl=1)## Lessons### Part 11. [Introduction to scRNA-seq01_intro_to_scRNA-seq.qmd)1. [Raw data to count matrix02_SC_generation_of_count_matrix.qmd)***### Part II1. [Quality control set-up](03_SC_quality_control-setup.qmd)1. [Quality control](04_SC_quality_control.qmd)1. [Overview of Clustering Workflow](postQC_workflow.qmd)1. [Theory of PCA](05_theory_of_PCA.qmd)1. [Normalization and regressing out unwanted variation](06_SC_SCT_normalization.qmd)* [Solution to exercises in above lessons](../homework/day1_hw_answer-key.R)***### Part III1. [Integration](06_integration.qmd)1. [Clustering](07_SC_clustering_cells_SCT.qmd)1. [Clustering quality control](08_SC_clustering_quality_control.qmd)1. [Marker identification](09_merged_SC_marker_identification.qmd)* [Solution to exercises in above lessons](../homework/Day2_exercise_answer_key.R)***## Building on this workshop* Downstream analysis - [Differential expression between conditions](https://hbctraining.github.io/Pseudobulk-for-scRNAseq/)* Other online scRNA-seq courses: - [http://bioconductor.org/books/release/OSCA/](http://bioconductor.org/books/release/OSCA/) - [https://liulab-dfci.github.io/bioinfo-combio/](https://liulab-dfci.github.io/bioinfo-combio/) - [https://hemberg-lab.github.io/scRNA.seq.course/](https://hemberg-lab.github.io/scRNA.seq.course/) - [https://github.com/SingleCellTranscriptomics](https://github.com/SingleCellTranscriptomics) - [https://broadinstitute.github.io/2020_scWorkshop/](https://broadinstitute.github.io/2020_scWorkshop/)* Resources for scRNA-seq Sample Prep: - [https://www.protocols.io/](https://www.protocols.io/) - [https://support.10xgenomics.com/single-cell-gene-expression/sample-prep](https://support.10xgenomics.com/single-cell-gene-expression/sample-prep) - [https://community.10xgenomics.com/](https://community.10xgenomics.com/)***## ResourcesWe have covered the analysis steps in quite a bit of detail for scRNA-seq exploration of cellular heterogeneity using the Seurat package. For more information on topics covered, we encourage you to take a look at the following resources:* [Seurat vignettes](https://satijalab.org/seurat/vignettes.html)* [Seurat cheatsheet](https://satijalab.org/seurat/essential_commands.html)* [Satija Lab: Single Cell Genomics Day](https://satijalab.org/scgd21/)* ["Principal Component Analysis (PCA) clearly explained"](https://www.youtube.com/watch?v=_UVHneBUBW0), a video from [Josh Starmer](https://twitter.com/joshuastarmer)* [Additional information about cell cycle scoring](cell_cycle_scoring.qmd)* [Using R on the O2 cluster](https://hbctraining.github.io/Intro-to-Unix-QMB/lessons/R_on_o2.html)* Highlighted papers for sample processing steps (pre-sequencing): - ["Sampling time-dependent artifacts in single-cell genomics studies."](https://genomebiology.biomedcentral.com/articles/10.1186/s13059-020-02032-0) *Massoni-Badosa et al.* 2019 - ["Dissociation of solid tumor tissues with cold active protease for single-cell RNA-seq minimizes conserved collagenase-associated stress responses."](https://genomebiology.biomedcentral.com/articles/10.1186/s13059-019-1830-0) *O'Flanagan et al.* 2020 - ["Systematic assessment of tissue dissociation and storage biases in single-cell and single-nucleus RNA-seq workflows."](https://genomebiology.biomedcentral.com/articles/10.1186/s13059-020-02048-6) *Denisenko et al.* 2020* [Best practices for single-cell analysis across modalities](https://www.nature.com/articles/s41576-023-00586-w)