#' 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")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.