Internal function to filter sample and target data from each plate in the runs list. Filters applied to samples, targets, Data, lod$aboveLOD, and normed$interNormData based on sample and target names.

filter_run_data(
  run,
  sample_subset = NULL,
  sample_exclude = NULL,
  target_subset = NULL,
  target_exclude = NULL
)

Arguments

run

A single plate or item from the named list of run data output from loadNULISAseq() function or a list of these outputs for multiple runs.

sample_subset

Optional vector of sample names to include

sample_exclude

Optional vector of sample names to exclude

target_subset

Optional vector of target names to include

target_exclude

Optional vector of target names to exclude

Value

Filtered run object