R/zerosVsDepth.R

#' Percentage of zeros vs. library depth
#'
#' Calculate and visualize the dropout rate.
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `matrix`.
#'
#' @examples
#' showMethods("zerosVsDepth")
setGeneric(
    name = "zerosVsDepth",
    def = function(object, ...) {
        standardGeneric("zerosVsDepth")
    }
)
acidgenomics/bioverbs documentation built on April 7, 2024, 7:14 a.m.