R/topCellsPerSample.R

#' Top cells per sample
#'
#' Obtain the top cellular barcodes, based on counts.
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `list`.
#' Top barcodes as `character`, split by sample identifier.
#'
#' @examples
#' showMethods("topCellsPerSample")
setGeneric(
    name = "topCellsPerSample",
    def = function(object, ...) {
        standardGeneric("topCellsPerSample")
    }
)
acidgenomics/AcidGenerics documentation built on April 9, 2024, 1:29 a.m.