marraySpots-class       package:marrayClasses       R Documentation

_C_l_a_s_s "_m_a_r_r_a_y_S_p_o_t_s", _c_l_a_s_s_e_s _a_n_d _m_e_t_h_o_d_s _f_o_r _p_r_o_b_e _s_e_q_u_e_n_c_e_s _s_p_o_t_t_e_d _o_n _m_i_c_r_o_a_r_r_a_y_s

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

     This class stores information on the spotted probe sequences for a
     batch of arrays. A _batch of arrays_ consists of a collection of
     arrays with the same layout  ('"marrayLayout"'). The class
     contains slots for the layout of the arrays, and a description of
     the probe sequences spotted onto 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('marraySpots','
      '    maGnames = ...., # Object of class marrayInfo'
      '    maLayout  = ...., # Object of class marrayLayout'

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

     '_m_a_G_n_a_m_e_s': Object of class '"marrayInfo"',  description of
          spotted probe sequences.

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

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

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

     _c_o_e_r_c_e 'signature(from = "marrayRaw", to = "marraySpots")': coerce
          an object of class '"marrayRaw"' into an object of class
          '"marraySpots"'. 

     _c_o_e_r_c_e 'signature(from = "marrayNorm", to = "marraySpots")':
          coerce an object of class '"marrayNorm"' into an object of
          class '"marraySpots"'.  

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

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

     _m_a_G_n_a_m_e_s 'signature(object = "marraySpots")': slot accessor
          method.

     _m_a_G_n_a_m_e_s<- 'signature(object = "marraySpots", value =
          "marrayInfo")': slot assignment method. 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

     _p_r_i_n_t 'signature(x = "marraySpots")': print method for
          '"marraySpots"' 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',
     'marrayTwo', 'print-methods', '[-methods'.

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

     ## See marrayRaw

