Skip to content

MarescaLab/concrete_series

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bacterial communities in concrete change during weathering

This repository includes scripts to process the amplicon data and generate the figures used in (Kiledal, Keffer, and Maresca 2020).

Notes to the reader

The raw sequence data is housed at NCBI SRA PRJNA629592. Scripts include functionality to download this data, and run our entire analysis pipeline.

Repository Structure

  • code

    • This directory contains the code (as notebooks) for each step; detailed descriptions are found in that directory's README file.
  • data

    • This directory is where processed data is stored, and comes populated with items like sample metadata and several other reference files.
  • results

    • Figures and tables from the paper which can be reproduced by running the notebooks in the code directory.

Notebooks

Setup

Running this analysis requires R. The following python tools are also required:

Running

Several steps are quite computationally intensive and use of an HPC is strongly suggested.

July 2021 ggsave Update

Many of the figures produced with ggplot inadvertantly used an "off-label" use of ggsave() and will now produce error codes. The fix is simple and document in the included link, but the short version is that ggplot() + ggsave() no longer works, and so calls to ggsave should be replaced. Several replacement options are available, including relying on the default last_plot(), pipeing the ggplot object (%>% instead of +), or saving the ggplot to an object and explicitely passing it to ggsave. Alternately, an older version of ggpplot could also be used.

About

Files accompanying concrete cylinder series paper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages