Learn R Programming

NanoStringQCPro (version 1.4.0)

checkRccSet,RccSet-method: Check an RccSet

Description

Provides additional checks and generates warnings for unexpected or unusual conditions which, though permitted by the RccSet class, may indicate data import errors.

Usage

"checkRccSet"(rccSet, reportWarnings = TRUE, showMessages = FALSE)

Arguments

rccSet
An RccSet to be checked.
reportWarnings
Logical. If TRUE, warnings are reported.
showMessages
Logical. If TRUE, notes are shown indicating any optional missing columns and the like.

Value

Returns TRUE if no warnings were generated and FALSE otherwise.

Examples

Run this code
data(example_rccSet)
checkRccSet(example_rccSet)

Run the code above in your browser using DataLab