readCdfGroupNames(affxparser)
readCdfGroupNames()所属R语言包:affxparser
Reads group names for a set of units (probesets) in an Affymetrix CDF file
读取组名的单位,在Affymetrix公司CDF文件(probesets)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Reads group names for a set of units (probesets) in an Affymetrix CDF file.
在Affymetrix公司CDF文件(probesets)为单位的集读取的组名。
This is for instance useful for SNP arrays where the nucleotides used for the A and B alleles are the same as the group names.
这是有用的实例用于A和B等位基因的核苷酸组名称相同的SNP阵列。
用法----------Usage----------
readCdfGroupNames(filename, units=NULL, truncateGroupNames=TRUE, 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,读取各单位。
参数:truncateGroupNames
A logical variable indicating whether unit names should be stripped from the beginning of group names.
一个logical变量,表示单位名称是否应该被剥夺组名称的开头。
参数:verbose
An integer specifying the verbose level. If 0, the file is parsed quietly. The higher numbers, the more details.
integer指定的详细级别。如果为0,该文件是悄悄地解析。较高的数字,更多的细节。
值----------Value----------
A named list structure where the names of the elements are the names of the units read. Each element is a character vector with group names for the corrsponding unit.
一个名为list结构元素的名称单位名称阅读。每个元素都是一个charactervector与组为corrsponding单位名称。
作者(S)----------Author(s)----------
Henrik Bengtsson (<a href="http://www.braju.com/R/">http://www.braju.com/R/</a>)
参见----------See Also----------
readCdfUnits().
readCdfUnits()。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|