dimLabels,NanoStringExperiment-method | R Documentation |
Shows variables used for rownames in rowData and colData.
Replaces rownames in rowData and colData with specified variable columns.
## S4 method for signature 'NanoStringExperiment' dimLabels(object) ## S4 replacement method for signature 'NanoStringExperiment,ANY' dimLabels(object) <- value
object |
NanoStringExperiment object |
value |
list of key headers to use for sample and feature names |
list of variables used for dimension labels
NanoStringExperiment object
data(exampleNSEData) dimLabels(testExp) data(exampleNSEData) colData(testExp)[["testNames"]] <- paste0(dimnames(testExp)[[2]], "a") dimLabels(testExp) <- c(dimLabels(testExp)[[1]], "testNames")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.