GithubHelp home page GithubHelp logo

codyjhsieh / openpom Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ary2260/openpom

0.0 0.0 0.0 22.84 MB

Replication of the Principal Odor Map paper by Brian K. Lee et al. (2023).

License: MIT License

Python 12.88% Jupyter Notebook 87.12%

openpom's Introduction

Open Principal Odor Map

Replication of the Principal Odor Map paper by Brian K. Lee et al. (2023) [1]. The model is implemented such that it integrates with DeepChem.

Benchmarks

Model Data Type ROC-AUC Score
MPNNPOMModel curated_GS_LF_merged_4983.csv 5-Fold CV with ensemble of 10 models per fold 0.8872

Installation (Python 3.9 and above)

PyPI based installation

  1. pip install openpom

openpom requires cuda verion of dgl libraries
For cuda 11.7, steps below can be followed:

  1. pip install  dgl -f https://data.dgl.ai/wheels/cu117/repo.html
  2. pip install  dglgo -f https://data.dgl.ai/wheels-test/repo.html

Note: If you are using Amazon Linux 2 based OS on EC2 instance, use:

pip install  dgl==1.1.2 -f https://data.dgl.ai/wheels/cu117/repo.html

Github fork based installation

  1. Fork the OpenPOM repository and clone the forked repository
git clone https://github.com/YOUR-USERNAME/openpom.git
cd openpom
  1. Setup conda environment
conda create -n open_pom python=3.9
conda activate open_pom
  1. Install openpom
pip install .

or (for developing)

python setup.py develop
  1. Install DGL cuda libs
pip install  dgl -f https://data.dgl.ai/wheels/cu117/repo.html

pip install  dglgo -f https://data.dgl.ai/wheels-test/repo.html

Getting started

Example notebooks for model training and finetuning are available here.

Contributors:

Aryan Amit Barsainyan, National Institute of Technology Karnataka, India: code, data cleaning, model development
Ritesh Kumar, CSIR-CSIO, Chandigarh, India: data cleaning, hyperparameter optimisation
Pinaki Saha, University of Hertfordshire, UK: discussions and feedback
Michael Schmuker, University of Hertfordshire, UK: conceptualisation, project lead

References:

[1] A Principal Odor Map Unifies Diverse Tasks in Human Olfactory Perception.

Brian K. Lee, Emily J. Mayhew, Benjamin Sanchez-Lengeling, Jennifer N. Wei, Wesley W. Qian, Kelsie A. Little, Matthew Andres, Britney B. Nguyen, Theresa Moloy, Jacob Yasonik, Jane K. Parker, Richard C. Gerkin, Joel D. Mainland, Alexander B. Wiltschko

Science381,999-1006(2023).DOI: 10.1126/science.ade4401
bioRxiv 2022.09.01.504602; doi: https://doi.org/10.1101/2022.09.01.504602

openpom's People

Contributors

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