Learn R Programming

permRand (version 1.0.0)

countQC: Number of QC in each batch.

Description

Count how many QC samples are in each of the batches, and if it doesn't match the number specified.

Usage

countQC(dataS, QCN)

Value

The output includes any batches that does not contain the number of QC samples specified.

Arguments

dataS

Test dataset.

QCN

Number of QC samples per batch.

Examples

Run this code
test <- countQC(dataS=serumRand,QCN=4)

Run the code above in your browser using DataLab