coverageGR | R Documentation |
calculate coverage for GRanges
,
GAlignments
or
GAlignmentPairs
coverageGR(gr)
gr |
an object of RGanges, GAlignments or GAlignmentPairs |
an object of GRanges
See Also as coverage
,
coverage-methods
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.