check_sampleID_files: \\_End_Function_\\ # Check existing sample ID names

View source: R/global_functions.R

check_sampleID_filesR Documentation

\\_End_Function_\\ # Check existing sample ID names

Description

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.

Usage

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)

Keniajin/protGear documentation built on Feb. 6, 2023, 6:28 p.m.