Closed liuxiawei closed 11 months ago
Yes the metro chart is wrong and should be corrected. No effects on results. ConsensusID wouldn't even work without rescoring to a comparable score. The rest of the questions were answered in the openms issue.
Thanks!I have obtained preliminary results! Thank you for your support and assistance!
Thank you to all the developers for their hard work! Recently, I have been learning the basics of OpenMS, and I have been using the data PXD015828 from PRIDE as a practice dataset. During this process, I have encountered the following issues. I referenced quantms(https://github.com/nf-core/quantms/tree/master) to build a set of scripts, and I encountered three issues during testing. (OpenMS 3.1 installed from bioconda)
the difference of quantms pipeline figure and the code
The position of the consensusID step is inconsistent between the figure (https://github.com/nf-core/quantms/blob/master/docs/images/quantms_metro.png) and the source code. In the code, it is placed after rescoring, while in the figure, it is placed before rescoring. Does this inconsistency affect the experimental results? Which approach is better? Is it preferable to have consistency?
where should be the best position of PeptideIndexer?
I faced Error in ProteomicsLFQ ( submitted to OpenMS), And I found the progress is omit in quantms, I want to put it back. I tried to add PeptideIndexer before ConsensusID, it it right?
IDScoreSwitcher error (also submitted to OpenMS)
I faced error when I use IDScoreSwitcher, I just skipped it Is it allowed to skip the IDScoreSwitcher? Errorlog:
And I also faced some openms error report, I submit in OpenMS, Thank you for your assistance. I hope to contribute to this program.