sampleData | R Documentation |
Metadata that describes the samples.
sampleData(object, ...)
## S4 method for signature 'DESeqAnalysis'
sampleData(object)
object |
Object. |
... |
Additional arguments. |
This is a complement to the standard
colData()
function, but improves support
for accessing sample metadata for datasets where multiple items in the
columns map to a single sample (e.g. cells for a single-cell RNA-seq
experiment).
DataFrame
.
Updated 2021-03-15.
data(deseq)
## DESeqAnalysis ====
x <- sampleData(deseq)
head(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.