getSharedDomains(SLGI)
getSharedDomains()所属R语言包:SLGI
Find domains shared by a given list of gene names.
查找域的基因名称列表共享。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
getSharedDomains finds domains in the provided environment that are shared by a list of genes.
getSharedDomains发现的基因列表共享的环境,提供的域。
用法----------Usage----------
getSharedDomains(geneNameV, env)
参数----------Arguments----------
参数:geneNameV
Character vector of gene names.
特征向量的基因名称。
参数:env
R object that provides mappings between an entrez gene identifier and the associated Pfam identifiers.
R对象提供Entrez基因标识和相关PFAM标识符之间的映射。
值----------Value----------
getSharedDomains returns a vector of the names of the shared domains.
getSharedDomains返回一个共享的域的名称的向量。
作者(S)----------Author(s)----------
Z. Jiang
参见----------See Also----------
domainDist, sharedBy
domainDist,sharedBy
举例----------Examples----------
library("org.Sc.sgd.db")
getSharedDomains(c("YEL003W","YLR200W"), org.Sc.sgdPFAM)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|