-
Notifications
You must be signed in to change notification settings - Fork 80
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
Error for XIC plot of timsTof data #734
Comments
Hm, strange error. Can you please run If we call Also, have you tried to run |
Hi,
And
I will look into this and create a PR. |
Great! Thanks @NorStorz - let me know if you need some help or if something is unclear. |
Hi,
i run into the following error when i try to call
plot(mse, type = "XIC")
on timfTOF data with MsBackendTimsTof:Error in rep(rtime(z), lns) : invalid 'times' argument
This example should be reproducible:
From the traceback i could find out that the error occurs inside the function
.xmse_plot_xic
I tested it with the following code:
The problem seems to be that
rtime(z)
and 'lns' differ in length. This is probably caused by the MS1 filtering of the Spectra:This is my session info:
The text was updated successfully, but these errors were encountered: