Michael Wasney, Leah Briscoe, Richard Wolff, Hans Ghezzi, Carolina Tropini, Nandita Garud
This is the GitHub repository for Wasney and Briscoe et al., 2024, BioRxiv. This repository contains scripts used in all analyses performed in this study, as well as instructions on how to recreate the figures, tables, and statistics in our study.
- Analysis: contains instructions in
.mdformat on how to run the following pipelines/analyses - Scripts: scripts used in all pipelines/analyses. Instructions on how to execute the scripts can be found in Analysis.
- Metadata: metadata files necessary to run analysis and generate figures.
- example_data: example MIDAS output for Bacteroides vulgatus, which can be used to demonstrate pipelines included in this repository.
- environments: this folder contains .yml files specifying two conda environments used throughout this pipeline
Coming soon.
This repository contains all code necessary to analyze the raw data and generate figures/tables. This process typicaly only takes a couple of seconds.
Code in this repository is built either for a python 2.7- or python 3.6-based environment (python27_env and python_env, respectively). Create these environments in your analysis workspace like so:
conda env create -f ~/Wasney-Briscoe/environments/python27_env.yml
conda env create -f ~/Wasney-Briscoe/environments/python_env.yml
Alternatively, you can use your own python 2.7- and python 3.6-based environments, provided they're loaded with the necessary packages.
Ensure you are running MIDAS v1.2.2. To download MIDAS v1.2.2, consult the official MIDAS v1 documentation.
Consult MIDAS.md for instructions on running MIDAS on the mouse data. Note that running MIDAS can require significant computational resources, and we therefore recommend that this step is performed on a high performance computing cluster.
Consult postprocessing.md
The following MIDAS outputs have been included in the example_data directory:
- MIDAS species outputs: this includes the MIDAS species output corresponding to all species.
- MIDAS genes outputs: this includes the MIDAS genes output corresponding to B. vulgatus.
- MIDAS genes outputs: this includes the MIDAS snps output corresponding to B. vulgatus.
For demonstrating post-processing,