Description Usage Arguments Value Author(s) Examples
Returns a copy of the input RccSet where the codeset annotation has been merged into its fData slot. The merge key for each is a string formed from the concatenation of their CodeClass, GeneName, and Accession columns ("<CodeClass>_<GeneName>_<Accession>"). For creating the codeset annotation object, see buildCodesetAnnotation().
1 2 3 | ## S4 method for signature 'RccSet'
addCodesetAnnotation(rccSet, annot, reorder = TRUE,
showWarnings = TRUE)
|
rccSet |
An RccSet object. |
annot |
Data frame containing the codeset annotation. |
reorder |
Logical indicating whether the probes should be reordered according to their barcodes (this can help in identifying barcode-specific artifacts – i.e. background noise). |
showWarnings |
Logical indicating whether or not warnings should be shown, if any. |
A copy of the input RccSet where the codeset annotation has been merged into its fData slot.
Dorothee Nickles, Robert Ziman
1 2 3 4 5 | rccDir <- system.file("extdata", "RCC", package="NanoStringQCPro")
rccSet <- newRccSet(rccFiles = dir(rccDir, full.names=TRUE))
rlf <- system.file("extdata", "RLF", "NQCP_example.rlf", package="NanoStringQCPro")
annot <- buildCodesetAnnotation(rlf)
rccSet.annotated <- addCodesetAnnotation(rccSet, annot)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.