InDel-class            package:Biostrings            R Documentation

_I_n_D_e_l _o_b_j_e_c_t_s

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

     The 'InDel' class is a container for storing insertion and
     deletion information.

_D_e_t_a_i_l_s:

     This is a generic class that stores any insertion and deletion
     information.

_A_c_c_e_s_s_o_r _m_e_t_h_o_d_s:

     In the code snippets below, 'x' is a 'InDel' object.


      'insertion(x)': The insertion information.

      'deletion(x)': The deletion information.


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

     P. Aboyoun

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

     'pairwiseAlignment', 'PairwiseAlignedXStringSet-class'

