Description Usage Arguments Value Author(s) Examples
This function creates the record keeping bijMat and calls the
compBijection
function.
1 | 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
1 2 3 4 5 6 | #go = getGOInfo()
#mips = getMipsInfo()
#goM = createGOMatrix(go)
#mipsM = createMipsMatrix(mips)
#cc = runCompareComplex(mipsM, goM, byWhich = "ROW")
#align = runAlignment(mipsM, goM, cc$simInd)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.