Description Usage Arguments Details Value Examples
filterSpanningLoops
returns a loops object where the ends of the
anchors completely span one or more genomic feature (e.g. boundary)
1 2 3 4 | filterSpanningLoops(dlo, gf)
## S4 method for signature 'loops,GRanges'
filterSpanningLoops(dlo, gf)
|
dlo |
A loops object |
gf |
A GRanges object of features |
Rather than a simple overlap, the function by default requires a genomic locus to be completely contacints
An loops object
1 2 3 4 | # Return the width for loops
rda<-paste(system.file('rda',package='diffloop'),'loops.small.rda',sep='/')
load(rda)
w <- loopWidth(loops.small)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.