Skip to content
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

Isotope pattern #124

Open
robinschmid opened this issue Aug 18, 2021 · 0 comments
Open

Isotope pattern #124

robinschmid opened this issue Aug 18, 2021 · 0 comments

Comments

@robinschmid
Copy link
Collaborator

robinschmid commented Aug 18, 2021

Maybe its possible to introduce a simple condition for signal patterns?

Brominated compounds (current query)

QUERY scaninfo(MS2DATA) WHERE 
MS1MZ=X:INTENSITYMATCH=Y:INTENSITYMATCHREFERENCE 
AND MS1MZ=X+2:INTENSITYMATCH=Y:INTENSITYMATCHPERCENT=5

What about:

QUERY scaninfo(MS2DATA) WHERE 
MS1PATTERN=(X,100 : 2,100) : INTENSITYMATCHPERCENT=5

Complex example for Dichlorobenzidine with C12H10Cl2N2

QUERY scaninfo(MS2DATA) WHERE
MS1PATTERN=(X, 100:  1, 14:  2, 65:  3, 9:  4,11)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant