matchms / ms2deepscore

Deep learning similarity measure for comparing MS/MS spectra with respect to their chemical similarity
Apache License 2.0
48 stars 22 forks source link

Fix visualization #150

Closed niekdejonge closed 6 months ago

niekdejonge commented 9 months ago

The code has been refactored, making us not calculate a full tanimoto df anymore. This was previously used for the visualizations, this should therefore be changed to work without calculating all tanimoto scores.

niekdejonge commented 6 months ago

This has been solved with #166