FormatTiters
formats titers into a list with one tidy data frame per viral strain
FormatTiters(titers, log2Transform = TRUE, fcMinZero = TRUE)
titers | a data frame containing one row per subject per strain. The following columns are required:
|
---|---|
log2Transform | logical specifying whether titer values should be log2 transformed |
fcMinZero | should negative fold changes be set to 0? Default is |
a list of data frames with one data frame per viral strain containing the "Pre" and "Post" titer measurements (row names are removed).
titer_list <- FormatTiters(Year1_Titers, log2Transform = TRUE, fcMinZero = TRUE)#>#>