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