All Projects → oddt → Oddt

oddt / Oddt

Licence: bsd-3-clause
Open Drug Discovery Toolkit

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Oddt

Tdc
Therapeutics Data Commons: Machine Learning Datasets and Tasks for Therapeutics
Stars: ✭ 291 (+56.45%)
Mutual labels:  cheminformatics
Chemfiles
Library for reading and writing chemistry files
Stars: ✭ 95 (-48.92%)
Mutual labels:  cheminformatics
Indigo
Universal cheminformatics libraries, utilities and database search tools
Stars: ✭ 146 (-21.51%)
Mutual labels:  cheminformatics
Scipipe
Robust, flexible and resource-efficient pipelines using Go and the commandline
Stars: ✭ 826 (+344.09%)
Mutual labels:  cheminformatics
Lstm chem
Implementation of the paper - Generative Recurrent Networks for De Novo Drug Design.
Stars: ✭ 87 (-53.23%)
Mutual labels:  cheminformatics
Aizynthfinder
A tool for retrosynthetic planning
Stars: ✭ 122 (-34.41%)
Mutual labels:  cheminformatics
Thermo
Thermodynamics and Phase Equilibrium component of Chemical Engineering Design Library (ChEDL)
Stars: ✭ 279 (+50%)
Mutual labels:  cheminformatics
Pubchempy
Python wrapper for the PubChem PUG REST API.
Stars: ✭ 171 (-8.06%)
Mutual labels:  cheminformatics
Smiles Transformer
Original implementation of the paper "SMILES Transformer: Pre-trained Molecular Fingerprint for Low Data Drug Discovery" by Shion Honda et al.
Stars: ✭ 86 (-53.76%)
Mutual labels:  cheminformatics
Ase ani
ANI-1 neural net potential with python interface (ASE)
Stars: ✭ 145 (-22.04%)
Mutual labels:  cheminformatics
Cirpy
Python wrapper for the NCI Chemical Identifier Resolver (CIR)
Stars: ✭ 55 (-70.43%)
Mutual labels:  cheminformatics
Molvs
Molecule Validation and Standardization
Stars: ✭ 76 (-59.14%)
Mutual labels:  cheminformatics
Mol2vec
Mol2vec - an unsupervised machine learning approach to learn vector representations of molecular substructures
Stars: ✭ 135 (-27.42%)
Mutual labels:  cheminformatics
Openbabel
Open Babel is a chemical toolbox designed to speak the many languages of chemical data.
Stars: ✭ 492 (+164.52%)
Mutual labels:  cheminformatics
Kekule.js
A Javascript cheminformatics toolkit.
Stars: ✭ 156 (-16.13%)
Mutual labels:  cheminformatics
Cdk
The Chemistry Development Kit
Stars: ✭ 283 (+52.15%)
Mutual labels:  cheminformatics
Stk
A Python library which allows construction and manipulation of complex molecules, as well as automatic molecular design and the creation of molecular databases.
Stars: ✭ 99 (-46.77%)
Mutual labels:  cheminformatics
Gnina
A deep learning framework for molecular docking
Stars: ✭ 183 (-1.61%)
Mutual labels:  cheminformatics
Chembl webresource client
Official Python client for accessing ChEMBL API.
Stars: ✭ 165 (-11.29%)
Mutual labels:  cheminformatics
Py4chemoinformatics
Python for chemoinformatics
Stars: ✭ 140 (-24.73%)
Mutual labels:  cheminformatics

Open Drug Discovery Toolkit

Open Drug Discovery Toolkit (ODDT) is modular and comprehensive toolkit for use in cheminformatics, molecular modeling etc. ODDT is written in Python, and make extensive use of Numpy/Scipy

Documentation Status Build Status Coverage Status Code Health Conda packages Latest Version

Documentation, Discussion and Contribution:

Requrements

  • Python 3.6+
  • OpenBabel (3.0+) or/and RDKit (2018.03+)
  • Numpy (1.12+)
  • Scipy (0.19+)
  • Sklearn (0.18+)
  • joblib (0.10+)
  • pandas (0.19.2+)
  • Skimage (0.12.3+) (optional, only for surface generation)

Install

Using PyPi (pip)

When all requirements are met, then installation process is simple

python setup.py install

You can also use pip. All requirements besides toolkits (OpenBabel, RDKit) are installed if necessary. Installing inside virtualenv is encouraged, but not necessary.

pip install oddt

To upgrade oddt using pip (without upgrading dependencies):

pip install -U --no-deps oddt

Using conda

Install a clean Miniconda environment, if you already don't have one.

Install ODDT:

conda install -c oddt oddt

You can add a toolkit of your choice or install them along with oddt:

conda install -c conda-forge oddt rdkit openbabel

(Optionally) Install OpenBabel (using official channel):

conda install -c conda-forge openbabel

(Optionally) install RDKit (using official channel):

conda install -c conda-forge rdkit

Upgrading procedure using conda is straightforward:

conda update -c oddt oddt

Documentation

Automatic documentation for ODDT is available on Readthedocs.org. Additionally it can be build localy:

cd docs

make html

make latexpdf

License

ODDT is released under permissive 3-clause BSD license

Reference

If you found Open Drug Discovery Toolkit useful for your research, please cite us!

  1. Wójcikowski, M., Zielenkiewicz, P., & Siedlecki, P. (2015). Open Drug Discovery Toolkit (ODDT): a new open-source player in the drug discovery field. Journal of Cheminformatics, 7(1), 26. doi:10.1186/s13321-015-0078-2

Analytics

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