chrid-class           package:rtracklayer           R Documentation

_C_l_a_s_s "_c_h_r_i_d"

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

     An object representing a chromosome identifier. Meant to be used
     for subsetting 'trackSet' instances by chromosome.

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

     Instances may be created through a call of the form 'chrid(id)',
     where 'id' is the string identifier of the chromosome (e.g.
     "chr22").

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


     '._D_a_t_a': Object of class '"character"' holding the string
          representation of the chromosome ID. 

_E_x_t_e_n_d_s:

     Class '"character"', from data part. Class '"vector"', by class
     "character", distance 2. Class '"characterORMIAME"', by class
     "character", distance 2.

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

     No methods defined with class "chrid" in the signature.

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

     Michael Lawrence

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

     'chrid' for obtaining instances of this class.

     '[.trackSet' where instances of this class may be used for
     subsetting 'trackSet' instances by chromosome.

