Overview

SSUsearch is pipeline for identify SSU rRNA gene and use them for diversity analysis. THe pipeline requires HMMER3.1, mothur, RDP mcclust, and python numpy, pandas, scipy, matplotlib, and screed package. Following are step by step tutorial for this pipeline:

  1. Update the notebooks by running this notebook (click "Cell" then "Run All").

  2. Install dependencies. If running amazon EC2 with ami "ami-7c82af16", skip this step.

  3. Database and dataset preparation

  4. SSU rRNA gene fragment search and classification. ssu-search-Copy1.ipynb, ssu-search-Copy2.ipynb, ssu-search-Copy3.ipynb, and ssu-search-Copy4.ipynb are the ones to run for test data

  5. Unsupervised analysis

  6. Copy correction


In [1]:
# update the notebooks
!git pull


Already up-to-date.

In [ ]: