affycompPlot            package:affycomp            R Documentation

_A_s_s_e_s_s_m_e_n_t _P_l_o_t_s

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

     Function that makes assessment plot

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

     affycompPlot(...,assessment.list=NULL,method.names=NULL,
                  figure1.xlim=c(-4,15),figure1.ylim=c(-10,12),
                  figure1b.xlim=c(-2,14),figure1b.ylim=c(-6,5),
                  figure6a.xlim=c(-12,12),figure6a.ylim=c(-12,12),
                  figure6b.xlim=c(-3,3),figure6b.ylim=c(-6,6))

     affycomp.compfigs(l, method.names = NULL, figure1.xlim = c(-4, 15),
                      figure1.ylim = c(-10, 12), figure1b.xlim = c(-4, 15),
                      figure1b.ylim = c(-4, 4), figure6a.xlim = c(-12, 12),
                      figure6a.ylim = c(-12, 12), figure6b.xlim = c(-3, 3),
                      figure6b.ylim = c(-6, 6))
     affycomp.figures(l)
     affycomp.figure.calls(what)
     affycomp.compfigs.calls(what)

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

     ...: lists produced by the assessment functions (one for each
          method) separated by commas.

assessment.list: Alternatively, one can also send a list of lists
          produced by one of the assessment functions

method.names: A character vector with the names of the epxression
          measure methodology.

figure1.xlim: x-axis lim used for the plots in Figure 1.

figure1.ylim: y-axis lim used for the plots in Figure 1.

figure1b.xlim: x-axis lim used for the plots in Figure 1b.

figure1b.ylim: y-axis lim used for the plots in Figure 1b.

figure6a.xlim: x-axis lim used for the plots in Figure 6a.

figure6a.ylim: y-axis lim used for the plots in Figure 6a.

figure6b.xlim: x-axis lim used for the plots in Figure 6b.

figure6b.ylim: y-axis lim used for the plots in Figure 6b.

       l: list with assessment lists as components.

    what: a dummy variable to know what function call to create.

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

     Read the vignette for more details on what each Figure is. Once an
     assessment is used this function knows what to do. You can call
     any of the assessment functions described in 'assessSpikeIn',
     'assessDilution' and 'assessSD'.

     'affycomp.figures', 'affycomp.figure.calls',
     'affycomp.compfigs.calls' are auxiliary functions.

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

     Figures are produced.

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

     Rafael A. Irizarry

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

     data(rma.assessment)
     data(mas5.assessment)
     affycompPlot(rma.assessment,mas5.assessment)
     affycompPlot(rma.assessment$FC)
     affycompPlot(rma.assessment$Dilution,mas5.assessment$Dilution)
     affycompPlot(rma.assessment$Dilution,mas5.assessment$Dilution)
     affycompPlot(rma.assessment$Signal,mas5.assessment$Signal)
     affycompPlot(rma.assessment$Dilution,mas5.assessment$Dilution)
     affycompPlot(rma.assessment$FC2,mas5.assessment$FC2)

