Code Monkey home page Code Monkey logo

clinical_metagenomics_2015_fall's Introduction

Clinical_Metagenomics_2015_Fall

To deliver innovative, simple, flexible, and scalable solutions for comprehensive and rapid identification of fungal pathogens in clinical samples.

1. Kraken Pipeline:

A general Kraken pipeline that can be used for any metagenomics sample. This pipeline focus on fungi detection part and also involved a self defined fungal Kraken database. Input of this pipeline should be pair end fastq metagenomics reads. Output of this pipeline includes both Kraken report and Krona html report page of detected fungal reads.

Kraken: https://ccb.jhu.edu/software/kraken/

2. Qiime Pipeline:

3. MongoDB Pipeline:

Easy to use pipeline for querrying input fastqs for fungal reads.

Dependencies :

  1. Python3

  2. MongoDB : https://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/

  3. PyMongo : pip install pymongo

  4. Install anaconda to get additional libraries which are used : https://www.continuum.io/downloads

  5. KAnalyze : http://sourceforge.net/projects/kanalyze/

Note : Currently unaligned fastqs are required to run the program (after removal of human reads), these can be generated using the Kraken Pipeline

Usage : run the shell script mongodb_wrapper.sh inside the bin folder

    <path to mongodb_wrapper.sh> <input_folder containing unaligned fastqs> 

Output : Will create a directory input_folder.outputs containing :

     1. A folder MongoDB containing the output html file, out.html
     
     2. json result file
     
     3. kc file
     
     4. Fasta files containing kmers for the top 10 species hit in the database
     
     5. A bar graph (png) 
    
     6. An error file : date.error.txt will be created in the directory from where you ran mongodb_wrapper.sh         

clinical_metagenomics_2015_fall's People

Contributors

gtbiolahcg 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.