getControlType {lumi} | R Documentation |
Get the types of the control probes, which is in the first column of the controlData data.frame.
getControlType(controlData)
controlData |
a LumiBatch object including control data or a control data data.frame |
return the unique type of control probe type.
Pan Du
controlFile <- system.file('doc', 'Control_Probe_Profile.txt', package='lumi') ## return a data.frame controlData <- getControlData(controlFile) getControlType(controlData)