loopDistancePlot {diffloop} | R Documentation |
loopDistancePlot
takes a loops object plots the individual samples
based on the proportion of PET counts at various distances
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
rda<-paste(system.file('rda',package='diffloop'),'loops.small.rda',sep='/') load(rda) p1 <- loopDistancePlot(loops.small)