prettyseq(seqinr)
prettyseq()所属R语言包:seqinr
Text representation of a sequence from an ACNUC server
序列的文本表示从一个ACNUC的服务器
译者:生物统计家园网 机器人LoveR
描述----------Description----------
To get a text representation of sequence of rank num and of its subsequences, with bpl bases per line (default = 60), and with optional translation of protein-coding subsequences
为了得到序列的排名num和其子序列,bpl碱基,每行(缺省值= 60),和可选的蛋白质编码子序列翻译的文本表示
用法----------Usage----------
prettyseq(num, bpl = 60, translate = TRUE, socket = autosocket())
参数----------Arguments----------
参数:num
rank of the sequence in the ACNUC database
在ACNUC数据库中的序列排名
参数:bpl
number of base per line
每行的基础数
参数:translate
should coding sequences be translated?
编码序列翻译吗?
参数: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----------
An invisible vector of string. The output is redirected to the console.
无形向量的字符串。输出被重定向到控制台。
(作者)----------Author(s)----------
J.R. Lobry
参考文献----------References----------
参见----------See Also----------
choosebank, query
choosebank,query
实例----------Examples----------
## Not run: [#不运行:]
### Need internet connection[##需要互联网连接]
choosebank("emblTP")
prettyseq(111)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|