Clounce.comClounce.com

An innovative view into technology

  • Privacy & Cookies
  • Who is Clounce?

Categories

  • .NET (23)
  • Arduino (2)
  • Chemoinformatics (4)
    • Similarity (2)
    • Virtual Screening (1)
  • Cloud (19)
    • AWS (1)
    • Azure (13)
    • Power Platform (3)
  • Electronics (5)
  • Elgg (2)
  • Flutter (1)
  • Magento (13)
    • Magento 2 (5)
  • Mathematics (11)
  • Microscopy (1)
  • MS SQL (4)
  • Office (6)
    • Excel (5)
  • Other (12)
  • Powershell (9)
  • Python (2)
  • Quantum Computing (1)
  • R Language (3)
  • Raspberry Pi (1)
  • Sitecore (4)

Category: Similarity

Mapping molecule similarity using rdkit

October 7, 2016 by Joseph D'Emanuele·0 Comments

One cool feature in rdkit is the ability to visually highlight the similarity between two given molecules. In another post (Tanimoto Molecular Similarity Experiment) we saw how to find similar molecules using Tanimoto and Morgan Fingerprints.  At the end of the experiment we created an image file with the top 20 similar molecules to D-Aspartate … Continue reading Mapping molecule similarity using rdkit

Tanimoto Molecular Similarity Experiment

July 15, 2016 by Joseph D'Emanuele·1 Comment

One way to rank and filter molecules from a larger set is to use similarity coefficients. One such way is by using Tanimoto. The experiment below runs similarity tests on a number of molecules using RDKit libraries (http://www.rdkit.org) and Python. Installing RDKit To install RDKit on Ubuntu 14.04 desktop OS, do: sudo apt-get install python-rdkit … Continue reading Tanimoto Molecular Similarity Experiment

COPYRIGHT © 2010-2018 CLOUNCE.COM. WEB SITE POWERED BY WORDPRESS CMS