-
Notifications
You must be signed in to change notification settings - Fork 22
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
findIsotopes throws "Error in mint[ipeak, , drop = FALSE] : subscript out of bounds #57
Comments
Seems to be an issue with Lines 609 to 627 in 0ff0ebf
A single file doesn't trigger the else condition, is |
The
|
I don't understand why 1a wouldn't exist since grouping in xcms groups within samples according to the docs. For now I'm changing Line 610 in 0ff0ebf
to if(nrow(groups(object@xcmsSet)) > 0 && length(object@sample) > 1){...
|
Happens when I tried processing a single data file. The other annotation functions work except this one. CAMERA version 1.44.0.
Debugging shows ipeak is a list from 1947:1963, when the mint matrix only has length 1843.
The text was updated successfully, but these errors were encountered: