report.assaymax | R Documentation |
This function loads assay data as long data table with descriptive variables at each time point and reports the Maximum value with a confidence interval around that value.
report.assaymax( AssayDat, GroupBy = c("Protein"), Signal = MeanSignal, SDSignal = SDSignal, SortBy = NULL, SortGroup = "Protein", Writecsv = FALSE )
AssayDat |
Df of the long data table input file |
GroupBy |
The names of the variables over which the assay data is separated including minutes. Defaults to DNA, Protein and Minutes. Should not include "replicate" |
Signal |
The name of the assay signal being measured. |
SDSignal |
The name of the standard deviation of the assay signal. |
SortBy |
The file path of the identifiers in Xlsx format used to sort the Report. Defaults to NULL. |
SortGroup |
The descriptive variable contained in the identifier file used to sort. Quoted |
Writecsv |
A logical of whether to output a .csv in the current directory titled YYYYMMDD |
A data table with Mean, SD and a 95% confidence internal of replicates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.