Giter VIP home page Giter VIP logo

hgcnmda's Introduction

HGCNMDA

Requirements
Linux (We only tested on Ubuntu-16.04)
networkx (version == 2.2)
Python (version == 2.7)
protobuf (version ==3.7.0)
scikit-learn (version == 0.20.3)
scipy (version == 1.2.1)
tensorflow (version == 1.13.1)
matplotlib (version == 2.2.4)
numpy (version == 1.16.2)

data :
   ---breast : Breast neoplasm to show the performance of top-20, top-40 and top-60, separately.
       ---top20 : precision and recall data for top20.
       ---top40 : precision and recall data for top40.
       ---top60 : precision and recall data for top60.
       precision_recall.png
       roc.png
   ---lung : Lung neoplasm to show the performance of top-20, top-40 and top-60, separately.
       ---top20 : precision and recall data for top20.
       ---top40 : precision and recall data for top40.
       ---top60 : precision and recall data for top60.
       precision_recall.png
       roc.png
   ---lymp : Lymphoma to show the performance of top-20, top-40 and top-60, separately.
       ---top20 : precision and recall data for top20.
       ---top40 : precision and recall data for top40.
       ---top60 : precision and recall data for top60.
       precision_recall.png
       roc.png
   ---glnmda : Existing Algorithms
   ---imcmda : Existing Algorithms
   ---spm : Existing Algorithms
   ---only : ROC curve of single disease.
   ---pic : various curves.
   ---train_result : Including train result, test result and violin data.
   bio-diease-gene.csv : Diease and gene network database.
   bio-diease-mirna.csv : Diease and miRNA network database.
   bio-mirna-gene.csv : miRNA and gene network database.
   bio-ppi.csv : PPI network database from decagon, it is available through the website: http://snap.stanford.edu/decagon.
   d2m.csv : Number of miRNAs for each disease.
   d2m-total.csv : Name of miRNAs for each disease.

software : node2vec program.
test.py : Some test codes in the process of program development, which is negligible.
inits.py : Including the initialization of some TF variables.
metrics.py : Including some measure functions for TF, such as get_consine_simi, masked_softmax_cross_entropy, get_knn, masked_accuracy.
se_sp_mcc.py : Draw roc curve according to test_preds and test_labels.
layers.py : Hierarchical and Layered in Heterogeneous Networks.
models.py : The model established in this paper.
utils.py : Loading data, reading data, processing data, generating result files and various curves.
train.py : The main program file is executed by following commands: python train.py . This program takes about two hours to run.

hgcnmda's People

Contributors

anny0316 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

hgcnmda's Issues

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.