This repository contains code, data, and figures that support:
Eskew, E.A., B.C. Shock, E.E.B. LaDouceur, K. Keel, M.R. Miller, J.E. Foley, and B.D. Todd. 2018. Gene expression differs in susceptible and resistant amphibians exposed to Batrachochytrium dendrobatidis. Royal Society Open Science 5: 170910.
The primary aim of this project was to help elucidate the mechanisms by which some amphibian host species are resistant to or tolerant of the fungal pathogen Batrachochytrium dendrobatidis (Bd) given that infection in many species results in high mortality, leading to population declines and species-level extinctions. Thus, we experimentally exposed two common amphibian species expected to differ in disease response, wood frogs and American bullfrogs, to Bd and measured a suite of outcomes. This repository provides data and code related to frog survival, body mass change, and Bd infection prevalence and load (evaluated via both qPCR and histology). Ultimately, these data support the key product from our work: an RNA sequencing dataset generated from ventral skin tissues from 87 study animals. RNA-seq samples were collected from both amphibian host species at multiple time points following Bd exposure. After sequencing and read quality processing, reads were mapped to an existing amphibian reference transcriptome using Salmon. This repository includes Salmon data resulting from two alternative read processing pipelines: 1) processing using a combination of ConDeTri and Trimmomatic or 2) processing via the expHTS pipeline. Ultimately, we use the latter data for downstream analyses. Differential gene expression analyses were conducted using the edgeR package.
Raw sequence data for this project are available at NCBI's Sequence Read Archive accession number SRP111327.
data\
contains all data files necessary to conduct the analysesannotation\
subdirectory contains gene annotation data used inbioinformatics_analyses.R
expHTS_preprocess\
subdirectory contains metadata resulting from expHTS processing of raw RNA-seq readssalmon\
subdirectory contains read count data (generated from the Salmon software) used inbioinformatics_analyses.R
figures\
contains all figures that are output from analysis scriptsR\
contains code for functions that are sourced in the analysis scriptsscripts\
contains all scripts necessary to recreate this project's analysesbioinformatics_analyses.R
contains code for RNA-seq data analysesbody_measurement_analyses.R
contains code for frog body mass and length analysesexpHTS_preprocess_analyses.R
contains code for plotting of expHTS metadata and calculation of post-processing RNA-seq read countshistology_analyses.R
contains code for analyses comparing infection quantification with histology and qPCRinfection_analyses.R
contains code for infection prevalence and load analyses (using qPCR data)survival_analyses.R
contains code for frog survival analyses
Assuming you have all the required R packages, recreating analyses and figures is as simple as running the relevant script from the scripts
directory. Scripts are written such that figures will be output to the figures
directory. Note that some scripts, particuarly bioinformatics_analyses.R
, will take quite a while to work through.
This project is licensed under the terms of the MIT license.