grofit: grofit: Extract physiological parameters from kinetic OD600...

Description Usage Arguments Value Examples

View source: R/grofit.R

Description

grofit takes OD600 data from a specific format and applies a smoothing spline to extract relevant physiological data. Importantly, this function drops any NA values that may exist when fitting the spline. These values occasionally occur when measuring pH, either from an erratic read or if the pH is outside of the standard curve. The column percent_NA_od600 contains the percent of time points that were NA for a given well.

Usage

1
grofit(gropro_output)

Arguments

gropro_output

This is a tidy dataframe containing columns exactly named Sample.ID, Time, and OD600 at a minimum. There may also be any other columns representing any other metadata.

Value

A tidy data frame of several features that were extracted from a smoothing spline fit. The data frame also contains information that can be used to assess model fit. Physiologial features:

Model fit:

Examples

1
2
### grofit ###
## Not run: grofit_output = grofit(gropro_output)

Kaleido-Biosciences/phgrofit documentation built on Feb. 8, 2022, 5:16 a.m.