Open theinvisibleliya opened 1 month ago
Initial Setup
git clone <repository_url>
Update Local Content
git checkout devel
git pull origin devel
Create a New Branch
git checkout -b <branch_name>
Commit & Push Changes
git add <file_name>
git commit -m "Brief description of changes"
git push origin <branch_name>
Create a Pull Request
devel
branch for merging.Final Merge & Update
git checkout devel
git pull origin devel
By following these steps, you contribute effectively and collaboratively.
Paper: https://www.nature.com/articles/s41586-022-05688-9 Abstract: Cell identity is governed by the complex regulation of gene expression, represented as gene-regulatory networks[1]. Here we use gene-regulatory networks inferred from single-cell multi-omics data to perform in silico transcription factor perturbations, simulating the consequent changes in cell identity using only unperturbed wild-type data. We apply this machine-learning-based approach, CellOracle, to well-established paradigms—mouse and human haematopoiesis, and zebrafish embryogenesis—and we correctly model reported changes in phenotype that occur as a result of transcription factor perturbation. Through systematic in silico transcription factor perturbation in the developing zebrafish, we simulate and experimentally validate a previously unreported phenotype that results from the loss of noto, an established notochord regulator. Furthermore, we identify an axial mesoderm regulator, lhx1a. Together, these results show that CellOracle can be used to analyse the regulation of cell identity by transcription factors, and can provide mechanistic insights into development and differentiation.
Links: https://morris-lab.github.io/CellOracle.documentation/ https://github.com/morris-lab/CellOracle
What can it do? (+) “Digital KOs” (+) Elucidate true perturbation effects Limitations: (-) Pre-determined cell states (-) NA to sparse TFs or unknown TF-binding motifs