-
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
Modify/improve the RcppPwiz getPeakList method #112
Comments
First observation: calling |
Reading the mz and intensity arrays separately from the (pwiz)
The |
One update so far:
|
Note that |
The best solution to the fix seems to be to read in the C++ function called by The code and documentation of the tests are available in https://github.com/jotsetung/mzR/tree/peaks_issue170 - but I don't think it is worth merging any of these changes into |
Thank you very much for all your efforts with this! |
In the end I really believe the issue I came across is mac specific (and eventually also related only to ABI converted mzML files...). I think we might even switch back (in MSnbase) to use simply |
Background on this:
mzR::peaks
fails to read the mz-intensity pairs (see issue [MSData::Spectrum::getMZIntensityPairs()] Sizes do not match. lgatto/MSnbase#170 inMSnbase
.A call to
mzR::header
prior tomzR::peaks
fixed this, but is performance-wise not an ideal solution.I'll thus dig deeper into the code to see if I can fix that within
mzR
.The text was updated successfully, but these errors were encountered: