SuperAUC: Super! Area Under The Curve - AUC summary of many curves

Description Usage Arguments Value

View source: R/SuperAUC.R

Description

takes combined data from TimeseriesLayoutBlank, or data with same format and finds AUC for each curve. Requires my GCG::eAUC function!

Usage

1
SuperAUC(combined.data, plot = FALSE)

Arguments

combined.data

data.frame: a tidy,long data with columns "Coordinate", "plate.name", "Time", "OD600", "Strain", "Condition", "Bio_rep" – from TimeseriesLayoutBlank function

plot

logical: would you like to plot the results with ggplot? plots will include biological replicate points plotted with mean and SE. technical reps -identically identified conditiosn within the same "Bio Rep" will be averaged. defaults to FALSE.

Value

returns a table of AUC values linked to the corresponding wells


ddebrauske/GCG documentation built on Aug. 8, 2021, 5:22 p.m.