#' Plot mapping rate
#'
#' The genomic mapping rate represents the percentage of reads mapping to the
#' reference genome. Low mapping rates are indicative of sample contamination,
#' poor sequencing quality or other artifacts.
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `ggplot`.
#'
#' @examples
#' showMethods("plotMappingRate")
setGeneric(
name = "plotMappingRate",
def = function(object, ...) {
standardGeneric("plotMappingRate")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.