-
Notifications
You must be signed in to change notification settings - Fork 27
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
compareSpectra function error #218
Comments
Yes, I've also just finished a new (short) tutorial of using the |
Thanks a lot. There is also an error for ppm function from "filterPrecursorMz". Please kindly find the error below. |
btw, I enjoyed your workshop on youtube a lot. Thanks a lot for your help! |
Regarding the error - maybe you need to load the |
thanks. i think i installed the package in my environment. Nevertheless, i will try a reinstallation and get back to you. |
I was trying to using massbank backend in Spectra after data preprocessing by MSnbase packages. After using "chromPeakSpectra" with "return.type=spectra", the error popped up like this. felt like the compare functions in both packages went into a collision? May I know any way to use the specific compareSpectra function in Spectra?
> res <- compareSpectra(mbank_sub,query_spectra,ppm=20) Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘compareSpectra’ for signature ‘"Spectra", "Spectra"’
The text was updated successfully, but these errors were encountered: