This project seeks to replicate the primary findings of the paper “A Single-Cell Transcriptomic Map of the Human and Mouse Pancreas Reveals Inter- and Intra-Cell Population Structure.” by Barom M. et al by using sequencing data from a single human donor in order to perform cell-by-gene quantification and quality control on UMI counts as well as identify clusters marker genes for distinct cell type populations.
Luke Zhang, Benyu Zhou, Sri Veerisetti and Mano Ranaweera
- whitelist.qsub: Outputs read counts for each distinct barcode
- filter.py: Filters barcodes by read count threshold
- salmonindex.qsub: Creates Salmon Index
- salvein.qsub: Runs Salmon Alvein
- programmer.R: Read the Alevin matrix into Seurat and filter out low quality cells. Cells are clustered based on PCA result of high variance features.
- Analyst.R: Labeling clusters and identifying marker genes for each cluster
- Biologist.R: Filter cluster .csv files via wo criteria: p_val_adj < 0.05 and avg_log2FC > 0 and perform DAVID analysis