Description Usage Arguments Details Value Examples
The function takes a CNSegment
object obtained from cnSegmentation
and plot the bin signals and segments (as horizontal lines).
1 | visualizeSegments(seg, to.plot = NULL)
|
seg |
a |
to.plot |
chromosome to plot (by default plot all chromosomes) |
require ggplot2, scales
plot graphics
1 2 3 | seg <- sesameDataGet('EPIC.1.LNCaP')$seg
visualizeSegments(seg)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.