report.assaymax: Report max assay data in a standard format

View source: R/Report.R

report.assaymaxR Documentation

Report max assay data in a standard format

Description

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.

Usage

report.assaymax(
  AssayDat,
  GroupBy = c("Protein"),
  Signal = MeanSignal,
  SDSignal = SDSignal,
  SortBy = NULL,
  SortGroup = "Protein",
  Writecsv = FALSE
)

Arguments

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

Value

A data table with Mean, SD and a 95% confidence internal of replicates


mohrbp/AnalyzeAssay documentation built on Oct. 2, 2022, 5:54 p.m.