Description Usage Arguments Value See Also Examples
Create a new spectra object used for quantification.
1 | createSpectra(spectra, norm.method = NULL, norm.params = NULL)
|
spectra |
Data frame with spectra in columns and chemical shifts in rows. Colnames of this data frame correspond to pure metabolite names and rownames to chemical shift grid (in ppm). |
norm.method |
Character specifying the normalisation method to use on
spectra ONLY if the |
norm.params |
List containing normalisation parameteres (see
|
A Spectra object with spectra to quantify.
Spectra
1 2 3 | current_path <- system.file("extdata", "example_spectra", package = "ASICS")
spectra_data <- importSpectraBruker(current_path)
spectra_obj <- createSpectra(spectra_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.