getBlankLabel,RccSet-method {NanoStringQCPro} | R Documentation |
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.
## 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
data(example_rccSet) blankLabel <- getBlankLabel(example_rccSet)