getCategoryTerms(GeneAnswers)
getCategoryTerms()所属R语言包:GeneAnswers
Mapping Category IDs to Terms
类别ID映射到条款
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function to map category IDs to category terms.
功能类别ID映射类条款。
用法----------Usage----------
getCategoryTerms(catIDs, catType, strict = FALSE, missing=c('name', 'keep', 'remove'), nameLength='all', addID=FALSE)
参数----------Arguments----------
参数:catIDs
a character vector containing category IDs
字符向量类别ID
参数:catType
type of category
类类型
参数:strict
logic value to stop conversion if NA is introduced.
逻辑值,如果NA引入停止转换。
参数:missing
type of handling NA mapping.
处理不适用类型映射。
参数:nameLength
show how many first letters for long term names, 'all' for full name
显示术语的名字多少的第一个字母,“所有”的全名
参数:addID
logic, add term IDs following term names or not
逻辑,加上术语的ID后,术语的名称或不
Details
详情----------Details----------
The current version only supports 'GO', 'DOLITE', 'KEGG', 'REACTOME.PATH' and 'CABIO.PATH'. 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.
当前版本只支持GO,DOLITE,KEGG,REACTOME.PATH和CABIO.PATH“。有三种类型的参数变量失踪。 “名称”是指NA映射值由他们的名字所取代。 “保持”意味着所有的NA值保持。 “删除”指的NA值都将被删除。
值----------Value----------
return category terms of given category IDs.
返回给定的类别ID类别的条款。
作者(S)----------Author(s)----------
Gang Feng, Pan Du and Simon Lin
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|