All Projects → radifar → PyPLIF-HIPPOS

radifar / PyPLIF-HIPPOS

Licence: other
HIPPOS Is PyPLIF On Steroids. A Molecular Interaction Fingerprinting Tool for Docking Results of Autodock Vina and PLANTS

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to PyPLIF-HIPPOS

Jupyter Dock
Jupyter Dock is a set of Jupyter Notebooks for performing molecular docking protocols interactively, as well as visualizing, converting file formats and analyzing the results.
Stars: ✭ 179 (+1093.33%)
Mutual labels:  drug-discovery, molecular-docking, autodock-vina
rxdock
RxDock is a fork of rDock. Note: the latest code is under development. Please do git checkout patched-rdock after clone if you want patched rDock. [IMPORTANT NOTE: pull requests should be posted on GitLab, this is a read-only source code mirror]
Stars: ✭ 38 (+153.33%)
Mutual labels:  drug-discovery, virtual-screening, molecular-docking
screenlamp
screenlamp is a Python toolkit for hypothesis-driven virtual screening
Stars: ✭ 20 (+33.33%)
Mutual labels:  drug-discovery, virtual-screening
chemprop
Fast and scalable uncertainty quantification for neural molecular property prediction, accelerated optimization, and guided virtual screening.
Stars: ✭ 75 (+400%)
Mutual labels:  drug-discovery, virtual-screening
bidd-molmap
MolMap: An Efficient Convolutional Neural Network Based Molecular Deep Learning Tool
Stars: ✭ 102 (+580%)
Mutual labels:  drug-discovery
graph-neural-networks-for-drug-discovery
odr.chalmers.se/handle/20.500.12380/256629?locale=en
Stars: ✭ 78 (+420%)
Mutual labels:  drug-discovery
Deepchem
Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology
Stars: ✭ 3,324 (+22060%)
Mutual labels:  drug-discovery
NDD
Drug-Drug Interaction Predicting by Neural Network Using Integrated Similarity
Stars: ✭ 25 (+66.67%)
Mutual labels:  drug-discovery
chemicalx
A PyTorch and TorchDrug based deep learning library for drug pair scoring.
Stars: ✭ 176 (+1073.33%)
Mutual labels:  drug-discovery
molpal
active learning for accelerated high-throughput virtual screening
Stars: ✭ 110 (+633.33%)
Mutual labels:  virtual-screening
GLaDOS
Web Interface for ChEMBL @ EMBL-EBI
Stars: ✭ 28 (+86.67%)
Mutual labels:  drug-discovery
pinot
Probabilistic Inference for NOvel Therapeutics
Stars: ✭ 15 (+0%)
Mutual labels:  drug-discovery
DENOPTIM
DENOPTIM is a software package for de novo design and virtual screening of functional molecules of any kind.
Stars: ✭ 23 (+53.33%)
Mutual labels:  virtual-screening
Deep-Drug-Coder
A tensorflow.keras generative neural network for de novo drug design, first-authored in Nature Machine Intelligence while working at AstraZeneca.
Stars: ✭ 143 (+853.33%)
Mutual labels:  drug-discovery
nequip
NequIP is a code for building E(3)-equivariant interatomic potentials
Stars: ✭ 312 (+1980%)
Mutual labels:  drug-discovery
FMol
A simplified drug discovery pipeline -- generating SMILE molecular with AlphaSMILES, predicting protein structure with AlphaFold, and checking the druggability with fpocket/Amber.
Stars: ✭ 13 (-13.33%)
Mutual labels:  drug-discovery
paccmann rl
Code pipeline for the PaccMann^RL in iScience: https://www.cell.com/iscience/fulltext/S2589-0042(21)00237-6
Stars: ✭ 22 (+46.67%)
Mutual labels:  drug-discovery
egfr-att
Drug effect prediction using neural network
Stars: ✭ 17 (+13.33%)
Mutual labels:  drug-discovery
Scopy
An integrated negative design python library for desirable HTS/VS database design
Stars: ✭ 28 (+86.67%)
Mutual labels:  drug-discovery
py4chemoinformatics
Python for chemoinformatics
Stars: ✭ 78 (+420%)
Mutual labels:  drug-discovery

PyPLIF HIPPOS: A Molecular Interaction Fingerprinting Tool for Docking Results of AutoDock Vina and PLANTS

GitHub Actions Build Status Language grade: Python codecov
Anaconda-Server Badge Documentation Status DOI:10.1021/acs.jcim.0c00305
Anaconda-Server Badge Hits

Icons made by Freepik from Flaticon is licensed by CC 3.0 BY

Icons made by Freepik from Flaticon is licensed by CC 3.0 BY

Welcome to PyPLIF-HIPPOS's project page. PyPLIF-HIPPOS is an upgraded version of PyPLIF (Python-based Protein-Ligand Interaction Fingerprinting), a tool for molecular docking post-analysis. It will translate the 3D coordinates of both ligand(s) (generated from docking simulation) and protein into a series of interaction bitstring (also known as Interaction Fingerprint) (see image below). HIPPOS (/ˌhipoʊz/) is a recursive acronym of HIPPOS Is PyPLIF On Steroids. From this point forward, PyPLIF-HIPPOS is simplified to HIPPOS.

Compared to PyPLIF, HIPPOS is not only faster and able to generate more customized interaction bitstring, but also supports both PLANTS & Vina! More over, unlike its predecessor it is (far) more well-documented.

Table of Content Abstract Graphic JCIM

Reprinted with permission from https://doi.org/10.1021/acs.jcim.0c00305. Copyright 2020 American Chemical Society.

PyPLIF output from PyPLIF publication

Illustration by Radifar et al (2013) from Bioinformation.net is licensed by CC 4.0 BY

Quick Installation

The easiest way to install HIPPOS is using Anaconda or Miniconda. If you have Anaconda or Miniconda ready in your machine, you can start with creating new environment (recommended):

conda create -n hippos python=3.6

Then activate the environment and install HIPPOS:

conda activate hippos
conda install -c conda-forge pyplif-hippos

next you can try run HIPPOS and HIPPOS-GENREF with the following command:

hippos
hippos-genref

How to Use HIPPOS

So I already installed HIPPOS, now what? Well you could start with how to generate the reference bitstring and Getting Started tutorial for AutoDock Vina or PLANTS.

Ideas for Improvement? Found Bug(s)?

If you have any idea for improvement or found bug to report feel free to write them here.

Citing HIPPOS

If you are using HIPPOS please cite this paper:

Istyastono, E., Radifar, M., Yuniarti, N., Prasasty, V. and Mungkasi, S., 2020. PyPLIF HIPPOS: A Molecular Interaction Fingerprinting Tool for Docking Results of AutoDock Vina and PLANTS. Journal of Chemical Information and Modeling, 60(8), pp.3697-3702. https://doi.org/10.1021/acs.jcim.0c00305

Acknowledgment

This project has received funding from the National Agency for Research and Innovation (Indonesia) under grant agreement No. 807.7/LL5/PG/2020. This project has been restructured based on the MOLSSI Computational Molecular Science Python Cookiecutter version 1.3, and benefited greatly from MOLSSI Python Package Development Best Practices workshop.


© Copyright 2021, Muhammad Radifar & Enade Perdana Istyastono

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].