View source: R/countfreelists.R
countfreelists | R Documentation |
Returns the number of free lists available list of names of annotation lines in the opened ACNUC database.
countfreelists(socket = autosocket())
cfl(socket = autosocket())
socket |
an object of class |
a list with the following 2 components:
free |
numeric. The number of free lists |
annotlines |
vector of strings. Names of annotation lines |
J.R. Lobry
https://doua.prabi.fr/databases/acnuc.html
citation("seqinr")
choosebank
, query
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.