R/AllGenerics.R

setGeneric("getTxDbIfAvailable", function(x, ...) standardGeneric("getTxDbIfAvailable"))

## getter/setter set
setGeneric("TxDb",function(x, ...) standardGeneric("TxDb"))
setGeneric("TxDb<-",signature="x",function(x, value) standardGeneric("TxDb<-"))


setGeneric("selectByRanges", signature="x",
           function(x, ranges, columns, overlaps, ignore.strand)
           standardGeneric("selectByRanges"))

setGeneric("selectRangesById", signature="x",
           function(x, keys, columns, keytype, feature)
           standardGeneric("selectRangesById"))


setGeneric("resources", function(x) standardGeneric("resources"))

Try the OrganismDbi package in your browser

Any scripts or data that you put into this service are public.

OrganismDbi documentation built on Nov. 8, 2020, 5:50 p.m.