You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope everything is going well!
I had a question on the usage of the package. I am trying to write an mzML where the spectra
has ion mobility information and I was wondering if this was currently supported (or the option to pass a custom entry at a specific place). Let me know if you can point me to a place in the documentation where I could find that!
Here is a sample of the arguments I am trying to pass to the writer.
To accomplish this, you need to pass the ion mobility measure as part of the params list that most components take. The following is brain-compiled, so it may need to be adjusted but I don't think I'll have much time to answer in detail tomorrow.
The ergonomics of building a precursor ion list are still really bad, in part because the way <precursorList> is substantially more complicated than regular DDA-MS2-focused tools need it to be. I added https://github.com/mobiusklein/psims/blob/master/psims/mzml/writer.py#L1124C19-L1124C19 which tries to make this easier, but merely ends up a little more terse, a little more opaque without much better documentation than I've had time to write as yet.
Ohhh I see, thanks a lot for the reply! (It is by no means something critical so dont worry too much about it, just wanted to make sure I was not overlooking a part of the docs)
Hello Joshua!
I hope everything is going well!
I had a question on the usage of the package. I am trying to write an mzML where the spectra
has ion mobility information and I was wondering if this was currently supported (or the option to pass a custom entry at a specific place). Let me know if you can point me to a place in the documentation where I could find that!
Here is a sample of the arguments I am trying to pass to the writer.
And I would like the precursor list section of the mzml to look something like this:
The text was updated successfully, but these errors were encountered: