checkRccSet,RccSet-method {NanoStringQCPro} | R Documentation |
Provides additional checks and generates warnings for unexpected or unusual conditions which, though permitted by the RccSet class, may indicate data import errors.
## S4 method for signature 'RccSet' checkRccSet(rccSet, reportWarnings = TRUE, showMessages = FALSE)
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. |
Returns TRUE if no warnings were generated and FALSE otherwise.
Robert Ziman
data(example_rccSet) checkRccSet(example_rccSet)