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

Check relInt function in HRMS #32

Open
jsaintvanne opened this issue Mar 7, 2023 · 1 comment
Open

Check relInt function in HRMS #32

jsaintvanne opened this issue Mar 7, 2023 · 1 comment
Assignees

Comments

@jsaintvanne
Copy link
Collaborator

We were working to add a ndigit parameter for HRMS but the RelInt function use this :

 common.masses <- pat[pat[, 1] %in% refpat[, 1], 1]
    expI <- pat[pat[, 1] %in% refpat[, 1], 2]
    DBI <- refpat[refpat[, 1] %in% pat[, 1], 2]

This compare exact masses but in HRMS it could be better with a mass tolerance deviation maybe ?

@jsaintvanne
Copy link
Collaborator Author

This close PR could help to add ndigit param #29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants