assessAll              package:affycomp              R Documentation

_A_s_s_e_s_s_m_e_n_t _f_u_n_c_t_i_o_n_s

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

     Assessment functions. Takes a couple of  'ExpressionSet-class',
     one for spike in another for the dilution and returns a list with
     necessary information to create assessment plots.

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

     assessAll(d,s,method.name=NULL,verbose=TRUE)

     affycomp(d,s,method.name=NULL,verbose=TRUE,return.it=TRUE)

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

       d: An 'ExpressionSet-class' containing the expression measures
          for the Gene Logic's dilution experiment.

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

method.name: Name of expression measure being assessed.

 verbose: verbosity flag.

return.it: if 'TRUE' returns assessment lists.

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

     'assessAll' performs assessments for Figures 1-6. It is a wrapper
     for 'assessDilution' and 'assessSpikeIn'.

     'affycomp' is a wrapper that does it all... including the plotting
     and creation of table.

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

     Lists with the necessary information to make the Figures.

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

     Rafael A. Irizarry

