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/bioverbs documentation built on April 7, 2024, 7:14 a.m.