Learn R Programming

specmine (version 2.0.3)

msc_correction: Multiplicative scatter correction

Description

Perform multiplicative scatter correction on the spectra.

Usage

msc_correction(dataset)

Arguments

dataset

list representing the dataset from a metabolomics experiment.

Value

Return the dataset with the multiplicative scatter correction employed on the data.

Examples

Run this code
# NOT RUN {
  ## Example of multiplicative scatter correction
  data(cassavaPPD)
  propolis.msc = msc_correction(cassavaPPD)
# }

Run the code above in your browser using DataLab