Learn R Programming

permRand (version 1.0.0)

testQCmatch: Tests QC matches

Description

Measures that every batch has at least the specified number of matching QC sample sets in a batch.

Usage

testQCmatch(dataS, numQCs, numMatch)

Value

The output lists all batches with not enough QC sample sets or the QC samples do not come from the same mother.

Arguments

dataS

Randomized data.

numQCs

Number of QCs specified per dataset.

numMatch

Number of QC samples form a single mother within a batch.

Examples

Run this code
test <- testQCmatch(dataS=serumRand,numQCs=4,numMatch=2)

Run the code above in your browser using DataLab