Click here to view rendered notebooks of the analysis.
‡ equal contribution, ◇ Corresponding author and equal contribution
Temporal changes in the role of species sorting and evolution determine community dynamics.
Hoffman J‡, Hogle SL‡, Hiltunen T◇, Becks L◇. XYZ (2024/5) doi:
Temporal changes in the role of species sorting and evolution determine community dynamics.
Hoffman J‡, Hogle SL‡, Hiltunen T◇, Becks L◇. Research Square (2024) doi: 10.21203/rs.3.rs-4647074/v1
‡ equal contribution, ◇ Corresponding author and equal contribution
Data and code in this GitHub repository (https://github.com/slhogle/hambiDoubleEvo) is provided under GNU AGPL3. Feel free to use or remix as you see fit. The rendered project site is available at https://slhogle.github.io/hambiDoubleEvo/, 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 PRJNA1179357.
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()