markernames               package:qtl               R Documentation

_P_u_l_l _o_u_t _t_h_e _m_a_r_k_e_r _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 marker names from a cross object as one big vector.

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

     markernames(cross, chr)

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

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

     chr: Optional vector indicating the chromosomes to consider. This
          should be a vector of character strings referring to
          chromosomes by name; numeric values are converted to strings.
           Refer to chromosomes with a preceding '-' to have all
          chromosomes but those considered.  A logical (TRUE/FALSE)
          vector may also be used.

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

     A vector of character strings (the marker names).

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

     Karl W Broman, kbroman@biostat.wisc.edu

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

     'pull.map'

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

     data(listeria)
     markernames(listeria, chr=5)

