| experimentData,NanoStringExperiment-method | R Documentation |
It is recommended to use the SummarizedExperiment metadata instead. This is a convenience method for backwards compatibility.
It is recommended to use the SummarizedExperiment metadata instead. This is a convenience method for backwards compatibility.
It is recommended to use the SummarizedExperiment metadata instead. This is a convenience method for backwards compatibility.
It is recommended to use the SummarizedExperiment metadata instead. This is a convenience method for backwards compatibility.
## S4 method for signature 'NanoStringExperiment' experimentData(object) ## S4 replacement method for signature 'NanoStringExperiment,ANY' experimentData(object) <- value ## S4 method for signature 'list' expinfo(object) ## S4 method for signature 'list' otherInfo(object)
object |
list of experiment data |
value |
list of experiment parameters |
list of experiment metadata
NanoStringExperiment object
list of experiment metadata
list of experiment metadata
data(exampleNSEData)
experimentData(testExp)
data(exampleNSEData)
experimentData(testExp) <-
c(experimentData(testExp), list(testName="myExp"))
data(exampleNSEData)
expinfo(experimentData(testExp))
data(exampleNSEData)
otherInfo(experimentData(testExp))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.