#' 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")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.