Author: Elliot J. MacKrell
Date: 2024-10
This repository contains the R code required to reproduce the abundance and differential expression analysis featured in the publication. To reproduce the results, proceed with the following instructions:
{renv}
in your R system library if not installed already.renv::activate()
to activate the project environment.options(renv.config.mran.enabled = FALSE)
to avoid installing packages from MRAN.renv::restore()
to restore the project environment.