plot_dependent_var_over_concentration: Plots one of a few selected parameters over concentration

View source: R/plot_growth_statistics.R

plot_dependent_var_over_concentrationR Documentation

Plots one of a few selected parameters over concentration

Description

Creates a scatter plot of the selected growth parameter over concentration (dilution) for all replicates.

Usage

plot_dependent_var_over_concentration(
  growth_params_tibble,
  all_model_data,
  dependent_var = "yield",
  data_key = "series",
  exp = "all"
)

Arguments

growth_params_tibble

a tibble containing results of growth statistics analysis.

all_model_data

a list of models and fitted data (result of call to model_dose_response)

dependent_var

the dependent variable to plot on the y axis Can be one of "AUC_l", "AUC_e", "yield"

data_key

the variable to split out on usng color. Defaults to "series".

exp

the experiment (series) to plot


MichielNoback/growthis documentation built on Jan. 4, 2023, 10:30 a.m.