batch                package:cellHTS2                R Documentation

_A_c_c_e_s_s _a_n_d _r_e_p_l_a_c_e _t_h_e _b_a_t_c_h _i_n_f_o_r_m_a_t_i_o_n _o_f _a _c_e_l_l_H_T_S _o_b_j_e_c_t

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

     This method accesses and replaces the batch data stored in the
     slot 'plateData' of a 'cellHTS' object.

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

     batch(object)
     batch(object) <- value

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

  object: object of class 'cellHTS'.

   value: a dataframe of integer values giving the batch number for
          each plate, and sample.

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

     'batch' returns a dataframe containing the contents of slot
     'plateData$Batch'. This dataframe has dimensions number of plates
     x number of samples of the 'cellHTS' object.

     See class 'cellHTS' for details.

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

     Ligia Bras ligia@ebi.ac.uk

_R_e_f_e_r_e_n_c_e_s:

     Boutros, M., Bras, L.P. and Huber, W. (2006) Analysis of
     cell-based RNAi screens, _Genome Biology_ *7*, R66.

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

     'cellHTS', 'nbatch'

