where.is.this.acc(seqinr)
where.is.this.acc()所属R语言包:seqinr
Scans databases for a given sequence accession number
对于一个给定的序列登记号扫描数据库
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function loops over all availabale ACNUC databases to look for a given sequence accession number. This is useful when you have a sequence accession number and you don't know in which database it is present.
这个函数循环超过所有availabale ACNUC数据库,寻找一个给定的顺序加入。这是非常有用的,当你有一个序列加入,你不知道在哪个数据库,它是目前。
----------Usage----------
where.is.this.acc(acc, stopAtFirst = TRUE, ...)
参数----------Arguments----------
参数:acc
An accession number as a string of characters such as "NC_001416".
加入作为一个字符串的字符,如"NC_001416"。
参数:stopAtFirst
Logical. If TRUE, the default, the function stops at the first database where the accession number is found.
逻辑。如果是TRUE,默认情况下,此功能就停止加入数发现的第一个数据库。
参数:...
Arguments passed to the function choosebank.
传递参数函数choosebank。
值----------Value----------
The function resturns invisibly a vector of strings of characters for the names of the ACNUC databases in which the accession number was found.
的的功能resturns无形的名称的字符串的字符的ACNUC数据库,在其中加入数被发现的向量。
(作者)----------Author(s)----------
J.R. Lobry
参考文献----------References----------
<h3>See Also</h3>
实例----------Examples----------
## Not run: # Need internet connection[#不运行:#需要互联网连接]
where.is.this.acc("NC_001416")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|