Skip to content
Snippets Groups Projects
Verified Commit dbb0508b authored by Laurent Modolo's avatar Laurent Modolo
Browse files

install tidyverse

parent e5c69fc0
No related branches found
No related tags found
No related merge requests found
Pipeline #343 failed
...@@ -3,6 +3,7 @@ pages: ...@@ -3,6 +3,7 @@ pages:
image: rocker/r-rmd image: rocker/r-rmd
script: script:
- mkdir -p public/img - mkdir -p public/img
- R -e 'install.packages("tidyverse")'
- make - make
- cp 1_scrnaseq_data/scrnaseq_data.pdf 2_normalization/normalization.pdf 3_dimension_reduction/dimension_reduction.pdf 4_clustering/clustering.pdf 5_pseudo_time/pseudo_time.pdf 6_dea/dea.pdf public/ - cp 1_scrnaseq_data/scrnaseq_data.pdf 2_normalization/normalization.pdf 3_dimension_reduction/dimension_reduction.pdf 4_clustering/clustering.pdf 5_pseudo_time/pseudo_time.pdf 6_dea/dea.pdf public/
artifacts: artifacts:
......
...@@ -464,7 +464,7 @@ the velocity $v_i$ may be computed for each cell $i$: ...@@ -464,7 +464,7 @@ the velocity $v_i$ may be computed for each cell $i$:
\begin{center} \begin{center}
\href{https://doi.org/10.1101/2022.06.19.494717}{ \href{https://doi.org/10.1101/2022.06.19.494717}{
\includegraphics[width=\textwidth]{img/velocity_dim_red_1.png} \includegraphics[width=0.6\textwidth]{img/velocity_dim_red_1.png}
} }
\end{center} \end{center}
...@@ -474,7 +474,7 @@ the velocity $v_i$ may be computed for each cell $i$: ...@@ -474,7 +474,7 @@ the velocity $v_i$ may be computed for each cell $i$:
\begin{center} \begin{center}
\href{https://doi.org/10.1101/2022.06.19.494717}{ \href{https://doi.org/10.1101/2022.06.19.494717}{
\includegraphics[width=\textwidth]{img/velocity_dim_red_2.png} \includegraphics[width=0.9\textwidth]{img/velocity_dim_red_2.png}
} }
simulation on a dataset of 10 genes simulation on a dataset of 10 genes
\end{center} \end{center}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment