R/plotMappedReads.R

#' Plot mapped reads
#'
#' The number of mapped reads should correspond to the number of total reads.
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `ggplot`.
#'
#' @examples
#' showMethods("plotMappedReads")
setGeneric(
    name = "plotMappedReads",
    def = function(object, ...) {
        standardGeneric("plotMappedReads")
    }
)
acidgenomics/AcidGenerics documentation built on April 9, 2024, 1:29 a.m.