XStringPartialMatches-class    package:Biostrings    R Documentation

_X_S_t_r_i_n_g_P_a_r_t_i_a_l_M_a_t_c_h_e_s _o_b_j_e_c_t_s

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

     WARNING: This class is currently under development and might not
     work properly! Full documentation will come later.

     Please DO NOT TRY TO USE it for now. Thanks for your
     comprehension!

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

     In the code snippets below, 'x' is an XStringPartialMatches
     object.


      'subpatterns(x)': Not ready yet.

      'pattern(x)': Not ready yet.


_S_t_a_n_d_a_r_d _g_e_n_e_r_i_c _m_e_t_h_o_d_s:

     In the code snippets below, 'x' is an XStringPartialMatches
     objects, and 'i' can be a numeric or logical vector.


      'x[i]': Return a new XStringPartialMatches object made of the
          selected views. 'i' can be a numeric vector, a logical
          vector, 'NULL' or missing. The returned object has the same
          subject as 'x'.


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

     H. Pages

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

     XStringViews-class, XString-class, 'letter'

