qpcrBatch-class           package:qpcrNorm           R Documentation

_C_l_a_s_s _q_p_c_r_B_a_t_c_h

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

     This is a class representation for qPCR expression data.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created using the function 'readQpcr' or
     'readQpcrBatch' to read in  raw data from a text file(s). Objects
     can also be created by using 'new("qpcrBatch", ...)'.

_S_l_o_t_s:


     '_g_e_n_e_N_a_m_e_s': Character vector denoting gene or primer pair names. 

     '_p_l_a_t_e_I_n_d_e_x': Character vector denoting plate indices. 

     '_e_x_p_r_s': Matrix of qPCR expression values, normally these are the
          Ct values. 

     '_n_o_r_m_a_l_i_z_e_d': Logical value, TRUE if expression data has been
          normalized. 

     '_n_o_r_m_G_e_n_e_s': Character vector of genes used by the normalization
          algorithm. 

_M_e_t_h_o_d_s:

     No methods have yet been defined with class "qpcrBatch" in the
     signature.

_N_o_t_e:

     This class is better describe in the vignette.

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

     Jess Mar jess@jimmy.harvard.edu

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

     ## load example data 
     data(qpcrBatch.object)
     class(qpcrBatch.object)

