| addControlData2lumi {lumi} | R Documentation |
Add the control probe profile data, outputted by BeadStudio, into the controlData slot of LumiBatch object.
addControlData2lumi(controlData, x.lumi)
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. |
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.
Return the LumiBatch object with controlData slot filled.
Pan Du
getControlData, plotControlData
## Not runnable
# controlFile <- 'Control_Probe_Profile.txt'
# x.lumi <- addControlData2lumi(controlFile, x.lumi)