Description Usage Arguments Details Value Author(s) See Also Examples
Add the control probe profile data, outputted by BeadStudio, into the controlData slot of LumiBatch object.
1 | 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
1 2 3 | ## Not runnable
# controlFile <- 'Control_Probe_Profile.txt'
# x.lumi <- addControlData2lumi(controlFile, x.lumi)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.