map10                  package:qtl                  R Documentation

_A_n _e_x_a_m_p_l_e _g_e_n_e_t_i_c _m_a_p

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

     A genetic map corresponding approximately to the mouse genome with
     a 10 cM marker spacing.

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

     data(map10)

_F_o_r_m_a_t:

     An object of class 'map': a list whose components are vectors of
     marker locations.  This map approximates the mouse genome (see
     Rowe et al 1992), with 20 chromosomes (including the X 
     chromosome) and 148 markers at a 10 cM spacing.

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

     'sim.map', 'plot.map', 'pull.map'

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

       data(map10)
       plot(map10)

       mycross <- sim.cross(map10, type="f2", n.ind=100)

