R/plotFeatureSaturation.R

#' Plot feature (gene) detection saturation
#'
#' We should observe a linear trend in the number of genes detected with the
#' number of mapped reads, which indicates that the sample input was not
#' overloaded.
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `ggplot`.
#'
#' @examples
#' showMethods("plotFeatureSaturation")
setGeneric(
    name = "plotFeatureSaturation",
    def = function(object, ...) {
        standardGeneric("plotFeatureSaturation")
    }
)
acidgenomics/AcidGenerics documentation built on April 9, 2024, 1:29 a.m.