ProteomicsLFQ. Controlling output to MSstats.csv #6661
ivandatasci
started this conversation in
Code
Replies: 1 comment 3 replies
-
Hi! There is no such functionality for IMO good reasons. You did not mention if you want to just reduce to an arbitrary protein or if you want to duplicate rows. Your example looks more like reducing. Reducing: Which one to pick? This will be completely arbitrary and you only have 1/n chances to pick the correct one. If it is just for display, fine. You will just need to do something like substr(table[,0], 0, firstIndexOf(';'). Duplicating: MSstats will consider them shared peptides and last time I checked MSstats removes them for quantification. Therefore it should be roughly the same as removing them. HTH |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Running ProteomicsLFQ can produce a MSstats.csv file.
Is it possible to control the report on the ProteinName column?
Say I am more interested in Proteins rather than peptides or protein groups.
What should be changed?
I can show examples of both cases. Focus on first column only, please.
Instead of this:
I prefer this:
How should I tweak my procedure all the way from the searches to get the second type of report?
Beta Was this translation helpful? Give feedback.
All reactions