GithubHelp home page GithubHelp logo

bontempogianpaolo1 / consunsus-on-multi-omics Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 22.73 MB

Multi-omics classification on kidney samples exploiting uncertainty-aware models

License: GNU General Public License v3.0

Python 3.18% Jupyter Notebook 96.82%
bnn mlp neural-network machine-learning consensus

consunsus-on-multi-omics's Introduction

Multi-omics classification on kidney samples exploiting uncertainty-aware models

Due to the huge amount of available omic data, classifying samples according to various omics is a complex process. One of the most common approaches consists of creating a classifier for each omic and subsequently making a consensus among the classifiers that assigns to each sample the most voted class among the outputs on the individual omics.

However, this approach does not consider the confidence in the prediction ignoring that a biological information coming from a certain omic may be more reliable than others. Therefore, it is here proposed a method consisting of a tree-based multi-layer perceptron (MLP), which estimates the class-membership probabilities for classification. In this way, it is not only possible to give relevance to all the omics, but also to label as Unknown those samples for which the classifier is uncertain in its prediction. The method was applied to a dataset composed of 909 kidney cancer samples for which these three omics were available: gene expression (mRNA), microRNA expression (miRNA) and methylation profiles (meth) data. The method is valid also for other tissues and on other omics (e.g. proteomics, copy number alterations data, single nucleotide polymorphism data). This tool can therefore be particularly useful in clinical practice, allowing physicians to focus on the most interesting and challenging samples.

Setup

The code is freely accessible , while mRNA, miRNA and meth data can be obtained from the GDC database or upon request to the authors.

After the download run the Data/Anomalies_Data_normalize.py to normalize and prepocess data. To have a visualization of the data run Data/pca_visualization.ipynb.

To obtain the confusion matrices on different omics using mlp, BNN, and MLPTREE run Classification/outliers.py.

To obtain the confusion matrices on different omics using SVM and Random Forest run Classification/random_forest.py and Classification/svm.py.

To obtain the confusion matrices on consunsus using mlp, BNN, and MLPTREE run Classification/plot_comparison-new.py(Classification/outliers.py must run first).

consunsus-on-multi-omics's People

Contributors

bontempogianpaolo1 avatar gianpaolobontempo avatar

Stargazers

 avatar

Watchers

 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.