addControlData2lumi: Add the control probe data into the controlData slot of LumiBatch object
Description
Add the control probe profile data, outputted by BeadStudio, into the controlData slot of LumiBatch object.
Usage
addControlData2lumi(controlData, x.lumi)
Arguments
controlData
the control data can be a data.frame or the control probe filename outputted by BeadStudio
x.lumi
a LumiBatch object, to which controlData will be added.
Value
Return the LumiBatch object with controlData slot filled.
Details
The controlData slot in LumiBatch object is a data.frame with first two columns as "controlType" and "ProbeID". The rest columns are the expression amplitudes for individual samples.