hgu95Achroloc(annotate)
hgu95Achroloc()所属R语言包:annotate
Annotation data for the Affymetrix HGU95A GeneChip
注释的Affymetrix公司HGU95A基因芯片的数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Data, in the form of environments for the Affymetrix U95A
在数据环境的形式,Affymetrix公司U95A
用法----------Usage----------
data(hgu95Achroloc)
格式----------Format----------
These data sets provide environments with mappings from the Affymetrix identifiers to chromosomal location, in bases. The environments function like hashtables and can be accessed using mget. If the returned value is NA then the current mapping was unable to identify this. Mappings and data sources are constantly evolving so updating often is recommended.
这些数据集提供的Affymetrix标识符映射染色体位置的环境,在碱基。像哈希表和环境功能,可以使用mget。如果返回的值是NA然后在当前的映射是无法确定这一点。映射和数据源都在不断演变,所以更新往往建议。
源----------Source----------
The AnnBuilder package.
AnnBuilder包。
举例----------Examples----------
data(hgu95Achroloc)
data(sample.ExpressionSet)
mget(featureNames(sample.ExpressionSet)[330:340], env=hgu95Achroloc,
ifnotfound=NA)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|