annPkgName(annotate)
annPkgName()所属R语言包:annotate
Get annotation package name from chip name
从芯片的名称标注的包的名称
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function returns the name of the Bioconductor annotation data package that corresponds to the specified chip or genome. The type argument is used to request an annotation package with a particular backing store.
此函数返回的Bioconductor注释数据包,对应到指定的芯片或基因的名称。 type参数用于请求一个特定的后备存储一个注解包。
用法----------Usage----------
annPkgName(name, type = c("db", "env"))
参数----------Arguments----------
参数:name
string specifying the name of the chip or genome. For example, "hgu133plus2"
字符串,指定的芯片或基因组的名称。例如,"hgu133plus2"
参数:type
Either "db" or "env". This will determine whether the package name returned corresponds to the SQLite-based annotation package or environment-based package, respectively.
要么"db"或"env"。这将决定是否返回包的名称基于SQLite的注解包或环境为基础的包,分别对应。
值----------Value----------
a string giving the name of the annotation data package
标注的数据包名称的字符串
作者(S)----------Author(s)----------
Seth Falcon
参见----------See Also----------
getAnnMap
getAnnMap
举例----------Examples----------
annPkgName("hgu133plus2", type="db")
annPkgName("hgu133plus2", type="env")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|