-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Welcome to the code repository for the [article](http://www.nature.com/ismej/journal/v5/n10/full/ismej201132a.html): | ||
Welcome to the code repository for the [article](http://www.nature.com/ismej/journal/v5/n10/full/ismej201132a.html) (The ISME Journal (2011) 5, 1692-1700; doi:10.1038/ismej.2011.32): | ||
|
||
# <cite>Effect of warming and drought on grassland microbial communities</cite> | ||
|
||
|
@@ -15,7 +15,7 @@ TODO: add Zenodo DOI | |
|
||
(Notes: Cody Sheik is now an Assistant Professor of Biology at [University of Minnesota, Duluth](http://www.d.umn.edu/biology/). Will Beasley is now an Assistant Professor of Research at OUHSC Pediatrics, in the [BBMC](http://www.ouhsc.edu/bbmc/) and President of [Howard Live Oak](http://howardliveoak.com/), LLC) | ||
|
||
Correspondence: LR Krumholz, Department of Botany and Microbiology, University of Oklahoma, 770 Van Vleet Oval, Norman, OK 73019, USA. E-mail: [email protected]. Received 2010-09-23; Revised 2011-02-08; Accepted 2011-02-21; Published online 2011-03-31. | ||
Correspondence: LR Krumholz, Department of Botany and Microbiology, University of Oklahoma, 770 Van Vleet Oval, Norman, OK 73019, USA. E-mail: [email protected]. Received 2010-09-23; Revised 2011-02-08; Accepted 2011-02-21; Published online 2011-03-31. Supplemental information is published on the [ISME website](http://www.nature.com/ismej/journal/v5/n10/suppinfo/ismej201132s1.html). | ||
|
||
# Article Abstract | ||
> The soil microbiome is responsible for mediating key ecological processes; however, little is known about its sensitivity to climate change. Observed increases in global temperatures and alteration to rainfall patterns, due to anthropogenic release of greenhouse gases, will likely have a strong influence on soil microbial communities and ultimately the ecosystem services they provide. Therefore, it is vital to understand how soil microbial communities will respond to future climate change scenarios. To this end, we surveyed the abundance, diversity and structure of microbial communities over a 2-year period from a long-term in situ warming experiment that experienced a moderate natural drought. We found the warming treatment and soil water budgets strongly influence bacterial population size and diversity. In normal precipitation years, the warming treatment significantly increased microbial population size 40-150% but decreased diversity and significantly changed the composition of the community when compared with the unwarmed controls. However during drought conditions, the warming treatment significantly reduced soil moisture thereby creating unfavorable growth conditions that led to a 50-80% reduction in the microbial population size when compared with the control. Warmed plots also saw an increase in species richness, diversity and evenness; however, community composition was unaffected suggesting that few phylotypes may be active under these stressful conditions. Our results indicate that under warmed conditions, ecosystem water budget regulates the abundance and diversity of microbial populations and that rainfall timing is critical at the onset of drought for sustaining microbial populations. | ||
|
@@ -27,23 +27,25 @@ Correspondence: LR Krumholz, Department of Botany and Microbiology, University o | |
### Figure 1 | ||
<img src="./assets/figure-1.jpg" alt="Figure 1" style="width: 800px;"/> | ||
|
||
Average soil moisture taken at 10???cm over the 2-year sampling period. Solid lines represent warm (plus sign) and control (circles) treatments while grey bands represent the standard deviation associated with each time point. Dashed lines represent the total microbial community modeled abundance from the Multi-Level Modeling (MLM). Arrows represent dates at which samples were taken. | ||
Average soil moisture taken at 10cm over the 2-year sampling period. Solid lines represent warm (plus sign) and control (circles) treatments while grey bands represent the standard deviation associated with each time point. Dashed lines represent the total microbial community modeled abundance from the Multi-Level Modeling (MLM). Arrows represent dates at which samples were taken. | ||
|
||
### Figure 2 | ||
<img src="./assets/figure-2.jpg" alt="Figure 2" style="width: 800px;"/> | ||
|
||
Residual plots of qPCR generated 16S rRNA gene abundance data over time for warmed (plus sign) and control (circles) plots. Residual plots of total bacteria (a) and individual phyla (b???g) were generated using the baseline average for each plot across all four seasons. The shaded bands depict the standard deviation. (h) Bayesian MLM takes into account all microbial groups assayed and grey bands represent the bootstrapped 95% confidence intervals. Raw values are in Supplementary Table 2. | ||
Residual plots of qPCR generated 16S rRNA gene abundance data over time for warmed (plus sign) and control (circles) plots. Residual plots of total bacteria (a) and individual phyla (b-g) were generated using the baseline average for each plot across all four seasons. The shaded bands depict the standard deviation. (h) Bayesian MLM takes into account all microbial groups assayed and grey bands represent the bootstrapped 95% confidence intervals. Raw values are in Supplementary Table 2. | ||
|
||
### Figure 3 | ||
<img src="./assets/figure-3.jpg" alt="Figure 3" style="width: 400px;"/> | ||
|
||
Relative abundance of dominant bacterial phyla in pyrosequencing generated 16S rRNA genes sequence libraries at the KFFL warming site. Each bar is color-coded and represents a single sampling time. Abundance was normalized by treatment and time. Abundance of Proteobacteria is included in the subset. F(C/W)4=August 2004, S(C/W)=April 2005, F(C/W)5=August 2005, S(C/W)6=April 2006; C=control, W=warmed. | ||
|
||
# Reproducible Research | ||
When the repository is installed on your local machine, and the [R](http://cran.rstudio.com/) software is installed, the [`reproduce.R`](./utility/reproduce.R) script starts with our [initial datasets](./data/raw) to create the derivative datasets and [resulting graphs and analysis](./analysis). | ||
<!-- # Reproducible Research | ||
When the repository is installed on your local machine, and the [R](http://cran.rstudio.com/) software is installed, the [`reproduce.R`](./utility/reproduce.R) script starts with our [initial datasets](./data/raw) to create the derivative datasets and [resulting graphs and analysis](./analysis). --> | ||
|
||
# Directories | ||
TODO: insert directories | ||
|
||
# Code Repository | ||
The analysis is written primarily in R, under the GPL-2 License. <!--The DOI of the *repository* (not of the article) is [10.5281/zenodo.12212](https://zenodo.org/record/12212).--> | ||
The analysis is written primarily in R, under the GPL-2 License. | ||
|
||
<!--The DOI of the *repository* (not of the article) is [10.5281/zenodo.12212](https://zenodo.org/record/12212).--> |