From 2292546d319692bfa8e7d8f3d3417860fbd5fca8 Mon Sep 17 00:00:00 2001 From: Dinithi Sumanaweera <83298091+dinithins@users.noreply.github.com> Date: Thu, 18 Apr 2024 00:01:02 +0100 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1640b35..095da7e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

+Image # Genes2Genes Project page: https://teichlab.github.io/Genes2Genes @@ -47,14 +47,19 @@ Please also refer https://teichlab.github.io/Genes2Genes on how to read a trajec ### **Runtime** The runtime of the G2G algorithm 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. -For an idea, please see below 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 = 14 for the middle plot). Reference: [`notebooks/Supplementary_notebook1.ipynb`]. +For an idea, please see below 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 = 14 for the middle plot. +(Reference: [`notebooks/Supplementary_notebook1.ipynb`](https://github.com/Teichlab/Genes2Genes/blob/main/notebooks/Supplementary_notebook1.ipynb))
- - +

+ Image + Image +


-**Further examples from the case studies of our manuscript:** Reference: [`notebooks/Supplementary_notebook2.ipynb`]. + +**Further examples from the case studies of our manuscript:** +(Reference: [`notebooks/Supplementary_notebook2.ipynb`](https://github.com/Teichlab/Genes2Genes/blob/main/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.