Simon                package:genArise                R Documentation

_D_a_t_a_s_e_t: _L_i_t_t_l_e _f_r_a_g_m_e_n_t _o_f _a _m_i_c_r_o_a_r_r_a_y _f_r_o_m _I_F_C _U_N_A_M

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

     This structure is a data fragment of a yeast microarray from the
     Microarrays Unit in IFC UNAM. The original microarray contains 6
     meta-rows and 4 meta-columns, however this data just belongs to
     the first meta-row order in a way of 2 meta-rows and 2
     meta-columns.

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

     data(Simon)

_F_o_r_m_a_t:

     A list that contains 1104 observations, because the dimensions of
     this example are: 2 meta-rows, 2 meta-columns, 23 rows, 24
     columns.

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

     data(Simon)
     #A preview from the chip
     datos <- attr(Simon, "spotData")
     M <- log(datos$Cy3, 2) - log(datos$Cy5, 2)
     imageLimma(M, 23, 24, 2, 2)

