Git Product home page Git Product logo

deep-learning-long-read-sequencing's Introduction

Creating Deep Learning Models for Classification of Sequencing Artifacts in Long-Read Whole Genome Sequencing (WGS) Data

The goal of this project is to build deep learning classification models to distinguish artifactual variant calls from genuine artifacts in long-read sequencing data. The three major steps (corresponding to the three notebooks here) for carrying this out are the following:

  1. Processing raw FAST5 files to variant calls which includes:

    • Downloading raw FAST5 data from the Nanopore Whole Genome Sequencing Consortium GitHub repository,
    • base calling to get FASTQ files,
    • mapping to the human reference genome to get BAM files,
    • variant calling to get VCF files, and
    • intersecting with NIST Genome-in-a-Bottle gold-standard benchmarking data to allow determination of which variant calls were correct vs artifacts.
  2. Preprocessing of the VCFs to a format usable for deep learning modeling which includes:

    • extracting sequence context of all variants in the VCF files from the reference genome
    • creating a Pandas features-labels dataframe with the sequence context being the feature and artifact/not-artifact being the label
    • splitting the data into train-validation and test
    • encoding the sequences and labels into Numpy arrays for input into the deep learning models
  3. Fitting and evaluating various deep learning models including:

    • multilayer perceptrons (MLPs)
    • convolutional neural networks (CNNs)
    • recurrent neural networks (RNNs) e.g. LSTMs

deep-learning-long-read-sequencing's People

Contributors

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