getControlType: Get the types of the control probes

Description Usage Arguments Value Author(s) See Also Examples

Description

Get the types of the control probes, which is in the first column of the controlData data.frame for LumiBatch objects. For methylation data, it is the return of controlTypes function

Usage

1

Arguments

controlData

a LumiBatch object including control data, a control data data.frame, or a MethyLumiQC object for methylation data

Value

return the unique type of control probe type.

Author(s)

Pan Du

See Also

addControlData2lumi, controlTypes for methylation data

Examples

1
2
3
4
5
6
	controlFile <- system.file('doc', 'Control_Probe_Profile.txt', package='lumi')
	if (file.exists(controlFile)) {
	  ## return a data.frame
	  controlData <- getControlData(controlFile)
	  getControlType(controlData)
	}

lumi documentation built on Nov. 8, 2020, 5:27 p.m.

Related to getControlType in lumi...