Git Product home page Git Product logo

count_domains_in_metagenomic_samples's Introduction

Analyse Metagenomic Samples and Identify the Abundances of Taxonomic Domains

This project contains the tools necessary for setting up a Galaxy pipeline that retrieves metagenomic samples in FASTA format and uses BLAST to identify the taxa found in the samples.

The default configuration of this project reproduces the results of an experiment documented in the 2020 paper titled Metagenomics of Wastewater Influent from Southern California Wastewater Treatment Facilities in the Era of COVID-19 (1).

This project uses the same dataset from the Potham et al paper but uses different tools to perform the analysis. For example, rather than using Kraken2 (2) to assign taxonomy to reads, I use Python to submit Fasta data to BLAST (3) using Biopython's Bio.Blast.NCBIWWW module (4). Each step is carried out using a Galaxy (5) pipeline. The piopeline downloads the publicly available data, performs QC, analyses the data and generates reports.

Setup and Configuration

The pipeline depends on the file taxid2parents.tsv (1.2GB) for mapping species to domain.

Specify e-value theshold (https://sequenceserver.com/blog/blast-e-value-meaning/

Pipeline Steps

  1. Download 17 archives containing fasta files

  2. Download paired-end fastq sequences from shotgun samples

    • Use the "Faster Download and Extract Reads in FASTQ" Galaxy tool.
  3. Run the fastq files through QC (eg FastaQC)

  4. If there is a way to remove bad data, do that

  5. Convert fastq to fasta

  6. For each Fasta file, submit each sequence to BLAST to determine the sample taxonomy

  7. Calculate Phred quality score

  8. Store each taxonomic classification in a database so they can be counted later

  9. Generate a report showing the abundances of taxa in each sample.

Data

17 samples of "shotgun metagenomic sequencing of wastewater"

  • SRR12352293
  • SRR12352294
  • SRR12352295
  • SRR12352296, SRR12352297, SRR12352298, SRR12352299, SRR12352300, SRR12352301, SRR12352302, SRR12352303, SRR12352304, SRR12352305, SRR12352306, SRR12352307, SRR12352308, SRR12352309

Note: NCBI's site does this sort of analysis for you. See the "Analysis" tab: https://trace.ncbi.nlm.nih.gov/Traces/?view=run_browser&page_size=10&acc=SRR12352293&display=analysis

Galaxy Tools

References

  1. Rothman JA, Loveless TB, Griffith ML, Steele JA, Griffith JF, Whiteson KL. Metagenomics of Wastewater Influent from Southern California Wastewater Treatment Facilities in the Era of COVID-19. Microbiol Resour Announc. 2020 Oct 8;9(41):e00907-20. doi: 10.1128/MRA.00907-20. PMID: 33033132; PMCID: PMC7545286.

  2. Wood DE, Lu J, Langmead B. 2019. Improved metagenomic analysis with Kraken 2. Genome Biol 20:257. doi: 10.1186/s13059-019-1891-0.

  3. BLAST

  4. https://www.tutorialspoint.com/biopython/biopython_overview_of_blast.htm

  5. Galaxy

count_domains_in_metagenomic_samples's People

Contributors

jpleyte avatar

Watchers

 avatar

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.