testQCmatch: Tests QC matches

View source: R/check.R

testQCmatchR Documentation

Tests QC matches

Description

Measures that every batch has at least the specified number of matching QC sample sets in a batch.

Usage

testQCmatch(dataS, numQCs, numMatch)

Arguments

dataS

Randomized data.

numQCs

Number of QCs specified per dataset.

numMatch

Number of QC samples form a single mother within a batch.

Value

The output lists all batches with not enough QC sample sets or the QC samples do not come from the same mother.

Examples

test <- testQCmatch(dataS=serumRand,numQCs=4,numMatch=2)

permRand documentation built on Sept. 9, 2025, 5:43 p.m.