comparisonPlot          package:tilingArray          R Documentation

_P_l_o_t _a _v_e_r_t_i_c_a_l _l_a_y_o_u_t _o_f _p_a_n_e_l_s _f_o_r _t_h_e _c_o_m_p_a_r_i_s_o_n _o_f _d_i_f_f_e_r_e_n_t
_a_l_o_n_g-_c_h_r_o_m_o_s_o_m_e _p_r_o_f_i_l_e_s.

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

     This function is used for Figure 5 in the David et al. (PNAS 2006)
     paper and in the Huber et al. methods paper.

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

     comparisonPlot(x, y, xscale=range(x), yscale, anno, ticks, pch=20, cex=1, bgcol="#f2f2f2")

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

       x: numeric vector.

       y: list of numeric vector, each of same length as 'x'.

  xscale: numeric vector of length 2.

  yscale: matrix with 2 rows and columns corresponding to the elements
          of 'x'.

    anno: dataframe with columns 'start', 'end', and 'name', each row
          corresponds to one gene CDS to be plotted at the bottom.

   ticks: numeric vector, where to plot the ticks.

     pch: A numeric or character vector indicating what sort of
          plotting symbol to use, see 'grid.points'.

     cex: Multiplier applied to fontsize, see 'gpar'.

   bgcol: Color to use as background for some of the plot panels.

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

     Function is called for its side-effect.

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

     W. Huber huber@ebi.ac.uk

_R_e_f_e_r_e_n_c_e_s:

     ...

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

       ##

