powered by
We first assign IDs linking mother/child and events using the function randTest.
randTest
randTest(dataMom, dataChild, maxAliq, nEvent)
The output of the function is a dataset with the ID links.
The mother dataset.
Child dataset.
Number of aliquots per mother aliquot.
Number of aliquots per each of event or lab.
randTest(dataMom=motherQC,dataChild=emptyQC,maxAliq=4, nEvent=c(28,27,28,30))
Run the code above in your browser using DataLab