-
Notifications
You must be signed in to change notification settings - Fork 29
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
mzR::get3Dmap only return zeros #269
Comments
Hi, I can confirm, the following "test" fails:
on
It does work on
|
So, some git bisect later:
|
Uh - then it seems that's my fault. I'll have a look and fix. |
Sorry, super-stupid misspelling from my side. Wrote |
fix: read full spectra data in get3DMap (issue #269)
Thank Jörg for reporting, thanks to |
I've recently updated my computer (macOS Monterey, R 4.2, Bioconductor 3.15) and in the process I've also installed mzR.
Now, while running some scripts that worked perfectly fine on R 3.6 and R 4.0, I'm encountering some problems. I've located the problem to originate from get3Dmap only returning a matrix of zeros. The dimensions of the matrix seem to be correct. When I use mzR::peaks on the same data file I get lot's of non-zero values.
I can provide a link to an example .mzML file if that helps.
Thanks for your help!
Joerg
The text was updated successfully, but these errors were encountered: