Giter Site home page Giter Site logo

fieldlabcomparison's Introduction

FieldLabComparison

Scripts for microbiome analysis of bacterial 16S sequences from ants.

Data:

  • SRA accessions:
    • PRJNA170251 (Mycocepurus): metadata in SRA correct, data/SraRunTableSRP018247.txt
    • PRJNA170250 (Trachymyrmex/Cyphomyrmex): metadata in SRA is not correct, revised metadata in data/SraRunTableSRP018246corrected.txt
  • Silva database:
    • Use Full length sequences and taxonomy references for version 128, which includes taxonomy file (these are downloaded as a part of the workflow below). Another option is to use the 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:

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 again

Mothur Workflow

  • MothuR analysis based on 454 and MiSeq tutorials to create OTU table
  • 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 table

QIIME 1 Workflow

  • QIIME 1 analysis based on the 454 tutorial to create OTU table
  • 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 qiime
    • add_qiime_labels.py combines all fasta files into one fasta file in qiime
      • metadata_mapping_file.txt contains data that assist in combining all fasta files into one fasta file in qiime
    • pick_de_novo_otus.py a series of 7 scripts that outputs OTU table biom file
      • qiime_parameters.txt changes default settings of python script

Hypothesis testing and data visualization

  • R package phyloseq

fieldlabcomparison's People

Contributors

aortiz24 avatar k8hertweck avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

aortiz24

fieldlabcomparison's Issues

Add updated silva database

Modify mothur_SilvaRef.bat to reflect new reference

Document in README: URL to download version 128 file

optimizing mother otu calling

  • check sequences removed in pre-processing
  • cluster step (just after distance matrix) memory error (need to optimize)

Add samples from SRP018247

  • update SRP018247.lst

  • uncomment lines 16-19 in mothur_prep.sh

  • update line 39 in mothur_prep.sh

  • update line 45 in mothur_prep.sh

  • update line 48 in mothur_prep.sh

  • run mothur_prep.sh to test

  • checking parameters in mothur_otu.bat

ignore other files

List of files to be ignored by git are found in .gitignore; silva files (and other intermediate data files) should be added to this list as needed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.