fOverlaps | R Documentation |
Finds all overlaps between query and subject(s) and stores each hit (overlap)
in data table detailDT
. Data table sumDT
shows all
overlaps of a certain subject type for all query elements. By default also
partially overlaps are reported. Overlap calculation is done using
GenomicRanges::findOverlaps()
implementation.
fOverlaps(OGREDataSet, selfHits = FALSE, ignoreStrand = TRUE, ...)
OGREDataSet |
A OGREDataSet. |
selfHits |
|
ignoreStrand |
|
... |
Additional parameters, see |
OGREDataSet.
myOGRE <- makeExampleOGREDataSet() myOGRE <- loadAnnotations(myOGRE) myOGRE <- fOverlaps(myOGRE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.