Summarize the dimensions using samples, groups, contrast_names from an
SEDesign object.
Usage
## S7 method for class <SEDesign>
dim(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 method provides a unified way to access all dimensions for an
SEDesign object.
Examples
if (FALSE) {
dim(sedesign)
}