R/geneIds.R

#' Gene identifiers
#'
#' Convenience function for quickly returning the stable gene identifiers.
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `character`.
#'
#' @examples
#' showMethods("geneIds")
setGeneric(
    name = "geneIds",
    def = function(object, ...) {
        standardGeneric("geneIds")
    }
)
acidgenomics/AcidGenerics documentation built on April 9, 2024, 1:29 a.m.