closebank               package:seqinr               R Documentation

_T_o _c_l_o_s_e _a _r_e_m_o_t_e _A_C_N_U_C _d_a_t_a_b_a_s_e

_D_e_s_c_r_i_p_t_i_o_n:

     This function tries to close a remote ACNUC database.

_U_s_a_g_e:

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

_A_r_g_u_m_e_n_t_s:

    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 

_R_e_f_e_r_e_n_c_e_s:

     'citation("seqinr")'

_S_e_e _A_l_s_o:

     'choosebank'

_E_x_a_m_p_l_e_s:

       ## Not run:  choosebank("genbank") 
       ## Not run:  closebank() 

