Giter Club home page Giter Club logo

redox_dnn_predictor's Introduction

Redox_DNN_predictor

Redox-sensitive protein predictor, based on Deep Neural Network

Motivation

Prediction of redox active proteins is important for analysis of redox signaling pathways.

Data

Model is created with cross-reference on OxICAT data from an article

Model is evaluated on data from an article

NN platform

The predictor is implemented on F# with Microsoft Cognitive Tool (CNTK). As a base for implementation the code of Mathias Brandewinder was used, as well as general tutorial for creating different NN-architectures with CNTK.

Problem formulation and NN architecture

  1. Feature feeding

    Extract features out of the protein sequence for each Cysteine residue and use them as input value for the NN.
    Set level of oxidation of a Cysteine as a corresponding output.
    Use an architecture of vanilla Neural Network with several hidden layers

  2. Sequence feeding

    Break the whole protein sequence into peptides such that there were peptides from experiment (containing active Cysteine residue) and rest of the sequence and use them as sequential input value for the NN.
    Set level of oxidation of a Cysteine as a corresponding output for Cys-containing peptide or 0 otherwise.
    Use an architecture of Recurrent Neural Network with first set of layers for peptide2word embedding.

redox_dnn_predictor's People

Contributors

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