combineData-methods           package:HELP           R Documentation

_C_o_m_b_i_n_e _d_a_t_a (_m_e_t_h_o_d_s)

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

     Methods for calculating trimmed and/or weighted means of groups of
     rows in a given data matrix.

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



     _x = "_m_i_s_s_i_n_g", _y = "_m_i_s_s_i_n_g", _w = "_m_i_s_s_i_n_g" Handle empty function
          call 

     _x = "_v_e_c_t_o_r", _y = "_m_i_s_s_i_n_g", _w = "_m_i_s_s_i_n_g" Handle partially empty
          function call. Reinterpret with default parameters instead of
          missing values. 

     _x = "_v_e_c_t_o_r", _y = "_m_i_s_s_i_n_g", _w = "_v_e_c_t_o_r" Handle partially empty
          function call. Reinterpret with default parameters instead of
          missing values.  

     _x = "_v_e_c_t_o_r", _y = "_v_e_c_t_o_r", _w = "_m_i_s_s_i_n_g" Handle partially empty
          function call. Reinterpret with default parameters instead of
          missing values.  

     _x = "_v_e_c_t_o_r", _y = "_v_e_c_t_o_r", _w = "_v_e_c_t_o_r" Handle input of three
          vectors specifying data, grouping, and weighting information,
          respectively. Note that the data and weighting inputs are
          handled as matrices.  

     _x = "_m_a_t_r_i_x", _y = "_v_e_c_t_o_r", _w = "_m_i_s_s_i_n_g" Handle partially empty
          function call. Reinterpret with default parameters instead of
          missing values.  

     _x = "_m_a_t_r_i_x", _y = "_v_e_c_t_o_r", _w = "_m_a_t_r_i_x" Handle input of one
          matrix, one vector, and one matrix specifying data, grouping,
          and weighting information, respectively.  

     _x = "_E_x_p_r_e_s_s_i_o_n_S_e_t", _y = "_m_i_s_s_i_n_g", _w = "_m_i_s_s_i_n_g" Handle input of
          an object of class 'ExpressionSet'. Derive grouping and
          weighting data from 'featureData' and 'AssayDataElement',
          respectively. 

     _x = "_E_x_p_r_e_s_s_i_o_n_S_e_t", _y = "_v_e_c_t_o_r", _w = "_m_i_s_s_i_n_g" Handle input of
          an object of class 'ExpressionSet' and a vector specifying
          grouping information. Derive weighting data from
          code{AssayDataElement}. 

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

     Reid F. Thompson (rthompso@aecom.yu.edu)

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

     'combineData'

