getName                package:seqinr                R Documentation

_G_e_n_e_r_i_c _F_u_n_c_t_i_o_n _T_o _o_b_t_a_i_n _t_h_e _n_a_m_e _o_f _a _s_e_q_u_e_n_c_e

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

     Method for the class of sequences: 'SeqFastadna',  'SeqFastaAA', 
     'SeqAcnucWeb' or 'SeqFrag'.

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

     getName(object)

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

  object: an object of class 'SeqFastadna',  'SeqFastaAA', 
          'SeqAcnucWeb' or 'SeqFrag'

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

     A string of chars containing the name of the 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:

     'getFrag'

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

       methods(getName)

