Fast Open Modification Spectral Library Searching through Approximate Nearest Neighbor Indexing

Wout Bittremieux1,2,3, Pieter Meysman1,2, William Stafford Noble3,4

  • 1Department of Mathematics and Computer Science , University of Antwerp , 2020 Antwerp , Belgium.

Summary

Open modification searching (OMS) identifies modified peptides but is slow. ANN-SoLo accelerates OMS using approximate nearest neighbor indexing, significantly improving speed and identification accuracy for mass spectrometry data.

Related Concept Videos

Linear Approximation in Frequency Domain01:26

Linear Approximation in Frequency Domain

Linear systems are characterized by two main properties: superposition and homogeneity. Superposition allows the response to multiple inputs to be the sum of the responses to each individual input. Homogeneity ensures that scaling an input by a scalar results in the response being scaled by the same scalar.
In contrast, nonlinear systems do not inherently possess these properties. However, for small deviations around an operating point, a nonlinear system can often be approximated as linear....
316
Linear Approximation in Time Domain01:21

Linear Approximation in Time Domain

Nonlinear systems often require sophisticated approaches for accurate modeling and analysis, with state-space representation being particularly effective. This method is especially useful for systems where variables and parameters vary with time or operating conditions, such as in a simple pendulum or a translational mechanical system with nonlinear springs.
For a simple pendulum with a mass evenly distributed along its length and the center of mass located at half the pendulum's length,...
295
IR Spectroscopy: Hooke's Law Approximation of Molecular Vibration01:16

IR Spectroscopy: Hooke's Law Approximation of Molecular Vibration

A covalently bonded heteronuclear diatomic molecule can be modeled as two vibrating masses connected by a spring. The vibrational frequency of the bond can be expressed using an equation derived from Hooke's law, which describes how the force applied to stretch or compress a spring is proportional to the displacement of the spring. In this case, the atoms behave like masses, and the bond acts like a spring.
According to Hooke's law, the vibrational frequency is directly proportional to...
2.7K
¹H NMR: Interpreting Distorted and Overlapping Signals01:02

¹H NMR: Interpreting Distorted and Overlapping Signals

Spin systems where the difference in chemical shifts of the coupled nuclei is greater than ten times J are called first-order spin systems. These nuclei are weakly coupled, and their chemical shifts and coupling constant can generally be estimated from the well-separated signals in the spectrum.
As Δν decreases and the signals move closer, the doublets appear increasingly distorted. The intensities of the inner lines increase at the cost of those of the outer lines as the signals are...
1.4K
NMR Spectroscopy of Aromatic Compounds01:14

NMR Spectroscopy of Aromatic Compounds

Aromatic compounds can be identified or analyzed using proton NMR and carbon‐13 NMR. Typically, aromatic hydrogens or hydrogens directly bonded to the aromatic rings are strongly deshielded by the aromatic ring current. Therefore, they absorb in the range of 6.5–8.0 ppm in proton NMR spectra. For instance, aromatic hydrogens directly bonded to the benzene ring absorb at 7.3 ppm. However, aromatic hydrogens of larger rings absorb farther upfield or downfield than the ideal range.
6.0K
Fast Fourier Transform01:10

Fast Fourier Transform

The Fast Fourier Transform (FFT) is a computational algorithm designed to compute the Discrete Fourier Transform (DFT) efficiently. By breaking down the calculations into smaller, manageable sections, the FFT significantly reduces the computational complexity involved. Direct computation of an N-point DFT requires N2 complex multiplications, whereas the FFT algorithm needs only (N/2)log⁡2N multiplications, offering a much faster performance.
The computational efficiency of the FFT becomes...
817