read.spike(RG, file = NULL, path = NULL, ext = NULL, sep = "\t", conccol, regexpcol, different = FALSE, ...)
RGList_CALIB
object.RConc
, GConc
giving the column names
to be used for red and green concentration in the concentration file.TRUE
means that different arrays use
different spikes. So every array should have one concentration file.
FALSE
means that different arrays use the same spike and only one
concentration file is needed. Default is FALSE
.read.table
. SpikeList
object containing the componentsread.rg
. Also this funtion reads concentrations
for each spike from a user-specified concentration file (or more than one
concentration files if different arrays use different spikes). For the concentration file, it should contain the following columns:
regular expression, red and green concentrations and spike type.
Spike type should be in the set of Calibration
, Ratio
and Negative
.
See the CALIB User's Guide for the example of this function.