This function takes in pw data max exposure, modeled pw data, signal threshold, R2 threshold, and samples and groups names (optional) and returns peptides that passed these conditions

krsa_quick_filter(
  data,
  data2,
  signal_threshold,
  r2_threshold,
  samples = NULL,
  groups = NULL
)

Arguments

data

pw data max exposure

data2

modeled pw data

signal_threshold

signal threshold

r2_threshold

R2 threshold

samples

sample names

groups

group names

Value

vector of peptides

See also

Other core functions: krsa_group_diff(), krsa_read(), krsa_scaleModel(), krsa()

Examples

TRUE
#> [1] TRUE