cbind               package:beadarray               R Documentation

_C_o_m_b_i_n_e _B_e_a_d_L_e_v_e_l_L_i_s_t _o_r _B_e_a_d_S_u_m_m_a_r_y_L_i_s_t _O_b_j_e_c_t_s

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

     Combine a series of 'BeadLevelList' or combine a series of
     'BeadSummaryList' objects.

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

     ## S3 method for class 'BeadSummaryList':
     cbind(..., deparse.level=1)
     ## S3 method for class 'BeadSummaryList':
     rbind(..., deparse.level=1)

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

     ...: 'BeadLevelList' objects or 'BeadSummaryList' objects

deparse.level: not currently used, see 'cbind' in the base package

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

     'cbind' combines data objects assuming the same gene lists but
     different arrays. 'rbind' combines data objects assuming
     equivalent arrays, i.e., the same RNA targets, but different
     genes.

     For 'cbind', the matrices of expression data from the individual
     objects are cbinded. The data.frames of target information, if
     they exist, are rbinded. The combined data object will preserve
     any additional components or attributes found in the first object
     to be combined. For 'rbind', the matrices of expression data are
     rbinded while the target information, in any, is unchanged.

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

     An 'BeadLevelList' or 'BeadSummaryList' object holding data from
     all the arrays and all genes from the individual objects.

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

     Gordon Smyth, modified by Mike Smith for BeadSummaryList object

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

     'cbind' in the base package.

