-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hi, I'm trying to transition from using the pg/pr_matrix files to using the main report, as seemes to be recommended in the documentation and several open 'Issues' on this github page. For the most part, I've figured out how to work with the report.tsv (I use fragpipe so I'm still on on 1.8.2_beta_8), but I am confused as to the correct way to integrate protein-level intensities with MaxLFQ.
I have made the diann_maxlfq() function (from the diann r package) and the fast maxlfq functions (out of the iq package) work, but they produce very different results from each other and from the pg_matrix that dia-nn outputs. I saw in another 'issue' that this is expected, as dia-nn uses a more sophisticated version of maxlfq than is implemented by either R package. However, dia-nn seems to produce (subjectively) better results than either R package does.
I'm curious what maxLFQ algorithm you recommend for working with the main report, and whether or not the more sophisticated dia-nn maxLFQ algorithm will ever be implemented in R (or another platform)?