normailzeSets             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:

     Aligns up peaks for parameters across multiple flowSets using the
     'warpSet' method from the 'flowStats' package.

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

       normalizeSets(flowList,dupes,peaks=NULL)

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

flowList: A list of 'flowSet' 

   dupes: Stains that are to be aligned across multiple 'flowSet' 

   peaks: Number of peaks expected in the distribution.  If NULL is
          passed as input, The number of peaks to align are estimated
          from the distribution 

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

     This function can be used to normalize dye information across
     multiple flowSets so that the peaks in the distributions align. 
     The method makes use of information provided in the description
     field of each flowFrame to align up floursecense  information from
     multiple 'flowSet'.

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

     A 'list' of objects of class 'flowSet'.

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

     Nishant Gopalakrishnan

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

     'locateDuplicatedParameters'

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

     ## Not run: 

     ## End(Not run)

