getKeyword              package:seqinr              R Documentation

_G_e_n_e_r_i_c _F_u_n_c_t_i_o_n _t_o _g_e_t _k_e_y_w_o_r_d(_s) _a_s_s_o_c_i_a_t_e_d _t_o _a _s_e_q_u_e_n_c_e

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

     This function allows to get keyword(s) associated to a sequence.
     Method for the class of sequences 'SeqAcnucWeb'.

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

     getKeyword(object)

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

  object: an object of the class 'SeqAcnucWeb'

_V_a_l_u_e:

     A vector of strings containing the keyword(s) associated to a
     sequence.

_A_u_t_h_o_r(_s):

     D. Charif

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

      'citation("seqinr")'

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

     'query'

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

      ## Not run: s=choosebank.socket("embl")
      ## Not run: query.socket(s$socket,"fc","sp=felis catus et t=cds")
      ## Not run: getKeyword(fc$req[[7]])

