Get Annotation Dimnames from ImmunData¶
Description¶
Returns dimension names for an ImmunData object so that
colnames(idata) maps to annotation column names.
Usage¶
## S3 method for class 'ImmunData'
dimnames(x)
Arguments¶
x
|
ImmunData object. |
Value¶
A list with NULL row names and annotation column names.