clean                  package:qtl                  R Documentation

_R_e_m_o_v_e _i_n_t_e_r_m_e_d_i_a_t_e _c_a_l_c_u_l_a_t_i_o_n_s

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

     Remove information on intermediate calculations from a cross
     object.

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

     clean(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:

     An object of class `cross', with any intermediate calculations
     (such as is produced by `calc.genoprob', `argmax.geno' and
     `sim.geno') removed.

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

     Karl W Broman, kbroman@jhsph.edu 
     <URL:
     http://biosun01.biostat.jhsph.edu/~kbroman/software/qtl.html>

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

     `drop.qtlgeno', `drop.nullmarkers', `drop.markers'

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

     data(fake.f2)
     fake.f2 <- calc.genoprob(fake.f2)
     fake.f2 <- clean(fake.f2)

