Description Usage Arguments Details Value Examples
removeSelfLoops
removes instances where a loop is observed
between the same anchor
1 2 3 4 | removeSelfLoops(dlo)
## S4 method for signature 'loops'
removeSelfLoops(dlo)
|
dlo |
A loops object |
This function removes loops from the interactions
slot that reference
the same index of the anchors
slot.
A loops object
1 2 3 | rda<-paste(system.file('rda',package='diffloop'),'loops.small.rda',sep='/')
load(rda)
jpn_unique <- removeSelfLoops(loops.small)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.