Click here to view rendered notebooks of the analysis.
◇ Corresponding author
A shared history shapes community response to the environment.
Smolander N, Silvennoinen A, Tamminen M, Hiltunen T, Hogle SL◇. XYZ (2024/5) doi:
A shared history shapes community response to the environment.
Smolander N, Silvennoinen A, Tamminen M, Hiltunen T, Hogle SL◇. BioRxiv (2024/5) doi:
Data and code in this GitHub repository (https://github.com/slhogle/hambiEvoVEnv) is provided under GNU AGPL3. The rendered project site is available at https://slhogle.github.io/hambiEvoVEnv/, which has been produced using Quarto notebooks. The content on the rendered site is released under the CC BY 4.0. This repository hosts all code and data for this project including the code necessary to fully recreate the rendered webpage.
An archived release of the code here is available from Zenodo:
Raw sequencing data using in the project is available from NCBI Bioproject .
The project uses renv
to create reproducible environment to execute the code in this project. See here for a brief overview on collaboration and reproduction of the entire project. To get up and running you can do:
install.packages("renv")
renv::restore()