mkEq                  package:ccems                  R Documentation

_M_a_k_e _E_q_u_a_l_i_t_y _C_o_n_s_t_r_a_i_n_t_s _L_i_s_t_s

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

     This function converts a dataframe/chunk of models with either k
     or K equalities into a list structure that maps the trackers onto
     the independent parameter estimate.

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

      mkEq(g,chunk,activity=FALSE) 

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

       g: The output of 'mkg'. 

   chunk: The 'chunk' component of the output of 'mkGrids' and
          'mkSpurs'.  

activity: This is 'TRUE' if the desired output is 'keq' and 'FALSE' if
          it is 'Keq'.   

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

     This function is already called internally by 'mkGrids' and
     'mkSpurs'.  Thus, the user should not need to call it. Note that
     the input 'activity' can be false even if the dataset is activity
     data (i.e. 'activity' in 'g' is 'TRUE') since  even then this
     function may be called to create K equalities rather than k
     equalities.

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

     Lists of either k or K equality constraints

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

     Tom Radivoyevitch (txr24@case.edu)

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

     Radivoyevitch, T. (2008) Equilibrium model  selection: dTTP
     induced R1 dimerization. _BMC Systems Biology_ *2*, 15.

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

     'mkGrids', 'mkSpurs'

