covPlot | R Documentation |
Generates coverage plots of all subject datasets and stores them as a list,
that can be accessed by metadata(OGREDataSet)$covPlot
covPlot( OGREDataSet, datasets = names(OGREDataSet)[seq(2, length(OGREDataSet))], nbin = 100 )
OGREDataSet |
An OGREDataSet |
datasets |
|
nbin |
Number of bins |
OGREDataSet.
myOGRE <- makeExampleOGREDataSet() myOGRE <- loadAnnotations(myOGRE) myOGRE <- fOverlaps(myOGRE) myOGRE <- covPlot(myOGRE) metadata(myOGRE)$covPlot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.