Skip to contents

Get peaks

Usage

get_peaks(
  chrom_list,
  lambdas,
  fit = c("egh", "gaussian", "raw"),
  sd.max = 50,
  max.iter = 100,
  time.units = c("min", "s", "ms"),
  estimate_purity = FALSE,
  noise_threshold = 0.001,
  collapse = FALSE,
  ...
)

Source

https://github.com/ethanbass/chromatographR

Arguments

chrom_list

Chrom list

lambdas

Lambdas

fit

Fit

sd.max

Sd max

max.iter

Max iter

time.units

Time units

estimate_purity

Estimate purity

noise_threshold

Noise Threshold

collapse

Collapse

...

...

Value

Peaks

Note

This was imported from {chromatographR} package and parallelization was removed as it was causing issues on Windows.

Author

Ethan Bass

Examples

NULL
#> NULL