getInfoInFile(makecdfenv)
getInfoInFile()所属R语言包:makecdfenv
get information from Affymetrix data files
从Affymetrix数据文件的信息
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Get specific information stored in Affymetrix data files (CEL or CDF).
Affymetrix公司的数据文件(CEL或民防部队)中获取特定的信息。
用法----------Usage----------
getInfoInFile(filename, type, unit, property, compress = NULL)
参数----------Arguments----------
参数:filename
a file name
文件名
参数:type
"CEL" or "CDF" are the only known types.
"CEL"或"CDF"是唯一已知的类型。
参数:unit
the 'unit' to find the information
“单位”来查找信息
参数:property
the 'property' of interest
利益的“财产”
参数:compress
a boolean
一个布尔
Details
详情----------Details----------
The data files seem to have a structure of 'units'. A 'unit' start with something between square brackets (ex: "[UNIT1]"). The parameter unit let one specify in which unit the information of interest is located. The 'properties' are constituted of an identifier, the sign '=' and the value for the property (ex: "numCells=12000").
数据文件似乎有一个“单位”的结构。一个单位方括号之间的东西(如:“[UNIT1]”)开始。 unit“让一个指定在哪个单位感兴趣的信息位于参数。 “属性”是一个标识符构成,符号=和属性值(例如:“numCells = 12000”)。
If you are planning to use this function, I assume you know the what is in CEL and CDF files in details and that you know what are doing.
如果你打算使用此功能,我以为你知道了什么是CEL和CDF文件的细节,你知道什么都做。
值----------Value----------
a character with the value of the 'property'.
一个字符的“财产”的价值。
注意----------Note----------
The code goes through the file until the rigth 'unit' is found. Then it looks for the right 'property' further down (eventually going through the next units if the property is not found).
通过文件的代码会被发现,直到单位rigth。然后,它看起来的“财产”的权利进一步下降(最终通过单位,如果未找到属性)。
参见----------See Also----------
read.celfile, read.cdffile, whatcdf
read.celfile,read.cdffile,whatcdf
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|