Skip to content

Commit

Permalink
updates the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jwdebelius committed Nov 11, 2016
1 parent dbfaed7 commit f833dc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Download the repository from [GitHub](https://github.com/knightlab-analyses/bloo
```
conda create -n bloom pip python=3 numpy jupyter seaborn matplotlib=1.5.1 statsmodels
source activate bloom
pip install scikit-bio==0.5.0
pip install git+https://github.com/amnona/heatsequer.git
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.

* [**ag\_alpha\_diversity.ipynb**](ipynb/ag\_alpha\_diversity.ipynb): Evaluates the effect of the identified bloom sequences on the difference in alpha diversity in the [American Gut Project](http://americangut.org/) data
* [**ag\_alpha\_diversity.ipynb**](ipynb/ag_alpha_diversity.ipynb): Evaluates the effect of the identified bloom sequences on the difference in alpha diversity in the [American Gut Project](http://americangut.org/) data
* [**bloom\_example**](ipynb/bloom_example.ipynb) Demonstrates the application of the bloom filter to sample data
* [**effect-of-blooms-on-bray-curtis-distance.ipynb**](ipynb/effect-of-blooms-on-bray-curtis-distance.ipynb): Evaluates changes in beta diversity between samples shipped through local post and samples that were frozen shortly after collection.
* [**identify-candidate-blooms.ipynb**](ipynb/identify-candidate-blooms.ipynb): Identifies the bloom sequences in the American Gut data based on comparison with storage studies and fresh frozen samples.

0 comments on commit f833dc8

Please sign in to comment.