R/ELISA.R

#' Data from an ELISA assay
#'
#' Observed signals and (for some observations) nominal concentrations for
#' samples that were aliquoted to multiple assay plates, which were read
#' multiple times on multiple days.
#'
#'
#' @name ELISA
#' @docType data
#' @format a data frame with the following columns:
#' \itemize{
#'   \item PlateDay factor. Specifies one of four physically distinct 96 well plates
#'   \item Read factor. The signal was read 3 times for each plate.
#'   \item Description character. Indicates contents of sample.
#'   \item Concentration numeric. Nominal concentration of standards (NA for all other samples).
#'   \item Signal numeric. Assay signal. Specifically, optical density (a colorimetric assay).
#' }
#' @source Anonymized data.
#' @keywords datasets
NULL

Try the gtools package in your browser

Any scripts or data that you put into this service are public.

gtools documentation built on Nov. 20, 2023, 5:07 p.m.