Description Usage Arguments Value Author(s) Examples
Returns the phenoData SampleType value that indicates blank samples (i.e. water runs). This value is parsed from the single-quoted string enclosed by "blankLabel='...'" in the varMetadata for SampleType.
1 2 | ## S4 method for signature 'RccSet'
getBlankLabel(rccSet, showWarnings = TRUE)
|
rccSet |
An RccSet |
showWarnings |
Logical. If FALSE, no warnings will be generated (if any). |
NULL if the SampleType column is missing altogether, NA if the varMetadata doesn't have blankLabel recorded, or the blankLabel value otherwise.
Robert Ziman
1 2 | data(example_rccSet)
blankLabel <- getBlankLabel(example_rccSet)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.