| base | R Documentation | 
Base methods
## S4 method for signature 'DESeqAnalysis'
colnames(x, do.NULL = TRUE, prefix = "col")
## S4 method for signature 'DESeqAnalysis'
dim(x)
## S4 method for signature 'DESeqAnalysis'
dimnames(x)
## S4 method for signature 'DESeqAnalysis'
names(x)
## S4 method for signature 'DESeqAnalysis'
rownames(x, do.NULL = TRUE, prefix = "row")
| x | Object. | 
| do.NULL | logical. If  | 
| prefix | for created names. | 
Varies, dependending on function.
Updated 2022-05-17.
data(deseq)
head(colnames(deseq))
head(rownames(deseq))
head(names(deseq))
lapply(X = dimnames(deseq), FUN = head)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.