singen: Generation time calculation function

Description Usage Arguments Value Examples

Description

Generation time calculation function

Usage

1
singen(csv, OD.col, midlog, time.col = "Time")

Arguments

csv

Filepath to and name of the csv file holding the data.

OD.col

Column holding optical density data.

midlog

For the strain of interest, the typical midlog value.

time.col

Column holding times at which data was collected; default is "Time"

Value

Generation doubling time in the same unit of time as in the data sheet.

Examples

1
2
singen("sample_data.csv", "OD600", 0.3, time.col = "Time")
singen("sample_data.csv", "OD600", 0.4)

rsteele7/590_final documentation built on May 28, 2019, 4:33 a.m.