maGenControls(marray)
maGenControls()所属R语言包:marray
Generating a vector recording the control status of the spotted probe sequences.
生成一个向量记录斑点探针序列的控制状态。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
ControlCode is a matrix representing certain regular expression pattern and the control status of the spotted probe sequences. This function uses "grep" searches for matches to "pattern" (its first argument) within the character vector "x" (second argument).
ControlCode是一个矩阵,代表一定的正则表达式模式和斑点探针序列的控制状态。此功能为特征向量X(第二个参数)内的“模式”(其第一个参数)匹配使用的grep搜索。
用法----------Usage----------
maGenControls(Gnames, controlcode, id = "ID")
参数----------Arguments----------
参数:Gnames
An object of class matrix, data.frame or marrayInfo which contains description of spotted probe sequences.
一个类的对象matrix,data.frame或marrayInfo其中包含斑点探针序列的描述。
参数:controlcode
A character matrix of n by 2 columns. The first column contains a few regular expression of spotted probe sequences and the second column contains the corresponding control status.
n字符由2列的矩阵。第一列包含几个斑点探针序列的正则表达式,第二列包含相应的控制状态。
参数:id
the column number of column name in Gnames that contains description of each spot on the array.
Gnames,列数列名包含阵列上的每个点的描述。
值----------Value----------
A vector of characters recording the control status of the spotted probe sequences.
一个记录斑点探针序列的控制地位的字符向量。
作者(S)----------Author(s)----------
Jean Yee Hwa Yang
参见----------See Also----------
grep
grep
举例----------Examples----------
data(swirl)
maControls(swirl) <- maGenControls(maGnames(swirl), id="Name")
table(maControls(swirl))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|