R/matchCellColumn.R

#' Match cell identifier column
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `character(1)`.
#'
#' @examples
#' showMethods("matchCellColumn")
setGeneric(
    name = "matchCellColumn",
    def = function(object, ...) {
        standardGeneric("matchCellColumn")
    }
)
acidgenomics/AcidGenerics documentation built on April 9, 2024, 1:29 a.m.