summarizeOverlap | R Documentation |
Calculates min/max/average overlap for all datasets using summary()
.
Results can be accessed by metadata(OGREDataSet)$summaryDT
which is a
list()
of two data.table
objects. The first one includes
elements without any overlap at all and the second provides summary numbers
for all elements that have at least one overlap.
summarizeOverlap(OGREDataSet)
OGREDataSet |
An OGREDataSet |
OGREDataSet.
myOGRE <- makeExampleOGREDataSet() myOGRE <- loadAnnotations(myOGRE) myOGRE <- fOverlaps(myOGRE) myOGRE <- summarizeOverlap(myOGRE) metadata(myOGRE)$summaryDT
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.