image-methods              package:xps              R Documentation

_D_i_s_p_l_a_y _a_n _I_m_a_g_e

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

     Creates an image for each sample.

     _Usage_

     ' image(x, bg = FALSE, transfo = log2, col = gray((0:64)/64),
     names = "namepart", xlab = "", ylab = "", ...) '

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

       x: object of class 'DataTreeSet'.

      bg: logical. If 'FALSE', intensities from slot 'data' will be
          used; if 'TRUE', background intensities from slot 'bgrd' will
          be used.

 transfo: a valid function to transform the data, usually log2, or
          0.

     col: color range for intensities.

   names: optional vector of sample names.

     ...: optional arguments to be passed to 'image'.

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

     Creates an image for each array. For 'bgrd=TRUE' the distribution
     of the computed background intensities will be shown; this can be
     useful to see potential density gradients caused by hybridization
     conditions. For the computation of background intensities see
     function 'bgcorrect'; it is suggested to use 'bgcorrect.mas4' to
     identify density gradients.

     For 'names=NULL' full column names of slot 'data' will be
     displayed while for  'names="namepart"' column names will be
     displayed without name extension. If 'names' is a vector of column
     names, only these columns will displayed as image.

_N_o_t_e:

     Data must first be attached to class 'DataTreeSet' using method
     'attachInten'.

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

     Christian Stratowa

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

     'image.dev', 'image'

