Skip to contents

Process compare peaks

Usage

process_compare_peaks(
  file = NULL,
  features = NULL,
  type = "baselined",
  detector = "cad",
  headers = c("BasePeak_0", "PDA#1_TotalAbsorbance_0", "UV#1_CAD_1_0"),
  export_dir = "data/interim/peaks",
  show_example = FALSE,
  fourier_components = 0.01,
  frequency = 1,
  min_area = 0.005,
  min_intensity = 10000,
  resample = 1,
  shift = 0.05,
  time_min = 0.5,
  time_max = 32.5
)

Arguments

file

File path

features

Features path

type

Type. "original", "baselined" or "improved"

detector

Detector

headers

Headers

export_dir

Export directory

show_example

Show example? Default to FALSE

fourier_components

Fourier components

frequency

Frequency

min_area

Min area

min_intensity

Min intensity

resample

Resample

shift

Shift

time_min

Time min

time_max

Time max

Value

A plot with (non-)aligned chromatograms

Examples

if (FALSE) { # \dontrun{
check_chromatograms_alignment(show_example = TRUE)
} # }