R/diffExpPerCluster.R

#' Differential expression per cluster
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return Varies, depending on the method.
#'
#' @examples
#' showMethods("diffExpPerCluster")
setGeneric(
    name = "diffExpPerCluster",
    def = function(object, ...) {
        standardGeneric("diffExpPerCluster")
    }
)
acidgenomics/AcidGenerics documentation built on April 9, 2024, 1:29 a.m.