Description Usage Arguments Value Author(s) References Examples
Analyzes spectral data and returns a list of the most intense peak in each spectrum, including the m/z value associated with the peak.
1 | find_max(dat, mass_dat, spectra_cols)
|
dat |
The name of the spectral data frame, containing |
mass_dat |
A character string; the name of the column in |
spectra_cols |
A character vector; the names of the column in
|
Returns a data frame indidcating the most intense peaks of each input spectrum. Indicates the spectrum the data is from, the m/z value associated with the peak, and the intensity of the maxima.
Kristen Yeh <kristenyeh@trentu.ca> Wesley Burr <wesleyburr@trentu.ca> Sophie Castel <sophie.castel@ontariotechu.net>
https://github.com/wesleyburr/subMaldi
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.