qc.get.ratios(simpleaffy)
qc.get.ratios()所属R语言包:simpleaffy
Retrieve pairs of probesets used for calculating 3'/5' ratios
检索3/5的比例计算用于对probesets
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Get the names of the qc probesets used to define the 3'/5' ratios.
获取的QC的名称probesets用来定义的3/5的比例。
用法----------Usage----------
qc.get.ratios()
qc.get.ratio(name)
qc.add.ratio(name,probeset1,probeset2)
参数----------Arguments----------
参数:name
A name for the given ratio calculation (such as gapdh3/5)
一个给定的比例计算的名称(如gapdh3 / 5)
参数:probeset1
A probeset ID
一个probeset ID
参数:probeset2
A probeset ID
一个probeset ID
值----------Value----------
A list, each element with a name like gapdh3/5 and comprising of a two-element character vector of probeset IDs.
一个列表,每一个像两个元素的特征向量的probeset标识gapdh3 / 5组成的名称的元素。
作者(S)----------Author(s)----------
Crispin J Miller
参考文献----------References----------
<h3>See Also</h3> <code>setQCEnvironment</code> <code>qc.get.probes</code>
举例----------Examples----------
setQCEnvironment("hgu133plus2cdf")
qc.get.ratios()
qc.add.ratio("a.name","probeset1.id","probeset2.id")
qc.get.ratio("a.name")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|