#' MA plot
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return Plot.
#'
#' @seealso
#' - `BiocGenerics::plotMA`.
#'
#' @examples
#' showMethods("plotMa")
setGeneric(
name = "plotMa",
def = function(object, ...) {
standardGeneric("plotMa")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.