R/plotStranded.R

#' convenience function
#'
#' @param x     coverage
#' @param gr    a single GRange
#' @param ...   args to pass along to plotCoverage
#'
#' @import GenomicRanges
#'
#' @export
plotStranded <- function(x, gr, ...) plotCoverage(x, gr, ..., stranded=TRUE)
RamsinghLab/ATACseeker documentation built on May 8, 2019, 8:05 a.m.