Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complementary peaks in spectrum vectors #28

Open
bittremieux opened this issue Oct 7, 2022 · 0 comments
Open

Complementary peaks in spectrum vectors #28

bittremieux opened this issue Oct 7, 2022 · 0 comments
Assignees

Comments

@bittremieux
Copy link
Owner

Currently spectra are converted to vectors by binning their peaks, after which they are transformed to lower-dimensional vectors.

We should explore whether appending complementary peaks or neutral losses to the vector improves performance of open searches. Specifically, the high-dimensional spectrum vector would consist of the binned peaks and the binned neutral losses, after which the low-dimensional transformation is performed on the concatenated vector.

The hypothesis is that this will improve the candidate selection step from the ANN index. Candidate selection is performed using the cosine similarity, without considering shifted peaks. Instead, complementary peaks might still capture some peak shifts.

@issararab issararab self-assigned this Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants