Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Challenge: Compute Descriptors for a Compound Library | Molecular Representations and Parsing
Python for Chemoinformatics
Sektion 1. Kapitel 6
single

single

bookChallenge: Compute Descriptors for a Compound Library

Stryg for at vise menuen

Opgave

Swipe to start coding

Write a Python function that takes a list of SMILES strings and returns a dictionary mapping each SMILES to its molecular weight and logP.

  • For each SMILES string in smiles_list, generate a molecule object.
  • If the molecule object is valid, compute its molecular weight and logP.
  • Store the results in the dictionary with the SMILES string as the key and a dictionary of molecular_weight and logP as the value.
  • If the molecule object is not valid, store None as the value for that SMILES string.

Løsning

Switch to desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 1. Kapitel 6
single

single

Spørg AI

expand

Spørg AI

ChatGPT

Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat

some-alt