Description Usage Arguments Value Examples
View source: R/pick_one_dilution.R
Pick one dilution to perform CFU calculations on
1 | pick_one_dilution(df, CFU_column, grouping_columns)
|
df |
dataframe that contains columns: dilution, CFU, and grouping variables |
CFU_column |
the name of the CFU column in the dataframe |
grouping_columns |
the columns names to group the data based on (i.e., Group, Timepoint) |
df
1 | pick_one_dilution(CFU_raw_formatted, "CFUs", c("group", "organ", "replicate"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.