getSymbols(GeneAnswers)
getSymbols()所属R语言包:GeneAnswers
Convert entrez gene IDs to gene symbols
基因符号转换Entrez基因标识
译者:生物统计家园网 机器人LoveR
描述----------Description----------
function to convert given entrez gene IDs to gene symbols.
功能基因符号转换给定的Entrez基因标识。
用法----------Usage----------
getSymbols(geneIDs, data, strict = FALSE, missing=c('name', 'keep', 'remove'))
参数----------Arguments----------
参数:geneIDs
an Entrez gene IDs vector
Entrez基因标识矢量
参数:data
annotation library
注释库
参数:strict
logic value to stop conversion if NA is introduced.
逻辑值,如果NA引入停止转换。
参数:missing
type of handling NA mapping.
处理不适用类型映射。
值----------Value----------
return a gene symbols vector of given gene IDs. There are three types of parameters for variable 'missing'. 'name' means the NA mapping values are replaced by their names. 'keep' means all of NA values are kept. 'remove' means all of NA values are removed.
返回一个特定基因标识的基因符号向量。有三种类型的参数变量失踪。 “名称”是指NA映射值由他们的名字所取代。 “保持”意味着所有的NA值保持。 “删除”指的NA值都将被删除。
作者(S)----------Author(s)----------
Gang Feng, Pan Du and Simon Lin
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|