R/lfcShrinkType.R

#' Shrunken log2 fold change (LFC) type
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `character(1)` or `NULL`.
#' Name of adaptive shrinkage method applied (e.g. "apeglm" or "ashr").
#'
#' @examples
#' showMethods("lfcShrinkType")
setGeneric(
    name = "lfcShrinkType",
    def = function(object, ...) {
        standardGeneric("lfcShrinkType")
    }
)
acidgenomics/acidgenerics documentation built on April 7, 2024, 12:50 a.m.