Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Impara Challenge: Cluster a Compound Library | Similarity, Clustering and Drug Discovery
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
Python for Chemoinformatics

bookChallenge: Cluster a Compound Library

Compito

Swipe to start coding

Write a Python function using RDKit that takes a list of SMILES strings and groups them into clusters based on pairwise Tanimoto similarity. Each cluster should contain molecules where every member has a Tanimoto similarity above 0.6 with at least one other member in the cluster.

  • Parse each SMILES string into an RDKit molecule.
  • Generate Morgan fingerprints for each molecule.
  • Compare fingerprints pairwise using Tanimoto similarity.
  • Group molecules so that each cluster contains molecules with at least one similarity above 0.6 to another member.
  • Return a list of clusters, where each cluster is a list of SMILES strings.

Soluzione

Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 2. Capitolo 4
single

single

Chieda ad AI

expand

Chieda ad AI

ChatGPT

Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione

close

bookChallenge: Cluster a Compound Library

Scorri per mostrare il menu

Compito

Swipe to start coding

Write a Python function using RDKit that takes a list of SMILES strings and groups them into clusters based on pairwise Tanimoto similarity. Each cluster should contain molecules where every member has a Tanimoto similarity above 0.6 with at least one other member in the cluster.

  • Parse each SMILES string into an RDKit molecule.
  • Generate Morgan fingerprints for each molecule.
  • Compare fingerprints pairwise using Tanimoto similarity.
  • Group molecules so that each cluster contains molecules with at least one similarity above 0.6 to another member.
  • Return a list of clusters, where each cluster is a list of SMILES strings.

Soluzione

Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 2. Capitolo 4
single

single

some-alt