-
Notifications
You must be signed in to change notification settings - Fork 60
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
Add precursor-mz match score #156
Conversation
…tchms into add_precursormz_match
Co-authored-by: Stefan Verhoeven <s.verhoeven@esciencecenter.nl>
…tchms into add_precursormz_match
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The IntersectMz
class uses capitailized Mz
, but ParentmassMatch
and PrecursormzMatch
classes uses lower case mass
/mz
resp.. This seems inconsistent to me. Either rename to Intersectmz
or rename to ParentMassMatch
+ PrecursorMzMatch
.
Co-authored-by: Stefan Verhoeven <s.verhoeven@esciencecenter.nl>
…tchms into add_precursormz_match
Switched to |
Kudos, SonarCloud Quality Gate passed! |
Thanks a lot for the review Stefan! |
add_parent_mass()
: now finds precursor_mz from either pepmass or precursor_mz field.PrecursorMzMatch
which is analog toParentMassMatch
(renamed here fromParentmassMatch
).ppm
tolerance