Description Usage Arguments Value Author(s) See Also Examples
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.
1 |
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 |
returns the corresponding probe Ids for the control type.
Pan Du
1 2 3 4 5 6 7 | controlFile <- system.file('doc', 'Control_Probe_Profile.txt', package='lumi')
if (file.exists(controlFile)) {
## return a data.frame
controlData <- getControlData(controlFile)
getControlType(controlData)
getControlProbe(controlData, type='housekeeping')
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.