getLength               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 _l_e_n_g_t_h _o_f _a _s_e_q_u_e_n_c_e

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

     Methods for the classes of sequences: 'SeqFastadna', 
     'SeqFastaAA',  'SeqAcnucWeb', 'SeqFrag'.

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

     getLength(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 numeric vector giving the length 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:

     'getName', 'getFrag'

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

      methods(getLength)

