chrnames                 package:qtl                 R Documentation

_P_u_l_l _o_u_t _t_h_e _c_h_r_o_m_o_s_o_m_e _n_a_m_e_s _f_r_o_m _a _c_r_o_s_s

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

     Pull out the chromosome names from a cross object as one big
     vector.

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

     chrnames(cross)

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

   cross: An object of class 'cross'.  See 'read.cross' for details.

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

     A vector of character strings (the chromosome names).

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

     Karl W Broman, kbroman@biostat.wisc.edu

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

     'markernames'

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

     data(listeria)
     chrnames(listeria)

