Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reporter report not containing per-sample ratios following demultiplexing #24

Open
steve-lefever opened this issue Oct 30, 2023 · 1 comment
Assignees

Comments

@steve-lefever
Copy link

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

@hbarsnes hbarsnes self-assigned this Oct 30, 2023
@hbarsnes
Copy link
Member

Hi Steve,

I would recommend merging the two command lines into:

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 -reports 6,12

This will be faster (as there is no need to load the data a second time) and should ensure that the quantification data is included.

Note however that Reporter is still in beta and that especially the command line support has not yet been fully tested.

Best regards,
Harald

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants