identifyControlBeads(beadarray)
identifyControlBeads()所属R语言包:beadarray
Classify each bead according to its control status
分类根据其控制地位,每个珠子
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Using the control annotation specified for the array, the function will classify each bead as belonging to a control group, or as being a regular probe.
使用控制阵列中指定的注释,函数将每个珠子分类属于对照组,或作为一个普通的探针。
用法----------Usage----------
identifyControlBeads(BLData, array = 1, controlProfile = NULL)
参数----------Arguments----------
参数:BLData
a beadLevelData object
beadLevelData对象
参数:array
the numeric id of the array section
数组段的数字ID
参数:controlProfile
an optional control profile data frame
一个可选的控制配置文件数据框
Details
详情----------Details----------
The function requires either that a control profile data frame is specified (This associates probe IDs with their control status - see the example), or that the annotation of the beadLevelData object be set to an array that the package recognises (see getAnnotation). Note that some positive control bead-types may also be functioning 'regular' probes.
函数需要控制的文件数据框,要么被指定(该联营公司的探针ID与他们的控制状态 - 看到的例子),或beadLevelData对象的注释被设置为一个数组封装承认(见getAnnotation)。请注意,一些积极的控制珠类型也可运作的“常规”探测器。
值----------Value----------
a vector of character strings giving the status of each bead
一个字符串向量给每个珠子的状态
作者(S)----------Author(s)----------
Mark Dunning
举例----------Examples----------
if(require(beadarrayExampleData)){
data(exampleBLData)
statVec = identifyControlBeads(exampleBLData)
table(statVec)
}
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|