readCcgHeader(affxparser)
readCcgHeader()所属R语言包:affxparser
Reads an the header of an Affymetrix Command Console Generic (CCG) file
Affymetrix的命令控制台通用(CCG)文件中读取头
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Reads an the header of an Affymetrix Command Console Generic (CCG) file.
Affymetrix的命令控制台通用(CCG)文件中读取头。
用法----------Usage----------
readCcgHeader(pathname, verbose=0, .filter=list(fileHeader = TRUE, dataHeader = TRUE), ...)
参数----------Arguments----------
参数:pathname
The pathname of the CCG file.
化学计算文件的路径。
参数:verbose
An integer specifying the verbose level. If 0, the file is parsed quietly. The higher numbers, the more details.
integer指定的详细级别。如果为0,该文件是悄悄地解析。较高的数字,更多的细节。
参数:.filter
A list.
Alist。
参数:...
Not used.
不使用。
Details
详情----------Details----------
Note, the current implementation of this methods does not utilize the Affymetrix Fusion SDK library. Instead, it is implemented in R from the file format definition [1].
请注意,此方法的当前实现不利用Affymetrix公司融合SDK库。相反,它是实现R中的文件格式的定义[1]。
值----------Value----------
A named list structure consisting of ...
一个名为list结构组成...
作者(S)----------Author(s)----------
Henrik Bengtsson (<a href="http://www.braju.com/R/">http://www.braju.com/R/</a>)
参考文献----------References----------
April, 2006. http://www.affymetrix.com/support/developer/<br>
参见----------See Also----------
readCcg().
readCcg()。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|