R/plotNovelty.R

#' Plot novelty score
#'
#' "Novelty" refers to log10 genes detected per count.
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `ggplot`.
#'
#' @examples
#' showMethods("plotNovelty")
setGeneric(
    name = "plotNovelty",
    def = function(object, ...) {
        standardGeneric("plotNovelty")
    }
)
acidgenomics/AcidGenerics documentation built on April 9, 2024, 1:29 a.m.