Description Usage Arguments Value Examples
View source: R/circular.plot.r
Circos plot combining segmentation and SV calls
1 2 3 4 5 6 7 8 9 | circ.chromo.plot(
chromo.regs.obj,
sample.id,
genome.v = "hg19",
lrr.pct = 0.2,
lrr.max = 4,
chrlist = NULL,
...
)
|
chromo.regs.obj |
(chromo.regs) An object of class chromo.regs |
sample.id |
(character) the id of a sample to be plotted within |
genome.v |
(hg19 or h38) reference genome version to draw chromosome limits and centromeres |
lrr.pct |
(numeric) copy number change between 2 consecutive segments: i.e (default) cutoff = 0.2 represents 20 percent fold change |
lrr.max |
(numeric) CNV plot limit |
chrlist |
(character) vector containing chromosomes to plot; by default only chromosomes with shattered regions are ploted |
circos plot into open device
1 2 3 4 5 6 7 8 9 10 11 | ## validate input data.frames
cnv <- validate.cnv(segdat_lung_ccle)
svc <- validate.svc(svdat_lung_ccle)
## obtain shattered regions
shatt.regions <- shattered.regions(cnv,svc)
# select a random sample from the
id <- "SCLC21H_LUNG"
circ.chromo.plot(shatt.regions, sample.id = id)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.