qc.get.probes(simpleaffy)
qc.get.probes()所属R语言包:simpleaffy
Retrieve QC probeset names for the current array type
检索当前数组类型的QC probeset名
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Get the names of probesets used to calculate 3'/5' ratios for the current array type. qc.get.spikes is used to set the spike probe names (i.e. bioB, bioC, etc.)
获取用于计算3/5为当前的阵列类型的比例probesets的名字。 qc.get.spikes用来设置穗探针名称(即bioB,bioC等)
用法----------Usage----------
qc.get.probes()
qc.get.probe(name)
qc.add.probe(name,probeset)
参数----------Arguments----------
参数:name
A name for the given probeset. By default, this is the probeset identifier
一个为给probeset的名称。默认情况下,这是probeset标识符
参数:probeset
A probeset ID
一个probeset ID
值----------Value----------
A character array of probeset IDs, or the requested probeset ID, as appropriate.
一个字符数组,probeset标识或请求的probeset标识,如适用。
作者(S)----------Author(s)----------
Crispin J Miller
参考文献----------References----------
<h3>See Also</h3> <code>setQCEnvironment</code> <code>qc.get.spikes</code>
举例----------Examples----------
setQCEnvironment("hgu133plus2cdf")
qc.get.probes()
qc.add.probe("my.name","a.probesetid_at")
qc.add.probe("another.name","another.probesetid_at")
qc.get.probes()
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|