CoHyperGParams-class         package:PCpheno         R Documentation

_C_l_a_s_s "_C_o_H_y_p_e_r_G_P_a_r_a_m_s"

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

     A parameter class for representing all parameters needed for
     running the 'hyperGTest' method with multiprotein complexes.

_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("CoHyperGParams",...)'.

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


     '_g_e_n_e_I_d_s': Object of class '"ANY"': A vector of gene identifiers. 
          Numeric and character vectors are probably the only things
          that make sense.  These are the gene ids for the selected
          gene set.

     '_u_n_i_v_e_r_s_e_G_e_n_e_I_d_s': Object of class '"ANY"': A vector of gene ids
          in the same format as 'geneIds' defining a subset of the gene
          ids on the chip that will be used as the universe for the
          hypergeometric calculation.  If this is 'NULL' or has length
          zero, then all gene ids on the chip will be used.

     '_a_n_n_o_t_a_t_i_o_n': A string giving the name of the annotation data
          package for the chip used to generate the data.

     '_c_a_t_e_o_g_r_y_S_u_b_s_e_t_I_d_s': Object of class '"ANY"': If the test method
          supports it, can be used to specify a subset of category ids
          to include in the test instead of all possible category ids.

     '_c_a_t_e_g_o_r_y_N_a_m_e': A string describing the category. Usually set
          automatically by subclasses.  For example "ScISI".

     '_p_v_a_l_u_e_C_u_t_o_f_f': The p-value to use as a cutoff for significance
          for testing methods that require it.  This value will also be
          passed on to the result instance and used for display and
          counting of significant results.  The default is 0.01.

     '_t_e_s_t_D_i_r_e_c_t_i_o_n': A string indicating whether the test should be
          for overrepresentation ('"over"') or underrepresentation
          ('"under"').

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


     _h_y_p_e_r_G_T_e_s_t 'signature(p = "HyperGParams")': Perform hypergeometric
          tests to assess over-representation of category ids in the
          gene set.  See the documentation for the generic function for
          details.  This method must be called with a proper subclass
          of 'HyperGParams'.

     '_g_e_n_e_I_d_s(_r)', '_g_e_n_e_I_d_s(_r) <- _v_a_l_u_e' Accessors for the gene
          identifiers that will be used as the selected gene list.

     _c_o_d_e{_a_n_n_o_t_a_t_i_o_n(_o_b_j_e_c_t)} Accessor for annotation

     '_o_n_t_o_l_o_g_y(_r)' Accessor for GO ontology.

     '_p_v_a_l_u_e_C_u_t_o_f_f(_r)', '_p_v_a_l_u_e_C_u_t_o_f_f(_r) <-         _v_a_l_u_e' Accessor for
          the p-value cutoff.  When setting, 'value' should be a
          numeric value between zero and one.

     '_t_e_s_t_D_i_r_e_c_t_i_o_n' Accessor for the test direction.  When setting,
          'value' must be either "over" or "under".

     '_u_n_i_v_e_r_s_e_G_e_n_e_I_d_s(_r)' accessor for vector of gene identifiers.

     '_i_s_C_o_n_d_i_t_i_o_n_a_l(_r)' Returns 'TRUE' if the instance has its
          conditional flag set


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

     S. Falcon and N. LeMeur

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

     'HyperGResult-class' 'CoHyperGResult-class' 'hyperGTest'

