All Projects → joofio → py4chemoinformatics

joofio / py4chemoinformatics

Licence: other
Python for chemoinformatics

Projects that are alternatives of or similar to py4chemoinformatics

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 (+129.49%)
Mutual labels:  cheminformatics, drug-discovery, rdkit, drug-design
GLaDOS
Web Interface for ChEMBL @ EMBL-EBI
Stars: ✭ 28 (-64.1%)
Mutual labels:  chemistry, cheminformatics, drug-discovery, chemoinformatics
Scopy
An integrated negative design python library for desirable HTS/VS database design
Stars: ✭ 28 (-64.1%)
Mutual labels:  cheminformatics, drug-discovery, rdkit, drug-design
chembience
A Docker-based, cloudable platform for the development of chemoinformatics-centric web applications and microservices.
Stars: ✭ 41 (-47.44%)
Mutual labels:  chemistry, cheminformatics, rdkit, chemoinformatics
Py4chemoinformatics
Python for chemoinformatics
Stars: ✭ 140 (+79.49%)
Mutual labels:  jupyter, cheminformatics, scikit-learn
organic-chemistry-reaction-prediction-using-NMT
organic chemistry reaction prediction using NMT with Attention
Stars: ✭ 30 (-61.54%)
Mutual labels:  chemistry, cheminformatics, chemoinformatics
protwis
Protwis is the backbone of the GPCRdb. The GPCRdb contains reference data, interactive visualisation and experiment design tools for G protein-coupled receptors (GPCRs).
Stars: ✭ 20 (-74.36%)
Mutual labels:  cheminformatics, drug-discovery, drug-design
Machinelearningcourse
A collection of notebooks of my Machine Learning class written in python 3
Stars: ✭ 35 (-55.13%)
Mutual labels:  jupyter, scikit-learn
Computer Vision
Computer vision sabbatical study materials
Stars: ✭ 39 (-50%)
Mutual labels:  jupyter, scikit-learn
Practical Machine Learning With Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Stars: ✭ 1,868 (+2294.87%)
Mutual labels:  jupyter, scikit-learn
Ml Workspace
🛠 All-in-one web-based IDE specialized for machine learning and data science.
Stars: ✭ 2,337 (+2896.15%)
Mutual labels:  jupyter, scikit-learn
Cheatsheets.pdf
📚 Various cheatsheets in PDF
Stars: ✭ 159 (+103.85%)
Mutual labels:  jupyter, scikit-learn
MolDQN-pytorch
A PyTorch Implementation of "Optimization of Molecules via Deep Reinforcement Learning".
Stars: ✭ 58 (-25.64%)
Mutual labels:  chemistry, drug-discovery
Crime Analysis
Association Rule Mining from Spatial Data for Crime Analysis
Stars: ✭ 20 (-74.36%)
Mutual labels:  jupyter, scikit-learn
Pyaf
PyAF is an Open Source Python library for Automatic Time Series Forecasting built on top of popular pydata modules.
Stars: ✭ 289 (+270.51%)
Mutual labels:  jupyter, scikit-learn
Molecular Design Toolkit
Notebook-integrated tools for molecular simulation and visualization
Stars: ✭ 123 (+57.69%)
Mutual labels:  jupyter, chemistry
How-to-score-0.8134-in-Titanic-Kaggle-Challenge
Solution of the Titanic Kaggle competition
Stars: ✭ 114 (+46.15%)
Mutual labels:  jupyter, scikit-learn
Awesome Cheminformatics
A curated list of Cheminformatics libraries and software.
Stars: ✭ 244 (+212.82%)
Mutual labels:  chemistry, cheminformatics
molecular-VAE
Implementation of the paper - Automatic chemical design using a data-driven continuous representation of molecules
Stars: ✭ 36 (-53.85%)
Mutual labels:  cheminformatics, chemoinformatics
Chembl webresource client
Official Python client for accessing ChEMBL API.
Stars: ✭ 165 (+111.54%)
Mutual labels:  chemistry, cheminformatics

Table of Contents

Update 03_2019: forked and tried to translate to english. Corrections are welcome.

Update 01_2020: updating the information to mimic original.

01 Introduction

  • What is RDKit?

  • Target audience

  • About the code in this book

  • Acknowledgments

  • bonus

  • License

02 Create an environment for chemoinformatics

  • About Anaconda

  • How to install Anaconda

  • Build virtual environment and install packages

  • Description of the installed package

  • More about Conda

03 Basics of Python programming

  • Python basics

  • Use it conveniently with the Jupyter notebook

  • Machine learning with Python

04 Public database for chemoinformatics

  • ChEMBL

  • PubChem

  • Search for desired information with ChEMBL

  • Other useful databases

05 Handling Structural Information with RDKit

  • What is SMILES?

  • Let’s draw the structure

  • How to handle multiple compounds at once?

  • Try hetero shuffling

06 Evaluating the similarity of compounds

  • What does it mean that compounds are similar?

  • Calculate similarity

  • Virtual screening

  • Clustering

  • Structure Based Drug Design (SBDD)

07 Evaluation of similarity using graph structure

  • Classification by major skeleton (MCS)

  • Matched Molecular Pair and Matched Molecular Series

  • Visualize MMP networks using Cytoscape

08 I want to have many compounds at once

  • Chemical Spaceとは

  • Mapping using tSNE

09 Basics of Quantitative Structure-Activity Relationship (QSAR)

  • Consider the cause of the effect (Classification problem)

  • Predict the efficacy of drugs (regression problem)

  • Model applicability (applicability domain)

10 Introduction to Deep-Learning

  • About TensorFlow and Keras

  • Google colab

  • Let’s install

11 Structure-activity relationship using deep-learning

  • Predictive model construction using DNN

  • Devising a descriptor (neural fingerprint)

13 Conclusion

  • Final remarks and further reading

License

This document is copyright © 2019 by @fmkz___ and @iwatobipen

CC-BY-NC-SA
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].