findID(marray)
findID()所属R语言包:marray
Find ID when given an accession number
发现身份证时加入数量
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Search gene ID with a vector of accession number from gene names or ID values.
搜索与基因向量基因的名称或ID值的加入数量ID。
用法----------Usage----------
findID(text, Gnames = gnames, ID = "Name")
参数----------Arguments----------
参数:text
A character strings of gene names or id names.
基因名称或ID名称的一个字符串。
参数:Gnames
An objects of marrayRaw, marrayNorm, ExpressionSet or data.frame of gene names information.
marrayRaw,marrayNorm,ExpressionSet或data.frame基因地名信息的对象。
参数:ID
The column of ID corresponding to 'text'.
ID列对应的“文本”。
值----------Value----------
A numeric vector the gene ID.
一个数字向量的基因ID。
作者(S)----------Author(s)----------
Yee Hwa (Jean) Yang
参见----------See Also----------
grep
grep
举例----------Examples----------
data(swirl)
findID("fb24a09", swirl, ID="ID")
findID("geno1", swirl)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|