Git Product home page Git Product logo

amvml's Introduction

AMVML

Prediction of potential miRNA-disease associations based on adaptive multi-view multi-label learning

Please refer to the Readme.pdf file for more details.

Method Description

AMVML is a computational framework that can effectively and reliably uncover potential disease-related miRNAs. It learns a new affinity graph adaptively for both diseases and miRNAs from multiple biological data sources. It also simultaneously update the miRNA-disease association predicted from both spaces based on multiple learning. In particular, the convergence of AMVML has been proved theoretically and the corresponding analysis indicates that it has a fast convergence rate. It is also worth mentioning that AMVML can be easily extended if there are more biological datasets available.

Requirements

AMVML was developed in MATLAB 2014b environment, but it should be working in all MATLAB versions.

Usage

We provided two functions, case study and global leave-one-out cross-validation(LOOCV), for users. To run the case study, please load the script 'caseStudy.m' into your MATLAB programming environment and click 'run'. To run global LOOCV, please load the script 'global_loocv.m' accordingly and other operations are the same as that of case study. Users can also run the scripts in standard command-line mode, where you should input the following commands for each function, respectively:

matlab -nodisplay -nodesktop -nosplash -r "global_loocv;exit;"

matlab -nodisplay -nodesktop -nosplash -r "caseStudy;exit;"

All the datasets used in the code, i.e. miRNA sequence similarity, miRNA functional similarity, miRNA semantic similarity, disease semantic similarity and miRNA-disease associations are all provided in the corresponding 'datasets/*.mat'.

Parameters

There are two parameters alpha and beta in AMVML. The default value for both parameters are 1e-4. Users can change their value in "MultiViewPrediction.m" file.

Output

The default output directory of AMVML is under the same directory where the scripts locate and it can be changed in the 'caseStudy.m' and 'global_loocv.m' file accordingly. All the results are stored in 'mat' file for convenience.

Contact

For any questions regarding our work, please feel free to contact us: [email protected].

amvml's People

Contributors

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