getSequence              package:seqinr              R Documentation

_G_e_n_e_r_i_c _F_u_n_c_t_i_o_n _T_o _G_e_t _a _s_e_q_u_e_n_c_e

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

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

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

     getSequence(object, as.string = FALSE)

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

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

as.string: if TRUE sequences are returned as a string instead of a
          vector of chars.

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

     A vector of chars containing the sequence (default) or a string
     when 'as.string' is set to TRUE.

_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', 'c2s'

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

      methods(getSequence)

