runAlignment {ScISI} | R Documentation |
This function creates the record keeping bijMat and calls the
compBijection
function.
runAlignment(TSNMat, estMat, c2kMat)
TSNMat |
The first bipartite graph matrix |
estMat |
The second bipartite graph matrix |
c2kMat |
The matrix of similarity index between TSNMat and estMat |
The matrix bijMat with an alignment calculated by the function
compBijection
Tony Chiang
go = getGOInfo() mips = getMipsInfo() goM = createGOMatrix(go) mipsM = createMipsMatrix(mips) cc = runCompareComplex(mipsM, goM, byWhich = "ROW") align = runAlignment(mipsM, goM, cc$simInd)