Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте Challenge: Compute Descriptors for a Compound Library | Molecular Representations and Parsing
Python for Chemoinformatics
Секція 1. Розділ 6
single

single

bookChallenge: Compute Descriptors for a Compound Library

Свайпніть щоб показати меню

Завдання

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.

Рішення

Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 1. Розділ 6
single

single

Запитати АІ

expand

Запитати АІ

ChatGPT

Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат

some-alt