binByRef              package:flowStats              R Documentation

_B_i_n _a _t_e_s_t _d_a_t_a _s_e_t _u_s_i_n_g _b_i_n_s _p_r_e_v_i_o_u_s_l_y _c_r_e_a_t_e_d _b_y _p_r_o_b_a_b_i_l_i_t_y _b_i_n_n_i_n_g 
_a _c_o_n_t_r_o_l _d_a_t_a_s_e_t

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

     The bins generated by probability binning a control data set can
     be applied to a test data set to perfom statistical comparisions
     by methods such as the Chi-squared test or the probability binning
     statistic.

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

     binByRef(binRes, data)

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

  binRes: The result generated by calling teh 'probBin' function on a
          control dataset.

    data: An object of class 'flowFrame'

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

     An enviroment containing the matrices for each bin of the test
     data set

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

     Nishant Gopalakrishnan

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

     'plotBins', 'proBin'

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

     data(GvHD)
     resCtrl<-proBin(GvHD[[1]],200)  
     resSample<-binByRef(resCtrl,GvHD[[2]])
     ls(resSample)

