qc.get.spikes(simpleaffy)
qc.get.spikes()所属R语言包:simpleaffy
Retrieve QC spike probeset names for the current array type
检索当前数组类型的QC穗probeset名称
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Get the names of spike probesets for bioB, bioC, etc. ratios for the current array type. qc.get.probes is used to define the 3'/5' ratio probesets
获取为bioB,bioC等比例,为当前的数组类型穗probesets的名称。 qc.get.probes用来定义的3/5的比例probesets
用法----------Usage----------
qc.get.spikes()
qc.get.spike(name)
qc.add.spike(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.probes</code>
举例----------Examples----------
qc.get.spikes()
qc.add.spike("my.name","a.probesetid_at")
qc.add.spike("another.name","another.probesetid_at")
qc.get.spikes()
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|