SummarizeTechReps: Summarize technical replicates

Description Usage Arguments Value

View source: R/ReplicateSummary.R

Description

Produces mean and SE of technical and biological replicates. if you have multiple biological replicates, this function will first mean the technical replicates within them, then find SE and mean of those means.

Usage

1
SummarizeTechReps(data.combined)

Arguments

data.combined

tidy, long dataframe with columns "Coordinate", "plate.name", "Time", "OD600", "Strain", "Condition", "Bio_rep" – from TimeseriesLayoutBlank function

Value

data.combined.tidy a summarized table of your data, including average and SE for every timepoint. this will be used for graphing with ggplot.


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