powered by
Measures that every batch has at least the specified number of matching QC sample sets in a batch.
testQCmatch(dataS, numQCs, numMatch)
The output lists all batches with not enough QC sample sets or the QC samples do not come from the same mother.
Randomized data.
Number of QCs specified per dataset.
Number of QC samples form a single mother within a batch.
test <- testQCmatch(dataS=serumRand,numQCs=4,numMatch=2)
Run the code above in your browser using DataLab