R/plotZerosVsDepth.R

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