assessSpikeIn2           package:affycomp           R Documentation

_N_e_w _A_s_s_e_s_s_m_e_n_t _f_u_n_c_t_i_o_n_s _f_o_r _S_p_i_k_e _I_n _D_a_t_a

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

     These functions are assessment functions. Each takes an
     'ExpressionSet-class' and returns a list with necessary
     information to create assessment plots.

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

     assessSpikeIn2(s,method.name=NULL,verbose=TRUE)

     assessSpikeInSD(exprset,method.name=NULL,span=1/3)
     assessLS(exprset,method.name=NULL)
     assessMA2(exprset,method.name=NULL)

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

       s: An 'ExpressionSet-class' containing expression measures for
          Affymetrix's spike-in experiment.

 exprset: An 'ExpressionSet-class' containing expression measures for
          Affymetrix's spike-in experiment.

method.name: Name of expression measure being assessed.

 verbose: logical. If 'TRUE' show messages.

    span: span used in call to 'loess'.

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

     'assessMA2' performs the assessment for the second MA-plot (Figure
     1b), 'assessLS' performs the assessment for signal detection plot
     (Figure 4c), 'assessMA2' also performs assessments used by
     fold-change related  plots (Figures 5c-f). 'assessSpikeInSD' is
     for the standard deviation assessment of Figure 2b.
     'assessSpikeIn2' is a wrapper for all these and returns a list of
     lists.

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

     Lists with the necessary information to make the Figures.

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

     Rafael A. Irizarry

