MeanBySpot              package:anapuce              R Documentation

_M_e_a_n _B_y _S_p_o_t

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

     Computes the mean on the different values of spots grouping by
     _by.var_.

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

     MeanBySpot(fileIN, n = 3, name.A = "A", name.M = "M.norm", by.var = "ID")

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

fileIN  : input dataframe. 

n       : number of identificant columns. 

name.A  : character string containing a regular expression contained in
          the columnames corresponding to the A values. 

name.M  : character string containing a regular expression contained in
          the columnames corresponding to the M values. 

by.var  : name of the grouping variable. 

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

     A R dataframe

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

     J. Aubert

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

     'DiffAnalysis', 'DiffAnalysis.unpaired'

