R/row_colnames.R

### =========================================================================
### The rownames() and colnames() generics
### -------------------------------------------------------------------------
###

### Dispatch on the 1st arg (the 'x' arg) only!
setGeneric("rownames", signature="x")

setGeneric("rownames<-")

### Dispatch on the 1st arg (the 'x' arg) only!
setGeneric("colnames", signature="x")

setGeneric("colnames<-")
Bioconductor/BiocGenerics documentation built on Jan. 27, 2025, 8:56 p.m.