-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi,
We're running the following Reporter commands to obtain a report containing the individual sample ratios using a TMT 11-plex pool
java -cp Reporter-0.12.0/Reporter-0.12.0.jar eu.isas.reporter.cli.ReporterCLI -method 'TMT 11-plex' -id sample.psdb -out sample_reporter.psdb -temp_folder /var/tmp
java -cp Reporter-0.12.0/Reporter-0.12.0.jar eu.isas.reporter.cli.ReportCLI -in sample_reporter.psdb -out ./ -report_prefix Reporter_ -reports 6,12 -temp_folder /var/tmp
However, this results in the default peptide report not containing any per-sample ratios. It only has the following columns, of which the 'Raw Ratios' and 'Normalized Ratios' columns are empty
Protein(s)
Unique Protein Group
Protein Group(s)
#Validated Protein Group(s)
Position
AAs Before
Sequence
AAs After
Modified Sequence
Fixed Modifications
Variable Modifications
Localization Confidence
#Validated PSMs
#PSMs
Confidence [%]
Validation
Raw Ratios
Normalized Ratios
What command do we need to run to obtain a report containing values for each individual label?
Thanks in advance,
Steve