-
Notifications
You must be signed in to change notification settings - Fork 1
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
plot(srn),Error in rep(rtime(z), lns) : invalid 'times' argument #24
Comments
thanks for reporting! I will check that. |
Can you please provide the version of the packages you were using? Ideally, the output of calling |
This bug was fixed in xcms, but this fixed but did not make it into the current release version of xcms. I included now the fix also into the release version and it should become available in version 4.2.2 within a couple of days. As a workaround, you can filter the data set first to MS1 data: srn <- mse |>
filterMsLevel(1L) |>
filterRt(rt = c(620, 640)) |>
filterMzRange(mz = c(100.300,100.330))
plot(srn) |
sessionInfo() Matrix products: default locale: time zone: Asia/Shanghai attached base packages: other attached packages: loaded via a namespace (and not attached): |
I met the followings:
Filter spectra |
OK, so, I guess you saved the mse@spectra <- updateObject(mse@spectra) |
Sorry to bother!
I encountered an issue while filtering the "mse" object. There seems to be a problem with the retention times (rt). However, I have verified that the rt range I used for filtering exists within the data.Maybe other problem with the "rtime()"function?
This was succeed,but error when plot
The text was updated successfully, but these errors were encountered: