Description Usage Arguments Value See Also Examples
calculate coverage for GRanges
,
GAlignments
or
GAlignmentPairs
1 | coverageGR(gr)
|
gr |
an object of RGanges, GAlignments or GAlignmentPairs |
an object of GRanges
See Also as coverage
,
coverage-methods
1 2 3 4 | bed <- system.file("extdata", "fox2.bed", package="trackViewer",
mustWork=TRUE)
fox2 <- importScore(bed)
fox2$dat <- coverageGR(fox2$dat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.