Description Usage Arguments Details Value Examples
splitSamples
takes a loops object and returns a list of loops
objects where each sample populates its own loops object
1 2 3 4 | splitSamples(dlo)
## S4 method for signature 'loops'
splitSamples(dlo)
|
dlo |
A loops object |
This function splits the colData and counts slots for each sample but makes copies of the anchors, interactions, and rowdata
A list of loops objects with one sample per index.
1 2 3 4 | # Updating groups from all 'group1' to meaningful designations
rda<-paste(system.file('rda',package='diffloop'),'loops.small.rda',sep='/')
load(rda)
split <- splitSamples(loops.small)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.