closebank {seqinr} | R Documentation |
This function tries to close a remote ACNUC database.
closebank(bank = NA, host = "pbil.univ-lyon1.fr", port = 5558, verbose = FALSE)
bank |
String. if NA the last opened database as given by banknameSocket
in the global environment will be closed. |
host |
String. Host name for port |
port |
Integer. The TCP port number |
verbose |
Logical. If TRUE, verbose mode is on |
citation("seqinr")
## Not run: choosebank("genbank") ## Not run: closebank()