Hi,
I was doing analysis using MSstats library but facing many errors with my own data sets as well as with the example data sets (the same data set used in manual).
I am following the workflow with Proteome Discoverer output for DDA provided in the MSstats manual (section 4.5) but just after running (a) " quant <- PDtoMSstatsFormat(raw, annotation=annot) " line it shows multiple warnings.
In the next step of (b) data processing it has shown error.
Am I missing something?
Is there any other data set for which I can re-run the analysis to see if something is wrong with my Proteome Discoverer data sets?
Warning and error messages are as follows-
(a)
There were 50 or more warnings (use warnings() to see the first 50)
> warnings()
Warning messages:
1: In aggregator(Intensity, na.rm = TRUE) :
no non-missing arguments to max; returning -Inf
2: In aggregator(Intensity, na.rm = TRUE) :
no non-missing arguments to max; returning -Inf(b)
> cox.progenesis.proposed <- dataProcess(quant,
+ normalization='equalizeMedian',
+ summaryMethod="TMP",
+ cutoffCensored="minFeature",
+ censoredInt="NA",
+ MBimpute=TRUE,
+ maxQuantileforCensored=0.999)
Error in dataProcess(quant, normalization = "equalizeMedian", summaryMethod = "TMP", :
unused argument (cutoffCensored = "minFeature")
>
Thanks
Best Regards,
--