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
)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.
Optional vector of sample names to include
Optional vector of sample names to exclude
Optional vector of target names to include
Optional vector of target names to exclude
Filtered run object