### =========================================================================
### Inter-range methods
### -------------------------------------------------------------------------
###
setMethod("isDisjoint", "RangedSummarizedExperiment",
function(x, ignore.strand=FALSE)
{
x <- rowRanges(x)
callGeneric()
}
)
setMethod("disjointBins", "RangedSummarizedExperiment",
function(x, ignore.strand = FALSE)
{
x <- rowRanges(x)
callGeneric()
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.