Reads the header associated with an Affymetrix CDF file
读取头与Affymetrix公司CDF文件的相关
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Reads the header of an Affymetrix CDF file using the Fusion SDK.
读取头的Affymetrix公司的民防部队使用融合的SDK文件。
用法----------Usage----------
readCdfHeader(filename)
参数----------Arguments----------
参数:filename
name of the CDF file.
CDF文件的名称。
值----------Value----------
A named list with the following components:
具有以下几部分组成的命名列表:
参数:rows
the number of rows on the chip.
在芯片上的行数。
参数:cols
the number of columns on the chip.
在芯片上的列数。
参数:probesets
the number of probesets on the chip.
的芯片上probesets数。
参数:qcprobesets
the number of QC probesets on the chip.
的QC probesets芯片上。
参数:reference
the reference sequence (this component only exists for resequencing chips).
参考序列(这个组件只存在测序芯片)。
参数:chiptype
the type of the chip.
该芯片的类型。
参数:filename
the name of the cdf file.
CDF文件的名称。
作者(S)----------Author(s)----------
James Bullard, <a href="mailto:bullard@stat.berkeley.edu">bullard@stat.berkeley.edu</a> and
Kasper Daniel Hansen, <a href="mailto:khansen@stat.berkeley.edu">khansen@stat.berkeley.edu</a>
参见----------See Also----------
readCdfUnits().
readCdfUnits()。
举例----------Examples----------
for (zzz in 0) {
# Find any CDF file[发现任何CDF文件]
cdfFile <- findCdf()
if (is.null(cdfFile))
break