marrayTwo-class        package:marrayClasses        R Documentation

_C_l_a_s_s "_m_a_r_r_a_y_T_w_o", _c_l_a_s_s_e_s _a_n_d _m_e_t_h_o_d_s _f_o_r _m_i_c_r_o_a_r_r_a_y _s_p_o_t _s_t_a_t_i_s_t_i_c_s

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

     This class represents pre- or post-normalization intensity data
     for a batch of cDNA microarrays. A _batch of arrays_ consists of a
     collection of arrays with the same layout  ('"marrayLayout"'). The
     class contains slots for two types of spot statistics (e.g. the
     raw green (Cy3) and red (Cy5) foreground  intensities, or
     normalized log-ratios M and average intensities A), the layout of
     the arrays, and a description of the target samples hybridized to
     the arrays

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form  '  new('marrayRaw','
      '    maX      = ...., # Object of class matrix'
      '    maY      = ...., # Object of class matrix'
      '    maLayout  = ...., # Object of class marrayLayout'
      '    maTargets = ...., # Object of class marrayInfo'
      '  )'

_S_l_o_t_s:

     '_m_a_X': Object of class '"matrix"', any spot statistic, rows
          correspond to spotted probe sequences, columns to arrays in
          the batch.

     '_m_a_Y': Object of class '"matrix"', any spot statistic, rows
          correspond to spotted probe sequences, columns to arrays in
          the batch.

     '_m_a_L_a_y_o_u_t': Object of class '"marrayLayout"',  layout parameters
          for the cDNA microarrays.

     '_m_a_T_a_r_g_e_t_s': Object of class '"marrayInfo"', description of target
          samples hybridized to the arrays.

_M_e_t_h_o_d_s:

     [ 'signature(x = "marrayTwo")': subsetting operator for spots on
          the array and arrays in the batch, ensures that all slots are
          subset properly.

     _m_a_C_o_n_t_r_o_l_s 'signature(object = "marrayTwo")': slot accessor
          method.

     _m_a_C_o_n_t_r_o_l_s<- 'signature(object = "marrayTwo")':  slot assignment
          method. 

     _m_a_G_r_i_d_C_o_l 'signature(object = "marrayTwo")':  method which
          computes a vector of grid column coordinates for each spot.

     _m_a_G_r_i_d_R_o_w 'signature(object = "marrayTwo")': method which computes
          a vector of grid row coordinates for each spot.

     _m_a_L_a_y_o_u_t 'signature(object = "marrayTwo")':  slot accessor method.

     _m_a_L_a_y_o_u_t<- 'signature(object = "marrayTwo", value =
          "marrayLayout")': slot assignment method. 

     _m_a_N_g_c 'signature(object = "marrayTwo")': slot accessor method.

     _m_a_N_g_c<- 'signature(object = "marrayTwo", value = "numeric")': slot
          assignment method. 

     _m_a_N_g_r 'signature(object = "marrayTwo")': slot accessor method.

     _m_a_N_g_r<- 'signature(object = "marrayTwo", value = "numeric")': slot
          assignment method. 

     _m_a_N_s_a_m_p_l_e_s 'signature(object = "marrayTwo")': slot accessor
          method.

     _m_a_N_s_c 'signature(object = "marrayTwo")': slot accessor method.

     _m_a_N_s_c<- 'signature(object = "marrayTwo", value = "numeric")': slot
          assignment method. 

     _m_a_N_s_p_o_t_s 'signature(object = "marrayTwo")': slot accessor method.

     _m_a_N_s_p_o_t_s<- 'signature(object = "marrayTwo", value = "numeric")':
          slot assignment method. 

     _m_a_N_s_r 'signature(object = "marrayTwo")': slot accessor method.

     _m_a_N_s_r<- 'signature(object = "marrayTwo", value = "numeric")': slot
          assignment method. 

     _m_a_P_l_a_t_e 'signature(object = "marrayTwo")': slot accessor method.

     _m_a_P_l_a_t_e<- 'signature(object = "marrayTwo")': slot assignment
          method. 

     _m_a_P_r_i_n_t_T_i_p 'signature(object = "marrayTwo")': method which
          computes a vector of print-tip-group indices for each spot.

     _m_a_S_p_o_t_C_o_l 'signature(object = "marrayTwo")': method which computes
          a vector of spot column coordinates for each spot.

     _m_a_S_p_o_t_R_o_w 'signature(object = "marrayTwo")': method which computes
          a vector of spot row coordinates for each spot.

     _m_a_S_u_b 'signature(object = "marrayTwo")': slot accessor method.

     _m_a_S_u_b<- 'signature(object = "marrayTwo")': slot assignment method. 

     _m_a_T_a_r_g_e_t_s 'signature(object = "marrayTwo")': slot accessor method.

     _m_a_T_a_r_g_e_t_s<- 'signature(object = "marrayTwo", value =
          "marrayInfo")': slot assignment method. 

     _m_a_X 'signature(object = "marrayTwo")': slot accessor method.

     _m_a_X<- 'signature(object = "marrayTwo", value = "matrix")': slot
          assignment method. 

     _m_a_Y 'signature(object = "marrayTwo")': slot accessor method.

     _m_a_Y<- 'signature(object = "marrayTwo", value = "matrix")': slot
          assignment method. 

     _p_r_i_n_t 'signature(x = "marrayTwo")': print method for '"marrayTwo"'
          class.

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

     Sandrine Dudoit, <URL: http://www.stat.berkeley.edu/~sandrine>.

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

     S. Dudoit and Y. H. Yang. (2002). Bioconductor R packages for
     exploratory analysis and normalization of cDNA microarray data. In
     G. Parmigiani, E. S. Garrett, R. A. Irizarry and S. L. Zeger,
     editors, _The Analysis of Gene Expression Data: Methods and
     Software_, Springer, New York.

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

     'marrayLayout', 'marrayRaw', 'marrayNorm', 'marrayInfo',
     'marraySpots', 'print-methods', '[-methods'.

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

     ## See marrayRaw

