R/plotMitoVsCoding.R

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