tracks-methods          package:rtracklayer          R Documentation

_A_c_c_e_s_s_i_n_g _t_r_a_c_k _n_a_m_e_s

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

     Methods for getting and setting track names.

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


          The following methods are defined by 'rtracklayer' for
          *getting* track names via the generic 'trackNames(object,
          ...)'.

     _o_b_j_e_c_t = "_U_C_S_C_S_e_s_s_i_o_n" Get the tracks loaded in the session. 

     _o_b_j_e_c_t = "_U_C_S_C_T_r_a_c_k_M_o_d_e_s" Get the visible tracks according to the
          modes (all tracks not set to "hide").

     _o_b_j_e_c_t = "_U_C_S_C_V_i_e_w" Get the visible tracks in the view. 

          The following methods are defined by 'rtracklayer' for
          *setting* track names via the generic 'trackNames(object) <-
          value'.

     _o_b_j_e_c_t = "_U_C_S_C_T_r_a_c_k_M_o_d_e_s" Sets the tracks that should be visible
          in the modes. All specified tracks with mode "hide" in
          'object' are set to mode "full". Any tracks in 'object' that
          are not specified in the value are set to "hide". No other
          modes are changed.

     _o_b_j_e_c_t = "_U_C_S_C_V_i_e_w" Sets the visible tracks in the view. This
          opens a new web browser with only the specified tracks
          visible. 

