找回密码
 注册
查看: 1308|回复: 0

R语言 affxparser包 readCdfHeader()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 11:06:44 | 显示全部楼层 |阅读模式
readCdfHeader(affxparser)
readCdfHeader()所属R语言包:affxparser

                                        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

header <- readCdfHeader(cdfFile)
print(header)

} # for (zzz in 0)[(0 ZZZ)]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-22 20:45 , Processed in 0.036075 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表