prettyseq | R Documentation |
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
prettyseq(num, bpl = 60, translate = TRUE, socket = autosocket())
num |
rank of the sequence in the ACNUC database |
bpl |
number of base per line |
translate |
should coding sequences be translated? |
socket |
an object of class |
An invisible vector of string. The output is redirected to the console.
J.R. Lobry
https://doua.prabi.fr/databases/acnuc.html
citation("seqinr")
choosebank
, query
## Not run:
### Need internet connection
choosebank("emblTP")
prettyseq(111)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.