meanUnique             package:genArise             R Documentation

_R_e_m_o_v_e _D_u_p_l_i_c_a_t_e_s

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

     This function allows to remove from the spot repeated Id's. Before
     moving one of the repeated Id's the function compute the average
     of Cy3 intensity and Cy5 intensity.

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

     meanUnique(mySpot)

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

  mySpot: Spot object for one microarray.

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

     Spot object without duplicates

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

     data(Simon)
     c.spot <- bg.correct(Simon)
     n.spot <- global.norm(c.spot)
     f.spot <- filter.spot(n.spot)
     meanUnique(f.spot)

