testRand | R Documentation |
Generates test data for the randomization functions.
testRand(rowSize, colSize, studySize, expNS, numCC, QCpct, child)
rowSize |
Max row size. |
colSize |
Max column size. |
studySize |
Number of cases. |
expNS |
Number of aliquots per case/control. |
numCC |
Number of controls per case. |
QCpct |
Percent of QCs for number of samples. |
child |
Number of children per "mother' aliquot. |
A practice dataset.
testR <- testRand(rowSize=20,colSize=15,studySize=1000,expNS=7000,numCC=2,QCpct=0.05,child=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.