Learn R Programming

permRand (version 1.0.0)

randTest: QC Identifiers

Description

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

Usage

randTest(dataMom, dataChild, maxAliq, nEvent)

Value

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

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.

Examples

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

Run the code above in your browser using DataLab