From 11fb802a983c1df7408666e9eaba1ddd89a38e45 Mon Sep 17 00:00:00 2001 From: zprobot <1727697083@qq.com> Date: Tue, 11 Jun 2024 20:49:49 +0800 Subject: [PATCH] update: benchmark --- benchmarks/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/benchmarks/README.md b/benchmarks/README.md index 2ee0894..1b603cf 100644 --- a/benchmarks/README.md +++ b/benchmarks/README.md @@ -104,7 +104,7 @@ The following boxplot shows the coefficient of variation for the 11 samples for #### Correlation between Ibaq and MaxQuant(Ibaq) -For `PXD007683-LFQ`, we will normalize the MaxQuant Ibaq values of the proteins by dividing it by the total sum of that sample. Then compare the correlation between the log values of it and the log values of IbaqNorm. +For `PXD007683-LFQ`, we will normalize the MaxQuant Ibaq values of the proteins by dividing it by the total sum of that sample. Then, we use quantmsio to convert the results report from quantms, and subsequently apply the median-cov method to calculate the iBAQ values in the results report. Finally, we compare the correlation between the log values of it and the log values of IbaqNorm.
@@ -113,7 +113,7 @@ For `PXD007683-LFQ`, we will normalize the MaxQuant Ibaq values of the proteins
-Next, for the peptide table of MaxQuant, we recalculated the Ibaq values using `ibaqpy`. Then compare the correlation between the log values of it and the log values of IbaqNorm. +Next, for the peptide table of MaxQuant, we recalculated the Ibaq values using `ibaqpy`. Then compare the correlation between the log values of it and the log values of IbaqNorm. `Cov` is used to reduce the impact of missing values, adding an extra step compared to directly calculating the iBAQ values, which leads to some differences between its iBAQ values and those calculated directly.
@@ -122,7 +122,7 @@ Next, for the peptide table of MaxQuant, we recalculated the Ibaq values using `
-If we don't use `cov` to normalize proteins, the result is: +If we don't use `cov` to normalize proteins, but calculate the iBAQ values directly. For the peptide table of MaxQuant, the iBAQ values we calculated using ibaqpy are very close to those obtained from MaxQuant.
@@ -131,6 +131,7 @@ If we don't use `cov` to normalize proteins, the result is:
+ #### LFQ missing values Number of peptides missing in LFQ experiments.