plotHist | R Documentation |
Plots overlap histograms of all subject datasets and stores them as a list,
that can be accessed by metadata(myOGRE)$hist
plotHist(OGREDataSet, plot0 = FALSE)
OGREDataSet |
An OGREDataSet |
plot0 |
plot0=FALSE(default) plots a histogram of all dataset elements with overlaps, excluding elements without overlaps. plot0=FALSE also includes elements without overlaps. |
OGREDataSet.
myOGRE <- makeExampleOGREDataSet() myOGRE <- loadAnnotations(myOGRE) myOGRE <- fOverlaps(myOGRE) myOGRE <- plotHist(myOGRE) metadata(myOGRE)$hist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.