Skip to content

Commit

Permalink
Merge pull request #41 from mortonjt/case_study2
Browse files Browse the repository at this point in the history
Adding case study2 notebook and data
  • Loading branch information
wasade authored Aug 24, 2016
2 parents d629b57 + 2a2062d commit e29697e
Show file tree
Hide file tree
Showing 6 changed files with 874 additions and 7 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ To install this package, it is recommended to use conda as follows
conda install -c biocore gneiss
```

You can also install Gneiss via pip

```
pip install gneiss
```

To run through the tutorials, you'll need a few more packages, namely `seaborn`, `biom-format` and `h5py`.
These packages can be installed with conda as follows
```
Expand All @@ -39,3 +33,4 @@ IPython notebooks demonstrating some of the modules in gneiss can be found as fo

* [What are balances](https://github.com/biocore/gneiss/blob/master/ipynb/balance_trees.ipynb)
* [Linear regression on balances in the 88 soils](https://github.com/biocore/gneiss/blob/master/ipynb/88soils.ipynb)
* [Linear mixed effects models on balances in a CF study](https://github.com/biocore/gneiss/blob/master/ipynb/cfstudy.ipynb)
2 changes: 2 additions & 0 deletions ipynb/88soils.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"source": [
"[Previous](https://github.com/biocore/gneiss/blob/master/ipynb/balance_trees.ipynb) \n",
"\n",
"[Next](https://github.com/biocore/gneiss/blob/master/ipynb/88soils.ipynb) \n",
"\n",
"In this study, there were 88 soil samples collected from North and South America. Each of these soil samples had a pH measurement. From this [paper](http://www.ncbi.nlm.nih.gov/pubmed/19502440), it was observed that pH plays a primary role in community assemblage. Here, we will show that pH by itself can actually predict the microbial abundances, using balance trees."
]
},
Expand Down
Loading

0 comments on commit e29697e

Please sign in to comment.