A generic function to check if the file(s) with the MFI values have a corresponding sample ID file. Sample ID file is a file with the identifiers for the samples in array file.

check_sampleID_files(genepix_vars)

Arguments

genepix_vars

A list of specific definitions of the experiment design. See array_vars.

Value

A file with missing corresponding sample ID files

Examples

genepix_vars <- array_vars(
channel = "635",
chip_path = system.file("extdata", "array_data/machine1/", 
package="protGear"),
totsamples = 21,
blockspersample = 2,
mig_prefix = "_first",
machine = 1,
date_process = "0520"
)
check_sampleID_files(genepix_vars)
#> [1] "BRB001" "KK2-06"