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

R implementation of SPLASH for very low intensities might be broken #50

Open
meier-rene opened this issue Oct 30, 2023 · 0 comments
Open

Comments

@meier-rene
Copy link

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 MassBank/MassBank-data#248

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant