Filter peaks to specific RT range
.filter_peak(
chrom_res,
transition_id,
samples_ids = NULL,
peak_start,
peak_end,
smoothed = FALSE
)Dataframe with RT, intensity and sample_id
ChromRes object
Transition ID
Sample ID. If NULL, all samples will be used
Minimum RT value. If NULL, all RT values will be used
Maximum RT value. If NULL, all RT values will be used
Logical. If TRUE, use smoothed chromatogram. Default is FALSE