Description Usage Arguments Value Examples
Return all entry of database with mz between mz +- ppm
| 1 | mz.database(mass, database, ppm = 5)
 | 
| mass | mz to search | 
| database | database to search into (must have 'mz' column) | 
| ppm | tolerance in ppm | 
The resulting list of opls function (subsetted if min = TRUE).
| 1 | mz.database(mz = 188.2500, database = data.table(ID = paste0(ID, 1:100), mz = seq(100.000, 800.000, length.out = 100)), ppm = 100)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.