MappedRead-class        package:GenomeGraphs        R Documentation

_R_e_p_r_e_s_e_n_t_s _m_a_p_p_e_d _r_e_a_d_s

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

     Represents mapped reads

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


     '_s_t_a_r_t': Object of class '"numeric"', containing start position of
          the reads

     '_e_n_d': Object of class '"numeric"', containing end position of the
          reads

     '_s_t_r_a_n_d': Object of class '"numeric"', containing strand  to which
          the reads map

     '_c_h_r_o_m_o_s_o_m_e': Object of class '"numeric"', containing chromosome
          to which the reads map


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


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

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

     Steffen Durinck

_R_e_f_e_r_e_n_c_e_s:

     http://www.stat.berkeley.edu/~steffen/

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

     ## maybe str(MappedRead) ; plot(MappedRead) ...

