MVAplotMED         package:Agi4x44PreProcess         R Documentation

_M_V_A _p_l_o_t

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

     For each array, the M value is computed for every spot as the
     difference between the spot intensity in the array and the
     averaged intensity for that feature over the whole set of arrays

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

     MVAplotMED(object, colorfill, maintitle)

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

  object: An expression matrix transformed to log2 scale 

colorfill: color of the plot 

maintitle: title of the plot 

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

     Pedro Lopez-Romero

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

     ## Not run: 
             data(dd)
             maintitle="MVA example"
             par(mfrow=c(1,1),ask=TRUE)
             MVAplotMED(log2(dd$G),colorfill="red",maintitle)
     ## End(Not run)

