R/mapCells.R

#' Map input to cell identifiers
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `character`.
#'
#' @examples
#' showMethods("mapCells")
setGeneric(
    name = "mapCells",
    def = function(object, ...) {
        standardGeneric("mapCells")
    }
)
acidgenomics/bioverbs documentation built on April 7, 2024, 7:14 a.m.