findPrecursor | R Documentation |
This function is employed by all identification function in this package to find possible precursors in the fullMS function.
findPrecursor(MS1, db, ppm, massdif, rt, n = 1, charge = 1)
MS1 |
data frame containing m/z, RT and intensity of ions from the first function |
db |
database to be searched for matches |
massdif |
mass difference between neutral mass and the adduct expected |
rt |
rt window |
n |
numeric value indicating whether to look for monomers (1), dimers (2), etc. |
charge |
numeric value indicating the expected charge of the ions |
Subset of the original data frame without adducts
M Isabel Alcoriza-Balaguer <maialba@alumni.uv.es>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.