R/plotTotalCounts.R

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