Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.17 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.17 KB

Introduction

This is one of the project from the 2019 internship at GSI Technology. This project focuses on the topic of cheminformatics, specifically, molecule similarity search.

Getting Started

There are detailed instructions in each notebook.

Notebook1 contains introductions to:

  • Module RDKit
  • Similarity Search (Tanimoto)
  • Loading cheEMBL database

Notebook2 contains introductions to:

  • Word2Vec
  • Mol2Vec
  • Morgan Fingerprints
  • Similarity Distances
    • Tanimoto
    • Cosine
  • Visualizations and Comparisons

Blogs

For more details on this project, please visit the blogs:

Reference