Accelerating Open Modification Spectral Library Searching on Tensor Core in Hyperdimensional Space

Published in Bioinformatics, 2023

Recommended citation: Kang J, Xu W, Bittremieux W, Moshiri N, Rosing T (2023). "Accelerating Open Modification Spectral Library Searching on Tensor Core in Hyperdimensional Space." Bioinformatics. 39(7):btad404. doi:10.1093/bioinformatics/btad404

Motivation

Driven by technological advances, the throughput and cost of mass spectrometry proteomics experiments have improved by orders of magnitude in recent decades. Spectral library searching is a common approach to annotating experimental mass spectra by matching them against large libraries of reference spectra corresponding to known peptides. An important disadvantage, however, is that only peptides included in the spectral library can be found, whereas novel peptides, such as those with unexpected post-translational modifications, will remain unknown. Open modification searching is an increasingly popular approach to annotate modified peptides based on partial matches against their unmodified counterparts. Unfortunately, this leads to very large search spaces and excessive runtimes, which is especially problematic considering the continuously increasing sizes of mass spectrometry proteomics datasets.

Results

We propose an open modification searching algorithm, called HOMS-TC, that fully exploits parallelism in the entire pipeline of spectral library searching. We designed a new highly parallel encoding method based on the principle of hyperdimensional computing to encode mass spectral data to hypervectors while minimizing information loss. This process can be easily parallelized since each dimension is calculated independently. HOMS-TC processes two stages of existing cascade search in parallel and selects the most similar spectra while considering post-translational modifications. We accelerate HOMS-TC on NVIDIA’s Tensor Core Units, which is emerging and readily available in the recent graphics processing unit (GPU). Our evaluation shows that HOMS-TC is 31x faster on average than alternative search engines and provides comparable accuracy to competing search tools.

Availability

HOMS-TC is freely available under the Apache 2.0 license as an open-source software project at https://github.com/tycheyoung/homs-tc.