microbiome analysis of ant colonies
Scripts for microbiome analysis of bacterial 16S sequences from ants.
Data:
data/SraRunTableSRP018247.txt
data/SraRunTableSRP018246corrected.txt
silva.bacteria.fasta
which is a silva reference file from the MiSeq SOP. The silva.bacteria.fasta
file can be trimmed to the V1-V3 region using the align.seqs() and the E.coliV1V3.fas
file.Dependencies:
dataCheck.sh
Setting up data
dataDownload.sh
download data from NCBI SRA and Silva database (takes several minutes depending on internet connectivity)data/dataCheck.sh
check SRA data against archived sequence files, do not need to run againMothur Workflow
mothur_SilvaRef.bat
create custom Silva alignment for reference (takes ~10 minutes)mothur_prep.sh
split, trim, and aggregate sequence files (takes several minutes)mothur_otu.bat
processes combined sequences and outputs OTU tableQIIME 1 Workflow
qiime_workflow.sh
uses 3 scripts to take fastq files and obtain an OTU table biom file convert_fastaqual_fastq.py
converts fastq to fasta & qual files in qiimeadd_qiime_labels.py
combines all fasta files into one fasta file in qiimemetadata_mapping_file.txt
contains data that assist in combining all fasta files into one fasta file in qiimepick_de_novo_otus.py
a series of 7 scripts that outputs OTU table biom fileqiime_parameters.txt
changes default settings of python scriptHypothesis testing and data visualization
phyloseq