Description Usage Arguments Details Value Examples
intrachromosomal
restricts interactions to those where anchors are observed
on the same chromosomes
1 2 3 4 | intrachromosomal(dlo)
## S4 method for signature 'loops'
intrachromosomal(dlo)
|
dlo |
A loops object |
This function subsets the loops
object into only those interactions that
have both anchors on the same chromosome
A loops object where all loops are on the same chromosome.
1 2 3 4 5 6 | rda<-paste(system.file('rda',package='diffloop'),'loops.small.rda',sep='/')
load(rda)
# Compute number of interactions on same chromosome
dim(intrachromosomal(loops.small))
samechromo <- intrachromosomal(loops.small)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.