Skip to content

Check relInt function in HRMS #32

Description

@jsaintvanne

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 ?

Activity

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

Metadata

Metadata

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions