dot-filter_peak: Filter peaks to specific RT range

.filter_peakR Documentation

Filter peaks to specific RT range

Description

Filter peaks to specific RT range

Usage

.filter_peak(
  chrom_res,
  transition_id,
  samples_ids = NULL,
  peak_start,
  peak_end,
  smoothed = FALSE
)

Arguments

chrom_res

ChromRes object

transition_id

Transition ID

samples_ids

Sample ID. If NULL, all samples will be used

peak_start

Minimum RT value. If NULL, all RT values will be used

peak_end

Maximum RT value. If NULL, all RT values will be used

smoothed

Logical. If TRUE, use smoothed chromatogram. Default is FALSE

Value

Dataframe with RT, intensity and sample_id


PKbioanalysis documentation built on Jan. 15, 2026, 1:06 a.m.