Code Monkey home page Code Monkey logo

metabind's Introduction

MetaBind

MetaBind is a meta-learning model for bioactivity prediction. Traditional ML/DL models are trained based on point-wised aggregated data which neglect the assay heterogeneity. Instead of aggregated data pointwisely, the MetaBind model learns the assay heterogeneity and bioactivity simultaneously and shows drastic improvement in bioactivity prediction across diverse protein targets and assay types compared to conventional baselines.

Requirements

Installation

pip install .

Usage

cd script
python prepare_data.py # prepare data set and pre-generate ligand graph and sequence feature tensor
python train_model.py --model aggregated --split chronological --datatype all --nepoch 50 --batchsize 256 --data ../data/Aggregated/chronological_train.txt # This train aggregated model
python evaluate_model.py --model aggregated --split chronological --datatype all --parameter ../parameters/aggregated_model_chronological.pth # Model evaluation

Citing MetaBind

If you have used MetaBind in the course of your research, please cite our preprint.

To cite the preprint, please use this bibtex entry:

'''
@article{chan-2023,
title = {Embracing assay heterogeneity with neural processes for markedly improved bioactivity predictions},
author = {Lucian Chan and Marcel Verdonk and Carl Poelking},
year = {2023}
}
'''

metabind's People

Stargazers

 avatar

Watchers

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