randTest: QC Identifiers

View source: R/randTest.R

randTestR Documentation

QC Identifiers

Description

We first assign IDs linking mother/child and events using the function randTest.

Usage

randTest(dataMom, dataChild, maxAliq, nEvent)

Arguments

dataMom

The mother dataset.

dataChild

Child dataset.

maxAliq

Number of aliquots per mother aliquot.

nEvent

Number of aliquots per each of event or lab.

Value

The output of the function is a dataset with the ID links.

Examples

randTest(dataMom=motherQC,dataChild=emptyQC,maxAliq=4, nEvent=c(28,27,28,30))

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