qc.have.params (simpleaffy)
qc.have.params ()所属R语言包:simpleaffy
Does simpleaffy have a QC definition file for the specified array?
不simpleaffy有一个指定数组的QC定义文件?
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Simpleaffy requires a definition file describing the qc probes, spikes, alpha values, etc. for the array of interest. This is used to initialize the QC environment for the array (usually implicitly within the qc function), by a call to setQCEnvironment. This function can be used to see if the specified array has a definition file.
simpleaffy需要定义文件描述质控探针,尖峰,alpha值等一系列利益。这是用来初始化阵列(通常是内隐qc函数)调用setQCEnvironment由的QC环境。可以使用此功能,如果指定数组的定义文件。
用法----------Usage----------
qc.have.params(name)
参数----------Arguments----------
参数:name
The 'clean' CDF name of the array (i.e. the result of calling cleancdfname on the cdfName of the AffyBatch object containing the array data of interest.
干净民防名称数组(即调用cleancdfnamecdfNameAffyBatch对象,其中包含感兴趣的阵列数据。
值----------Value----------
True or False
True或False
作者(S)----------Author(s)----------
Crispin J Miller
参考文献----------References----------
<h3>See Also</h3> <code>setQCEnvironment</code>, <code>qc</code>, <code>qc.ok</code>, <code>cdfName</code>, <code>cleancdfname</code>
举例----------Examples----------
qc.have.params("nosucharraycdf")
qc.have.params("hgu133plus2cdf")
setQCEnvironment("hgu133plus2cdf")
qc.have.params(cleancdfname("HG-U133_Plus_2"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|