chromosome           package:oligoClasses           R Documentation

_A_c_c_e_s_s_o_r _f_o_r _c_h_r_o_m_o_s_o_m_e _i_n_f_o_r_m_a_t_i_o_n

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

     Returns chromosome information.

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

     chromosome(object)
     chromosome(object) <- value

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

  object: object inheriting from 'SnpLevelSet'

   value: vector of class 'character'

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

     Vector with chromosome information.  Chromosomes are recorded as
     character strings (e.g., "1", "2", "X", ...)

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

     R. Scharpf

