statisticalbiotechnology / triqler

The triqler (TRansparent Identification-Quantification-linked Error Rates)'s source and example code
Apache License 2.0
19 stars 9 forks source link

Support for fractionated data / normalization #14

Open timosachsenberg opened 3 years ago

timosachsenberg commented 3 years ago

Hi, We added some basic Triqler export in OpenMS but were not sure if we should normalize the data at all. Also we were not sure how to export fractionated data. Best, Timo

MatthewThe commented 3 years ago

Hi Timo,

Cool that you added a Triqler export to OpenMS!

Normalization:

Fractionated data:

An alternative would be to provide an intermediate output format by OpenMS (e.g. similar to the MaxQuant evidence.txt output) for which we can write a Triqler converter. This would give "native" support for retention time based normalization and fractionated samples.

Hope that answers your questions!

timosachsenberg commented 3 years ago

Hi Matthew! Thanks for the quick answer. Ok I think from our side it would probably be easy to export a (augmented) triqler file with additional columns containing: rt, fraction and sample and have a converter condense that to the actual triqler input. Regarding your question how to deal with the same PSMs across fractions. I hope I understood correctly so here are my thought. As triqler has no fraction column for input I think you discard potentially valuable information by selecting the best scoring PSM across all fractions. It might be better to determine the fraction number F that has the best score and discard the same PSMs in other fractions (!=F) across all samples (or except neighboring fraction?). But I guess this is something one might need to test.