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