Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprenda Challenge: RDKit Molecule Parsing | Molecular Representations and Parsing
Python for Chemoinformatics

bookChallenge: RDKit Molecule Parsing

Tarefa

Swipe to start coding

Write a Python function using RDKit that takes a list of SMILES strings and returns a list of molecular weights.

  • Parse each SMILES string in the input list to generate a molecule object.
  • For each valid molecule object, calculate its molecular weight.
  • For any SMILES string that cannot be parsed, return None in the corresponding output position.
  • Return a list of molecular weights (or None where parsing failed).

Solução

Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 1. Capítulo 4
single

single

Pergunte à IA

expand

Pergunte à IA

ChatGPT

Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo

close

bookChallenge: RDKit Molecule Parsing

Deslize para mostrar o menu

Tarefa

Swipe to start coding

Write a Python function using RDKit that takes a list of SMILES strings and returns a list of molecular weights.

  • Parse each SMILES string in the input list to generate a molecule object.
  • For each valid molecule object, calculate its molecular weight.
  • For any SMILES string that cannot be parsed, return None in the corresponding output position.
  • Return a list of molecular weights (or None where parsing failed).

Solução

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 1. Capítulo 4
single

single

some-alt