Nesvilab / FragPipe

A cross-platform proteomics data analysis suite
http://fragpipe.nesvilab.org
Other
188 stars 37 forks source link

Missing TMT reporter ion abundances for protein.tsv and peptide.tsv files. #1749

Closed xiaojingsui closed 1 month ago

xiaojingsui commented 1 month ago

- Upload your log file log_2024-08-22_19-47-08.txt

- Describe the issue or question:

My question is that for Ub search, information on 'TMT channels, each contains relative reporter ion abundances' is missing for files such as 'protein.tsv', 'peptide.tsv'. The TMT reporter ion abundance information is present in 'psm.tsv', as well as files in 'TMT report folder'.

FYI, for FragPipe v21.0, TMT report ion abundances information is present in files such as 'protein.tsv' or 'peptide.tsv'. Is there any setting I missed for FragPipe v22.0?

Thank you for your time.

Xiaojing

fcyu commented 1 month ago

I suggest you use the tables in the "tmt-report" folder because they are normalized and outlier removed.

The intensities in psm.tsv, peptide.tsv, ion.tsv, and potein.tsv are raw intensities without any normalization or other processing. But if you still want to use them, you can change "intensity extraction tool" to "Philosopher":

image

Best,

Fengchao

xiaojingsui commented 1 month ago

OK. Philosopher works. Thanks.