Calculate degradataion and dissipation, including propagated error. Protein degradation is calculated as the labeling rate minus the growth rate (deg_rate = label_rate - growth_rate). Protein dissipation is calculated as the degradation rate divided by the labeling rate, and is displayed as a percent (dissipation = (deg_rate / label_rate)*100).

tor_calculate_degradation_dissipation(data, growth_rate, growth_rate_se = 0,
  quiet = FALSE)

Arguments

data

data with label rate calculated

growth_rate

growth rate from experiment

growth_rate_se

standard error of growth rate from experiment