runAlignment              package:ScISI              R Documentation

_A _f_u_n_c_t_i_o_n _t_o _e_s_t_a_b_l_i_s_h _p_r_e_l_i_m_i_n_a_r_i_e_s _f_o_r _t_h_e
_c_o_m_p_B_i_j_e_c_t_i_o_n _f_u_n_c_t_i_o_n.

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

     This function creates the record keeping bijMat and calls the
     'compBijection' function.

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

     runAlignment(TSNMat, estMat, c2kMat)

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

  TSNMat: The first bipartite graph matrix

  estMat: The second bipartite graph matrix

  c2kMat: The matrix of similarity index between TSNMat and estMat

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

     The matrix bijMat with an alignment calculated by the function
     'compBijection'

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

     Tony Chiang

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

     #go = getGOInfo()
     #mips = getMipsInfo()
     #goM = createGOMatrix(go)
     #mipsM = createMipsMatrix(mips)
     #cc = runCompareComplex(mipsM, goM, byWhich = "ROW")
     #align = runAlignment(mipsM, goM, cc$simInd)

