CountPlot              package:GeneMeta              R Documentation

_P_l_o_t_s _f_o_r _M_e_t_a-_a_n_a_l_y_s_i_s _o_f _g_e_n_e _e_x_p_r_e_s_s_i_o_n _d_a_t_a.

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

     Plots for meta-analysis

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

     IDRplot(m,CombineExp=1:(length(grep("zSco_Ex",colnames(m)))),colPos="black",colNeg="red",pchPos="*",pchNeg="*",type="b",ylab="IDR",xlab="z threshold",...)
     CountPlot(kkk,cols,Score=c("FDR","zSco"),kindof=c("two.sided","pos","neg"),type="b",pch="*",ylab="Number of genes",xlab="FDR threshold",CombineExp=1:((ncol(m)-6)/2-1) ,...)

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

       m: result matrix of the function 'zScores'

    type: plot parameter

    ylab: plot parameter

    xlab: plot parameter

     pch: plot parameter

  colPos: color for positive z scores

  colNeg: color for negative z scores

  pchPos: symbol for positive z scores

  pchNeg: symbol for negative z scores

CombineExp: vector of integer- which experiments should be
          combined-default:all experiments

     kkk: result object of function zScoreFDR

    cols: vector of cols, one for each experiment, and one for the
          combination

   Score: should the FDR or the zScore be plotted

  kindof: "pos", "neg" or "two.sided"

     ...: additional plot parameter

_D_e_t_a_i_l_s:

     IDRplot produces a plot described in Choi et al.

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

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

     M.Ruschhaupt

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

     Choi et al, Combining multiple microarray studies and modeling
     interstudy variation. Bioinformatics, 2003, i84-i90.

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

