https://github.com/saezlab/2024_ebi_grn
Materials for the 2024 course at EMBL-EBI: "Modelling gene regulation from transcriptomics and chromatin accessibility single-cell data".
https://github.com/saezlab/2024_ebi_grn
Last synced: over 1 year ago
JSON representation
Materials for the 2024 course at EMBL-EBI: "Modelling gene regulation from transcriptomics and chromatin accessibility single-cell data".
- Host: GitHub
- URL: https://github.com/saezlab/2024_ebi_grn
- Owner: saezlab
- License: gpl-3.0
- Created: 2024-02-08T16:05:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T14:52:53.000Z (over 2 years ago)
- Last Synced: 2025-01-22T07:37:30.731Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 1.77 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Modelling gene regulation from transcriptomics and chromatin accessibility single-cell data
## Scenario
Cells regulate gene transcription to coordinate cellular activities in response to intracellular and extracellular signals. The study of gene regulation is useful to understand how cellular identity is established, maintained and disrupted in disease. The interplay between chromatin, transcription factors and genes generates complex regulatory circuits that can be represented computationally as gene regulatory networks (GRNs) [1].
In this course, trainees will infer and analyse GRNs from a 10X multiome single-cell dataset of human peripheral blood mononuclear cells (PBMCs). Organised in groups, trainees will first select a cell trajectory of their choice and will infer a multimodal GRN using the celloracle python package [2]. Then, they will identify key TFs using network centrality measures and enrichment analysis with the python package decoupler [3]. Finally, they will perform in-silico gene perturbations to model if those TFs drive the observed cell lineage.
[1] Badia-i-Mompel, P. et al. Gene regulatory network inference in the era of single-cell multi-omics. Nat Rev Genet 24, 739–754 (2023).
[2] Kamimoto, K. et al. Dissecting cell identity via network inference and in silico gene perturbation. Nature 614, 742–751 (2023).
[3] Badia-i-Mompel, P. et al. decoupleR: ensemble of computational methods to infer biological activities from omics data. Bioinforma. Adv. 2, vbac016 (2022).
## Dataset
Custom processed 10X multiome (snRNA-seq + snATAC-seq) dataset. To download run:
```
wget 'https://zenodo.org/records/10641731/files/base_GRN_dataframe.csv?download=1' -O base_GRN_dataframe.csv
wget 'https://zenodo.org/records/10641731/files/pbmc.h5ad?download=1' -O pbmc.h5ad
```
## Project aims
- Handling of single-cell datasets
- Learning to infer GRNs from multimodal data
- Understanding how and which TFs determine cell lineage
## Project breakdown into days
- Discussion of the dataset and objectives (45 min)
- Inference of multimodal GRNs using celloracle (3h)
- Identification of key TFs using decoupler (1h 30 min)
- Perturbation experiments of TFs to change cell fate using celloracle (3h)
- Interpretation of results and preparation of the presentation (3h)
## Contact
pau.badia {at} uni-heidelberg.de