Git Product home page Git Product logo

dl-rp-mds's Introduction

DL-RP-MDS

DOI

Source code and data used in the article "Integration of Deep Learning with Ramachandran Plot Molecular Dynamics Simulation for Genetic Variant Classification" (Tam et al. iScience, 2023).

This repository aims to apply a deep learning classification algorithm to determine deleterious variants from VUS based on features extracted from MD simulations using benign and pathogenic variants.

Web app: https://genemutation.fhs.um.edu.mo/DL-RP-MDS/

By: Benjamin Tam, Zixin Qin, Bojin Zhao, San Ming Wang, Chon Lok Lei

Requirements

The code requires Python (3.6+ and was tested with 3.7.6) and the following dependencies: scikit-learn, tensorflow, keras-tuner, imbalanced-learn. Installing Tensorflow in Windows may require Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019. It also needs seaborn for plotting.

To install, navigate to the path where you downloaded this repo and run:

$ pip install --upgrade pip
$ pip install -e .

Structure of the repo

Main

All takes a required argument -g or --gene to select the gene (TP53, MLH1, or MSH2) for analysis.

  • dl-tune.py: Run hyperparameter tuning for DL-RP-MDS models.
  • dl-kfold.py: Run k-fold validation for DL-RP-MDS models.
  • dl-pred.py: Run DL-RP-MDS predictions.

Folders

  • data: Contains MD simulation data and labels.
  • method: A module containing useful methods, functions, and helper classes for this project; for further details, see here.
  • out: Output of the models.

Acknowledging this work

If you publish any work based on the contents of this repository please cite (CITATION file):

Tam et al. (2023). Integration of Deep Learning with Ramachandran Plot Molecular Dynamics Simulation for Genetic Variant Classification. iScience, accepted.

dl-rp-mds's People

Contributors

chonlei avatar

Watchers

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