Vitek-Lab / MSstatsConvert

Converter functions for the MSstats package
https://Vitek-Lab.github.io/MSstatsConvert
7 stars 3 forks source link

Proteome Discoverer V3.1, removal of Spectrum File column #90

Open lyons89 opened 8 months ago

lyons89 commented 8 months ago

My group has recently updated PD from 2.5 to 3.1 and I discovered that the 'Spectrum File' column is missing from the PSMs tab. I reached out to Thermo support and they have confirmed that they removed the 'Spectrum File' column. I wanted to update the MSstats team since the 'Spectrum File' column is required for MSstats and MSstatsTMT packages. I'm hoping that changing out Spectrum File for File ID will do the trick.

For anyone else who needs a quick fix for this, I found a workaround by downloading the Input Files data from PD3.1, which contains the File Name column, and then joining it with the PSMs data using the File ID column. Next, use the base function basename to extract the Spectrum File name from the File Name column.

mstaniak commented 8 months ago

thanks for letting us know, we will update our converters accordingly

tonywu1999 commented 1 week ago

Next Step:

mstaniak commented 1 week ago

I pushed these changes to Bioc, please close once they're reflected in MSstats(TMT)