mas5                  package:affy                  R Documentation

_M_A_S _5._0 _e_x_p_r_e_s_s_i_o_n _m_e_a_s_u_r_e

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

     This function converts an instance of 'AffyBatch-class' into an
     instance of 'exprSet-class' using our implementation of
     Affymetrix's MAS 5.0 expression measure.

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

     mas5(object, normalize = TRUE, sc = 500, analysis = "absolute", ...)

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

  object: an instance of 'AffyBatch-class'

normalize: logical. If 'TRUE' scale normalization is used after we
          obtain an instance of 'exprSet-class'

      sc: Value at which all arrays will be scaled to.

analysis: should we do absolute or comparison analysis, although
          "comparison" is still not implemented.

     ...: other arguments to be passed to 'expresso'.

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

     This function is a wrapper for  'expresso' and
     'affy.scalevalue.exprSet'.

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

     'exprSet-class' 

     The methods used by this function were implemented based upon
     available documentation. In particular a useful reference is
     Statistical Algorithms Description Document by Affymetrix. Our
     implementation is based on what is written in the documentation
     and as you might appreciate there are places where the
     documentation is less than clear. This function does not give
     exactly the same results. All source code of our implementation is
     available. You are free to read it and suggest fixes. 

     For more information visit this URL:
     http://stat-www.berkeley.edu/users/bolstad/

_S_e_e _A_l_s_o:

     'expresso','affy.scalevalue.exprSet'

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

       data(affybatch.example)
       eset <- mas5(affybatch.example)

