Skip to content

This is a workshop to show step-by-step workflow of Single cell RNA-seq analysis

Notifications You must be signed in to change notification settings

fls-bioinformatics-core/SCRUM_single_cell_bioinformatics_workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCRUM Single Cell Bioinformatics Workshop

Date: Wednesday, 4th March, 2020
Time: 10am-1pm
Venue: Michael Smith Lecture Theatre
Pre-requisite: Basic understsanding of R & Rstudio

This workshop presents a step-by-step workflow of a single cell RNA-seq analysis. Please note we will be covering single cell and single nuclei RNA-sequencing (no ATAC or bulk). We will also show an app to visualise the data; however, the app only works in Windows and Mac.

Please follow the instructions below to setup your computer before the start of the workshop:

  1. Download R 3.6.2 for Mac (https://cran.r-project.org/bin/macosx/) and for Windows (https://cran.r-project.org/bin/windows/base/). For installation continue with the default settings. When asked for the password, give the password of the machine.

  2. Install RStudio Desktop (Free Version) from https://rstudio.com/products/rstudio/download/

  • If you are installing in Mac, then drag it to Application folder. Open it and if any change request comes then click open.
  • If RStudio wants to install git, then install it.
  1. Start RStudio

  2. Install the following packages by pasting the following command in RStudio

install.packages(c('ggplot2', 'GGally','Rtsne','umap','tidyverse','factoextra','cluster'))
if(!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install(c("scater", "Seurat", "scran", "biomaRt", "org.Hs.eg.db", "dynamicTreeCut","ComplexHeatmap"))
  1. Download/clone the SCRUM_single_cell_bioinformatics_workshop from https://github.com/fls-bioinformatics-core/SCRUM_single_cell_bioinformatics_workshop. We will be using this folder as the home directory for the analysis.

About

This is a workshop to show step-by-step workflow of Single cell RNA-seq analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published