Exercise 8.1: Analysis of microtubule catastrophe

Dataset download


Refresh yourself about the microtubule catastrophe data we explored previously. The data set we used there was from a control experiment wherein Garner, Zanic, and coworkers compared measurements of microtubule catastrophe times for experiments using fluorescently labeled tubulin and unlabeled tubulin. In this problem you will investigate microtubule catastrophe using labeled tubulin for different concentrations of total tubulin. In the analysis that follows, you will very likely use code you have written in previous homeworks. This also underscores the importance of writing good, well-documented, well-tested code, since you will almost always end up using it again.

You can download the data set for microtubule catastrophe times for various concentrations of tubulin here: https://s3.amazonaws.com/bebi103.caltech.edu/data/gardner_mt_catastrophe_only_tubulin.csv.

a) I shouldn’t have to say this, but perform an exploratory data analysis on the data set.

b) In a previous exercise, you performed parameter estimates for two models of microtubule catastrophe. In one model, the catastrophe times were Gamma distributed, and in another, they were distributed according to the following story: The arrival of two successive Poisson processes (with different rates) immediately trigger microtubule catastrophe. Use the data set with 12 µM tubulin to compare these two models. Which model is preferred?

c) Using whichever model you favor based on your work in part (b), obtain parameter estimates for the other tubulin concentrations. Given that microtubules polymerize faster with higher tubulin concentrations, is there anything you can say about the occurrence of catastrophe by looking at the values of the parameters versus tubulin concentration?