combine             package:matchprobes             R Documentation

_A _f_u_n_c_t_i_o_n _t_o _c_o_m_b_i_n_e _d_a_t_a _f_r_o_m _d_i_f_f_e_r_e_n_t _A_f_f_y_m_e_t_r_i_x _g_e_n_e_c_h_i_p _t_y_p_e_s
_i_n_t_o _o_n_e _A_f_f_y_B_a_t_c_h.

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

     The function takes two AffyBatches and their respective probe
     sequence information and merges the intensities from the matching
     probes only into one AffyBatch.

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

     combine(batch, probepkg, newcdf, verbose=TRUE)

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

   batch: A 'list' of two AffyBatches.

probepkg: A character vector of length 2, containing the names of the
          probe sequences libraries (for example, 'hgu133aprobe') that
          go with the AffyBatches.

  newcdf: The name of the name CDF environment that is to be created.

 verbose: If TRUE, messages are printed to the console.

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

     This function is EXPERIMENTAL; no guarantee that the resulting
     data makes biological sense.

     You may want to have a look at the code of this function and at
     intermediate results.

     Presently the code is written for two chiptypes, but if necessary
     can now be easily generalized to 'n'>=2.

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

     A list with two elements: 'dat', an 'AffyBatch', and 'cdf', an
     environment, which contains a "CDF" probe-set to probe mapping (as
     for ordinary genechips). cdf is obtrained by restricting the 
     probe-set to probe of the *second* 'batch' and 'probelib'.

     A vignette is being written.

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

     R. Gentleman, Wolfgang Huber

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

       ## 

