_ _ _ _ _ _ ______ _ _ _ ___ ___ _____ ______ _ _
| | | (_) | | (_) | | | ___ \ | | (_| ) / | / | _ | | ___ \ (_) | |
| | | |_ ___| |_ ___ _ __ _ __ _ __ _ _ __ __| | | |_/ /__ _ ___| |__ _|/ ___ / /| |/ /| | |/' | | |_/ / __ ___ _ ___ ___| |_
| | | | |/ __| __/ _ \| '__| |/ _` | / _` | '_ \ / _` | | // _` / __| '_ \| | / __| / /_| / /_| | /| | | __/ '__/ _ \| |/ _ \/ __| __|
\ \_/ / | (__| || (_) | | | | (_| | | (_| | | | | (_| | | |\ \ (_| \__ \ | | | | \__ \ \___ \___ \ |_/ / | | | | | (_) | | __/ (__| |_
\___/|_|\___|\__\___/|_| |_|\__,_| \__,_|_| |_|\__,_| \_| \_\__,_|___/_| |_|_| |___/ |_/ |_/\___/ \_| |_| \___/| |\___|\___|\__|
_/ |
|__/
This GitHub repository contains a Jupyter notebook for analyzing the taxonomy of reads from the microbiome of the Georiga Aquarium Ocean Voyager exhibit using QIIME 2, a bioinformatics platform for analyzing microbial communities.
To use the notebook in this repository, you will need
The dataset used is a 14-month timeseries of 16S sequencing data of the microbiome from Georgia Aquarium's Ocean Voyager (OV) aquarium exhibit. FASTQ sequences (SRA accession PRJNA417313, original publication) were downloaded from the NCBI Sequence Read Archive (SRA) after installing the SRA toolkit and Entrez Direct and running the command
esearch -db sra -query PRJNA417313 | efetch | cut -d ',' -f 1 | grep SRR | xargs fastq-dump --split-files
Data was downloaded to a folder named "ov_data" in the repository root directory. These FASTQ files are untracked due to size.
- qiime_analysis: contains qiime_analysis.ipynb analysis notebook and related output files (.qza, .qzv) from QIIME 2
To generate the taxonomy bar plot using QIIME 2:
- Install Git LFS to download "qiime_analysis/paired-end-demux.qza"
- Install QIIME 2 locally
- Activate the QIIME 2
condaenvironment using the environment’s name::conda activate qiime2-2023.2 - Launch
jupyter notebookorjupyer lab - Run the qiime_analysis.ipynb Jupyter notebook