Extract the dimension names from an SEStats
object, how dimnames() works on 'hit_array' data.
Usage
## S7 method for class <SEStats>
dimnames(x)Details
Returns a list with three named elements:
samples: Sample names (fromsamples(x))groups: Group names (fromgroups(x))contrasts: Contrast names (fromcontrast_names(x))
This provides a unified way to access all dimension names from a SEDesign
object, consistent with base R's dimnames() function for arrays and
matrices.
Examples
if (FALSE) {
dimnames(sestats)
}