Skip to content

SchlossLab/Sze_CRCMetaAnalysis_mBio_2018

Repository files navigation

Leveraging Existing 16S rRNA Gene Surveys to Identify Reproducible Biomarkers in Individuals with Colorectal Tumors

An increasing body of literature suggests that both individual and collections of bacteria are associated with the progression of colorectal cancer. As the number of studies investigating these associations increases and the number of subjects in each study increases, a meta-analysis to identify the associations that are the most predictive of disease progression is warranted. We analyzed previously published 16S rRNA gene sequencing data collected from feces and colon tissue. We quantified the odds ratios (ORs) for individual bacterial taxa that were associated with an individual having tumors relative to a normal colon. Among the fecal samples, there were no taxa that had significant ORs associated with adenoma and there were 8 taxa with significant ORs associated with carcinoma. Similarly, among the tissue samples, there were no taxa that had a significant OR associated with adenoma and there were 3 taxa with significant ORs associated with carcinoma. Among the significant ORs, the association between individual taxa and tumor diagnosis was equal or below 7.11. Because individual taxa had limited association with tumor diagnosis, we trained Random Forest classification models using only the taxa that had significant ORs, using the entire collection of taxa found in each study, and using operational taxonomic units defined based on a 97% similarity threshold. All training approaches yielded similar classification success as measured using the Area Under the Curve. The ability to correctly classify individuals with adenomas was poor and the ability to classify individuals with carcinomas was considerably better using sequences from fecal or tissue.

Overview

project
|- README # the top level description of content (this doc) -
|CONTRIBUTING # instructions for how to contribute to your
|project - LICENSE # the license for this project
|
|- submission/
| |- study.Rmd # executable Rmarkdown for this study, if
| |applicable - study.md # Markdown (GitHub) version of the
| |*.Rmd file - study.tex # TeX version of *.Rmd file -
| |study.pdf # PDF version of *.Rmd file - header.tex # LaTeX
| |header file to format pdf version of manuscript -
| |references.bib # BibTeX formatted references - XXXX.csl # csl
| |file to format references for journal XXX
|
|- data # raw and primary data, are not changed once created
| |- references/ # reference files to be used in analysis - raw/
| |# raw data, will not be altered
| |- mothur/ # mothur processed data
| +- process/ # cleaned data, will not be altered once created;
|                 # will be committed to repo
|
|- code/ # any programmatic code
|
|- results # all output from workflows and analyses
| |- tables/ # text version of tables to be rendered with kable
| |in R - figures/ # graphs, likely designated for manuscript
| |figures
| +- pictures/ # diagrams, images, and other non-graph graphics
|
|- exploratory/ # exploratory data analysis for study
| |- notebook/ # preliminary analyses
| +- scratch/ # temporary files that can be safely deleted or
| lost
|
+- Makefile # executable Makefile for this study, if applicable

How to regenerate this repository

Dependencies and locations

  • Gnu Make (v3.81) should be located in the user's PATH
  • mothur (v1.39.3) should be located in the user's PATH
    • Note v1.37.0 causes all sorts of headaches
  • sratoolkit should be located in the user's PATH
  • R (v. 3.4.2) should be located in the user's PATH

Running analysis

git clone https://github.com/SchlossLab/Sze_CRCMetaAnalysis_mBio_2018
make write.paper