runCompareComplex {simulatorAPMS} | R Documentation |
The runCompareComplex function takes two Bipartite Graph Matrices and re-structures these two matrices so that reasonable comparisons can be made between the two matrices. For instance, some proteins in the ISI might not have been found in our experimental simulation, so this protein would not be present in the estimate. Here we add such a protein as a row of the estimate with all zeros. When the two matrices have been modified, compareComplexes is called on these two particular matrices.
runCompareComplex(TSNMat, erComplex)
TSNMat |
The ISI bipartite graph matrix |
erComplex |
The estimate bipartite graph matrix |
This function is called prior to Compare Complex to set up the preliminaries. Otherwise, the compare complex algorithm fails to record the true data.
The return value of runCompareComplex is the return value of CompareComplex which is a list of three matrics. See compareComplex() for details.
Tony Chiang
library(simulatorAPMS) data(simEX) data(APComEX) runCompareComplex(simEX, APComEX)