ExpressionSetList-class         package:XDE         R Documentation

_A _c_l_a_s_s _f_o_r _c_o_n_t_a_i_n_i_n_g _a _l_i_s_t _o_f _E_x_p_r_e_s_s_i_o_n_S_e_t_s

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

     Each element in the list must be a valid 'ExpressionSet'.  The
     'featureNames' must be identical for each 'ExpressionSet'.

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

     Objects can be created by calls of the form
     'new("ExpressionSetList", ...)'.

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


     '._D_a_t_a': Object of class '"list"'

_E_x_t_e_n_d_s:

     Class '"list"', from data part. Class '"vector"', by class "list",
     distance 2. Class 'class.AssayData', by class "list", distance 2.

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



     ._i_n_t_e_g_r_a_t_i_v_e_C_o_r_r_e_l_a_t_i_o_n_F_i_l_t_e_r 'signature(object =
          "ExpressionSetList")' Experimental function for filtering an
          arbitrary list of ExpressionSets by integrative correlation. 
          Genes are excluded that do not exceed the fdr threshold in at
          least 1 of the studies.

     "[" 'signature(x = "ExpressionSetList")' Subsets each
          'ExpressionSet' element in the list.

     _c_o_e_r_c_e 'signature(from = "list", to = "ExpressionSetList")'
          Coerces a list of 'ExpressionSet' objects to an object of
          class 'ExpressionSetList'. The 'validityMethod' for the
          'ExpressionSetList' class will return an error if the
          'featureNames' for each 'ExpressionSet' are not identical.

     _d_i_m 'signature(x="ExpressionSetList")' applies 'dim' to each
          element of the list. 

     _f_e_a_t_u_r_e_N_a_m_e_s 'signature(object = "ExpressionSetList")' Accessor
          for the 'featureNames'

     _g_e_n_e_C_e_n_t_e_r 'signature(object = "ExpressionSetList")' See
          'geneCenter'

     _l_a_p_p_l_y 'signature(object="ExpresssionSetList")' Coerces instance
          of ExpressionSetList to a list and does lapply on the list.
          Returns an object of class ExpressionSetList

     _n_S_a_m_p_l_e_s 'signature(x = "ExpressionSetList")' Numerical vector
          giving the number of samples in each 'ExpressionSet'

     _n_r_o_w 'signature(x = "ExpressionSetList")' Numerical: number of
          features or genes

     _p_D_a_t_a 'signature(object = "ExpressionSetList")' returns a list of
          'data.frames'.  The elements of the list correspond to the
          studies in the 'ExpressionSetList' object.

     ._p_c_a 'signature(object = "ExpressionSetList")' Runs principal
          components to generate cross-study summary scores of
          differential expression in multiple studies.  Not meant to be
          called directly.  See 'xsScores'.

     _s_t_a_n_d_a_r_d_i_z_e_S_a_m_p_l_e_s 'signature(object = "ExpressionSetList")' See
          'standardizeSamples'


     _s_t_u_d_y_C_e_n_t_e_r 'signature(object = "ExpressionSetList")' See
          'studyCenter'


     _z_e_r_o_N_u 'signature(object = "ExpressionSetList")' See 'zeroNu'. 

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

     R. Scharpf

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

     'XdeMcmc-class', 'XdeParameter-class'

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

             showClass("ExpressionSetList")
             data(expressionSetList)

