View source: R/1-functions_processing.R
nmr_import_peaks | R Documentation |
Process data of peaks picked with NMR software.
nmr_import_peaks(path, method, pattern = "*.csv$", quiet = FALSE)
path |
Directory where the peaks data are saved |
method |
Format of input data, depending on how the data were exported. "multiple columns": data are in split-column format, obtained by pasting "peaks table" in MNova. "single column": data are in single-column format, exported from MNova as "peaks script". |
pattern |
Filename pattern to search for (by default "*.csv$") |
quiet |
Print diagnostic messages? Logical |
A dataframe with columns describing sample ID, ppm, intensity, area, group name.
Kaizad Patel
sdir <- system.file("extdata", "kfp_hysteresis", "peaks_mnova_multiple", package = "nmrrr")
nmr_import_peaks(path = sdir, method = "multiple columns")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.