check_metadata_samples_lab: Check LAB metadata samples file

View source: R/lab_qc.R

check_metadata_samples_labR Documentation

Check LAB metadata samples file

Description

Checks whether the metadata_sample file for LAB assays follows the required guidelines.

Usage

check_metadata_samples_lab(df, return_n_issues = FALSE, verbose = TRUE)

Arguments

df

(data.frame) LAB metadata samples data

return_n_issues

(logical) If TRUE, returns the number of issues identified.

verbose

(logical) If TRUE (default), displays messages during the checking process.

Value

(int) Number of issues identified if return_n_issues is TRUE.

Examples

## Not run: 
check_metadata_samples_lab(df = metadata_sample_named_CK_plasma)

## End(Not run)

MoTrPAC/MotrpacBicQC documentation built on April 11, 2025, 7:51 p.m.