Skip to content

Commit f62edd0

Browse files
fix(manuscript): set explicit figure width percentages
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent 8c73ad7 commit f62edd0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

reproducibility/manuscript/manuscript.qmd

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ methods like Cytotrace and scVelo ([@extfig-lineage-tracing]a).
411411
# Figures
412412

413413
::: {#fig-model}
414-
![](figures/v2/Figure1.pdf)
414+
![](figures/v2/Figure1.pdf){width=98%}
415415

416416
Pyro&thinsp;-Velocity is a fully generative Bayesian method with uncertainty
417417
estimation of velocity vector fields and shared latent time, based on raw counts
@@ -435,7 +435,7 @@ using rainbow plots (right panel).
435435
:::
436436

437437
::: {#fig-model-results}
438-
![](figures/v2/Figure2.png)
438+
![](figures/v2/Figure2.png){width=98%}
439439

440440
Pyro&thinsp;-Velocity outperforms other RNA-velocity methods and accurately
441441
predicts cell lineage trajectories. **a,b**, RNA Velocity model comparisons from
@@ -466,7 +466,7 @@ in **b**.
466466
:::
467467

468468
::: {#fig-lineage-tracing}
469-
![](figures/v2/Figure3.png)
469+
![](figures/v2/Figure3.png){width=98%}
470470

471471
Pyro&thinsp;-Velocity accurately predicts cell fate choices and lineage
472472
trajectory in human LARRY barcoded hematopoietic cells. Systematic benchmarking
@@ -964,7 +964,7 @@ policies.
964964
# Extended Data Figures
965965

966966
::: {#extfig-graphical-models}
967-
![](figures/v2/Supplementary-Figure1.pdf)
967+
![](figures/v2/Supplementary-Figure1.pdf){width=98%}
968968

969969
Graphical representations detail the generative process of the
970970
Pyro&thinsp;-Velocity models and highlight their differences. **a**,
@@ -996,7 +996,7 @@ differences can also be illustrated for the unspliced gene expression profiles
996996
:::
997997

998998
::: {#extfig-model-results}
999-
![](figures/v2/Supplementary-Figure2.png)
999+
![](figures/v2/Supplementary-Figure2.png){width=98%}
10001000

10011001
Extended version of @fig-model-results for evaluating Pyro&thinsp;-Velocity
10021002
(Model 1) and scVelo on the PBMC and pancreas datasets. **a**, Left figure shows
@@ -1023,15 +1023,15 @@ selected in **e**.
10231023
:::
10241024

10251025
::: {#extfig-model-2-result}
1026-
![](figures/v2/Supplementary-Figure3.png)
1026+
![](figures/v2/Supplementary-Figure3.png){width=98%}
10271027

10281028
Extension of @fig-model-results, Pyro&thinsp;-Velocity (Model 2) outperforms
10291029
scVelo on PBMC and pancreas datasets. Same format as in @fig-model-results and
10301030
@extfig-model-results.
10311031
:::
10321032

10331033
::: {#extfig-lineage-tracing}
1034-
![](figures/v2/Supplementary-Figure4.png)
1034+
![](figures/v2/Supplementary-Figure4.png){width=98%}
10351035

10361036
Extension of @fig-lineage-tracing, Pyro&thinsp;-Velocity (Model 1 for uni-fate
10371037
data, Model 2 for bi-fate and multi-fate data) outperforms Cytotrace on
@@ -1057,7 +1057,7 @@ genes selected in **e**.
10571057
:::
10581058

10591059
::: {#extfig-lineage-tracing-2}
1060-
![](figures/v2/Supplementary-Figure5.png)
1060+
![](figures/v2/Supplementary-Figure5.png){width=98%}
10611061

10621062
Extension of [@fig-lineage-tracing] presenting an extended comparison of
10631063
Pyro&thinsp;-Velocity and scVelo on scRNA-seq datasets with lineage barcoding

0 commit comments

Comments
 (0)