#' convenience function
#'
#' @param x coverage
#' @param gr a single GRange
#' @param ... args to pass along to plotCoverage
#'
#' @return wrapper for plotting stranded coverage plots
#'
#' @import GenomicRanges
#'
#' @export
plotStranded <- function(x, gr, ...) plotCoverage(x, gr, ..., stranded=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.