checkRccSet,RccSet-method {NanoStringQCPro}R Documentation

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

## S4 method for signature 'RccSet'
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.

Author(s)

Robert Ziman

Examples

data(example_rccSet)
checkRccSet(example_rccSet)


[Package NanoStringQCPro version 1.25.0 Index]