R/organism_species.R

### =========================================================================
### The organism(), `organism<-`(), species(), and `species<-`() generics
### -------------------------------------------------------------------------

setGeneric("organism", function(object) standardGeneric("organism"))

setGeneric("organism<-", signature="object",
    function(object, value) standardGeneric("organism<-")
)

setGeneric("species", function(object) standardGeneric("species"))

setGeneric("species<-", signature="object",
    function(object, value) standardGeneric("species<-")
)
nturaga/BiocGenerics documentation built on May 7, 2019, 11:15 a.m.