getControlType(lumi)
getControlType()所属R语言包:lumi
Get the types of the control probes
获取控制探针的类型
译者:生物统计家园网 机器人LoveR
描述----------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
获取的数据框,controlData LumiBatch对象的第一列是控制探针的类型。甲基化的数据,它是controlTypes函数返回
用法----------Usage----------
getControlType(controlData)
参数----------Arguments----------
参数:controlData
a LumiBatch object including control data, a control data data.frame, or a MethyLumiQC object for methylation data
1 LumiBatch对象,包括控制数据,控制数据的数据框,或一个甲基化数据MethyLumiQC对象
值----------Value----------
return the unique type of control probe type.
返回控制探针类型的独特类型。
作者(S)----------Author(s)----------
Pan Du
参见----------See Also----------
addControlData2lumi, controlTypes for methylation data
addControlData2lumi,controlTypes甲基化数据
举例----------Examples----------
controlFile <- system.file('doc', 'Control_Probe_Profile.txt', package='lumi')
## return a data.frame[#返回数据框。]
controlData <- getControlData(controlFile)
getControlType(controlData)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|