cluster_result_comparator

This tools compares two clustering results with each other.

The core comparison is done by creating a network representation of the clustering results. Every cluster in each of the files is represented as a node. Spectra present in both clusters create the edges.

The network is rendered in Cytoscape. For this to work Cytoscape must be opened before launching the script. Additionally, the resulting network is stored as a GraphML file.

Usage:
cluster_result_comparator.py –output <network.xml> <result1.clustering> <result2.clustering>
Options:
-o, --output=<network.xml>
 Path to the network file (GraphML format) to be created.
-h, --help Print this help message.
-v, --version Print the current version.