I have built a couple of models to predict IC50 (drug response) values and I would like to extract the predicted value for each type of cell line and drug in my dataset. How would I go about doing that?
My dataset looks like this: there are IC50 values for a certain drug and it’s response on a certain cell line, each unique combination make up the rows. And I would like to know the predicted value for each of these combinations.
How would I extract in a table the unique row ID and associated prediction?
Did the workflow in the reply solved your question ? If so, could you please check it as the solution so that other people can find it easily ? Thank you.