Learn R Programming

strvalidator (version 2.3.0)

tableCapillary: Table Capillary

Description

Summarize capillary analysis result in table format.

Usage

tableCapillary(data, scope = "cap", debug = FALSE)

Value

data.frame with columns 'Instrument', 'Capillary/Injection/Row/Run/Instrument', 'N', 'Min', 'Q1', 'Median', 'Mean', 'Q3', 'Max', 'Std.Dev'.

Arguments

data

data frame from a capillary analysis by calculateCapillary.

scope

character string. Make table by capillary, injection, plate row, run, or instrument. Values "cap", "inj", "row", "run", "instr".

debug

logical indicating printing debug information.

Details

Summarize the capillary analysis result in table format by capillary, injection, plate row, or instrument. Returns a dataframe with number of observations, min, max, median, mean, standard deviation, and the 25th and 75th percentile.