Single-cell RNA-sequencing data analysis
This GitHub repository contains the files for the single-cell RNA-sequencing data analysis workshop from PSL winter school 2021 of monday afternoon.
Started on 2021-02-04.
The workshop website is available here: https://psl-winter-school-2021.github.io/01-monday-workshop-rna/introdution.html
docs/01-monday-workshop-rna_files/figure-html
)Input data include the file GSM2494785_dge_mel_rep3.txt in the folder data/data_day1
. This is a public single-cell RNA-seq count matrix extracted from the Karaiskos et al. paper.
You can download all the paper data from the GEO website with accession number GSE95025.
If you want to modify the notebook, you need to:
To run the notebook and create the corresponding html files, you have two options:
knit
buttonbuild.sh
with the command:
bash _build.sh
The output will be stored in the docs
folder.