Question: Question 3 : You are provided with cell _ viability.csv file that contains the results from the cell viability assay that recorded the percent of

Question 3:
You are provided with cell_viability.csv file that contains the results from the cell viability assay that
recorded the percent of cell viabilities with three drugs treatments.
a. Read the table into cell.via dataframe
b. Write a function calculate_mean_viability () to calculate mean viability for each drug treatment. When
you call the function calculate_mean_viability (cell.via), it should print the mean viability of each drug
treatment.
c. Write a Function calculate_sd_viability () to calculate standard deviation of viability for each drug
treatment. When you call the function calculate_sd_viability(cell.via), it should print the standard
deviation of each drug treatment.
d. Write a function plot_dose_response_curves () to plot dosage-response curves for each drug where
the x-axis should have dosage and y axis contains the percent viability. When you call the function
plot_dose_response_curves(cell.via), it should print dose response curve of each drug. You need to use
for loop within the function to plot the dose response curve of three drugs. Generate all the three curves
into a single figure by mentioning the following function before the plot function.
par(mfrow=c(3,1))
This function will help to generate all the three plots one below the other.
For your easy understanding the plot is provided here.
 Question 3: You are provided with cell_viability.csv file that contains the

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!