Closed DarioS closed 6 years ago
Unfortunately this is an unavoidable error in situations when only a small number (<10,000) of MS2 have been selected for analysis, as seems to be the case here. The problem is that very few decoy spectra (as well as true library spectra) will be identified when small numbers of MS2 spectra are considered, especially since they're coming from the hydrophilic early stage of the run. The LDA then fails because there is essentially no distribution of decoy scores to separate from the target scores, rendering an FDR meaningless. You can verify this by checking the contents of the _SpecterCoeffsDecoy.csv
file - most likely there will be very few decoy precursors (as indicated by the DECOY_
prefix in their sequences) with any nonzero coefficients at all (which in any case isn't enough on its own to qualify for identification).
I would recommend increasing the 2000 parameter to at least 10000 and preferably higher, depending on how long you're willing to wait. Also, I'm not sure how meaningful the results will be when you're analyzing a DDA rather than DIA experiment...conceptually I see no problem at the level of the linear deconvolution, but the identifications and FDR estimation may be much more problematic because it's all based on the multiple sampling across the peak of each precursor, which you don't get in DDA (we have dynamic exclusion on in most of our DDA experiments).
I get an error when singular value decomposition is executed.
How can I successfully complete the LDA?