plotDensity        package:Agi4x44PreProcess        R Documentation

_D_e_n_s_i_t_y _P_l_o_t_s _o_f _I_n_t_e_n_s_i_t_y _S_i_g_n_a_l_s

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

     Creates a density plot with arrays intensities

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

     plotDensity(object, maintitle)

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

  object: An expression matrix, in log2 scale  

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="Density Plot example"
             plotDensity(log2(dd$G),maintitle)
     ## End(Not run)

