powered by
Perform background correction on the spectra.
background_correction(dataset)
list representing the dataset from a metabolomics experiment.
Returns the dataset with background correction performed on the data.
# NOT RUN { ## Example of background correction library(hyperSpec) data(flu) flu.converted = convert_from_hyperspec(flu) flu.corrected = background_correction(flu.converted) # }
Run the code above in your browser using DataLab