-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions about MSstats file #1994
Comments
Hi Sofia, Thank you for reaching out. Yours are label-free quantification, while the example files you found were from the TMT analysis, which have a very different format. I think an easy way to see if FragPipe's msstats files are good is running MSstats to see if it works well. Best, Fengchao |
Of course, the msstats.csv file generated by FragPipe has the intensity. The difference between the one in your screenshot is that FragPipe's is in the format that can be directly processed by MSstats using the
Similar to the previous reason. The Best, Fengchao |
OK I see.
and for our msstats_from_our_proteome_run (screenshot below) is this right?
And so I assumed that the MSstats csv we produced after running our data with FragPipe would be identical to the examples (minus the columns referring to the TMT files of course). Anyhow I will use what I have and try to run the code for the conversion. Best, |
Not correct. One is in the "long" format: different samples are listed in different rows. And the other is in "wide" format: different samples are listed in different columns.
This is exactly what I have talked about: "...while the screenshot one needs to be converted into one of the *toMSstatsFormat R functions first.". Here, you need to run the
No, they are not. One is from the LFQ workflow whose msstats file is generated by IonQuant, and the other is from the TMT workflow whose msstats file is generated by Philosopher. Best, Fengchao |
Hello Fengchao and everybody here.
We have just started using Fragpipe. We are using it to process data from phosphorylated peptides enriched data and from the respective non enriched data (proteome data). These are NOT labeled so we want to do label free quantification. The important here is that I need FragPipe to create MSstatsPTM compatible csv files to analyze them using obviously the aforementioned package.
So, with FragPipe we
and then to
…………………
While I am getting the MSstats csv after processing each set of data, those csv files seem to miss necessary information. Luckily, I have some examples of appropriate MSstats csv with all the information we need for further processing (so I can compare and also show to you).
What I did here is this. I attached small versions of the MSstats csv I got after our analysis (first 100 rows from each csv). I have also attached small versions of the example MSstats csv files (again first 100 rows). These small versions are enough to show that the csv produced after our run with FragPipe are missing lots of information.
About the attached files:
msstats_from_our_PhoshoEnrichedrun_SMALL.csv
msstats_ptm_from_our_PhosphoEnrichedrun_SMALL.csv
both of these two above were produced when we processed our enriched data
msstats_ptm_from_our_proteome_run_small.csv
msstats_from_our_proteome_run_small.csv
both of these two above were produced when we processed our proteome data (non -enriched)
msstats_ptm_example_small.csv
msstats_proteome_example_small.csv
both of the above are the example msstats csv files. The first one I assume from running enriched samples second from running the respective non enriched samples (proteome).
Why did this happen? Why are we missing so much valuable information?
In order to give some information on how we ran PragPipe I attached the log files from processing the enriched -phospho-run and from processing the non enriched run.
I would really appreciate some help since we just switched to FragPipe for a smoother analysis of our data with MSstatsPTM.
Best,
Sofia
msstats_from_our_PhoshoEnrichedrun_SMALL.csv
msstats_ptm_from_our_PhosphoEnrichedrun_SMALL.csv
msstats_ptm_from_our_proteome_run_small.csv
msstats_from_our_proteome_run_small.csv
msstats_ptm_example_small.csv
msstats_proteome_example_small.csv
log_2025-01-23_13-03-41.txt
log_2025-01-21_11-04-49.txt
The text was updated successfully, but these errors were encountered: