seqinr (version 1.0-1)

closebank: To close a remote ACNUC database

Description

This function tries to close a remote ACNUC database.

Usage

closebank(bank = NA, host = "pbil.univ-lyon1.fr", port = 5558, verbose = FALSE)

Arguments

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

See Also

choosebank

Examples

Run this code
choosebank("genbank")
  closebank()

Run the code above in your browser using DataLab