Skip to content

Instantly share code, notes, and snippets.

@npicciani
Last active August 23, 2021 19:22
Show Gist options
  • Save npicciani/a179c183cf08faa620fee5b118aacc54 to your computer and use it in GitHub Desktop.
Save npicciani/a179c183cf08faa620fee5b118aacc54 to your computer and use it in GitHub Desktop.
Essential resources for getting started with analysis of single cell data sets

Created by Natasha Picciani and Jasmine Mah

Getting Started with Single Cell Analysis

Plan for Tuesday (08/24):

Goals

Our goal on Tuesday is to go over the introductory tutorial for single cell RNA-seq analysis using an R package called Seurat and understand the point of each step.

What you need to install

  1. Install R (version 4 or higher), RStudio and the latest version of Seurat (v. 4.0.3). See https://satijalab.org/seurat/articles/install.html
  2. Dowload the raw data set (https://cf.10xgenomics.com/samples/cell/pbmc3k/pbmc3k_filtered_gene_bc_matrices.tar.gz)

What you need to read

The tutorial

You can find the tutorial on the following link:

Even though the Seurat tutorial provides a brief overview of each step, the current best practices article will give you more in-depth explanations.

Optional readings

Other Tutorials (not for Tuesday):

Integrated analysis of multimodal single cell data (2021; Seurat Team): https://doi.org/10.1016/j.cell.2021.04.048

Comprehensive integration of single cell data (2019; Seurat Team): https://doi.org/10.1016/j.cell.2019.05.031

Recent development:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment