trackData            package:rtracklayer            R Documentation

_G_e_t _t_r_a_c_k _d_a_t_a

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

     Convert the track features and experimental measurements to a
     'data.frame'.

_U_s_a_g_e:

     trackData(object, ...)

_A_r_g_u_m_e_n_t_s:

  object: An object with track information, e.g. 'trackSet'. 

     ...: Arguments to pass to methods 

_V_a_l_u_e:

     A 'data.frame' with a column for each feature variable and
     experimental sample. An additional column 'seqMid' is added that
     holds the mid-point of each feature (helpful for plotting).

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

     Michael Lawrence

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

     'featChrom', 'featStart', 'dataVals', etc for accessing individual
     elements of the track.

