addXYfromGAL       package:arrayQualityMetrics       R Documentation

_C_o_m_p_u_t_i_n_g _t_h_e _c_o_o_r_d_i_n_a_t_e_s _o_f _t_h_e _s_p_o_t_s _o_n _a _s_l_i_d_e

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

     From the coordinates of the blocks of a microarray slide and the
     Row and Column locations of the spots within the blocks,
     'addXYfromGAL' computes the X and Y coordinates of the spots of a
     slide.

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

     addXYfromGAL(x, gal.file, nBlocks, skip, ...)

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

       x: is an 'AnnotatedDataFrame' representing the featureData of an
          object. 

gal.file: name of the file .gal that contains the coordinates of the
          blocks. 

 nBlocks: number of blocks on the slide. 

    skip: number of header lines to skip when reading the gal.file. 

     ...: Arguments that get passed on to 'read.table'.

_V_a_l_u_e:

     The object 'x' of class 'AnnotatedDataFrame' will be returned with
     two added columns: X and Y corresponding to the absolute position
     of the probes on the array.

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

     Audrey Kauffmann, Wolfgang Huber. Maintainer: <audrey@ebi.ac.uk>

