Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.38 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.38 KB

Bloom Analysis

Idenifies and removes sub OTUs which grow under room temperature storage conditions.

Installion

Download the repository from GitHub, and navigate into that directory. The repository can be installed by running the following commands in the linux terminal.

conda create -n bloom pip python=3 numpy jupyter seaborn matplotlib=1.5.1 statsmodels
source activate bloom
pip install scikit-bio
pip install emperor --pre
pip install -e .

Notebooks

All analysis notebooks can be initialized by running the command jupyter notebook from the terminal.