switchR | R Documentation |
Minimizes switches without completely re-randomizing the locations.
switchR(dataIn, numqc, numqcM, batchS)
dataIn |
Randomized dataset. |
numqc |
Number of QC samples per set. |
numqcM |
Numberof QC matching samples. |
batchS |
New batch size. |
A dataset with switches indicated.
serumSwitch <- switchR(dataIn=serumRand,numqc=2,numqcM=2,batchS=43)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.