Returns the number of free lists available list of names of annotation lines in the opened ACNUC database.
countfreelists(socket = autosocket())
cfl(socket = autosocket())
a list with the following 2 components:
numeric. The number of free lists
vector of strings. Names of annotation lines
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")
(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()
Run the code above in your browser using DataLab