R/TxToGene.R

#' Transcript-to-gene mappings
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `TxToGene`.
#'
#' @examples
#' showMethods("TxToGene")
setGeneric(
    name = "TxToGene",
    def = function(object, ...) {
        standardGeneric("TxToGene")
    }
)
acidgenomics/AcidGenerics documentation built on April 9, 2024, 1:29 a.m.