Description Usage Arguments Details Value Examples
loopDistancePlot
takes a loops object plots the individual samples
based on the proportion of PET counts at various distances
1 2 3 4 | loopDistancePlot(dlo)
## S4 method for signature 'loops'
loopDistancePlot(dlo)
|
dlo |
A loops object |
Distances for the loops are taken from the rowData
slot.
A ggplot2 plot
1 2 3 | rda<-paste(system.file('rda',package='diffloop'),'loops.small.rda',sep='/')
load(rda)
p1 <- loopDistancePlot(loops.small)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.