Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre Challenge: Screen Compounds Against Target Properties | Virtual Screening and Compound Ranking
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
Python for Chemoinformatics

bookChallenge: Screen Compounds Against Target Properties

Tâche

Swipe to start coding

Write a function rank_candidates that takes a pandas DataFrame with two columns: smiles (molecular SMILES strings) and predicted_activity (numerical scores). Your function should:

  • Sort the DataFrame by predicted_activity in descending order;
  • Assign a new column rank with integer ranks (1 for highest score, 2 for next, etc.);
  • Return the ranked DataFrame with the new rank column included.

You should not modify the input DataFrame in-place; return a new DataFrame.

Solution

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 3. Chapitre 4
single

single

Demandez à l'IA

expand

Demandez à l'IA

ChatGPT

Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion

close

bookChallenge: Screen Compounds Against Target Properties

Glissez pour afficher le menu

Tâche

Swipe to start coding

Write a function rank_candidates that takes a pandas DataFrame with two columns: smiles (molecular SMILES strings) and predicted_activity (numerical scores). Your function should:

  • Sort the DataFrame by predicted_activity in descending order;
  • Assign a new column rank with integer ranks (1 for highest score, 2 for next, etc.);
  • Return the ranked DataFrame with the new rank column included.

You should not modify the input DataFrame in-place; return a new DataFrame.

Solution

Switch to desktopPassez à un bureau pour une pratique réelleContinuez d'où vous êtes en utilisant l'une des options ci-dessous
Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 3. Chapitre 4
single

single

some-alt