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<-")
nturaga/BiocGenerics documentation built on May 7, 2019, 11:15 a.m.