Workshop materials for scRNAseq Analysis in R with Seurat, run by members of QCIF, SIH, Monash, and the Australian BioCommons. Topics covered include QC, normalisation, dimensionality reduction, batch correction (Harmony), clustering, cell type annotation (SingleR), and differential expression.
Visit the Workshop page.
| Path | Description |
|---|---|
part1/ and part2/ |
Workshop sections (*.Rmd files) that learners work through sequentially with follow-along and self-guided exercises |
data/ |
Input datasets used during the workshop |
scripts/ |
Helper and preprocessing scripts |
setup/ |
Training environment (VM) setup files |
_bookdown.yml, _output.yml, _common.R, etc. |
Auxiliary files for rendering the bookdown site |
- Install CRAN, bioconductor, and github packages:
bash setup/setup.sh install_packagesReview any failed package installs and resolve manually in an interactive R session. Usually due to missing dependencies in the output log.
- Move relevant files and folder structure for the VM:
bash setup/setup.sh prep_data- Remove unneeded files and folders:
bash setup/setup.sh clean- Start up the rstudio server:
module load rstudio
sudo rstudio-server start
- Open rstudio in the browser with the url provided from
rstudio-server start.