10 February 2020 3 9K Report

Consider calculating the rate of a biological process (e.g.clearance rates in a suspension):

rate = ln(B0/Bt) - ln(B0c/Btc)

where B0 and Bt is the biomass at the beginning and end of the experiment under treatment conditions, respectively, and

B0c and Btc is the biomass at the beginning and end of the experiment under control conditions, respectively.

Now, every measure of B stems from single biological replicates and hence consists of a mean and its variance. I want to calculate the mean rate and its variance, but I am unsure how this is done in a statistically rigorous way.

I was suggested to just use the mean from the controls (B0c and Btc) but this feels like I am disregarding a portion of the variation in my experiment.

Instead, my biologist's (certainly non-statistician) brain whispers to me that perhaps one could make a bootstrap-calculation (i.e. calculating the rate iteratively n times, where n is the number of all possible pairwise combinations of replicates)? Is this statistically correct? If so, how do you this efficiently (e.g. using R)?

Thanks! Any hint is appreciated!

More Ramsy Agha's questions See All
Similar questions and discussions