featureNames,NanoStringExperiment-method | R Documentation |
Shows identifiers used for features (rownames) in assay
Replace variables used for rownames in rowData.
## S4 method for signature 'NanoStringExperiment' featureNames(object) ## S4 replacement method for signature 'NanoStringExperiment' featureNames(object) <- value
object |
NanoStringExperiment object |
value |
list feature names |
list of string feature (row) identifiers
NanoStringExperiment object
data(exampleNSEData) featureNames(testExp) data(exampleNSEData) rowData(testExp)[["testNames"]] <- paste0(dimnames(testExp)[[1]], "a") featureNames(testExp) <- rowData(testExp)[["testNames"]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.