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 May 5, 2024, 3:23 a.m.