-
Notifications
You must be signed in to change notification settings - Fork 92
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
How to get isolation window information? #327
Comments
Hi @rxnataliezhang, You can get the scan window for an MS1 spectrum by:
If you want to know the isolation offset for precursor selection you can get it by:
In general, if you know the name of an attribute in the mzml you can just access it like this, it should work with any attribute. Best, |
Hi, Did this solve your issue or you need furher support? Best, |
Hi Manuel, Sorry that I turned to other busy work and forgot to reply. Not quite. I ran the following code as you suggested and this returns None.
|
I can confirm that it doesn't work with However, it works using the accession number ("MS:1000828" for lower offset, "MS:1000829" for upper offset).
I hope that helps, but let us know if it still doesn't work. |
@StSchulze Yes, this works. Thank you! |
It seems "isolation window lower offset" is just the wrong name, maybe?. What name has MS:1000828 in the current obo? |
Do you have any features about getting isolation window information (upper bound and lower bound)? I didn't find any clue about this in the documentation.
The text was updated successfully, but these errors were encountered: