Cell type annotation
Previous lectures…
Gene Counts
16
http://data-science-sequencing.github.io/Win2018/lectures/lecture16/ https://bioinformatics-core-shared-training.github.io/cruk-summer-school-2018
/SingleCell/slides/2018-07-25_CRUK_CI_summer_school-scRNAseq.pdf
cDNA alignment to Genome and group Results by cell
Hundreds of millions of reads Thousands of cells
Count unique UMIs for each gene in each cell
Create digital expression matrix
Gene counts matrix
| Cell1 | Cell2 | | Cell N |
Gene 1 | 5 | 6 | … | 5 |
Gene 2 | 13 | 0 | … | 13 |
Gene 3 | 14 | 13 | … | 14 |
Gene 4 | 18 | 19 | … | 18 |
… | | | | |
Gene M | 10 | 10 | … | 10 |
Interpretation of zeroes
Ткани и органы - гетерогенны
Прочтение транскриптома группы гетерогенных клеток (bulk seq) может замаскировать существенные отличия в уровне транскрипции отдельного типа клеток.
На изображении справа - препарат тонкой кишки, содержащий десятки типов клеток.
What is a “cell type”?
Why should we identify cell types?
“standard” surface markers
Change in cell type abundances: what are the new cells?
Mouse mesenteric lymphatic endothelial cells. From González-Loyola A et al 2021, DOI: 10.1126/sciadv.abf4335
Cluster ID
Wild type cells
TF-knockout cells
Cell surface markers
By Lokal_Profil, CC BY-SA 2.5, https://commons.wikimedia.org/w/index.php?curid=8797123
Markers of murine B cells and plasma cells. (Tellier J, et al., 2017)
Annotation methods
Manual vs automatic cell type annotation
“reference”
Manual annotation using known marker genes
Microglia
Astrocytes
Human glioblastoma multiforme cells, 10x Genomics data (source of data to play with)
Databases with cell type marker genes
Check out https://cran.r-project.org/web/packages/rPanglaoDB/index.html
(Regev et al) single cell RNA seq atlas, also some mouse data
Databases with cell type marker genes
SingleR
SingleR
Easy access to rich reference data:
24 main types, 43 subtypes, 259 bulk RNAseq samples
- Mouse: ImmGen and ‘mouse.rnaseq’ (brain-specific)
Classifies cells to both main types and subtypes, performs both single cell-wise and cluster-wise annotation
Several methods are available
Abdelaal et al 2019 https://genomebiology.biomedcentral.com/articles/10.1186/s13059-019-1795-z
Check benchmarks!!
LLMs
Combine published scRNAseq datasets to create an atlas that can be used as a reference
ProjecTILs, an algorithm for reference atlas projection
Andreatta et al 2021 Nat. Comm. https://www.nature.com/articles/s41467-021-23324-4
Additional links
https://bioconductor.org/books/release/OSCA/cell-type- annotation.html#assigning-cell-labels-from-reference- data
Review on automated cell annotation, Pasquini et al 2021 https://www.sciencedirect.com/science/article/pii/S2001 037021000192
Slides adopted from https://sib-swiss.github.io/single-cell-training/day2/day2-4_cell_annotation.html