countQC | R Documentation |
Count how many QC samples are in each of the batches, and if it doesn't match the number specified.
countQC(dataS, QCN)
dataS |
Test dataset. |
QCN |
Number of QC samples per batch. |
The output includes any batches that does not contain the number of QC samples specified.
test <- countQC(dataS=serumRand,QCN=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.