Description Usage Arguments Details Value Examples
numLoops
counts number of loops for each sample based on the
index of nloops and returns a data.frame
1 2 3 4 5 6 7 |
dlo |
A loops object |
nloops |
A numeric vector of counts to be considered |
This function shows the number of unique loops with at least
nloops
in counts. Can be used to quickly visualize relative
sequencing depth between samples
A data.frame
1 2 3 4 5 6 7 | # Determine what samples have loops with 1-20 counts
rda<-paste(system.file('rda',package='diffloop'),'loops.small.rda',sep='/')
load(rda)
nLoops <- numLoops(loops.small, 1:20)
# Determine what samples loops with 1-10 counts by default
nLoops <- numLoops(loops.small)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.