GithubHelp home page GithubHelp logo

kmol-st's Introduction

Improving Compound-Protein Interaction Prediction by Self-Training with Augmenting Negative Samples.

Takuto Koyama, Shigeyuki Matsumoto, Hiroaki Iwata, Ryosuke Kojima, and Yasushi Okuno
Journal of Chemical Information and Modeling
https://pubs.acs.org/doi/10.1021/acs.jcim.3c00269

Installation

Dependencies can be installed with conda:

conda env create -f environment.yml
conda activate kmol
bash install.sh

Dataset available

Datsets used for this work is avaiable. (https://drive.google.com/drive/folders/1LILb8msjzWFPdM79dOWF1XZzSqerxm4d?usp=share_link)

Usage of kMoL

Please refer to the original repository for the usage of kMoL v.1.0.1 (https://github.com/elix-tech/kmol).

Directory structure

.
├── data
|   ├── self_training_kinase             : data for kinase families
|        ├──cv1
|            ├──kinase_self_training
|                ├── config/             : configuration file
|                ├── data/               : dataset (csv)
|                ├── split/              : json files for split
|                └── run.sh              : script for running self-training
├── docker/                              : 
├── src                                  : source code
│   ├── kmol/                            : modules for kmol
│   ├── mila/                            : modules for federated learning
│   └── self                             : scripts for self-training
├── LICENSE                              : LICENSE file
└── README.md                            : this file

After moving to the ./data/self_training_*/cv1/*_self_training/ directory, you can initialize the self-training by the following command:

bash run.sh

kmol-st's People

Contributors

takuto-koyama avatar

Stargazers

 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.