Giter Club home page Giter Club logo

mahn_liuwenzhi's Introduction

MAHN_Liuwenzhi

Predicting disease-metabolite associations based on the metapath aggregation of tripartite heterogeneous networks

MAHN for disease-metabolite associations prediction

Dependecies

  • Python 3.9
  • pytorch 1.12.1
  • dgl 1.1.1
  • numpy 1.22.4+mkl
  • pandas 1.4.4

Dataset

disease-metabolite associations:association_DME.xlsx disease-microbe associations:association_DMI.xlsx microbe-metabolite associations:association_MIME.xlsx disease semantic networks based on metapath DMED and DMID:A_DMED.xlsx and A_DMID.xlsx metabolite semantic networks based on metapath MEDME and MEMIME: A_MEDME.xlsx and A_MEMIME.xlsx Disease Gaussian kernel similarity:disease_Gaussian_Simi.xlsx Disease semantic similarity:disease_Semantic_simi.xlsx Metabolite functional similarity:metabolite_func_simi.xlsx Metabolite Gaussian kernel similarity:metabolite_Gaussian_Simi.xlsx microbe Gaussian kernel similarities:microbe_Gaussian_Simi_1.xlsx and microbe_Gaussian_Simi_2.xlsx

Model options
--epochs           int     Number of training epochs.                 Default is 1000.
--attn_size        int     Dimension of attention.                    Default is 64.
--attn_heads       int     Number of attention heads.                 Default is 6.
--out_dim          int     Output dimension after feature extraction  Default is 64.
--sampling number  int     enhanced GraphSAGE sampling number         Default is 50.
--dropout          float   Dropout rate                               Default is 0.2.
--slope            float   Slope                                      Default is 0.2.
--lr               float   Learning rate                              Default is 0.001.
--wd               float   weight decay                               Default is 5e-3.

How to run?
Run main.py

mahn_liuwenzhi's People

Contributors

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