pairs-methods              package:XDE              R Documentation

_p_a_i_r_s _f_u_n_c_t_i_o_n _f_o_r _h_i_g_h-_t_h_r_o_u_g_h_p_u_t _d_a_t_a

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

     A convenient wrapper for pairs that uses smoothScatter to plot the
     density of the points and displays the spearman correlation
     coefficient of the pairwise scatterplots.

_M_e_t_h_o_d_s:



     _x = "_m_a_t_r_i_x" Typically a matrix of effect size estimates obtained
          in each study.  Rows are genes, columns are studies.

     _x = "_d_a_t_a._f_r_a_m_e" Typically a 'data.frame' of effect size estimates
          obtained in each study.  Rows are genes, columns are studies.

