spotUnique             package:genArise             R Documentation

_R_e_p_l_i_c_a_t_e _f_i_l_t_e_r_i_n_g

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

     We consider replicate measures of two samples and adjust the
     log(ratio,2) measures for each gene so that the transformed values
     are equal. To do this we take the geometric mean.\ This procedure
     can be extended to averaging over 'n' replicates.

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

     spotUnique(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)
     f.spot <- filter.spot(c.spot)
     spotUnique(mySpot = f.spot)

