Skip to content

Commit

Permalink
interaction only for kinetics
Browse files Browse the repository at this point in the history
  • Loading branch information
maddyduran committed Mar 27, 2024
1 parent a87cfad commit 38d83c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 38d83c0

Please sign in to comment.