Description Usage Arguments Value Examples
This function was added in order to allow the user to easily flag wells that may have had problematic model fitting.
1 | flag(phgrofit_output)
|
phgrofit_output |
a data frane with modeling information from phgrofit |
a data frame with a five columns corresponding to symptoms that may be indicative of poor model fit or weird growth curves
"negligable growth" TRUE if max OD600 is less than 1.5x the starting od600
"negative_lag_length" TRUE if the od600_lag_length was calculated to be negative
"starting_od600_higher_than_max" TRUE if the starting od600 is higher than max od600
"missing_od600_data" TRUE if 25 percent of the od600 data for a well is missing
"missing_pH_data" TRUE if 25 percent of the pH data for a well is missing
1 2 | ## Not run: dataframe_exploring_potential_problems = flag(phgrofit_output)
# if there are no problems an empty data frame will be returned.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.