Learn R Programming

strvalidator (version 1.4.0)

calculateCapillary: Calculate capillary balance

Description

calculateCapillary calculates the ILS inter capillary balance.

Usage

calculateCapillary(samples.table, plot.table, sq = 0, run = "",
  debug = FALSE)

Arguments

samples.table
data frame containing at least the columns 'Sample.File', 'Sample.Name', 'Size.Standard', 'Instrument.Type', 'Instrument.ID', 'Cap', 'Well', and 'SQ'.
plot.table
data frame containing at least the columns 'Sample.File.Name', 'Size', and 'Height'.
sq
numeric threshold for 'Sizing Quality' (SQ).
run
character string for run name.
debug
logical indicating printing debug information.

Value

  • data.frame with with columns 'Instrument', 'Instrument.ID', 'Run', 'Mean.Height', 'SQ', 'Injection', 'Capillary', 'Well', 'Comment'.

Details

Calculates the inter capillary balance for the internal lane standard (ILS). Require information from both the 'samples.table' and the 'plot.table'.