Skip to content
Salvador Martínez de Bartolomé edited this page Dec 20, 2018 · 17 revisions

Welcome to the ProteinClusterQuant wiki!

  • Executing ProteinClusterQuant:

ProteinClusterQuant software is a Java command line tool that can be run in two different modes: analysis mode or comparison mode. * Analysis mode: this mode is the main execution mode of ProteinClusterQuant. It takes an input parameters file as input and performs the analysis. In order to run this mode, provide with the option -f the setup.properties file with the appropriate content:
java -jar pcq.jar -f setup.properties

* **[[Comparison mode|Comparison mode]]**: the purpose of this mode is just to compare up to 3 protein-peptide networks generated with the `analysis mode`. In order to run this mode, add the option `-c` and change the setup.parameters file by a [[comparison_file.txt|Comparison mode#input parameters file]]:   
`java -jar pcq.jar -c -f comparison_file.txt`