phgrofit: phgrofit: Extract physiological parameters from kinetic pH...

Description Usage Arguments Value Examples

View source: R/phgrofit.R

Description

phgrofit takes pH and OD600 data that has been formated by phgropro 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 columns percent_NA_od600 and percent_NA_pH contain the percent of timepoints that were NA for a given well.

Usage

1
phgrofit(phgropro_output)

Arguments

phgropro_output

This is the output of phgropro which is a tidy dataframe containing columns exactly named Sample.ID, Time, OD600, and pH at 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
3
4
5
### phgropro processing
## Not run:  phgropro_output = phgropro(biotek_export = filepath.txt,metadata = metadata.csv,Plate_Type = 96)

### phgrofit processing
## Not run: phgrofit_output = phgrofit(phgropro_output)

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