Replies: 1 comment
-
Please see https://github.com/vdemichev/DiaNN#output, 'Flexible reanalysis': mass accuracies & scan window must be fixed if you'd like to reuse the .quant files. Please also see the docs on the MBR, if you'd like to use it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Vadim,
I have ~100 related DIA runs that I would like to process separately in the first pass (for parallel compute to speed up time) and then combine together for cross-run analysis. There seems to be considerable differences in IDs when running the whole pipeline sequentially vs in parallel. How can I make the parallel version yield similar results to sequential?
As a small example, for sequential version, all 4 runs were processed together. For parallel version, these 4 runs were processed separately, then combined. I also tried sequential version with individual rt and mass accuracy settings. All of these are run on Linux.
I would like to know if there is something incorrect in the way I set this up and how to make the parallel version have the same (or very similar) results? Thank you so much for your help!
For sequential processing, the command was:
For parallel processing, the commands were:
When looking at stripped sequences, we observe some differences across all runs (~5% unique to either parallel or separate versions):
pr_strip_seq_comparisons.zip
When looking at modified sequences, we observe even larger differences (10-15% unique to either versions):
pr_mod_seq_comparisons.zip
Log for sequential processing:
sequential_log.txt
sequential_unrelated_log.txt (individual rt and mass acc)
Output: sequential_out_matrices.zip
Logs for parallel processing:
Pass 1:
parallel_pass1_file1_log.txt
parallel_pass1_file2_log.txt
parallel_pass1_file3_log.txt
parallel_pass1_file4_log.txt
Pass 2:
parallel_pass2_all_log.txt
Output: parallel_out_matrices.zip
Beta Was this translation helpful? Give feedback.
All reactions