maigesRaw-class          package:maigesPack          R Documentation

_m_a_i_g_e_s_R_a_w _c_l_a_s_s, _s_t_o_r_e _r_a_w _m_i_c_r_o_a_r_r_a_y _d_a_t_a_s_e_t_s

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

     This class describes objects to handle intensity values and
     information about genes and samples used in the data. Objects of
     this class are obtained from class 'maigesPreRaw' using function
     'createMaigesRaw'.

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

     This class of objects defines a real raw object that is used to do
     the normalisation. Objects of this class are generated from
     objects of class 'maigesPreRaw' using the function
     'createMaigesRaw'. Here it is possible to do several plots for
     exploratory analysis using functions from _marray_ package. Using
     the function 'selSpots', you select spots to use in the
     normalisation method, that is done by the functions 'normLoc',
     'normOLIN', 'normRepLoess', 'normScaleLimma' and
     'normScaleMarray'.

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


     '_S_f': numeric matrix containing the test samples spots intensity
          values, spots corresponding to rows and data tables (or
          chips) corresponding to columns.

     '_S_b': numeric matrix containing the test samples local background
          values, spots corresponding to rows and data tables (or
          chips) corresponding to columns.

     '_S_d_y_e': character vector with length equal the length of data
          files (chips), specifying the channel ('ch1' or 'ch2') used
          to label each test sample in each chip.

     '_R_f': numeric matrix containing the reference samples spots
          intensity values, spots corresponding to rows and data tables
          (or chips) corresponding to columns.

     '_R_f': numeric matrix containing the reference samples spots
          intensity values, spots corresponding to rows and data tables
          (or chips) corresponding to columns.

     '_R_d_y_e': character vector with length equal the length of data
          files (chips), specifying the channel ('ch1' or 'ch2') used
          to label each reference sample in each chip.

     '_F_l_a_g': matrix specifying the flags for the spots, as in the
          matrices above, rows and columns correspond to genes and
          samples, respectively. Type o value may be numeric or
          character, depending of the flags used.

     '_B_a_d_S_p_o_t_s': logical vector specifying spots that was judged as bad
          ones. By default this slot is created as a vector of FALSEs
          with same length as number of spots.

     '_U_s_e_S_p_o_t_s': logical matrix indexing the spots to be used for
          normalisation.

     '_G_e_n_e_G_r_p_s': a logical matrix with rows representing the spots and
          columns representing different gene groups. Each column give
          the index of spots in that gene group.

     '_P_a_t_h_s': list containing 'graphNEL' objects specifying gene
          regulatory networks (or pathways). The first object in this
          list is a char string giving the gene label used to match the
          genes.

     '_L_a_y_o_u_t': a list containing the number of rows ('gridR') and
          columns ('gridC') of grids, the number of rows ('spotR') and
          columns ('spotC') of spots inside each grid and the total
          number of spots.

     '_G_l_a_b_e_l_s': data frame giving the gene labels. These labels are
          generally used during the data analysis.

     '_S_l_a_b_e_l_s': data frame giving the sample labels. These labels are
          generally used during the data analysis.

     '_N_o_t_e_s': char string that receives any comment about the dataset.
          The dataset description is stored in this slot.

     '_D_a_t_e': char string giving the date and hour that the object was
          created.

     '_V._i_n_f_o': list containg three characters. The first one is a
          string containing the R version used when the object was
          created. The second is a char vector with base packages and
          the last one is another char vector with additional packages
          and version numbers.

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


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

     _b_o_x_p_l_o_t 'signature(x = 'maigesRaw')': boxplot method for
          'maigesRaw' class. Display boxplots of the slides and print
          tip groups using package _marray_.

     _d_i_m 'signature(x = 'maigesRaw', value = 'numeric')': get the
          dimensions of the object, numeric vector of length two.

     _i_m_a_g_e 'signature(x = 'maigesRaw')': image method for 'maigesRaw'
          class. Display colour representation of the slides using
          package _marray_.

     _p_l_o_t 'signature(x = 'maigesRaw')': plot method for 'maigesRaw'
          class. Display _MA_ plots.

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

     _s_h_o_w 'signature(x = 'maigesRaw')': show method for 'maigesRaw'
          class.

     _s_u_m_m_a_r_y 'signature(x = 'maigesRaw')': summary method for
          'maigesRaw' class.

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

     Gustavo H. Esteves <gesteves@vision.ime.usp.br>

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

     'createMaigesRaw', 'selSpots', 'normLoc', 'normOLIN',
     'normRepLoess', 'normScaleLimma' and 'normScaleMarray'.

