inBetween {MAIT} | R Documentation |
Function inBetween
extracts the mass peaks of a certain spectrum provided a dataframe where the spectrum labels are in a column called pcgroup.
inBetween(testValue,biotRange)
testValue |
The peak mass value to be checked |
biotRange |
A matrix containing two numerical columns and each row refers to a certain neutral mass loss. The first column should contain the lower value (neutral mass value minus the peak allowance window) and the second column should have the higher value (neutral mass value plus the peak allowance window) |
The rows of the biotRange table where possible neutral losses have been detected.
Francesc Fernandez, francesc.fernandez.albert@upc.edu