Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Impara 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

Compito

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.

Soluzione

Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 3. 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: Screen Compounds Against Target Properties

Scorri per mostrare il menu

Compito

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.

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 3. Capitolo 4
single

single

some-alt