countfreelists(seqinr)
countfreelists()所属R语言包:seqinr
The number of free lists available and annotation lines in an ACNUC server
免费列表和注释行在ACNUC服务器的数量
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns the number of free lists available list of names of annotation lines in the opened ACNUC database.
返回数的免费列出了可用列表中的注释行在打开的ACNUC数据库的名称。
用法----------Usage----------
countfreelists(socket = autosocket())
cfl(socket = autosocket())
参数----------Arguments----------
参数:socket
an object of class sockconn connecting to a remote ACNUC database (default is a socket to the last opened database).
对象的类sockconn连接到一个的远程ACNUC数据库(默认值是一个socket的最后一个打开的数据库)。
值----------Value----------
a list with the following 2 components:
列表分为以下2部分:
参数:free
numeric. The number of free lists
数字。空闲列表的数量
参数:annotlines
vector of strings. Names of annotation lines
向量的字符串。注释行的名称
(作者)----------Author(s)----------
J.R. Lobry
参考文献----------References----------
参见----------See Also----------
choosebank, query
choosebank,query
实例----------Examples----------
## Not run: # Need internet connection[#不运行:#需要互联网连接]
choosebank("emblTP")
(rescountfreelists <- countfreelists())
stopifnot(all(rescountfreelists$annotlines ==
c("ALL", "AC", "PR", "DT", "KW", "OS", "OC",
"OG", "RN", "RC", "RP", "RX", "RG", "RA", "RT", "RL", "DR",
"CC", "AH", "AS", "FH", "FT", "CO", "SQ", "SEQ")))
closebank()
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|