Replies: 6 comments
-
Hi Everyone, thank you for the discussion today. I hope this proposal combines all of the requirements we have for it. Please share If you would like to change or expand it, we can the update the definition. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
Depending on where the data comes from, different columns need to be loaded to construct the QuantID and different index columns are available. What do you think? |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot @GeorgWa for writing this up. In my understanding, the QuantID would be part of the index, because it is a unique identifier for each row. Or maybe both quantification level columns in general could also be part of the index.
|
Beta Was this translation helpful? Give feedback.
-
Hi, I also agree with both points. I think it's mostly a shortcoming of how I wrote it. Regarding the first point. The example is not exhaustive, so I guess it makes sense to add a list of possible example quantification levels. The format itself can support any arbitrary level as long as quantities of the same level are comparable between identifications and runs. What do you think of:
Second point. Yes, agreed. Maybe defining it differenty will help.
|
Beta Was this translation helpful? Give feedback.
-
I've updated the description and the example. I think the naming was a bit confusing, maybe metadata makes the 'variable' nature of the additional columns more clear. |
Beta Was this translation helpful? Give feedback.
-
I'd like to bring some options into play, to potentiall address the protein/peptide mapping issue and maybe also space issues: <style> </style>
|
Beta Was this translation helpful? Give feedback.
-
Metadata Columns
This group can contain general columns per quantification. It should allow to associate quantifications with the original PSMs. By default proteins, charge, peptide sequence, modification are included.
Implementation:
There should be only a single generic implementation. They should be included based on regex matching the PSM columns.
Index Columns
The index of the quantification table consists of the quantification level (level) and the quantification identifier (quant_id).
The different quantification levels can be defined by the conversion process. All quantities on the same quantification level must be comparable across identifications and observations. Common levels could be but are not limited to:
in principle arbitrary complex levels are possible e.g.
The quantification ID should give an unique identifier for every quantity across observations. All quantifications across a quantification level should share the same format. Different quantification levels can have different formats.
Observation Columns
Observation columns should start with the run name and contain the channel, in case multiple channels are used.
Beta Was this translation helpful? Give feedback.
All reactions