#' Plot exonic mapping rate
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `ggplot`.
#'
#' @examples
#' showMethods("plotExonicMappingRate")
setGeneric(
name = "plotExonicMappingRate",
def = function(object, ...) {
standardGeneric("plotExonicMappingRate")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.