Giter Club home page Giter Club logo

bioactivity_prediction's Introduction

Bioactivity Prediction (Ligand-Based Virtual Screening)

This repo contains a project on target prediction. I have trained two multi-task NNs (classification) to predict bioactivity towards a bacterial target. Since this is a classification problem, the some of the metrics I have used in order to evaluate the model are AUROC and AUPRC. However, these are not relevant to the "early recognition" problem, that is specific to virtual screening - that is, we aim to have the active compounds ranked at the top of the list (with the highest probability of being active). The metrics for that are BEDROC (https://pubs.acs.org/doi/10.1021/ci600426e) and Sum of the log ranks (SLR, https://bmcbioinformatics.biomedcentral.com/articles/10.1186/1471-2105-10-225).

The results show that the model trained on ECFP4 is statistically significantly better than the one trained on the MACCS keys

I have used permutation tests for the statistical hypothesis testing to compare the two models. In addition, both of the models do significantly better than random, which I tested using a bootstrap estimate of the distribution of the metrics for the random classifier, and their 95th percentile cut-off.

Data is queried from the ChEMBL database as in the .sql file.

The main motivation for choosing the particular bacterial targets is that in case of a bacterial infection we would like to target only the pathogen and not the symbiotic bacteria (e.g. in the gut).

bioactivity_prediction's People

Contributors

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