Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/createMassBank.R
Loads a table with additional peaks to add to the MassBank spectra. Required
columns are cpdID, scan, int, mzFound, OK
.
1 | addPeaks(mb, filename_or_dataframe)
|
mb |
The |
filename_or_dataframe |
Filename of the csv file, or name of the R dataframe containing the peaklist. |
All peaks with OK=1 will be included in the spectra.
The mbWorkspace
with loaded additional peaks.
Michael Stravs
1 | ## Not run: addPeaks("myrun_additionalPeaks.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.