R/plotMa.R

#' MA plot
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return Plot.
#'
#' @seealso
#' - `BiocGenerics::plotMA`.
#'
#' @examples
#' showMethods("plotMa")
setGeneric(
    name = "plotMa",
    def = function(object, ...) {
        standardGeneric("plotMa")
    }
)
acidgenomics/AcidGenerics documentation built on April 9, 2024, 1:29 a.m.