paper-with-me

Papers

Efficiently predicting high resolution mass spectra with graph neural networks

2023-01-26 · Michael Murphy, Stefanie Jegelka, Ernest Fraenkel, Tobias Kind, David Healey, Thomas Butler

Identifying a small molecule from its mass spectrum is the primary open problem in computational metabolomics. This is typically cast as information retrieval: an unknown spectrum is matched against spectra predicted computationally from a large database of chemical structures. However, current approaches to spectrum prediction model the output space in ways that force a tradeoff between capturing high resolution mass information and tractable learning. We resolve this tradeoff by casting spectrum prediction as a mapping from an input molecular graph to a probability distribution over molecular formulas. We discover that a large corpus of mass spectra can be closely approximated using a fixed vocabulary constituting only 2% of all observed formulas. This enables efficient spectrum prediction using an architecture similar to graph classification - GrAFF-MS - achieving significantly lower prediction error and orders-of-magnitude faster runtime than state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2301.11419

Code (1)

samgoldman97/ms-pred pytorch

Tasks

Graph ClassificationInformation RetrievalPredictionRetrievalVocal Bursts Intensity Prediction

Similar Papers 제목 키워드 기반

FraGNNet: A Deep Probabilistic Model for Mass Spectrum Prediction

2024-04-02 · Adamo Young, Fei Wang, David Wishart, Bo wang 외

The process of identifying a compound from its mass spectrum is a critical step in the analysis of complex mixtures. Typical solutions for the mass spectrum to compound (MS2C) problem involve matching the unknown spectru…

PredictionRetrieval

Computationally instrument-resolution-independent de novo peptide sequencing for high-resolution devices

2021-03-18 · Nature Machine Intelligence 2021 3 · Rui Qiao, Ngoc Hieu Tran, Lei Xin, Xin Chen 외

De novo peptide sequencing is the key technology for finding novel peptides from mass spectra. The overall quality of sequencing results depends on the de novo peptide sequencing algorithm as well as the quality of mass …

de novo peptide sequencing

Universal Spectral Tokenization via Self-Supervised Panchromatic Representation Learning

2025-10-20 · Jeff Shen, Francois Lanusse, Liam Holden Parker, Ollie Liu 외 arxiv

Sequential scientific data span many resolutions and domains, and unifying them into a common representation is a key step toward developing foundation models for the sciences. Astronomical spectra exemplify this challen…

Representation Learning

Prefix-Tree Decoding for Predicting Mass Spectra from Molecules

2023-03-11 · NeurIPS 2023 11 · Samuel Goldman, John Bradshaw, Jiayi Xin, Connor W. Coley

Computational predictions of mass spectra from molecules have enabled the discovery of clinically relevant metabolites. However, such predictive tools are still limited as they occupy one of two extremes, either operatin…

To Bin or not to Bin: Alternative Representations of Mass Spectra

2025-02-15 · Niek de Jonge, Justin J. J. van der Hooft, Daniel Probst

Mass spectrometry, especially so-called tandem mass spectrometry, is commonly used to assess the chemical diversity of samples. The resulting mass fragmentation spectra are representations of molecules of which the struc…

DiversityGraph Neural Network