-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Salvador Martínez de Bartolomé edited this page Sep 14, 2016
·
17 revisions
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 input parameters file description]]**: 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:
`java -jar pcq.jar -c -f comparison_file.txt`
-
Depending on the execution mode a different input parameter file is needed:
- analysis mode: AnalysisInput parameters file
- comparison mode: Comparison input parameters file
Contact person:
Salvador Martínez-Bartolomé (salvador at scripps.edu)
Research Associate
The Scripps Research Institute
10550 North Torrey Pines Road
La Jolla, CA 92037
Git-Hub profile