| getControlProbe {lumi} | R Documentation |
Get the control probe Ids corresponding to the control probe type provided. The control probe ids are kept in the second column of controlData data.frame.
getControlProbe(controlData, type = NULL)
controlData |
a LumiBatch object including control data or a control data data.frame |
type |
the type of control probe (case insensitive), which can be get by using getControlType function |
returns the corresponding probe Ids for the control type.
Pan Du
controlFile <- system.file('doc', 'Control_Probe_Profile.txt', package='lumi')
## return a data.frame
controlData <- getControlData(controlFile)
getControlType(controlData)
getControlProbe(controlData, type='housekeeping')