readCdfUnitNames(affxparser)
readCdfUnitNames()所属R语言包:affxparser
Reads unit (probeset) names from an Affymetrix CDF file
从Affymetrix公司CDF文件读取单元(probeset)名称
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Gets the names of all or a subset of units (probesets) in an Affymetrix CDF file. This can be used to get a map between unit names an the internal unit indices used by the CDF file.
获取所有的名字或单位的子集,在Affymetrix公司CDF文件(probesets)。这可以用来得到一个单位名称CDF文件内部单位使用的指标之间的图。
用法----------Usage----------
readCdfUnitNames(filename, units=NULL, verbose=0)
参数----------Arguments----------
参数:filename
The filename of the CDF file.
CDF文件的文件名。
参数:units
An integer vector of unit indices specifying which units to be read. If NULL, all units are read.
integervector单位指标指定要读取哪个单位。如果NULL,读取各单位。
参数:verbose
An integer specifying the verbose level. If 0, the file is parsed quietly. The higher numbers, the more details.
integer指定的详细级别。如果为0,该文件是悄悄地解析。较高的数字,更多的细节。
值----------Value----------
A character vector of unit names.
一个charactervector的单位名称。
作者(S)----------Author(s)----------
Henrik Bengtsson (<a href="http://www.braju.com/R/">http://www.braju.com/R/</a>)
参见----------See Also----------
readCdfUnits().
readCdfUnits()。
举例----------Examples----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|