
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())
An invisible vector of string. The output is redirected to the console.
rank of the sequence in the ACNUC database
number of base per line
should coding sequences be translated?
an object of class sockconn
connecting to a remote ACNUC
database (default is a socket to the last opened database).
J.R. Lobry
https://doua.prabi.fr/databases/acnuc.html
citation("seqinr")
choosebank
, query
if (FALSE) {
### Need internet connection
choosebank("emblTP")
prettyseq(111)
}
Run the code above in your browser using DataLab