sumPlot | R Documentation |
sumPlot()
calculates key numbers i.e.
(total number of overlaps, number of overlaps per subject...) to help with an
exploratory data evaluation and displays them in an informative barplot.
sumPlot(OGREDataSet)
OGREDataSet |
A OGREDataSet. |
OGREDataSet.
myOGRE <- makeExampleOGREDataSet() myOGRE <- loadAnnotations(myOGRE) myOGRE <- fOverlaps(myOGRE) myOGRE <- sumPlot(myOGRE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.