From 38d83c090303c2a8ef3fc8cbd251f3feada77f68 Mon Sep 17 00:00:00 2001 From: Madeleine Duran Date: Wed, 27 Mar 2024 14:59:44 -0700 Subject: [PATCH] interaction only for kinetics --- docs/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.md b/docs/advanced.md index ecfb70f..97017ea 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -51,7 +51,7 @@ We can fit a `cell_count_model` using this time formula and a perturbation term. ``` ccm = new_cell_count_model(ccs, - main_model_formula_str = paste0(time_formula, "* perturbation")) + main_model_formula_str = paste0(time_formula, "+ perturbation")) # predict for 48 hpf cond_wt = estimate_abundances(ccm, tibble(timepoint = 48, perturbation = "control"))