aafChromLoc(annaffy)
aafChromLoc()所属R语言包:annaffy
Constructor for aafChromLoc objects
为aafChromLoc对象的构造
译者:生物统计家园网 机器人LoveR
描述----------Description----------
For the given probeids, constructs an aafList of aafChromLoc objects containing annotation data from the chip data package.
对于给定的probeids,构造了一个aafListaafChromLoc数据包包含注释数据的对象的chip。“
用法----------Usage----------
aafChromLoc(probeids, chip)
参数----------Arguments----------
参数:probeids
character vector containing probe ids
含探针IDS的特征向量
参数:chip
name of the chip data package
芯片的数据包名称
值----------Value----------
An aafList of aafChromLoc objects. NA values are returned as empty objects.
一个aafListaafChromLoc对象。无值返回为空的对象。
作者(S)----------Author(s)----------
Colin A. Smith, <a href="mailto:annaffy@colinsmith.org">annaffy@colinsmith.org</a>
参见----------See Also----------
aafChromLoc-class
aafChromLoc-级
举例----------Examples----------
if (require(hgu95av2.db)) {
data(aafExpr)
probes <- featureNames(aafExpr)
locations <- aafChromLoc(probes, "hgu95av2.db")
show(locations[6:10])
}
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|