DGEList-class             package:edgeR             R Documentation

_D_i_g_i_t_a_l _G_e_n_e _E_x_p_r_e_s_s_i_o_n _d_a_t_a - _c_l_a_s_s

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

     A simple list-based class for storing read counts from digital
     gene expression technologies.

_S_l_o_t_s/_L_i_s_t _C_o_m_p_o_n_e_n_t_s:

     Objects of this class contain the following list components:

       'data':      numeric matrix containing the read counts.
       'lib.size':  numeric vector containing the total number of reads for each library (column of 'code').
       'group':     vector giving the experimental group/condiction.

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

     This class inherits directly from class 'list' so any operation
     appropriate for lists will work on objects of this class.
     'DGEList' objects also have a 'show' method.

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

     Mark Robinson

