Skip to content

Aligning gene expression trajectories of single-cell reference and query systems

License

Notifications You must be signed in to change notification settings

Teichlab/Genes2Genes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image

Genes2Genes

A new framework for aligning single-cell trajectories of gene expression

G2G aims to guide downstream comparative analysis of single-cell reference and query systems along any axis of progression (e.g. pseudotime). This is done by employing a new dynamic programming (DP) based alignment algorithm which unifies dynamic time warping (DTW) and gap modelling to capture both matches and mismatches between time points. Our DP algorithm incorporates a Bayesian information-theoretic scoring scheme with a five-state probabilistic machine to generate an optimal sequential alignment between a reference trajectory (R) and query trajectory (Q) of a given gene in terms of their scRNA-seq expression. In this way, G2G framework infers a fully-descriptive alignment for each gene of a specified gene set, gene clusters of different alignment patterns, an average (cell-level) alignment across all gene alignments, and further statistics to support downstream analysis (e.g. ranking of genes based on their alignment similarities).

Image

G2G framework can perform comparisons of gene expression dynamics across pseudotime such as:

  • Organoid vs. Reference tissue
  • Control vs. Treatment
  • Healthy vs. Disease
G2G alignment enables us to pinpoint dynamic similarities and differences in gene expression between a reference and query, as well as to group genes with similar alignment patterns.

Installing G2G

We recommend creating a new Conda environment before installing G2G from PyPi, to avoid any version conflicts and dependency issues.

conda create --name g2g_env python=3.8 
conda activate g2g_env
pip install genes2genes

Or optionally install directly from GitHub:

pip install git+https://github.com/Teichlab/Genes2Genes.git

Input to G2G

(1) Reference anndata object (with adata_ref.X storing log1p transformed gene expression), (2) Query anndata object (with adata_query.X storing log1p transformed gene expression), and (3) Pseudotime estimates stored in adata_ref.obs['time'] and adata_query.obs['time'].

Note: Please ensure that you have reasonable pseudotime estimates that fairly represent the trajectories, as the accuracy and reliability of trajectory alignment entirely depend on the accuracy and reliability of your pseudotime estimation. We recommend users to inspect whether the cell density distribution along estimated pseudotime (in terms of the meta attributes such as annotated cell types, sampling time points, etc. where applicable) well-represents each trajectory of focus. Users can choose the best pseudotime estimates to compare after testing several different pseudotime estimation tools on their datasets.

Tutorial

notebooks/Tutorial.ipynb is an example analysis between a reference and query dataset from literature. Also refer to https://teichlab.github.io/Genes2Genes on how to read a trajectory alignment output generated by G2G.

Runtime of G2G

This depends on the number of cells in the reference and query datasets, the number of interpolation time points, and the number of genes to align. Below is a simple run-time analysis of G2G for 89 genes of the reference (NR = 179 cells) and query (NQ = 290 cells) from literature used in our tutorial. Note: the number of interpolation points is 14 for the middle plot. (Reference: notebooks/Supplementary_notebook1.ipynb)

Image Image


Further examples from the case studies of our manuscript:
(Reference: notebooks/Supplementary_notebook2.ipynb)

It took approximately 12min to align 1371 gene trajectories of 20,327 reference cells & 17,176 query cells under 14 interpolation time points; and approximately 4.5min to align 994 gene trajectories of 3157 reference cells & 890 query cells under 13 interpolation time points.

G2G can also utilize concurrency through Python multiprocessing by creating a number of processes equal to the number of cores in the system where each process performs a single gene-level alignment at one time. However we note that sequential processing (the default setting of G2G) seems to be more efficient than parallel processing, as multiprocessing seems to add an overhead when allocating and sharing resources amongst processes, thus doubling up the runtime.

Citation

"Gene-level alignment of single cell trajectories"
Authors: Dinithi Sumanaweera†, Chenqu Suo†, Ana-Maria Cujba, Daniele Muraro, Emma Dann, Krzysztof Polanski, Alexander S. Steemers, Woochan Lee, Amanda J. Oliver, Jong-Eun Park, Kerstin B. Meyer, Bianca Dumitrascu, Sarah A. Teichmann* (bioRxiv Preprint)
Available at: https://doi.org/10.1101/2023.03.08.531713

This publication is part of the Human Cell Atlas.

Funding Acknowledgement

Marie Skłodowska-Curie grant agreement No: 101026506 (Marie Curie Individual Fellowship) under the European Union’s Horizon 2020 research and innovation programme; Wellcome Trust Ph.D. Fellowship for Clinicians; Wellcome Trust (WT206194); ERC Consolidator Grant (646794); Wellcome Sanger Institute’s Translation Committee Fund.