reduce_lfq_rtstep: Reduce the step size of retention times for binning

reduce_lfq_rtstepR Documentation

Reduce the step size of retention times for binning

Description

Handling the case of multiple MS1 features in the same bin

Usage

reduce_lfq_rtstep(
  xs,
  ixs,
  lwr,
  step,
  fcts = c(0.8, 0.6, 0.4, 0.2, 0.1, 0.05, 0.01, 0.005, 0.001)
)

Arguments

xs

Retention times.

ixs

Indexes of retention times.

lwr

The lower limit for indexing xs.

step

The step size of binning.

fcts

The scaling factor for reduced step size.


qzhang503/proteoQ documentation built on Feb. 27, 2025, 8:34 a.m.