phgropro: phgropro: Tidying kinetic od600 and pH data from biotek plate...

Description Usage Arguments Value

View source: R/phgropro.R

Description

phgropro- pH growh processing- takes the export from a standardized biotek plate reader and converts it into a tidy format that is convenient for data analysis. This tidy format will oftern serve as the input to phgrofit.

Usage

1
phgropro(biotek_export, metadata, Plate_Type = 96)

Arguments

biotek_export

.txt file that results from a specific format of exporting data from the Biotek Gen5 software.

metadata

.csv file that contains information about the contents of the samples. Must contain a column called Sample.ID.

Plate_Type

96 or 384 specifying which plate type was ran on the plate reader.

Value

tidy data frame with a column for Sample ID, any metadata columns present,Time, OD600, and pH.


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