imputeFlag              package:ABarray              R Documentation

_P_e_r_f_o_r_m _i_m_p_u_t_a_t_i_o_n _f_o_r _m_i_s_s_i_n_g _v_a_l_u_e_s (_F_L_A_G > _5_0_0_0)

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

     Perform imputation for missing values.

_U_s_a_g_e:

     imputeFlag(raw, pd = NULL, group = "", impute = "avg")

_A_r_g_u_m_e_n_t_s:

     raw: a matrix containing gene expression with missing values
          labeled as NA 

      pd: phenoData object 

   group: which group should average be performed 

  impute: choice of impute method, only avg (average) is implemented 

_V_a_l_u_e:

     a list containing a matrix with the imputed values and rows that
     are imputed.

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

     Y Andrew Sun

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

     #-imputed <- imputeFlag(raw, pd, group = "tissue", impute = "avg")  ##- sn ratio matrix

