testGatingCompliance        package:flowUtils        R Documentation

_F_u_n_c_t_i_o_n _t_o _p_e_r_f_o_m _a_l_l _t_h_e _g_a_t_i_n_g-_M_L _C_o_m_p_l_i_a_n_c_e _t_e_s_t_s

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

     This funtion performs all the gating-ML compliance tests. The XML
     files, data files and the Expected  results provided by the
     gatingMLData are utilized in performing the compliance tests. The
     results obtained are compared with the expected results and a
     summary html report is generated.

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

      testGatingCompliance(file)

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

    file: name of the file in which the report generated is to be saved 

_D_e_t_a_i_l_s:

     The testGatingCompliance depends on the data package gatingMLData
     for performing  the compliance tests

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

     Gopalakrishnan N

_R_e_f_e_r_e_n_c_e_s:

     Gating-ML Candidate Recommendation for Gating Description in Flow
     Cytometry V 1.5

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

     ## Not run: 
     ### performs all the Gating compliance tests  and writes the results to mytest.html
     testGatingCompliance("mytest")
     ## End(Not run)

