We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e84b33 commit ab4aa4bCopy full SHA for ab4aa4b
1 file changed
corems/mass_spectra/calc/lc_calc.py
@@ -758,7 +758,6 @@ def deconvolute_ms1_mass_features(self):
758
759
# Subset the correlation matrix to only include the masses of the mass feature and those with a correlation > 0.8
760
decon_corr_min = self.parameters.lc_ms.ms1_deconvolution_corr_min
761
- decon_corr_min = 0.9
762
corr_subset = corr.loc[mass_feature.mz,]
763
corr_subset = corr_subset[corr_subset > decon_corr_min]
764
0 commit comments