Dear msstats team,
I am currently working on a galaxy tutorial for Msstats to make it accessible for more people.
After running into the same error multiple times on galaxy, I downlaoded the maxQuant output and wanted to perform the msstatsTMT analysis locally.
I have created an annotation file (the same way i always prepare them) and when I start the protein summarization, msstats gives me an error:
> dataprocess_small_df <-
MSstatsTMT::proteinSummarization(data = small_df, global_norm = F)
Summarizing for Run : Mixture1_1
( 1 of
1 )
Fehler in dataProcess(sub_data,
normalization = FALSE, summaryMethod = "TMP", :
** MSstats suspects that there are fractionations and potentially
technical replicates too. Please add Fraction column in the input.
annotation and a small dataframe from the MaxQtomsstatstmt() function are attached which can reproduce the error.
It has to be an error with my annotation, but I dont get why.
experimental design:
1 experiment ( = 1 TMT Mixture ) with 11 Channels (some empty)
12 measurements ( = 12 fractions , no fractions was measured twice! )
So I labeled the raw files with fraction 1-12 and gave every fraction TechRepMixture = 1
Could you please take a look and tell me what I am doing wrong?
Best Klemens