upstreamSeqs-class         package:harbChIP         R Documentation

_C_l_a_s_s "_u_p_s_t_r_e_a_m_S_e_q_s"

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

     container for a collection of upstream sequences

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("upstreamSeqs",
     ...)'. Environments are used to store collections of DNAstrings.

_S_l_o_t_s:


     '_s_e_q_s': Object of class '"environment"' ~~ 

     '_c_h_r_o_m': Object of class '"environment"' ~~ 

     '_r_e_v_C_o_m_p': Object of class '"environment"' ~~ 

     '_t_y_p_e': Object of class '"environment"' ~~ 

     '_o_r_g_a_n_i_s_m': Object of class '"character"' ~~ 

     '_p_r_o_v_e_n_a_n_c_e': Object of class '"ANY"' ~~ 

_M_e_t_h_o_d_s:


     _N_m_e_r_s 'signature(n = "numeric", orf = "character", usobj =
          "upstreamSeqs")': obtain all subsequences of length n as view
          elements of a DNA string 

     _k_e_y_s 'signature(x = "upstreamSeqs")': ... 

     _o_r_g_a_n_i_s_m 'signature(x = "upstreamSeqs")': ... 

     _s_e_q_s 'signature(x = "upstreamSeqs")': ... 

     _s_h_o_w 'signature(object = "upstreamSeqs")': ... 

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

     ~~who you are~~

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

     showClass("upstreamSeqs")
     data(sceUpstr)
     sceUpstr
     keys(sceUpstr)[1:5]

