plotCovStats | R Documentation |
Plots coverage statistics, such as as fingerprint plot.
plotCovStats(qc, labels = "AUTO", show.legend = TRUE)
qc |
A list of coverage statistics, as produced by
|
labels |
Passed to |
A grid object to be plotted.
# we use an example bigwig file
bwf <- system.file("extdata/example_atac.bw", package="epiwraps")
# because most of the file is empty, we'll exclude some of the ranges
cs <- getCovStats(bwf, exclude=GRanges("1", IRanges(1, 4300000)))
plotCovStats(cs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.