Workshop details: March 26th 2019 12pm - BCCRC Diamond Family Theatre
This workshop will cover the following:
- Read 10X single-cell RNA-seq data into
SingleCellExperiment
objects - Know how to navigate
SingleCellExperiment
objects - Basic QC of single-cell RNA-seq data using
scater
- Create low dimensional plots (PCA, UMAP, tSNE)
- Assign cells to known cell types using
cellassign
You must have R, RStudio, and git installed for this workshop. Then:
- Clone this repo
git clone https://github.com/kieranrcampbell/r-workshop-march-2019.git
-
Open the RMarkdown file
using-r-bioconductor-bccancer-march-19.Rmd
-
Make sure the required packages are installed (see section "Required Packages")
-
Install cellassign (see section "Installation of cellassign")
If you have problems please file a github issue.
The RMarkdown document compiled as html can be found here.