R/plotLfc.R

#' Plot log2 fold change distributions
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `ggplot`.
#'
#' @examples
#' showMethods("plotLfc")
setGeneric(
    name = "plotLfc",
    def = function(object, ...) {
        standardGeneric("plotLfc")
    }
)
acidgenomics/AcidGenerics documentation built on April 9, 2024, 1:29 a.m.