locateDuplicatedParameters       package:flowQ       R Documentation

_L_o_c_a_t_e _D_u_p_l_i_c_a_t_e_d _P_a_r_a_m_e_t_e_r_s

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

     Identifies dyes that are repeated arcross multiple flowSets using
     information provided in the description field of each flowFrame.

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

       locateDuplicatedParameters(flowList)

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

flowList: A list of 'flowSet' 

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

     This function is used internally by the qaProcess functions to
     identify dyes that are repeated across multiple aliquots. The
     function takes in  a list of 'flowSet' and identifies stains that
     are repeated across multiple flowSets (aliquots). These parameters
     are expected to have the same distribution across aliquots and can
     be used for Quality control. The method looks for the information
     provided in the description field of each flowFrame.

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

     An object of class 'qaProcess'.

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

     Nishant Gopalakrishnan

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

     'normalizeSets'

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

     ## Not run: 

     ## End(Not run)

