merge.AffyBatch package:affy R Documentation _m_e_r_g_e _t_w_o _A_f_f_y_B_a_t_c_h _o_b_j_e_c_t_s _D_e_s_c_r_i_p_t_i_o_n: merge two AffyBatch objects into one. _U_s_a_g_e: merge.AffyBatch(x, y, annotation = paste(annotation(x), annotation(y)), description = NULL, notes = paste(x@notes, y@notes), ...) _A_r_g_u_m_e_n_t_s: x: an 'AffyBatch' y: an 'AffyBatch' annotation: a 'character' description: a 'characterORmiame', eventualy 'NULL' notes: a 'character' ...: ~~Describe '...' here~~ _D_e_t_a_i_l_s: To be done. _V_a_l_u_e: A object if class 'AffyBatch'. _S_e_e _A_l_s_o: 'AffyBatch-class' _E_x_a_m_p_l_e_s: data(affybatch.example) m.abatch <- merge(affybatch.example, affybatch.example2)