Giter Site home page Giter Site logo

deepnd's Introduction

DeepND

Contents

Overview

DeepND is a cross-disorder gene discovery algorithm (Deep Neurodevelopmenal Disorders algorithm) It analyzes comorbid neurodevelopmental disorders simultaneously and explicitly learns the shared and disorder-specific genetic features using multitask learning. Thus, the predictions for the disorders depend on each other's genetic architecture. The proposed DeepND architecture uses graph convolution to extract associations between genes from gene coexpression networks that model neurodevelopment. This information is processed by a mixture-of-experts model that can self-learn critical neurodevelopmental time windows and brain regions for each disorder etiology which makes the model interpretable. We provide a genomewide risk ranking for each disorder.

The model can easily be extended to work with more than 2 comorbid disorders of any kind (not necessarily neurodevelopmental disorders) or with other types of gene interaction networks. The model can also work in a singletask mode to analyze disorders independently which is referred as DeepND-ST.


Authors

Ilayda Beyreli*, Oguzhan karakahya*, A. Ercument Cicek

Questions & Comments

[firstauthorname].[firstauthorlastname]@bilkent.edu.tr or
[secondauthorfirstinitial].[secondauthorlastname]@bilkent.edu.tr

Repository Contents

  • Data : Feature sets, gold standards and example networks
  • ASDExp00 : Example output for DeepND-ST when analyzing genomewide Autism Spectrum Disorder (ASD) risk.
  • MultiExp00 : Example output for DeepND when co-analyzing genomewide ASD and Intellectual Disability (ID) risk.

System Requirements

Hardware Requirements

DeepND can run on either CPU or GPU. However, for shorter training time, we strongly recommend GPU support of at least one Nvidia GeForce GTX 1080 or its equivalent.

Software Requirments

Python: 3.6+
OS: All major platforms (Linux, macOS, Windows)
Dependencies: Listed in requirements.txt

Installation Guide

In order to install required packages, either one of following methods can be used.
Anaconda Quick Installation: After downloading all files, import the conda enviroment named "deepnd_legacy_environment.yml" and activate. Typical install time is 10 minutes.

$ conda env create -f deepnd_legacy_environment.yml
$ conda activate deepnd-legacy

General Installation: Install all packages listed under Software Requirements-Dependencies section with their given versions with either PyPI or Anaconda.

$ pip install -r requirements.txt

OR

$ conda install -r requirements.txt

Usage

The model parameters are explained in the configuration file. You can run the program using the following command in working directory:

python main.py

Demo

A quick demo for DeepND is included for autism spectrum disorder (ASD) and intelectual disabilty(ID). Required inputs, such as spatio-temporal brain co-expression netwroks, gene features and gold standards are provided in the "Data" folder.

  1. After downloading all files and installing required packages as explained under Installation Guide, run the following terminal command:
python main.py
  1. The output will be written to MultiExp00 folder which contains:
    • Saved models for each training as ".pth" files
    • Prediction results for first disorder (ASD), and the second (ID) in separate .txt files
    • Experimental stats (mean, stdev and median of performance metrics, runtime etc.) in runreport.txt file
    • Tensors that highlight weights of spatio-temporal brain networks for different subset of genes as ".pt" files
    • pyTorch and Numpy random states for reproducing the same results in test mode

Replicating Published Results

This Github page is part of the work included in "Deep multitask learning of gene risk for comorbid neurodevelopmental disorders". To replicate the results presented in the paper, please refer to Replicating Results .

License

  • CC BY-NC-SA 2.0
  • To use the information on this repository, please cite the manuscript covering this work.
    @article{deepND2021,
    title={Deep multitask learning of gene risk for comorbid neurodevelopmental disorders},
    author={Beyreli, Ilayda and Karakahya, Oguzhan and Cicek, A Ercument},
    journal={bioRxiv},
    pages={2020--06},
    year={2021},
    publisher={Cold Spring Harbor Laboratory}
    }
    
  • For commercial usage, please contact.

deepnd's People

Contributors

ibeyreli avatar ciceklab avatar tolgaozgun 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.