GlobalAncova          package:GlobalAncova          R Documentation

_M_e_t_h_o_d_s _f_o_r _F_u_n_c_t_i_o_n _G_l_o_b_a_l_A_n_c_o_v_a

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

     There are three possible ways of using 'GlobalAncova'. The general
     way is to define formulas for the full and reduced model,
     respectively, where the formula terms correspond to variables in
     'model.dat'. An alternative is to specify the full model and the
     name of the model terms that shall be tested regarding
     differential expression. In order to make this layout compatible
     with the function call in the first version of the package there
     is also a method where simply a group variable (and possibly
     covariate information) has to be given. This is maybe the easiest
     usage in cases where no 'special' effects like e.g. interactions
     are of interest.

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

     _x_x = "_m_a_t_r_i_x", _f_o_r_m_u_l_a._f_u_l_l = "_f_o_r_m_u_l_a", _f_o_r_m_u_l_a._r_e_d = "_f_o_r_m_u_l_a", _m_o_d_e_l._d_a_t = "_A_N_Y", _g_r_o_u_p = "_m_i_s_s_i_n_g", _c_o_v_a_r_s = "_m_i_s_s_i_n_g", _t_e_s_t._t_e_r_m_s = "_m_i_s_s_i_n_g" In
          this method, besides the expression matrix 'xx', model
          formulas for the full and reduced model and a data frame
          'model.dat' specifying corresponding model terms have to be
          given. Terms that are included in the full but not in the
          reduced model are those whose association with differential
          expression will be tested. The arguments 'group', 'covars'
          and 'test.terms' are '"missing"' since they are not needed
          for this method.

     _x_x = "_m_a_t_r_i_x", _f_o_r_m_u_l_a._f_u_l_l = "_f_o_r_m_u_l_a", _f_o_r_m_u_l_a._r_e_d = "_m_i_s_s_i_n_g", _m_o_d_e_l._d_a_t = "_A_N_Y", _g_r_o_u_p = "_m_i_s_s_i_n_g", _c_o_v_a_r_s = "_m_i_s_s_i_n_g", _t_e_s_t._t_e_r_m_s = "_c_h_a_r_a_c_t_e_r" In
          this method, besides the expression matrix 'xx', a model
          formula for the full model and a data frame 'model.dat'
          specifying corresponding model terms are required. The
          character argument 'test.terms' names the terms of interest
          whose association with differential expression will be
          tested. The basic idea behind this method is that one can
          select single terms, possibly from the list of terms provided
          by previous 'GlobalAncova' output, and test them without
          having to specify each time a model formula for the reduced
          model. The arguments 'formula.red', 'group' and 'covars' are
          '"missing"' since they are not needed for this method.

     _x_x = "_m_a_t_r_i_x", _f_o_r_m_u_l_a._f_u_l_l = "_m_i_s_s_i_n_g", _f_o_r_m_u_l_a._r_e_d = "_m_i_s_s_i_n_g", _m_o_d_e_l._d_a_t = "_m_i_s_s_i_n_g", _g_r_o_u_p = "_n_u_m_e_r_i_c", _c_o_v_a_r_s = "_A_N_Y", _t_e_s_t._t_e_r_m_s = "_m_i_s_s_i_n_g" Besid
          es the expression matrix 'xx' a clinical variable 'group' is
          required. Covariate adjustment is possible via the argument
          'covars' but more complex models have to be specified with
          the methods described above. This method emulates the
          function call in the first version of the package. The
          arguments 'formula.full', 'formula.red', 'model.dat' and
          'test.terms' are '"missing"' since they are not needed for
          this method.

