calculateCapillary {strvalidator} | R Documentation |
Calculate Capillary Balance
Description
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. |
Details
Calculates the inter capillary balance for the internal lane standard (ILS). Require information from both the 'samples.table' and the 'plot.table'.
Value
data.frame with with columns 'Instrument', 'Instrument.ID', 'Run', 'Mean.Height', 'SQ', 'Injection', 'Capillary', 'Well', 'Comment'.
[Package strvalidator version 2.4.1 Index]