BStringViews-class        package:Biostrings        R Documentation

_T_h_e _B_S_t_r_i_n_g_V_i_e_w_s _c_l_a_s_s

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

     A container for a set of views on the same BString (or DNAString,
     or RNAString) object.

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

     [TODO: Put some details here]

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

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

      'subject(x)': [TODO: Document me]

      'first(x)': [TODO: Document me]

      'last(x)': [TODO: Document me]

      'width(x)': [TODO: Document me]

      'desc(x)': [TODO: Document me]

_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', 'object', 'e1' and 'e2' are
     BStringViews objects, and 'i' can be a numeric or logical vector.

      'length(x)': Used to get the length of a BStringViews, i.e., its
          number of views

      'x[i]': [TODO: Document me]

      'x[[i]]': [TODO: Document me]

      'e1 == e2': [TODO: Document me]

      'e1 != e2': [TODO: Document me]

      'as.character(x)': [TODO: Document me]

      'toString(x)': [TODO: Document me]

      'nchar(x)': [TODO: Document me]

      'as.matrix(x)': [TODO: Document me]

      'as.list(x)': [TODO: Document me]

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

     H. Pages

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

     BStringViews-constructors, BString, DNAString, RNAString

