资 源 简 介
The package is an interface to compare two graphs.
The package is methods for comparison of bionetwork.
The graph global alignment package includes twelve functions, each function needs to be input two graphs’ primary key list (which are nodes’ primary keys) and two adjacency matrices (which are edges between nodes).
After comparing these two primary key list and two adjacency matrices, it uses default penalty system or user input penalty system to calculate the similarity between two graphs.
• Inner comparison, only addresses on the overlap parts of two node sequences. It is similar with the INTERSECTION binary operation in set theory.
• Outer comparison considers all the nodes of two graphs. The similarity is evaluated on the UNION of the two node sets.
• Left comparison is designed for biased comparison. The function only focuses on one graph, instead of both. The related binary relation in set theo