combine_lfq123: Combine values before or after when collapsing adjacent bins...

combine_lfq123R Documentation

Combine values before or after when collapsing adjacent bins of retention times

Description

Combine values before or after when collapsing adjacent bins of retention times

Usage

combine_lfq123(
  xs_cr,
  ys_cr,
  zs_cr,
  xs_bf,
  ys_bf,
  zs_bf,
  xs_af,
  ys_af,
  zs_af,
  iboth,
  are_refs,
  are_smpls,
  spc
)

Arguments

xs_cr

A vector of retention-time values of the current bin.

ys_cr

A vector of intensity values of the current bin.

zs_cr

A vector of scan numbers of the current bin.

xs_bf

A vector of retention-time values of the preceding bin.

ys_bf

A vector of intensity values of the preceding bin.

zs_bf

A vector of scan numbers of the preceding bin.

xs_af

A vector of retention-time values of the following bin.

ys_af

A vector of intensity values of the following bin.

zs_af

A vector of scan numbers of the following bin.

iboth

A vector of confounding retention times present in both the preceding and the following columns.

are_refs

A logical vector; are references or not.

are_smpls

A logical vector; are samples or not.

spc

Species center(s).


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