spectra-hash icon indicating copy to clipboard operation
spectra-hash copied to clipboard

R implementation of SPLASH for very low intensities might be broken

Open meier-rene opened this issue 1 year ago • 0 comments

Please check this issue:

library(splashR)

peaks <- matrix(c(44.998, 80.0261, 93.0321, 108.0227, 0.2, 0.1, 0.4,  0.3), ncol=2)
getSplash(peaks)
[1] "splash10-0006-9300000000-5cd70311703e2423a1c5"

peaks2 <- peaks
peaks2[,2] <- peaks[,2] * 1000
getSplash(peaks2)
[1] "splash10-052f-9300000000-5cd70311703e2423a1c5"

Originaly reported in https://github.com/MassBank/MassBank-data/issues/248

meier-rene avatar Oct 30 '23 12:10 meier-rene