testQCmatch | R Documentation |
Measures that every batch has at least the specified number of matching QC sample sets in a batch.
testQCmatch(dataS, numQCs, numMatch)
dataS |
Randomized data. |
numQCs |
Number of QCs specified per dataset. |
numMatch |
Number of QC samples form a single mother within a batch. |
The output lists all batches with not enough QC sample sets or the QC samples do not come from the same mother.
test <- testQCmatch(dataS=serumRand,numQCs=4,numMatch=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.